swc/crates/swc
Donny/강동윤 563c162f1c
fix(common): Do not use adjust_mappings from sourcemap crate (#9437)
**Description:**

It seems like it has a bug.

**Related issue:**

 - Reverts https://github.com/swc-project/swc/pull/9052
2024-08-16 13:36: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 fix(es): Improve sourcemap url error messages. (#9422) 2024-08-14 07:11:57 +00:00
tests fix(common): Do not use adjust_mappings from sourcemap crate (#9437) 2024-08-16 13:36:48 +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.