oxc/crates/oxc_codegen/src
overlookmotel 0185eb2edc
refactor(ast): remove duplicate TSNamedTupleMember representation (#3101)
Removes duplicate representation of a `TSTupleElement` which is a
`TSNamedTupleMember`.

Closes #3100.
2024-04-25 19:16:24 +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(ast): add CatchParameter node (#3049) 2024-04-21 23:43:39 +08:00
gen_ts.rs refactor(ast): remove duplicate TSNamedTupleMember representation (#3101) 2024-04-25 19:16:24 +08:00
lib.rs chore: fix clippy on unsafe comment 2024-04-03 19:57:21 +08:00
operator.rs feat(codegen): move minifying printer to codegen crate (#985) 2023-10-12 14:56:30 +08:00
sourcemap_builder.rs chore: avoid unsafe code search original name (#2895) 2024-04-03 11:34:21 +00:00