RegExp enhancements in ES2018 #9893
Closed
Comments
Probably |
|
I have done to implement parsing (eslint/espree#369). |
not-an-aardvark
added 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.
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: