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

Function parseErrorAtRange

test/fixtures/snapshot/typescript.js:31974–31976  ·  view source on GitHub ↗
(range, message, arg0)

Source from the content-addressed store, hash-verified

31972 return parseErrorAtPosition(start, end - start, message, arg0);
31973 }
31974 function parseErrorAtRange(range, message, arg0) {
31975 parseErrorAt(range.pos, range.end, message, arg0);
31976 }
31977 function scanError(message, length) {
31978 parseErrorAtPosition(scanner.getTextPos(), length, message);
31979 }

Calls 1

parseErrorAtFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…