oxc/crates
camc314 bd0693bcd0 feat(linter): allow lint rules with the same name (#7496)
Apologies @Boshen for the stupidly large diff.

I've done the following:

 - `RuleEnum`'s members are now prefixed with the plugin name. e.g. `NoDebugger` has become `EslintNoDebugger`
- updated tester.rs to accept the rule's NAME, CATEGORY to allow us to test rules with the same name (diff category)
- updates `declare_all_lint_rules` satisfy the first above change.
2024-11-27 04:25:05 +00: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 fix(language_server): calculate correct column when Unicode chars (#7484) 2024-11-26 10:44:13 +08:00
oxc_linter feat(linter): allow lint rules with the same name (#7496) 2024-11-27 04:25:05 +00: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 refactor(transformer/react-refresh): use generate_uid_in_current_hoist_scope to add hoisted binding (#7492) 2024-11-26 16:12:11 +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