oxc/crates
Yuto Yoshino e7ce633d8c
linter: implement from_configuration for jsx-a11y anchor-is-valid (#2425)
- fix: #2361 

Created the `from_configuration` function to recognize links written
during testing as valid. This function takes a JSON configuration and
generates an `AnchorIsValidConfig` object, which determines whether
specific hrefs are valid. This change allows us to easily specify valid
hrefs in our tests, ensuring that our link validation logic works as
expected.
2024-02-20 20:17:10 +08:00
..
oxc Publish crates v0.7.0 2024-02-09 23:01:12 +08:00
oxc_allocator Publish crates v0.7.0 2024-02-09 23:01:12 +08:00
oxc_ast feat(parser): parse import attributes in TSImportType (#2436) 2024-02-19 12:26:42 +08:00
oxc_cli feat(diagnostics): implement json reporter (#2452) 2024-02-20 15:33:28 +08:00
oxc_codegen refactor: remove panic! from examples (#2454) 2024-02-20 16:18:39 +08:00
oxc_diagnostics feat(diagnostics): implement json reporter (#2452) 2024-02-20 15:33:28 +08:00
oxc_index Publish crates v0.7.0 2024-02-09 23:01:12 +08:00
oxc_js_regex Initialize JS Regex crates and def AST. (#1500) 2023-11-23 00:22:17 +08:00
oxc_language_server chore(deps): update rust crate env_logger to 0.11.2 (#2430) 2024-02-19 10:32:34 +08:00
oxc_linter linter: implement from_configuration for jsx-a11y anchor-is-valid (#2425) 2024-02-20 20:17:10 +08:00
oxc_macros feat(linter): remove the --timings feature (#2049) 2024-01-16 14:21:04 +08:00
oxc_minifier refactor: remove panic! from examples (#2454) 2024-02-20 16:18:39 +08:00
oxc_parser refactor: remove panic! from examples (#2454) 2024-02-20 16:18:39 +08:00
oxc_prettier refactor: remove panic! from examples (#2454) 2024-02-20 16:18:39 +08:00
oxc_semantic refactor: remove panic! from examples (#2454) 2024-02-20 16:18:39 +08:00
oxc_span Publish crates v0.7.0 2024-02-09 23:01:12 +08:00
oxc_syntax feat(semantic): add static property, ElementKind::Getter, ElementKind::Setter in ClassTable (#2445) 2024-02-20 13:07:48 +08:00
oxc_transformer feat(codegen): configurable typescript codegen (#2443) 2024-02-20 12:09:28 +08:00
oxc_wasm feat(codegen): configurable typescript codegen (#2443) 2024-02-20 12:09:28 +08:00