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

Function syntaxError

lib/parse.js:1109–1114  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

1107}
1108
1109function syntaxError (message) {
1110 const err = new SyntaxError(message)
1111 err.lineNumber = line
1112 err.columnNumber = column
1113 return err
1114}

Callers 3

invalidCharFunction · 0.85
invalidEOFFunction · 0.85
invalidIdentifierFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…