npm.io
6.13.0 • Published 10 years ago

babel-plugin-syntax-function-sent

Licence
MIT
Version
6.13.0
Deps
0
Vulns
0
Weekly
0
Stars
44.0K

babel-plugin-syntax-function-sent

Allow parsing of the function.sent meta property.

Installation

$ npm install babel-plugin-syntax-function-sent

Usage

.babelrc

{
  "plugins": ["syntax-function-sent"]
}
Via CLI
$ babel --plugins syntax-function-sent script.js
Via Node API
require("babel-core").transform("code", {
  plugins: ["syntax-function-sent"]
});

Keywords