swc/crates/swc
2022-04-20 13:18:26 +09:00
..
benches chore(es/minifier): Setup correct benchmark (#4372) 2022-04-19 18:12:04 +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 chore(es/minifier): Setup correct benchmark (#4372) 2022-04-19 18:12:04 +00:00
tests fix(es/lexer): Fix handling of object properties with the name function (#4374) 2022-04-20 07:14:20 +09:00
Cargo.toml chore: Publish crates 2022-04-20 13:18:26 +09: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.