oxc/crates/oxc_codegen/src
2024-07-21 14:04:17 +00:00
..
annotation_comment.rs refactor(codegen): clean up annotation_comment 2024-07-14 15:55:50 +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(codegen): object shorthand with parens ({x: (x)}) -> ({ x }) (#4391) 2024-07-21 14:04:17 +00:00
lib.rs fix(codegen): print shorthand for all { x } variants (#4374) 2024-07-21 19:54: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 fix(sourcemap): should add tokens for unordered span (#3941) 2024-06-27 20:24:22 +08:00