swc/crates/swc
2024-01-28 12:34:03 +00:00
..
benches fix(es/codegen): Set sourceRoot of sourcemaps (#6086) 2024-01-24 09:18:09 +00:00
examples fix(es): Accept parse option for minify() (#7543) 2023-06-19 06:34:44 +00:00
scripts chore(xtask): Migrate scripts to xtask (#8072) 2023-10-06 14:44:53 +00:00
src fix(es/loader): Don't use browser versions for jsc.paths (#8548) 2024-01-24 12:00:05 +00:00
tests fix(es/codegen): Do not produce octal literals (#8565) 2024-01-28 12:34:03 +00: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-01-27 04:57:56 +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.