MCPcopy Index your code
hub / github.com/json5/json5 / invalidEOF

Function invalidEOF

lib/parse.js:1058–1060  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1056}
1057
1058function invalidEOF () {
1059 return syntaxError(`JSON5: invalid end of input at ${line}:${column}`)
1060}
1061
1062// This code is unreachable.
1063// function invalidToken () {

Callers 7

startFunction · 0.85
beforePropertyNameFunction · 0.85
afterPropertyNameFunction · 0.85
beforePropertyValueFunction · 0.85
beforeArrayValueFunction · 0.85
afterPropertyValueFunction · 0.85
afterArrayValueFunction · 0.85

Calls 1

syntaxErrorFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…