Diogo Franco 86a53773f1 Add function name to spec-transformed arrow functions (#5620)
While it may appear that this should be done by es2015-function-name,
another way to think about it is that es2015-function-name implements
the naming that javascript engines are supposed to do; and javascript
engines cannot name function expressions that are the object of a
member expression.
2017-05-03 11:50:37 +09:00

20 lines
586 B
JSON

{
"name": "babel-plugin-transform-es2015-arrow-functions",
"version": "7.0.0-alpha.9",
"description": "Compile ES2015 arrow functions to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-arrow-functions",
"license": "MIT",
"main": "lib/index.js",
"keywords": [
"babel-plugin"
],
"dependencies": {
"babel-helper-function-name": "7.0.0-alpha.7"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "7.0.0-alpha.9",
"babel-traverse": "7.0.0-alpha.9",
"babel-types": "7.0.0-alpha.9"
}
}