MCPcopy Create free account
hub / github.com/webpack/webpack-cli / folderStrategy

Function folderStrategy

scripts/cleanup-test.js:18–18  ·  view source on GitHub ↗
(stats, file)

Source from the content-addressed store, hash-verified

16];
17
18const folderStrategy = (stats, file) => stats.isDirectory() && outputDirectories.includes(file);
19
20const cleanupOutputDirs = () => {
21 for (const outputFolder of collectTestFolders(folderStrategy)) {

Callers 1

extractFolderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected