Noah Lemen 4fdd75695b Update Class Fields to Stage 3 and change default behavior (#6076)
* 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
2017-08-10 11:19:49 -04:00

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"
}
}