-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[Normative] Add RegExp dotAll
mode (s
flag)
#1028
Conversation
spec.html
Outdated
@@ -30862,6 +30869,21 @@ | |||
</emu-note> | |||
</emu-clause> | |||
|
|||
<emu-clause id="sec-get-regexp.prototype.dotAll"> | |||
<h1>get RegExp.prototype.dotAll</h1> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: The rest of the methods are arranged in alphabetical order. If you want to continue that with this patch, this could go a little higher in the file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good idea. Done.
d7dc4a5
to
6455fe5
Compare
This PR looks good, thank you! |
Just to confirm, tests are in test262? |
@bterlson Yep, see tc39/test262#1009 . |
All the Stage 4 criteria + links to how they are resolved for this proposal are here: tc39/proposal-regexp-dotall-flag#4 |
Grats @mathiasbynens and everyone that contributed to this proposal :-D |
tc39/ecma262#1028 has been merged as tc39/ecma262@d978ed1. Closes #4.
tc39/ecma262#1028 has been merged as tc39/ecma262@d978ed1. Closes #4.
tc39/ecma262#1028 has been merged as tc39/ecma262@d978ed1. Closes #4.
Proposal repo: https://github.com/tc39/proposal-regexp-dotall-flag