mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-02 01:29:31 +08:00
19 lines
425 B
Text
19 lines
425 B
Text
# @babel/helper-create-regexp-features-plugin
|
|
|
|
> Compile ESNext Regular Expressions to ES5
|
|
|
|
See our website [@babel/helper-create-regexp-features-plugin](https://babeljs.io/docs/en/babel-helper-create-regexp-features-plugin) for more information.
|
|
|
|
## Install
|
|
|
|
Using npm:
|
|
|
|
```sh
|
|
npm install --save @babel/helper-create-regexp-features-plugin
|
|
```
|
|
|
|
or using yarn:
|
|
|
|
```sh
|
|
yarn add @babel/helper-create-regexp-features-plugin
|
|
```
|