* add transform-class-properties to stage 3, set spec mode to default * update readme with examples; use `buildUndefinedNode()`; change behavior to always define both static and nonstatic class properties regardless of spec/loose mode; update tests
19 lines
773 B
JSON
19 lines
773 B
JSON
{
|
|
"name": "babel-preset-stage-3",
|
|
"version": "7.0.0-alpha.19",
|
|
"description": "Babel preset for stage 3 plugins",
|
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
|
"homepage": "https://babeljs.io/",
|
|
"license": "MIT",
|
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-preset-stage-3",
|
|
"main": "lib/index.js",
|
|
"dependencies": {
|
|
"babel-plugin-syntax-dynamic-import": "7.0.0-alpha.19",
|
|
"babel-plugin-transform-async-generator-functions": "7.0.0-alpha.19",
|
|
"babel-plugin-transform-class-properties": "7.0.0-alpha.19",
|
|
"babel-plugin-transform-object-rest-spread": "7.0.0-alpha.19",
|
|
"babel-plugin-transform-optional-catch-binding": "7.0.0-alpha.19",
|
|
"babel-plugin-transform-unicode-property-regex": "^2.0.2"
|
|
}
|
|
}
|