swc/crates/swc_estree_ast
Donny/강동윤 cdef843369
feat(es/estree): Allow emitting acorn ast (#2859)
swc_estree_ast:
 - Add `Flavor`.
 - Adjust serialization based on `Flavor`.

swc_estree_visit:
 - Remove.

testing:
 - Add `diff_json`.

testing_macros:
 - `#[fixture]`: Print input.
2021-11-25 20:16:46 +09:00
..
src feat(es/estree): Allow emitting acorn ast (#2859) 2021-11-25 20:16:46 +09:00
Cargo.toml feat(es/estree): Allow emitting acorn ast (#2859) 2021-11-25 20:16:46 +09:00
README.md refactor(es/estree): Rename: babel => estree (#2846) 2021-11-24 05:34:41 +09:00

Rust representation of the Babel AST.

Definitions derived from this file: https://github.com/babel/babel/blob/main/packages/babel-types/src/ast-types/generated/index.ts