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

Function separatorChar

lib/parse.js:1077–1079  ·  view source on GitHub ↗
(c)

Source from the content-addressed store, hash-verified

1075}
1076
1077function separatorChar (c) {
1078 console.warn(`JSON5: '${formatChar(c)}' in strings is not valid ECMAScript; consider escaping`)
1079}
1080
1081function formatChar (c) {
1082 const replacements = {

Callers 1

stringFunction · 0.85

Calls 1

formatCharFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…