Commit 63e13af
# This is a combination of 16 commits.
# This is the 1st commit message:
fix: RPCServer.start is now no longer a factory function
fix: fixed RPC tests after async-init change
# This is the commit message #2:
chore: updated inline documentation according to async-init changes
# This is the commit message #3:
wip: fixing imports
# This is the commit message #4:
wip: RPCServer deconstruction
# This is the commit message #5:
fix: RPCServer start stop order
# This is the commit message #6:
fix: added back createDestroy back to RPCClient
# This is the commit message #7:
chore: lintfix
# This is the commit message #8:
wip: completely removed create destroy from rpcclient
# This is the commit message #9:
fix: RPCClient tests after async-init changes
# This is the commit message #10:
wip
# This is the commit message #11:
fix: idgen is optional in constructor
# This is the commit message #12:
fix: type import in ./types
# This is the commit message #13:
chore: test for RPCServer force stopping
# This is the commit message #14:
fix: proper implementation of fromError toError, clientOutputTransformStream no longer outputs error.data, but rather error directly
# This is the commit message #15:
fix: jest fix for ErrorRPCRemote
# This is the commit message #16:
wip toError fromError
fix: proper implementation of fromError toError, clientOutputTransformStream no longer outputs error.data, but rather error directly
fix: changed rpcClient toError implementation
fix: changing ErrorRPCRemote constructor to be in-line with toError error creation constructor
fix: jest fix for ErrorRPCRemote
fix: fixing exports
fix: RPC errors now correctly extend AbstractError
fix: removed old events
fix: cleaned up imports
feat: client has toError as parameter
fix: removed type from JSONError obj
fix: startStop constructor correctly used
fix: infinity is definitely not == 1 minute
chore: rename variable1 parent 578ed40 commit 63e13af
File tree
156 files changed
+6809
-9874
lines changed- docs
- assets
- classes
- enums
- functions
- interfaces
- modules
- types
- scripts
- src
- errors
- tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
156 files changed
+6809
-9874
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
12 | 26 | | |
13 | 27 | | |
14 | 28 | | |
| |||
19 | 33 | | |
20 | 34 | | |
21 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
22 | 43 | | |
23 | 44 | | |
24 | 45 | | |
| |||
28 | 49 | | |
29 | 50 | | |
30 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
31 | 59 | | |
32 | 60 | | |
33 | 61 | | |
| |||
37 | 65 | | |
38 | 66 | | |
39 | 67 | | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
40 | 75 | | |
41 | 76 | | |
42 | 77 | | |
| |||
46 | 81 | | |
47 | 82 | | |
48 | 83 | | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
49 | 91 | | |
50 | 92 | | |
51 | 93 | | |
| |||
54 | 96 | | |
55 | 97 | | |
56 | 98 | | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
57 | 106 | | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 23 additions & 27 deletions
Large diffs are not rendered by default.
Lines changed: 22 additions & 26 deletions
Large diffs are not rendered by default.
Lines changed: 31 additions & 35 deletions
Large diffs are not rendered by default.
Lines changed: 22 additions & 26 deletions
Large diffs are not rendered by default.
Lines changed: 48 additions & 52 deletions
Large diffs are not rendered by default.
Lines changed: 26 additions & 30 deletions
Large diffs are not rendered by default.
Large diffs are not rendered by default.
0 commit comments