MCPcopy Index your code
hub / github.com/kangax/html-minifier / parseJSONRegExpArray

Function parseJSONRegExpArray

cli.js:91–94  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

89}
90
91function parseJSONRegExpArray(value) {
92 value = parseJSONArray(value);
93 return value && value.map(parseRegExp);
94}
95
96function parseString(value) {
97 return value;

Callers

nothing calls this directly

Calls 1

parseJSONArrayFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…