oxc/crates/oxc_parser
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 chore(parser): print both AST and errors in examples/parser 2024-02-26 23:20:46 +08:00
src fix(ast)!: align TSImportType with ESTree (#2578) 2024-03-04 12:28:18 +08:00
Cargo.toml Publish crates v0.8.0 2024-02-26 19:01:51 +08:00