swc/crates/swc
2024-05-26 21:41:23 +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 fix(es): Allow input source map file to be omitted (#8951) 2024-05-13 09:14:21 +00:00
tests fix(es/es2015): Fix typeof comparions with "object" (#8976) 2024-05-26 21:41:23 +09:00
.gitignore
Cargo.toml chore: Bump crates 2024-05-13 09:15:58 +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.