Nicolò Ribaudo 1bbe1fc3cb
Regenerate monorepo READMEs (#14006)
* Fix script to generate readmes

* Regenerate READMEs
2021-11-29 10:03:23 -05:00

20 lines
382 B
Markdown

# @babel/plugin-syntax-module-blocks
> Allow parsing of JS Module Blocks
See our website [@babel/plugin-syntax-module-blocks](https://babeljs.io/docs/en/babel-plugin-syntax-module-blocks) for more information.
## Install
Using npm:
```sh
npm install --save-dev @babel/plugin-syntax-module-blocks
```
or using yarn:
```sh
yarn add @babel/plugin-syntax-module-blocks --dev
```