MCPcopy
hub / github.com/stenciljs/core / writeFile

Method writeFile

src/declarations/stencil-public-compiler.ts:1371–1371  ·  view source on GitHub ↗

* Does not throw.

(p: string, content: string)

Source from the content-addressed store, hash-verified

1369 * Does not throw.
1370 */
1371 writeFile(p: string, content: string): Promise<CompilerSystemWriteFileResults>;
1372 /**
1373 * SYNC! Does not throw.
1374 */

Callers 15

writeFileFunction · 0.80
initCacheDirMethod · 0.80
putMethod · 0.80
plugin.spec.tsFile · 0.80
generateAppTypesFunction · 0.80
generateTypesOutputFunction · 0.80
copyStencilCoreDtsFunction · 0.80
emitCallbackFunction · 0.80
generateLoaderFunction · 0.80

Calls

no outgoing calls

Tested by 1

pathTransformTranspileFunction · 0.64