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
/(?<op>do)\(\)|(?<op>don't)\(\)|(?<op>mul)\((?<a>\d+),(?<b>\d+)\)/g;
No lint warning.
Invalid RegExp literal Rework regular expression to be a valid
MDN also calls this out as valid in their valid cases:
/(?<firstName>\w+) (?<lastName>\w+)/; /(?<year>\d{4})-\d{2}|\d{2}-(?<year>\d{4})/;
deno 2.1.2 (stable, release, aarch64-apple-darwin) v8 13.0.245.12-rusty typescript 5.6.2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Lint Name
Code Snippet
Expected Result
No lint warning.
Actual Result
Additional Info
MDN also calls this out as valid in their valid cases:
Version
deno 2.1.2 (stable, release, aarch64-apple-darwin)
v8 13.0.245.12-rusty
typescript 5.6.2
The text was updated successfully, but these errors were encountered: