mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
Rule [source](https://github.com/eslint/eslint/blob/main/lib/rules/no-nonoctal-decimal-escape.js) Rule [tests](https://github.com/eslint/eslint/blob/main/tests/lib/rules/no-nonoctal-decimal-escape.js) I created a basic sticky regex implementation based on what I could find about it, since rust does not have support for that. There might be a better place to keep it instead of this rule file --------- Co-authored-by: Boshen <boshenc@gmail.com> |
||
|---|---|---|
| .. | ||
| oxc | ||
| oxc_allocator | ||
| oxc_ast | ||
| oxc_cli | ||
| oxc_codegen | ||
| oxc_diagnostics | ||
| oxc_index | ||
| oxc_js_regex | ||
| oxc_language_server | ||
| oxc_linter | ||
| oxc_macros | ||
| oxc_minifier | ||
| oxc_parser | ||
| oxc_prettier | ||
| oxc_semantic | ||
| oxc_span | ||
| oxc_syntax | ||
| oxc_transformer | ||
| oxc_wasm | ||