Searched defs:pathRegex (Results 1 – 3 of 3) sorted by relevance
40 String pathRegex, in staticRule()50 String pathRegex, in dynamicRule()141 String pathRegex, in StaticRule()176 String pathRegex = varString.apply(dynamicVarFn.andThen(varLookupFn)).get(); in getPathPattern() local
13 const pathRegex = (p) => new RegExp(normalizePath(p), 'gi') function52 pathRegex, property
5 const pathRegex = /^(?:(?:(?:node|(?:internal\/[\w/]*|.*node_modules\/(?:babel-polyfill|pirates)\/.… constant