Lines Matching refs:AST
60 …new plugin `estree` can be enabled. In this mode the parser will output an AST that is compliant t…
83 The returned AST will only consist of the expression. The options are the same as for `parse()`
151 Parsing the following code now returns a `FunctionDeclaration` AST node instead of `FunctionExpress…
210 AST spec: fix casing of `RegExpLiteral` ([#318](https://github.com/babel/babylon/pull/318)) (Mathia…
271 The following case produced an invalid AST
278 …s (e.g. ) were used in the input source code they are now correctly encoded in the resulting AST.
714 // AST
738 - Fix `static` property falling through in the declare class Flow AST ([#135](https://github.com/ba…
744 c: number; // this was being marked as static in the AST as well
908 - Document AST differences from ESTree ([#41](https://github.com/babel/babylon/pull/41)) @nene
934 - New `TypeParameter` AST Node (replaces using the `Identifier` node before)