Open
Description
Hi, I was using your code, but show up some error
SvChat repository is using TypeScript 4.1:
Line 51 in 19b1abe
Having different visibility for getter and setter is introduced in TypeScript 4.3:
microsoft/TypeScript#42425
Error: node_modules/@ndn/l3face/lib/l3face.d.ts:28:9 - error TS2379: Getter and setter accessors do not agree in visibility.
28 get state(): L3Face.State;
~~~~~
Error: node_modules/@ndn/l3face/lib/l3face.d.ts:29:17 - error TS2379: Getter and setter accessors do not agree in visibility.
29 private set state(value);
~~~~~
Metadata
Metadata
Assignees
Labels
No labels