MCPcopy Create free account
hub / github.com/estools/esquery / peg$buildStructuredError

Function peg$buildStructuredError

parser.js:415–422  ·  view source on GitHub ↗
(expected, found, location)

Source from the content-addressed store, hash-verified

413 }
414
415 function peg$buildStructuredError(expected, found, location) {
416 return new peg$SyntaxError(
417 peg$SyntaxError.buildMessage(expected, found),
418 expected,
419 found,
420 location
421 );
422 }
423
424 function peg$parsestart() {
425 var s0, s1, s2, s3;

Callers 2

expectedFunction · 0.85
peg$parseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected