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
How do you get the syntax to work with VSCode?
Rollup runs fine. Babel runs fine. Eslint runs fine. It's literally just VSCode.
Also, can this syntax be supported in typescript currently?
The text was updated successfully, but these errors were encountered:
Hi @sscaff1, this proposal is in Stage 2 of the TC39 proposal which is too early in the design phase for official TypeScript support to be available.
Sorry, something went wrong.
To suppress the syntax errors in VSCode you can override the "javascript.validate.enable" setting for that workspace.
"javascript.validate.enable"
Some more info here: https://stackoverflow.com/questions/36327096/vscode-linter-es6-es7-babel-linter
No branches or pull requests
How do you get the syntax to work with VSCode?
Rollup runs fine. Babel runs fine. Eslint runs fine. It's literally just VSCode.
Also, can this syntax be supported in typescript currently?
The text was updated successfully, but these errors were encountered: