oxc/crates/oxc_codegen/src
Arnaud Barré c3477de64e
fix(ast)!: rename BigintLiteral to BigIntLiteral (#2659)
This matches the case for the name in Babel. (in ESTree everything is a
`Literal`)
2024-03-10 13:31:51 +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 fix(ast)!: rename BigintLiteral to BigIntLiteral (#2659) 2024-03-10 13:31:51 +08:00
gen_ts.rs fix(parser): parse named rest element in type tuple (#2655) 2024-03-10 13:25:15 +08:00
lib.rs refactor(codegen): clean up API around building sourcemaps (#2602) 2024-03-04 16:03:33 +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: Rust v1.76.0 (#2643) 2024-03-08 20:54:36 +08:00