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
TS and JS Grammar Extension version: 0.0.52 / latest
What is the issue?
If last property in object type has implicit any value its color changes to type color.
any
Code
let a: { prop1, prop2 };
Vs Code screenshot
As you can see (if you are viewing this issue at the time I wrote it) it doesn't work on GitHub too.
The text was updated successfully, but these errors were encountered:
894c5c5
No branches or pull requests
TS and JS Grammar Extension version: 0.0.52 / latest
What is the issue?
If last property in object type has implicit
any
value its color changes to type color.Code
Vs Code screenshot
As you can see (if you are viewing this issue at the time I wrote it) it doesn't work on GitHub too.
The text was updated successfully, but these errors were encountered: