swc/crates/swc
2022-04-17 18:36:15 +00:00
..
benches chore(es): Rename benchmarks (#4355) 2022-04-17 18:36:15 +00:00
examples doc(api/rust): Add examples (#4002) 2022-03-13 22:07:34 +00:00
scripts test(es): Add an execution test system (#3994) 2022-03-13 07:47:39 +00:00
src fix(es/parser): Enable static blocks by default (#4334) 2022-04-15 07:31:41 +00:00
tests feat(es/minifier): const => let (#3654) 2022-04-17 15:52:29 +00:00
Cargo.toml chore(es/minifier): Add full benchmark for .minify() (#4341) 2022-04-15 22:31:15 +00:00
README.md test(es): Add an execution test system (#3994) 2022-03-13 07:47:39 +00:00

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.