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

Track support for regex unicodeSets flag #20091

Merged
merged 3 commits into from
Jun 12, 2023
Merged

Conversation

atjn
Copy link
Contributor

@atjn atjn commented Jun 11, 2023

Summary

This adds support data for the new unicodeSets regex flag :)

The link to the spec will work properly when tc39/ecma262#2418 is merged.

Test results and supporting details

I manually tested all major browsers, and checked that my results were consistent with the following documentation. I have not run any advanced tests to ensure that the browsers follow the spec correctly.

Added in Chrome 112:
https://chromestatus.com/feature/5144156542861312

Added in Safari 17:
https://developer.apple.com/documentation/safari-release-notes/safari-17-release-notes

Added in Firefox 116:
https://bugzilla.mozilla.org/show_bug.cgi?id=1826574

@github-actions github-actions bot added the data:js Compat data for JS/ECMAScript features. https://developer.mozilla.org/docs/Web/JavaScript label Jun 11, 2023
Copy link
Member

@Elchi3 Elchi3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! It would be good to add an mdn_url.
Docs are already in review mdn/content#26944

javascript/builtins/RegExp.json Show resolved Hide resolved
Co-authored-by: Florian Scholz <[email protected]>
@atjn
Copy link
Contributor Author

atjn commented Jun 12, 2023

I see, very cool!

@Elchi3 Elchi3 merged commit 95e3211 into mdn:main Jun 12, 2023
@atjn atjn deleted the regex-unicode-set-flag branch June 12, 2023 09:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:js Compat data for JS/ECMAScript features. https://developer.mozilla.org/docs/Web/JavaScript
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants