MCPcopy Create free account
hub / github.com/effect-app/libs / matches

Function matches

repos/effect/packages/tools/jsdocs/src/Jsdocs.ts:491–491  ·  view source on GitHub ↗
(regexp: RegExp)

Source from the content-addressed store, hash-verified

489 return normalizePathName(filePath).replace(/^\.\//, "./")
490}
491
492function escapeRegExp(value: string): string {
493 return value.replace(/[|\\{}()[\]^$+?.]/g, "\\$&")
494}

Callers 3

computeProjectionValueFunction · 0.85
computeAggregateValueFunction · 0.85
Config.tsFile · 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…