(tempDir: string)
| 313 | ); |
| 314 | |
| 315 | const writeTsConfig = (tempDir: string) => |
| 316 | pipe(joinPath(tempDir, 'tsconfig.json'), Effect.flatMap(writeFileStringToPath(tsConfigContent))); |
| 317 | |
| 318 | const writeBlockFileContent = |
| 319 | (content: string, filename: string, block: CodeBlock, headerLines: number) => |
no test coverage detected