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
SyntaxError: Invalid regular expression: /@(?:import|require)\s+(?:\([a-z,\s]+\)\s*)?['"]?(?<pathToResource>[^'"\s;]+)['"]?;?/: Invalid group
Which is introduced by c5fa232.
(?<pathToResource> (named capture groups) is supported from Node.js 10.3, see: https://node.green/
(?<pathToResource>
The text was updated successfully, but these errors were encountered:
I have the same problem after the version upgrade So I locked in version 1.2.1
Sorry, something went wrong.
Definitely a bug. I'll fix it.
Done. I've just released v1.3.2 (another bug was found)
No branches or pull requests
Which is introduced by c5fa232.
(?<pathToResource>
(named capture groups) is supported from Node.js 10.3, see: https://node.green/The text was updated successfully, but these errors were encountered: