feat: add Python and Java regex engines
This commit is contained in:
@@ -23,8 +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 or any
|
||||
other flavour is reported as unavailable and is never silently rewritten.
|
||||
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.
|
||||
|
||||
## Mandatory validation before apply
|
||||
|
||||
|
||||
Reference in New Issue
Block a user