swc/crates/swc
2023-05-25 04:54:11 +00:00
..
benches build(cargo): Update rustc to nightly-2023-03-20 (#7170) 2023-03-30 08:06:02 +00:00
examples build(cargo): Update rustc to nightly-2023-03-20 (#7170) 2023-03-30 08:06:02 +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 fix(es): Ignore input sourcemap error (#7446) 2023-05-25 11:15:21 +09:00
tests feat(es/minifier): Inline for loop variables (#7445) 2023-05-25 03:59:02 +00:00
.gitignore
Cargo.toml chore: Publish crates 2023-05-25 04:54:11 +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.