swc/crates/swc
2022-11-30 07:50:13 +00:00
..
benches perf(common): Fix perf bug of sourcemap for inputs with multi-byte chars (#6523) 2022-11-28 07:51:36 +00:00
examples feat(es): Add an option to omit columns from sourcemaps (#4646) 2022-05-13 08:49:31 +00:00
scripts perf(common): Fix perf bug of sourcemap for inputs with multi-byte chars (#6523) 2022-11-28 07:51:36 +00:00
src refactor(es): Remove settings related to privateInObject (#6468) 2022-11-21 08:34:20 +09:00
tests build(cargo): Update browerslist-rs (#6547) 2022-11-30 07:09:44 +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-30 07:50:13 +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.