swc/ecmascript/babel/compat
Donny/강동윤 3280b4cd7a
refactor(es/parser): Deprecate JscTarget (#2600)
swc_ecma_parser:
 - Deprecate `JscTarget`.
2021-10-31 12:25:15 +00:00
..
benches refactor(es/parser): Deprecate JscTarget (#2600) 2021-10-31 12:25:15 +00:00
scripts fix(es/codegen): Fix codegen of ~ (#2104) 2021-08-19 17:21:08 +09:00
src feat(es/babel): Support babelify of static blocks (#2504) 2021-10-22 13:32:34 +09:00
tests refactor(es/parser): Deprecate JscTarget (#2600) 2021-10-31 12:25:15 +00:00
Cargo.toml fix(es/codegen): Fix codegen of ~ (#2104) 2021-08-19 17:21:08 +09:00
README.md fix(es/codegen): Fix codegen of ~ (#2104) 2021-08-19 17:21:08 +09:00

Convert swc AST to Babel AST.

Testing

To run tests

cargo test

For more information about writing tests, see tests.