Searched refs:skipRegex (Results 1 – 2 of 2) sorted by relevance
360 const skipRegex = /(\.map|manifest\.json|index.html)$/;366 }, skipRegex);586 function walk(dir, callback, skipRegex) { argument590 if (skipRegex !== undefined && skipRegex.test(child)) continue;592 walk(childPath, callback, skipRegex);
338 function walk(dir, callback, skipRegex) { argument342 if (skipRegex !== undefined && skipRegex.test(child)) continue;344 walk(childPath, callback, skipRegex);