swc/crates/swc
2022-03-23 22:07:16 +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(wasm/plugin): Implement initial plugin interface for wasm runtimes (#4123) 2022-03-23 16:12:59 +09:00
tests feat(es/lints): Use Str.raw instead of source map (#4139) 2022-03-23 22:07:16 +00:00
Cargo.toml chore: Publish crates 2022-03-22 08:03:01 +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.