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

Add support for Unicode 13 in regexps (update regexpu-core) #11244

Merged
merged 2 commits into from
Mar 11, 2020

Conversation

nicolo-ribaudo
Copy link
Member

Q                       A
Fixed Issues? Fixes #11243
Patch: Bug Fix?
Major: Breaking Change?
Minor: New Feature? Yes
Tests Added + Pass? Yes
Documentation PR Link
Any Dependency Changes? Yes
License MIT

@nicolo-ribaudo nicolo-ribaudo added PR: New Feature 🚀 A type of pull request used for our changelog categories PR: Dependency ⬆️ labels Mar 11, 2020
@@ -1,2 +1,2 @@
var a = /[\u3400-\u4DB5\u4E00-\u9FEF\uFA0E\uFA0F\uFA11\uFA13\uFA14\uFA1F\uFA21\uFA23\uFA24\uFA27-\uFA29\u{20000}-\u{2A6D6}\u{2A700}-\u{2B734}\u{2B740}-\u{2B81D}\u{2B820}-\u{2CEA1}\u{2CEB0}-\u{2EBE0}][\0-\t\x0B\f\x0E-\u2027\u202A-\u{10FFFF}]/u;
Copy link
Contributor

Choose a reason for hiding this comment

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

The current master CI is failing due to recent regexpu-core update:

https://github.com/babel/babel/pull/11242/checks?check_run_id=501623515#step:5:785

Any chance to separate fixture update and merge it in a patch release?

Copy link
Member Author

Choose a reason for hiding this comment

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

Well, we could directly merge this in a patch I think. Since we use ^ for the dependency range, even old Babel versions already have support for Unicode 13.

@nicolo-ribaudo
Copy link
Member Author

Given the 👍s for #11244 (comment), I'm merging this.

@nicolo-ribaudo nicolo-ribaudo merged commit d030793 into babel:master Mar 11, 2020
@nicolo-ribaudo nicolo-ribaudo deleted the unicode-13 branch March 11, 2020 22:24
@mathiasbynens
Copy link
Contributor

Thanks for tackling this so quickly!

@github-actions github-actions bot added the outdated A closed issue/PR that is archived due to age. Recommended to make a new issue label Jun 11, 2020
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 11, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
outdated A closed issue/PR that is archived due to age. Recommended to make a new issue PR: Dependency ⬆️ PR: New Feature 🚀 A type of pull request used for our changelog categories
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support Unicode 13 RegExp property escapes
4 participants