Skip to content

Commit

Permalink
Merge pull request #20 from versatica/remove-will-serialize-event
Browse files Browse the repository at this point in the history
Remove "will-serialize" event
  • Loading branch information
ibc authored Aug 16, 2023
2 parents 3f256fd + f86f3b5 commit 60950cb
Show file tree
Hide file tree
Showing 31 changed files with 464 additions and 624 deletions.
44 changes: 0 additions & 44 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
]
},
"coveragePathIgnorePatterns": [
"src/EnhancedEventEmitter.ts",
"src/Logger.ts",
"src/utils.ts",
"src/tests"
Expand All @@ -65,12 +64,10 @@
},
"dependencies": {
"debug": "^4.3.4",
"events": "^3.3.0",
"supports-color": "^9.4.0"
},
"devDependencies": {
"@types/debug": "^4.1.8",
"@types/events": "^3.0.0",
"@types/jest": "^29.5.3",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
Expand All @@ -80,7 +77,6 @@
"open-cli": "^7.2.0",
"ts-jest": "^29.1.1",
"typedoc": "^0.24.8",
"typedoc-plugin-no-inherit": "^1.4.0",
"typescript": "~5.1.6"
}
}
221 changes: 0 additions & 221 deletions src/EnhancedEventEmitter.ts

This file was deleted.

3 changes: 0 additions & 3 deletions src/Packet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ export type PacketDump = SerializableDump &

/**
* Parent class of all RTP and RTCP packets.
*
* @emits
* - will-serialize: {@link WillSerializeEvent}
*/
export abstract class Packet extends Serializable
{
Expand Down
Loading

0 comments on commit 60950cb

Please sign in to comment.