aboutsummaryrefslogtreecommitdiff
path: root/node_modules/babylon/README.md
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-11-03 01:33:53 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-11-03 01:33:53 +0100
commitd1291f67551c58168af43698a359cb5ddfd266b0 (patch)
tree55a13ed29fe1915e3f42f1b1b7038dafa2e975a7 /node_modules/babylon/README.md
parentd0a0695fb5d34996850723f7d4b1b59c3df909c2 (diff)
downloadwallet-core-d1291f67551c58168af43698a359cb5ddfd266b0.tar.xz
node_modules
Diffstat (limited to 'node_modules/babylon/README.md')
-rw-r--r--node_modules/babylon/README.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/node_modules/babylon/README.md b/node_modules/babylon/README.md
index d4dfbc318..3c6d730f0 100644
--- a/node_modules/babylon/README.md
+++ b/node_modules/babylon/README.md
@@ -14,7 +14,7 @@
- The latest ECMAScript version enabled by default (ES2017).
- Comment attachment.
- Support for JSX and Flow.
- - Support for experimental language proposals.
+ - Support for experimental language proposals (accepting PRs for anything at least [stage-0](https://github.com/tc39/proposals/blob/master/stage-0-proposals.md).
## Credits
@@ -64,9 +64,9 @@ AST for JSX code is based on [Facebook JSX AST][] with the addition of one node
[Babel AST format]: https://github.com/babel/babylon/blob/master/ast/spec.md
[ESTree spec]: https://github.com/estree/estree
-[Literal]: https://github.com/estree/estree/blob/master/spec.md#literal
-[Property]: https://github.com/estree/estree/blob/master/spec.md#property
-[MethodDefinition]: https://github.com/estree/estree/blob/master/es6.md#methoddefinition
+[Literal]: https://github.com/estree/estree/blob/master/es5.md#literal
+[Property]: https://github.com/estree/estree/blob/master/es5.md#property
+[MethodDefinition]: https://github.com/estree/estree/blob/master/es2015.md#methoddefinition
[StringLiteral]: https://github.com/babel/babylon/blob/master/ast/spec.md#stringliteral
[NumericLiteral]: https://github.com/babel/babylon/blob/master/ast/spec.md#numericliteral
@@ -117,3 +117,4 @@ require("babylon").parse("code", {
- `asyncGenerators`
- `functionBind`
- `functionSent`
+ - `dynamicImport`