Searched refs:parsingError (Results 1 – 1 of 1) sorted by relevance
43 const parsingError = /Line (\d+):(?:(\d+):)?\s*Parsing error: (.+)$/.exec(line); constant44 if (!parsingError) {47 const [, errorLine, errorColumn, errorMessage] = parsingError;