swc/crates/swc
2024-07-02 10:15:45 +09:00
..
benches fix(es/minifier): Respect module: false (#8925) 2024-05-07 12:15:47 +09:00
examples build(cargo): Update rustc to nightly-2024-04-03 (#8821) 2024-04-16 02:20:47 +00:00
scripts chore(xtask): Migrate scripts to xtask (#8072) 2023-10-06 14:44:53 +00:00
src feat(cli): Support generating .d.ts files (#9097) 2024-06-22 09:35:15 +09:00
tests feat(es/minifier): Handle more indexing expression (#8750) 2024-07-02 10:15:45 +09:00
.gitignore fix(es/decorators): Make legacy decorator identical to tsc (#4496) 2022-05-03 07:48:09 +00:00
Cargo.toml chore: Bump crates 2024-07-01 05:22:20 +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.