oxc/crates
Alexander S. 2f9fab9172
refactor(linter): remove remapping for plugin name in diagnostics (#8223)
came across this code.

I do not think this is practicable in the real world. Many projects areo
migrating from jest to vitest and are currently installing both,
So we can't really tell what plugin name should be outputted.

The same is for typescript <-> eslint and our newest candidate:


2da4365fbe/crates/oxc_linter/src/config/rules.rs (L163-L165)
2025-01-03 11:40:26 +08:00
..
oxc release(crates): v0.44.0 (#8110) 2024-12-25 21:03:09 +08:00
oxc_allocator feat(minifier): improve StatementFusion (#8194) 2024-12-31 01:13:24 +00:00
oxc_ast feat(minifier): minimize if (x) if (y) z -> if (x && y) z (#8136) 2024-12-27 02:44:47 +00:00
oxc_ast_macros release(crates): v0.44.0 (#8110) 2024-12-25 21:03:09 +08:00
oxc_cfg release(crates): v0.44.0 (#8110) 2024-12-25 21:03:09 +08:00
oxc_codegen fix(codegen): source map builder panicked because it attempted to subtract with overflow in search_original_line_and_column (#8185) 2024-12-31 20:00:41 +08:00
oxc_data_structures release(crates): v0.44.0 (#8110) 2024-12-25 21:03:09 +08:00
oxc_diagnostics release(crates): v0.44.0 (#8110) 2024-12-25 21:03:09 +08:00
oxc_ecmascript fix(minifier): remove incorrect fold Expression::AssignmentExpression (#8211) 2025-01-01 05:44:01 +00:00
oxc_estree release(crates): v0.44.0 (#8110) 2024-12-25 21:03:09 +08:00
oxc_isolated_declarations release(crates): v0.44.0 (#8110) 2024-12-25 21:03:09 +08:00
oxc_language_server refactor(language_server)!: use .oxlintrc.json when no config path provided (#8027) 2024-12-20 10:30:03 +08:00
oxc_linter refactor(linter): remove remapping for plugin name in diagnostics (#8223) 2025-01-03 11:40:26 +08:00
oxc_macros feat(linter)!: remove unmaintained security plugin (#7773) 2024-12-10 14:29:22 +00:00
oxc_mangler release(crates): v0.44.0 (#8110) 2024-12-25 21:03:09 +08:00
oxc_minifier feat(minifier): optional catch binding when catch param is unused (#8221) 2025-01-02 13:20:49 +00:00
oxc_napi release(crates): v0.44.0 (#8110) 2024-12-25 21:03:09 +08:00
oxc_parser feat(parser): missing initializer in destructuring declaration inside for loop head (#8222) 2025-01-02 14:02:49 +00:00
oxc_prettier feat(prettier): Print directive (#8066) 2024-12-23 14:46:47 +08:00
oxc_regular_expression release(crates): v0.44.0 (#8110) 2024-12-25 21:03:09 +08:00
oxc_semantic feat(semantic): allow getting mutable reference to symbols table (#8189) 2024-12-30 15:27:30 +08:00
oxc_span release(crates): v0.44.0 (#8110) 2024-12-25 21:03:09 +08:00
oxc_syntax feat(minfier): add CompressOptions::target (#8179) 2024-12-29 12:27:32 +00:00
oxc_transformer chore(transformer): enable class-properties plugin (#7750) 2024-12-31 12:30:58 +00:00
oxc_traverse release(crates): v0.44.0 (#8110) 2024-12-25 21:03:09 +08:00
oxc_wasm feat(minfier): add CompressOptions::target (#8179) 2024-12-29 12:27:32 +00:00