oxc/crates/oxc_codegen/src
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
..
context.rs fix(codegen): format new expression + call expression with the correct parentheses (#2330) 2024-02-06 22:06:12 +08:00
gen.rs feat(codegen): add sourcemap (#2565) 2024-03-03 14:44:49 +08:00
gen_ts.rs fix(ast)!: align TSImportType with ESTree (#2578) 2024-03-04 12:28:18 +08:00
lib.rs feat(codegen): add sourcemap (#2565) 2024-03-03 14:44:49 +08:00
operator.rs feat(codegen): move minifying printer to codegen crate (#985) 2023-10-12 14:56:30 +08:00
sourcemap_builder.rs fix(codegen): correct sourcemaps when Windows line breaks + unicode (#2584) 2024-03-04 12:27:28 +08:00