Sven SAULEAU b445b79734 Refactor move docs (#8108) 6 years ago
..
src a4795408b4 Allow plugins to assert that a specific babel version has loaded the plugin. (#7450) 6 years ago
test c8d82d6483 Migrate all remaining fixtures to jest expect 6 years ago
.npmignore c41abd79a1 Rename all proposal plugins to -proposal- from -transform- (#6570) 6 years ago
README.md b445b79734 Refactor move docs (#8108) 6 years ago
package.json 90566103a6 v7.0.0-beta.49 6 years ago

README.md

@babel/plugin-proposal-function-sent

Compile the function.sent meta propety to valid ES2015 code

See our website @babel/plugin-proposal-function-sent for more information.

Install

Using npm:

npm install --save @babel/plugin-proposal-function-sent

or using yarn:

yarn add --save @babel/plugin-proposal-function-sent