swc/crates/swc
2024-08-19 19:30:48 +09:00
..
benches build: Update rustc to nightly-2024-07-21 (#9319) 2024-07-23 05:31:35 +00:00
examples refactor(common): Drop SyntaxContext from AST nodes (#9175) 2024-07-12 13:13:20 +09:00
scripts chore(xtask): Migrate scripts to xtask (#8072) 2023-10-06 14:44:53 +00:00
src feat(es/decorators): Groundwork for stage 3 decorator (#9450) 2024-08-19 14:44:23 +09:00
tests fix(es): Preserve more comments (#9449) 2024-08-19 04:16:35 +00:00
.gitignore fix(es/decorators): Make legacy decorator identical to tsc (#4496) 2022-05-03 07:48:09 +00:00
Cargo.toml chore: Publish crates 2024-08-19 19:30:48 +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.