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
Extension authors cannot use String.raw or any other template string tags that accept unexpected escape sequences in babel v6.
String.raw
e.g.
Module build failed: SyntaxError: Invalid escape sequence in template (2:24) 1 | > 2 | String.raw`\u`; | ^ 3 |
Apparently this is fixed in babel v7.x: babel/babel#8502
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Extension authors cannot use
String.raw
or any other template string tags that accept unexpected escape sequences in babel v6.e.g.
Apparently this is fixed in babel v7.x: babel/babel#8502
The text was updated successfully, but these errors were encountered: