swc/crates/swc
2022-11-24 08:47:34 +00:00
..
benches perf(es/transforms): Exclude old inlining pass (#6203) 2022-10-19 04:53:46 +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 refactor(es): Remove settings related to privateInObject (#6468) 2022-11-21 08:34:20 +09:00
tests fix(es/codegen): Preserve parens for new in optional chaining (#6484) 2022-11-21 00:07:16 +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-11-24 08:47:34 +00:00
README.md test(es): Add an execution test system (#3994) 2022-03-13 07:47:39 +00:00

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.