Closed ajalt closed 3 years ago
This requires working around KT-46694, which added the u flag to all JS regular expressions. That caused unnecessary escapes in patterns to throw an error.
u
Fixes #78
This requires working around KT-46694, which added the
u
flag to all JS regular expressions. That caused unnecessary escapes in patterns to throw an error.Fixes #78