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
The Jison parser provides useful location information to its parseError function - the lexer currently does not provide any location information to parseError at all.
The Jison parser provides useful location information to its
parseError
function - the lexer currently does not provide any location information toparseError
at all.https://github.com/zaach/jison/blob/5e13d8563c306c66cc00b9fe22ff6da74617e792/lib/jison.js#L1037-L1043
While implementing TryGhost/GQL#4 the only solution I could find to get the location of the error was by parsing it out of the error message.
The text was updated successfully, but these errors were encountered: