New issue
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
RegExp enhancements in ES2018 #9893
Closed
6 tasks done
mysticatea opened this issue
Jan 26, 2018
· 3 comments
· Fixed by Urigo/tortilla#62, #10062, yhirano55/ama#57, annict/annict#1039 or dependabot/dependabot-core#312
Closed
6 tasks done
RegExp enhancements in ES2018 #9893
mysticatea opened this issue
Jan 26, 2018
· 3 comments
· Fixed by Urigo/tortilla#62, #10062, yhirano55/ama#57, annict/annict#1039 or dependabot/dependabot-core#312
Labels
accepted
There is consensus among the team that this change meets the criteria for inclusion
archived due to age
This issue has been archived; please open a new issue for any further discussion
core
Relates to ESLint's core APIs and features
enhancement
This change enhances an existing feature of ESLint
new syntax
This issue is related to new syntax that has reached stage 4
rule
Relates to ESLint's core rules
Comments
Probably |
|
I have done to implement parsing (eslint/espree#369). |
not-an-aardvark
pushed a commit
that referenced
this issue
Mar 16, 2018
…10062) * update package.json * update no-control-regex * update no-empty-character-class * update no-invalid-regexp * update no-unexpected-multiline * update no-useless-escape * update no-irregular-whitespace * fix node 4 problem
This was referenced Mar 16, 2018
This was referenced Mar 16, 2018
This was referenced Mar 16, 2018
This was referenced Mar 22, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
accepted
There is consensus among the team that this change meets the criteria for inclusion
archived due to age
This issue has been archived; please open a new issue for any further discussion
core
Relates to ESLint's core APIs and features
enhancement
This change enhances an existing feature of ESLint
new syntax
This issue is related to new syntax that has reached stage 4
rule
Relates to ESLint's core rules
Several RegExp enhancements have arrived at Stage 4.
ecmaVersion:2018
.s
(dotAll) flag (tc39/proposals@6feba53) (/foo.bar/s
)/(?<year>\d{4})-(?<month>\d{2})-(?<day>\d{2})/
)/(?<=a)b/
)/\p{Script=Greek}/u
)The text was updated successfully, but these errors were encountered: