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