MCPcopy
hub / github.com/webpack/webpack / getLogs

Function getLogs

test/ProgressPlugin.test.js:85–86  ·  view source on GitHub ↗
(/** @type {string} */ logsStr)

Source from the content-addressed store, hash-verified

83};
84
85const getLogs = (/** @type {string} */ logsStr) =>
86 logsStr.split(/\r/).filter((/** @type {string} */ v) => v !== " ");
87
88const runCompilerAsync = (
89 /** @type {import("../").Compiler | import("../").MultiCompiler} */ compiler

Callers 1

Calls 1

splitMethod · 0.80

Tested by

no test coverage detected