mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
Currently, we lack a test to check if the TS AST has been completely deleted. I have thought of a way to test it. Let's have our idempotency test print the TypeScript code the first time and the second time print the JavaScript code only. If the two results do not match, it means that there are still undeleted TS ASTs or other bugs. Since ideally the TS ASTs are completely deleted, the two results should be the same. |
||
|---|---|---|
| .. | ||
| annotation_comment.rs | ||
| context.rs | ||
| gen.rs | ||
| gen_ts.rs | ||
| lib.rs | ||
| operator.rs | ||
| sourcemap_builder.rs | ||