swc/crates/swc
2022-09-14 06:54:54 +00:00
..
benches feat(es/config): Add isModule to .swcrc (#4993) 2022-06-18 04:24:08 +00:00
examples feat(es): Add an option to omit columns from sourcemaps (#4646) 2022-05-13 08:49:31 +00:00
scripts perf(es/transforms): Make transforms parallel (#4939) 2022-06-11 07:42:43 +00:00
src fix(es): Use paren_remover pass (#5753) 2022-09-09 05:02:24 +00:00
tests fix(es/minifier): Preserve more side effects (#5853) 2022-09-14 06:51:56 +00:00
.gitignore fix(es/decorators): Make legacy decorator identical to tsc (#4496) 2022-05-03 07:48:09 +00:00
Cargo.toml chore: Publish crates 2022-09-14 06:54:54 +00:00
README.md

Testing

tests/exec

All files named exec.js or exec.ts will be executed, and the test system will ensure that original source code and transpiled source code print the same output to the console.

You can use ./scripts/check-issues.sh to automatically unignore fixed tests.