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
From microsoft/vscode#61215
TS and JS Grammar Extension version: 0.0.46 / latest
Code
For the code
type T = { a: number } & ({ b: number })
The coloring of ({ b: number }) is incorrect (specifically number):
({ b: number })
number
The text was updated successfully, but these errors were encountered:
8980e4b
No branches or pull requests
From microsoft/vscode#61215
TS and JS Grammar Extension version: 0.0.46 / latest
Code
For the code
The coloring of
({ b: number })
is incorrect (specificallynumber
):The text was updated successfully, but these errors were encountered: