Urara-Blog/node_modules/.pnpm-store/v3/files/ed/1ae094990679034fc534d2267e21139e8f538c483b17431703e251bf9dca7102bdf82c3139cfad51d043f77e65d040454bd42bdf14bfd4aca3ce8734e807b5
2022-08-14 01:14:53 +08:00

19 lines
415 B
Text

# @babel/plugin-transform-block-scoping
> Compile ES2015 block scoping (const and let) to ES5
See our website [@babel/plugin-transform-block-scoping](https://babeljs.io/docs/en/babel-plugin-transform-block-scoping) for more information.
## Install
Using npm:
```sh
npm install --save-dev @babel/plugin-transform-block-scoping
```
or using yarn:
```sh
yarn add @babel/plugin-transform-block-scoping --dev
```