swc/crates/swc
Donny/강동윤 97298c4e36
feat(es/plugin): Introduce manual-tokio-runtmie to swc crate (#9701)
**Description:**

This can cause a problem for Wasm plugin runtimes.
2024-11-01 16:34:33 +09:00
..
benches perf(visit): Introduce Pass API and adjust visitor APIs for it (#9680) 2024-10-29 11:25:16 +09:00
examples feat(es/minifier): Support mangle cache (#9489) 2024-08-25 23:42:53 +00:00
scripts chore(xtask): Migrate scripts to xtask (#8072) 2023-10-06 14:44:53 +00:00
src feat(es/plugin): Introduce manual-tokio-runtmie to swc crate (#9701) 2024-11-01 16:34:33 +09:00
tests fix(es/parser): Parse await using() call (#9693) 2024-10-31 10:32:27 +09:00
.gitignore fix(es/decorators): Make legacy decorator identical to tsc (#4496) 2022-05-03 07:48:09 +00:00
Cargo.toml feat(es/plugin): Introduce manual-tokio-runtmie to swc crate (#9701) 2024-11-01 16:34:33 +09: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.