MCPcopy Create free account
hub / github.com/react-static/react-static / setIgnorePath

Function setIgnorePath

packages/react-static/src/utils/binHelper.js:138–140  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

136
137module.exports = {
138 setIgnorePath(path) {
139 ignorePath = path ? new RegExp(escapeRegExp(path)) : undefined
140 },
141}

Callers 2

Calls 1

escapeRegExpFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…