You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to use a query: StringLiteral[text=/\/aaa/]
to find a line like: var s = "/aaa";
Fails with: "SyntaxError: Invalid regular expression: //: \ at end of pattern"
The text was updated successfully, but these errors were encountered:
Unfortunately this one looks like it's an issue in the query parser which comes from esquery, as I can reproduce it here: http://estools.github.io/esquery/
Trying to use a query:
StringLiteral[text=/\/aaa/]
to find a line like:
var s = "/aaa";
Fails with: "SyntaxError: Invalid regular expression: //: \ at end of pattern"
The text was updated successfully, but these errors were encountered: