Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Brian Ng <bng412@gmail.com>
  • Loading branch information
nicolo-ribaudo and existentialism committed Feb 1, 2022
1 parent 6622855 commit 438c734
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/plugin-proposal-unicode-sets-regex.md
Expand Up @@ -4,7 +4,7 @@ title: @babel/plugin-proposal-unicode-sets-regex
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.
This plugin transforms regular expressions 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.

## Example

Expand Down
2 changes: 1 addition & 1 deletion docs/plugin-syntax-unicode-sets-regex.md
Expand Up @@ -8,7 +8,7 @@ sidebar_label: syntax-unicode-sets-regex
>
> It's unlikely you want to use this plugin directly as it only enables Babel to parse this syntax. Instead, use [plugin-proposal-unicode-sets-regex](plugin-proposal-unicode-sets-regex.md) to _both_ parse and transform this syntax.
This plugins enabled parsing 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 enables parsing regular expressions 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.

## Example

Expand Down

0 comments on commit 438c734

Please sign in to comment.