MCPcopy Create free account
hub / github.com/CodeForBreakfast/eventsourcing / writeTsConfig

Function writeTsConfig

scripts/validate-markdown-examples.ts:315–316  ·  view source on GitHub ↗
(tempDir: string)

Source from the content-addressed store, hash-verified

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

Callers 1

createSeparateTempFilesFunction · 0.85

Calls 2

joinPathFunction · 0.85
writeFileStringToPathFunction · 0.85

Tested by

no test coverage detected