swc/crates/swc
2022-04-03 13:13:15 +00:00
..
benches chore(ci): Skip unnecessary package for the benchmark (#3980) 2022-03-12 01:52:53 +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 feat(plugin): Implement PoC of comments api (#4206) 2022-03-31 08:45:08 +00:00
tests feat(es/minifier): Improve sequential inlining (#4231) 2022-04-03 13:13:15 +00:00
Cargo.toml chore: Publish crates 2022-04-02 06:06:39 +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.