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 docs for the new unicode-sets-regex plugin #2615

Merged
merged 2 commits into from Feb 2, 2022

Conversation

nicolo-ribaudo
Copy link
Member

Babel PR: babel/babel#14091

@nicolo-ribaudo nicolo-ribaudo added this to the v7.17.0 milestone Jan 31, 2022
@netlify
Copy link

netlify bot commented Jan 31, 2022

✔️ Deploy Preview for babel ready!

🔨 Explore the source changes: f5b32dc

🔍 Inspect the deploy log: https://app.netlify.com/sites/babel/deploys/61f873cce83b5c0008ee8f8b

😎 Browse the preview: https://deploy-preview-2615--babel.netlify.app

@netlify
Copy link

netlify bot commented Jan 31, 2022

✔️ Deploy Preview for babel ready!

🔨 Explore the source changes: 438c734

🔍 Inspect the deploy log: https://app.netlify.com/sites/babel/deploys/61f962f939f3880008c307f2

😎 Browse the preview: https://deploy-preview-2615--babel.netlify.app

sidebar_label: unicode-sets-regex
---

This plugins transform regular expression using the `v` flag, introduced by the [RegExp set notation + properties of strings](https://github.com/tc39/proposal-regexp-set-notation) proposal, to regular expressions that use the `u` flag.
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
This plugins transform regular expression using the `v` flag, introduced by the [RegExp set notation + properties of strings](https://github.com/tc39/proposal-regexp-set-notation) proposal, to regular expressions that use the `u` flag.
This plugin transforms regular expression using the `v` flag, introduced by the [RegExp set notation + properties of strings](https://github.com/tc39/proposal-regexp-set-notation) proposal, to regular expressions that use the `u` flag.

@JLHwung JLHwung changed the title Add docs for the new unicode-sets-regex plugins Add docs for the new unicode-sets-regex plugin Feb 1, 2022
Co-authored-by: Brian Ng <bng412@gmail.com>
@nicolo-ribaudo nicolo-ribaudo merged commit 605e9e4 into babel:main Feb 2, 2022
@nicolo-ribaudo nicolo-ribaudo deleted the docs-unicode-sets-regex branch February 2, 2022 23:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants