Skip to content
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
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

@mysticatea
Copy link
Member

mysticatea commented Jan 26, 2018

Several RegExp enhancements have arrived at Stage 4.

@mysticatea mysticatea added enhancement This change enhances an existing feature of ESLint accepted There is consensus among the team that this change meets the criteria for inclusion blocked This change can't be completed until another issue is resolved labels Jan 26, 2018
@ilyavolodin
Copy link
Member

Probably no-useless-escape needs to be updated.

@mysticatea mysticatea added the rule Relates to ESLint's core rules label Feb 4, 2018
@not-an-aardvark
Copy link
Member

no-unexpected-multiline needs to be updated here to check an intended s flag when it sees division.

@mysticatea mysticatea added core Relates to ESLint's core APIs and features and removed blocked This change can't be completed until another issue is resolved labels Feb 27, 2018
@mysticatea
Copy link
Member Author

I have done to implement parsing (eslint/espree#369).
I'll work on this for core rules.

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 22, 2018
@eslint-deprecated eslint-deprecated bot locked and limited conversation to collaborators Sep 13, 2018
@eslint-deprecated eslint-deprecated bot added the archived due to age This issue has been archived; please open a new issue for any further discussion label Sep 13, 2018
@mysticatea mysticatea added the new syntax This issue is related to new syntax that has reached stage 4 label Dec 8, 2019
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
Projects
None yet
3 participants