oxc/crates/oxc_codegen/src
2024-07-14 13:23:30 +08:00
..
annotation_comment.rs fix(oxc_codegen): avoid print same pure comments multiple time (#4230) 2024-07-12 23:07:43 +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): use ryu-js for f64 to string 2024-07-14 13:23:30 +08:00
gen_comment.rs feat(oxc_codegen): generate annotation comments before CallExpression and NewExpression (#4119) 2024-07-09 00:22:28 +08:00
lib.rs fix(codegen): print parenthesis properly (#4245) 2024-07-14 04:13:10 +00: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