* Add new.target transform * Catch new.target under only an arrow function * More unsupported reflect.construct cases * Fix node 4 test * Do not transform Methods * More tests * Properly setup function inheritance test * Tests tests tests * Fix ES6 class's new.target * Remove expected output thats supposed to throw.
19 lines
573 B
JSON
19 lines
573 B
JSON
{
|
|
"name": "babel-plugin-transform-new-target",
|
|
"version": "7.0.0-alpha.12",
|
|
"description": "Transforms new.target meta property",
|
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-new-target",
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"keywords": [
|
|
"babel-plugin"
|
|
],
|
|
"dependencies": {
|
|
},
|
|
"devDependencies": {
|
|
"babel-helper-plugin-test-runner": "7.0.0-alpha.12",
|
|
"babel-plugin-transform-class-properties": "7.0.0-alpha.12",
|
|
"babel-plugin-transform-es2015-arrow-functions": "7.0.0-alpha.12"
|
|
}
|
|
}
|