MCPcopy Index your code
hub / github.com/nodejs/node / parseErrorAt

Function parseErrorAt

test/fixtures/snapshot/typescript.js:31971–31973  ·  view source on GitHub ↗
(start, end, message, arg0)

Source from the content-addressed store, hash-verified

31969 return result;
31970 }
31971 function parseErrorAt(start, end, message, arg0) {
31972 return parseErrorAtPosition(start, end - start, message, arg0);
31973 }
31974 function parseErrorAtRange(range, message, arg0) {
31975 parseErrorAt(range.pos, range.end, message, arg0);
31976 }

Callers 11

parseErrorAtCurrentTokenFunction · 0.85
parseErrorAtRangeFunction · 0.85
nextTokenFunction · 0.85
parseSuperExpressionFunction · 0.85
parseJsxChildFunction · 0.85
parseReturnTagFunction · 0.85
parseTypeTagFunction · 0.85

Calls 1

parseErrorAtPositionFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…