We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Not sure why I'm getting this issue...happy to post more info if needed.
Cannot reference type myproject$proto$Point [1] from a value position.
[1] 86│ declare interface myproject$proto$Point { : 104│ * Represents a Point. 105│ / 106│ declare class myproject$proto$Point 107│ mixins myproject$proto$Point { 108│ /* 109│ * Constructs a new Point. 110│ * @param properties Properties to set
The text was updated successfully, but these errors were encountered:
@jmtoung what file you're converting?
Sorry, something went wrong.
No branches or pull requests
Not sure why I'm getting this issue...happy to post more info if needed.
Cannot reference type myproject$proto$Point [1] from a value position.
[1] 86│ declare interface myproject$proto$Point {
:
104│ * Represents a Point.
105│ /
106│ declare class myproject$proto$Point
107│ mixins myproject$proto$Point {
108│ /*
109│ * Constructs a new Point.
110│ * @param properties Properties to set
The text was updated successfully, but these errors were encountered: