diff options
Diffstat (limited to 'node_modules/babylon/README.md')
-rw-r--r-- | node_modules/babylon/README.md | 9 |
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` |