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.12 / latest
Code
const working = (first: number, second: Set<string>) => (<div></div>); const broken = (first: number, second: number[], ) => (<div></div>); const followup = (first: number, second: Set<string>) => (<div></div>);
The newline does not break the rest of the file, but the applied classes are wrong.
const working = (first: number, second: Set<string>) => (<div></div>); const broken = (first: number, second: Set<string>, ) => (<div></div>); const followup = (first: number, second: Set<string>) => (<div></div>);
With an added generic the rest of the file is incorrectly highlighted.
The text was updated successfully, but these errors were encountered:
cd82eb6
No branches or pull requests
TS and JS Grammar Extension version: 0.0.12 / latest
Code
Newline only
The newline does not break the rest of the file, but the applied classes are wrong.
Generic + newline
With an added generic the rest of the file is incorrectly highlighted.
The text was updated successfully, but these errors were encountered: