swc/crates/swc
2024-08-19 11:37:02 +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 fix(es): Improve sourcemap url error messages. (#9422) 2024-08-14 07:11:57 +00:00
tests fix(common): Use SourceMap::adjust_mappings in correct order (#9447) 2024-08-19 11:37:02 +09:00
.gitignore
Cargo.toml chore: Bump crates 2024-08-16 11:12:39 +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.