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

Function afterPropertyValue

lib/parse.js:669–677  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

667 },
668
669 afterPropertyValue () {
670 switch (c) {
671 case ',':
672 case '}':
673 return newToken('punctuator', read())
674 }
675
676 throw invalidChar(read())
677 },
678
679 beforeArrayValue () {
680 if (c === ']') {

Callers

nothing calls this directly

Calls 5

newTokenFunction · 0.85
readFunction · 0.85
invalidCharFunction · 0.85
invalidEOFFunction · 0.85
popFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…