oxc/crates/oxc_codegen/src
Luca Bruno 5731e3957f
refactor(ast)!: store span details inside comment struct (#4132)
This tweaks `Comment` definition in order to internally store the start
and end position of its span.

Closes: https://github.com/oxc-project/oxc/issues/4069
2024-07-09 23:23:43 +08:00
..
annotation_comment.rs refactor(ast)!: store span details inside comment struct (#4132) 2024-07-09 23:23: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 feat(oxc_codegen): generate annotation comments before CallExpression and NewExpression (#4119) 2024-07-09 00:22:28 +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 refactor(ast)!: store span details inside comment struct (#4132) 2024-07-09 23:23:43 +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