Skip to content

Commit 63e13af

Browse files
Amy Yanaddievo
authored andcommitted
# 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 variable
1 parent 578ed40 commit 63e13af

File tree

156 files changed

+6809
-9874
lines changed

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

README.md

Lines changed: 178 additions & 332 deletions

docs/assets/highlight.css

Lines changed: 51 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,22 @@
77
--dark-hl-2: #CE9178;
88
--light-hl-3: #0000FF;
99
--dark-hl-3: #569CD6;
10-
--light-hl-4: #008000;
11-
--dark-hl-4: #6A9955;
10+
--light-hl-4: #AF00DB;
11+
--dark-hl-4: #C586C0;
12+
--light-hl-5: #001080;
13+
--dark-hl-5: #9CDCFE;
14+
--light-hl-6: #008000;
15+
--dark-hl-6: #6A9955;
16+
--light-hl-7: #0070C1;
17+
--dark-hl-7: #4FC1FF;
18+
--light-hl-8: #267F99;
19+
--dark-hl-8: #4EC9B0;
20+
--light-hl-9: #000000;
21+
--dark-hl-9: #C8C8C8;
22+
--light-hl-10: #098658;
23+
--dark-hl-10: #B5CEA8;
24+
--light-hl-11: #000000FF;
25+
--dark-hl-11: #D4D4D4;
1226
--light-code-background: #FFFFFF;
1327
--dark-code-background: #1E1E1E;
1428
}
@@ -19,6 +33,13 @@
1933
--hl-2: var(--light-hl-2);
2034
--hl-3: var(--light-hl-3);
2135
--hl-4: var(--light-hl-4);
36+
--hl-5: var(--light-hl-5);
37+
--hl-6: var(--light-hl-6);
38+
--hl-7: var(--light-hl-7);
39+
--hl-8: var(--light-hl-8);
40+
--hl-9: var(--light-hl-9);
41+
--hl-10: var(--light-hl-10);
42+
--hl-11: var(--light-hl-11);
2243
--code-background: var(--light-code-background);
2344
} }
2445

@@ -28,6 +49,13 @@
2849
--hl-2: var(--dark-hl-2);
2950
--hl-3: var(--dark-hl-3);
3051
--hl-4: var(--dark-hl-4);
52+
--hl-5: var(--dark-hl-5);
53+
--hl-6: var(--dark-hl-6);
54+
--hl-7: var(--dark-hl-7);
55+
--hl-8: var(--dark-hl-8);
56+
--hl-9: var(--dark-hl-9);
57+
--hl-10: var(--dark-hl-10);
58+
--hl-11: var(--dark-hl-11);
3159
--code-background: var(--dark-code-background);
3260
} }
3361

@@ -37,6 +65,13 @@
3765
--hl-2: var(--light-hl-2);
3866
--hl-3: var(--light-hl-3);
3967
--hl-4: var(--light-hl-4);
68+
--hl-5: var(--light-hl-5);
69+
--hl-6: var(--light-hl-6);
70+
--hl-7: var(--light-hl-7);
71+
--hl-8: var(--light-hl-8);
72+
--hl-9: var(--light-hl-9);
73+
--hl-10: var(--light-hl-10);
74+
--hl-11: var(--light-hl-11);
4075
--code-background: var(--light-code-background);
4176
}
4277

@@ -46,6 +81,13 @@
4681
--hl-2: var(--dark-hl-2);
4782
--hl-3: var(--dark-hl-3);
4883
--hl-4: var(--dark-hl-4);
84+
--hl-5: var(--dark-hl-5);
85+
--hl-6: var(--dark-hl-6);
86+
--hl-7: var(--dark-hl-7);
87+
--hl-8: var(--dark-hl-8);
88+
--hl-9: var(--dark-hl-9);
89+
--hl-10: var(--dark-hl-10);
90+
--hl-11: var(--dark-hl-11);
4991
--code-background: var(--dark-code-background);
5092
}
5193

@@ -54,4 +96,11 @@
5496
.hl-2 { color: var(--hl-2); }
5597
.hl-3 { color: var(--hl-3); }
5698
.hl-4 { color: var(--hl-4); }
99+
.hl-5 { color: var(--hl-5); }
100+
.hl-6 { color: var(--hl-6); }
101+
.hl-7 { color: var(--hl-7); }
102+
.hl-8 { color: var(--hl-8); }
103+
.hl-9 { color: var(--hl-9); }
104+
.hl-10 { color: var(--hl-10); }
105+
.hl-11 { color: var(--hl-11); }
57106
pre, code { background: var(--code-background); }

docs/assets/search.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/classes/callers.Caller.html renamed to docs/classes/Caller.html

Lines changed: 23 additions & 27 deletions
Large diffs are not rendered by default.

docs/classes/callers.ClientCaller.html renamed to docs/classes/ClientCaller.html

Lines changed: 22 additions & 26 deletions
Large diffs are not rendered by default.

docs/classes/handlers.ClientHandler.html renamed to docs/classes/ClientHandler.html

Lines changed: 31 additions & 35 deletions
Large diffs are not rendered by default.

docs/classes/callers.DuplexCaller.html renamed to docs/classes/DuplexCaller.html

Lines changed: 22 additions & 26 deletions
Large diffs are not rendered by default.

docs/classes/handlers.DuplexHandler.html renamed to docs/classes/DuplexHandler.html

Lines changed: 48 additions & 52 deletions
Large diffs are not rendered by default.

docs/classes/handlers.Handler.html renamed to docs/classes/Handler.html

Lines changed: 26 additions & 30 deletions
Large diffs are not rendered by default.

docs/classes/RPCClient.html

Lines changed: 108 additions & 278 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)