swc/crates/swc
2024-09-20 05:44:20 +00:00
..
benches feat(es/minifier): Support mangle cache (#9489) 2024-08-25 23:42:53 +00:00
examples feat(es/minifier): Support mangle cache (#9489) 2024-08-25 23:42:53 +00:00
scripts chore(xtask): Migrate scripts to xtask (#8072) 2023-10-06 14:44:53 +00:00
src fix(es/isolated-dts): Preserve comments (#9572) 2024-09-20 05:44:20 +00:00
tests fix(es/isolated-dts): Preserve comments (#9572) 2024-09-20 05:44:20 +00:00
.gitignore
Cargo.toml chore: Publish crates with swc_core v0.105.0 2024-09-19 13:12:01 +09: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.