feat: add multi-engine regex flavour support
This commit is contained in:
@@ -23,9 +23,9 @@ pretty-printer. The transform is idempotent.
|
||||
Formatting requires the exact current, accepted, non-recovered syntax snapshot
|
||||
from the bundled `@eslint-community/regexpp` provider. Transformations are
|
||||
derived from the provider's literal-token ranges rather than from a heuristic
|
||||
text scan. A stale parse, a malformed pattern, a partial provider, PCRE2,
|
||||
Python, Java or any other flavour is reported as unavailable and is never
|
||||
silently rewritten.
|
||||
text scan. A stale parse, malformed pattern, partial provider or any
|
||||
non-ECMAScript profile is reported as unavailable and is never silently
|
||||
rewritten.
|
||||
|
||||
## Mandatory validation before apply
|
||||
|
||||
|
||||
Reference in New Issue
Block a user