regexp-tree
regexp-tree copied to clipboard
Incorrectly rewrite `/[a^]/` to `/[^a]/`
Autofix should either add backslash or do not put ^
to start because this is breaking change