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.19 / latest
From: microsoft/vscode#26221
Code
func(function () // } { if (false) return 1 else return 2 });
It seems the } in the commend causes the function scoped to be closed early
}
The text was updated successfully, but these errors were encountered:
5568824
Handle function expressions to consume line ending of single line com…
ebb42d0
…ment since we rely on lookback of function completion (}) Fixes #455 after making change in comments to not consume line endings
No branches or pull requests
TS and JS Grammar Extension version: 0.0.19 / latest
From: microsoft/vscode#26221
Code
It seems the
}
in the commend causes the function scoped to be closed earlyThe text was updated successfully, but these errors were encountered: