swc/crates/swc_babel_compat
Sven 65d376a91b
feat(swc): Add IsModule (#2601)
swc:
 - Allow parsing input as a `Program`. (Closes #2541)
2021-11-16 10:31:02 +00:00
..
benches feat(swc): Add IsModule (#2601) 2021-11-16 10:31:02 +00:00
scripts refactor: Flatten crates (#2697) 2021-11-09 20:42:49 +09:00
src refactor: Flatten crates (#2697) 2021-11-09 20:42:49 +09:00
tests feat(swc): Add IsModule (#2601) 2021-11-16 10:31:02 +00:00
Cargo.toml refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00
README.md chore: Update markdown files to use "SWC" instead of "swc" (#2744) 2021-11-15 04:26:04 +00:00

Convert SWC AST to Babel AST.

Testing

To run tests

cargo test

For more information about writing tests, see tests.