oxc/crates/oxc_codegen
Arnaud Barré f66059e91b
fix(ast)!: align TSImportType with ESTree (#2578)
Implements
https://github.com/typescript-eslint/typescript-eslint/issues/2998

The copy of props feels wrong, but could not get it working otherwise
with the box and borrow things 😅

Also I found that TSImportType was missing some entries for visitors and
codegen.

In the case of codegen I'm not really understand the need as all the
types seems to be dismissed?
2024-03-04 12:28:18 +08:00
..
examples feat(codegen): add sourcemap (#2565) 2024-03-03 14:44:49 +08:00
src fix(ast)!: align TSImportType with ESTree (#2578) 2024-03-04 12:28:18 +08:00
tests feat(Codegen): Improve codegen (#2460) 2024-02-21 14:41:57 +08:00
Cargo.toml chore(deps): update rust crates (#2589) 2024-03-04 11:23:06 +08:00