babel-preset-stage-2
Advanced tools
Comparing version 6.22.0 to 6.24.1
{ | ||
"name": "babel-preset-stage-2", | ||
"version": "6.22.0", | ||
"version": "6.24.1", | ||
"description": "Babel preset for stage 2 plugins", | ||
@@ -11,7 +11,7 @@ "author": "Sebastian McKenzie <sebmck@gmail.com>", | ||
"dependencies": { | ||
"babel-plugin-transform-class-properties": "^6.22.0", | ||
"babel-plugin-transform-decorators": "^6.22.0", | ||
"babel-plugin-transform-class-properties": "^6.24.1", | ||
"babel-plugin-transform-decorators": "^6.24.1", | ||
"babel-plugin-syntax-dynamic-import": "^6.18.0", | ||
"babel-preset-stage-3": "^6.22.0" | ||
"babel-preset-stage-3": "^6.24.1" | ||
} | ||
} |
@@ -5,2 +5,14 @@ # babel-preset-stage-2 | ||
The gist of Stage 2 is: | ||
> **Stage 2:** draft | ||
> | ||
> **What is it?** A first version of what will be in the specification. At this point, an eventual inclusion of the feature in the standard is likely. | ||
> | ||
> **What’s required?** The proposal must now additionally have a formal description of the syntax and semantics of the feature (using the formal language of the ECMAScript specification). The description should be as complete as possible, but can contain todos and placeholders. Two experimental implementations of the feature are needed, but one of them can be in a transpiler such as Babel. | ||
> | ||
> **What’s next?** Only incremental changes are expected from now on. | ||
## Install | ||
@@ -37,1 +49,4 @@ | ||
``` | ||
## References | ||
- Chapter "[The TC39 process for ECMAScript features](http://exploringjs.com/es2016-es2017/ch_tc39-process.html)" in "Exploring ES2016 and ES2017" by Axel Rauschmayer |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2915
51