Searched refs:hasSlashes (Results 1 – 1 of 1) sorted by relevance
18 const hasSlashes = isWindows ? /\\|[/]/ : /[/]/ constant38 } else if (namePart[0] !== '@' && (hasSlashes.test(namePart) || isFilename.test(namePart))) {