Sven SAULEAU b445b79734 Refactor move docs (#8108) 6 yıl önce
..
src a4795408b4 Allow plugins to assert that a specific babel version has loaded the plugin. (#7450) 6 yıl önce
test 2d36549541 Update README.md and add test 6 yıl önce
.npmignore 9ac326b075 remove es20xx prefixes from plugins and rename folders (#6575) 6 yıl önce
README.md b445b79734 Refactor move docs (#8108) 6 yıl önce
package.json 90566103a6 v7.0.0-beta.49 6 yıl önce

README.md

@babel/plugin-transform-block-scoped-functions

Babel plugin to ensure function declarations at the block level are block scoped

See our website @babel/plugin-transform-block-scoped-functions for more information.

Install

Using npm:

npm install --save @babel/plugin-transform-block-scoped-functions

or using yarn:

yarn add --save @babel/plugin-transform-block-scoped-functions