oxc/crates/oxc_codegen/src
2024-09-19 15:15:28 +00:00
..
annotation_comment.rs refactor(ast): change Comment struct (#5783) 2024-09-15 09:22:58 +00:00
binary_expr_visitor.rs refactor(codegen): add GetSpan requirement to Gen trait (#5772) 2024-09-14 11:13:12 +00:00
comment.rs feat(codegen): print jsdoc comments that are attached to statements and class elements (#5845) 2024-09-18 07:58:22 +00:00
context.rs feat(codegen): align operator precedence with esbuild (#4509) 2024-07-28 11:48:51 +00:00
gen.rs fix(codegen): fix spacing of for await (x of y) (#5890) 2024-09-19 15:15:28 +00:00
lib.rs feat(codegen): print jsdoc comments that are attached to statements and class elements (#5845) 2024-09-18 07:58:22 +00:00
operator.rs feat(codegen): move minifying printer to codegen crate (#985) 2023-10-12 14:56:30 +08:00
sourcemap_builder.rs chore: run cargo +nightly fmt to sort imports (#5503) 2024-09-06 04:04:26 +00:00