oxc/crates
Nicholas Rayburn 99ecc687ba
feat(language_server): Add code actions to disable rules for the current line or entire file (#6968)
This definitely needs some cleanup by somebody more familiar with Rust,
but I think it contains most of the important pieces. I'll leave a
review with the different pieces that I know need cleanup.

Ref #6966.
2024-11-28 10:30:53 +08:00
..
oxc release(crates): v0.38.0 (#7490) 2024-11-26 14:38:47 +08:00
oxc_allocator release(crates): v0.38.0 (#7490) 2024-11-26 14:38:47 +08:00
oxc_ast feat(ast)!: add StringLiteral::raw field (#7393) 2024-11-26 23:33:56 +08:00
oxc_ast_macros release(crates): v0.38.0 (#7490) 2024-11-26 14:38:47 +08:00
oxc_cfg release(crates): v0.38.0 (#7490) 2024-11-26 14:38:47 +08:00
oxc_codegen release(crates): v0.38.0 (#7490) 2024-11-26 14:38:47 +08:00
oxc_data_structures release(crates): v0.38.0 (#7490) 2024-11-26 14:38:47 +08:00
oxc_diagnostics release(crates): v0.38.0 (#7490) 2024-11-26 14:38:47 +08:00
oxc_ecmascript feat(ast)!: add StringLiteral::raw field (#7393) 2024-11-26 23:33:56 +08:00
oxc_estree release(crates): v0.38.0 (#7490) 2024-11-26 14:38:47 +08:00
oxc_isolated_declarations feat(ast)!: add StringLiteral::raw field (#7393) 2024-11-26 23:33:56 +08:00
oxc_language_server feat(language_server): Add code actions to disable rules for the current line or entire file (#6968) 2024-11-28 10:30:53 +08:00
oxc_linter refactor(linter): remove once_cell (#7510) 2024-11-28 10:30:52 +08:00
oxc_macros feat(linter): allow lint rules with the same name (#7496) 2024-11-27 04:25:05 +00:00
oxc_mangler release(crates): v0.38.0 (#7490) 2024-11-26 14:38:47 +08:00
oxc_minifier feat(ast)!: add StringLiteral::raw field (#7393) 2024-11-26 23:33:56 +08:00
oxc_module_lexer release(crates): v0.38.0 (#7490) 2024-11-26 14:38:47 +08:00
oxc_parser feat(ast)!: add StringLiteral::raw field (#7393) 2024-11-26 23:33:56 +08:00
oxc_prettier refactor(prettier): Refactor IR related macros (#7491) 2024-11-26 09:31:30 +00:00
oxc_regular_expression release(crates): v0.38.0 (#7490) 2024-11-26 14:38:47 +08:00
oxc_semantic test(semantic): add a test for UpdateExpression (#7495) 2024-11-27 02:00:52 +00:00
oxc_sourcemap release(crates): v0.38.0 (#7490) 2024-11-26 14:38:47 +08:00
oxc_span release(crates): v0.38.0 (#7490) 2024-11-26 14:38:47 +08:00
oxc_syntax release(crates): v0.38.0 (#7490) 2024-11-26 14:38:47 +08:00
oxc_transformer feat(transformer/class-properties): support for transforming TaggedTemplateExpresssion (#7504) 2024-11-27 12:15:31 +00:00
oxc_traverse feat(traverse): add generate_uid_in_current_hoist_scope method (#7423) 2024-11-26 11:21:36 +00:00
oxc_wasm ci: clean up wasm type check (#7466) 2024-11-25 17:56:17 +08:00