Closed killerdbob closed 2 years ago
when I use svchat
What is this?
when I use svchat
What is this?
SvChat repository is using TypeScript 4.1: https://github.com/pulsejet/svchat/blob/19b1abe9b9f45be2d94b9d8c6e095d9a1a89bc97/package.json#L51
Having different visibility for getter and setter is introduced in TypeScript 4.3: https://github.com/microsoft/TypeScript/pull/42425
Looks like @pulsejet needs to upgrade to latest TypeScript. Please report an issue in their repository, as this is not my bug.
If you are looking for a chat app, see also: https://github.com/yoursunny/NDNts-chat
Thank you
when I use svchat, ndnts show up a declare bug, and I change
get state(): L3Face.State;
toprivate get state(): L3Face.State;
, bug disappear.problem: