oxc/crates
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
..
oxc Release crates v0.19.0 (#4137) 2024-07-09 20:32:06 +08:00
oxc_allocator Release crates v0.19.0 (#4137) 2024-07-09 20:32:06 +08:00
oxc_ast refactor(ast)!: store span details inside comment struct (#4132) 2024-07-09 23:23:43 +08:00
oxc_ast_macros Release crates v0.19.0 (#4137) 2024-07-09 20:32:06 +08:00
oxc_cfg Release crates v0.19.0 (#4137) 2024-07-09 20:32:06 +08:00
oxc_codegen refactor(ast)!: store span details inside comment struct (#4132) 2024-07-09 23:23:43 +08:00
oxc_diagnostics Release crates v0.19.0 (#4137) 2024-07-09 20:32:06 +08:00
oxc_index Release crates v0.19.0 (#4137) 2024-07-09 20:32:06 +08:00
oxc_isolated_declarations Release crates v0.19.0 (#4137) 2024-07-09 20:32:06 +08:00
oxc_js_regex chore: crates should only publish src and examples directory 2024-06-08 16:35:16 +08:00
oxc_language_server refactor(linter): LintContext can now only be constructed with a cfg enabled semantic. (#3761) 2024-06-19 13:01:33 +00:00
oxc_linter refactor(ast)!: store span details inside comment struct (#4132) 2024-07-09 23:23:43 +08:00
oxc_macros chore: do not compile test crates that have no tests 2024-06-24 00:20:04 +08:00
oxc_minifier Release crates v0.19.0 (#4137) 2024-07-09 20:32:06 +08:00
oxc_module_lexer Release crates v0.19.0 (#4137) 2024-07-09 20:32:06 +08:00
oxc_parser refactor(ast)!: store span details inside comment struct (#4132) 2024-07-09 23:23:43 +08:00
oxc_prettier refactor(ast)!: store span details inside comment struct (#4132) 2024-07-09 23:23:43 +08:00
oxc_semantic refactor(ast)!: store span details inside comment struct (#4132) 2024-07-09 23:23:43 +08:00
oxc_sourcemap Release crates v0.19.0 (#4137) 2024-07-09 20:32:06 +08:00
oxc_span Release crates v0.19.0 (#4137) 2024-07-09 20:32:06 +08:00
oxc_syntax Release crates v0.19.0 (#4137) 2024-07-09 20:32:06 +08:00
oxc_transformer refactor(ast)!: store span details inside comment struct (#4132) 2024-07-09 23:23:43 +08:00
oxc_traverse Release crates v0.19.0 (#4137) 2024-07-09 20:32:06 +08:00
oxc_wasm refactor(ast)!: store span details inside comment struct (#4132) 2024-07-09 23:23:43 +08:00