-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getter and setter accessors do not agree in visibility. #8
Comments
What is this? |
|
SvChat repository is using TypeScript 4.1: Having different visibility for getter and setter is introduced in TypeScript 4.3: Looks like @pulsejet needs to upgrade to latest TypeScript. If you are looking for a chat app, see also: |
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:
The text was updated successfully, but these errors were encountered: