oxc/crates/oxc_linter
camchenry 3273b64a0f refactor(linter): Use parsed patterns for unicorn/prefer-string-replace-all rule (#5943)
- part of https://github.com/oxc-project/oxc/issues/5416

Replaces the `is_simple_string` method with a more robust check against the parsed terms from the regular expression.
2024-09-21 18:02:59 +00:00
..
examples refactor(semantic): impl IntoIterator for &AstNodes (#5873) 2024-09-19 03:22:29 +00:00
fixtures test: add trailing line breaks to conformance fixtures (#5541) 2024-09-06 12:55:17 +00:00
src refactor(linter): Use parsed patterns for unicorn/prefer-string-replace-all rule (#5943) 2024-09-21 18:02:59 +00:00
tests
Cargo.toml perf(linter): use aho-corasick instead of regex for string matching in jsx-a11y/img-redundant-alt (#5892) 2024-09-19 22:40:01 +00:00
CHANGELOG.md release(oxlint): v0.9.6 (#5843) 2024-09-18 12:02:09 +08:00