Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
writeFile
Function · 0.80
req-handler.spec.ts
File · 0.80
initCacheDir
Method · 0.80
put
Method · 0.80
plugin.spec.ts
File · 0.80
generateAppTypes
Function · 0.80
generateTypesOutput
Function · 0.80
copyStencilCoreDts
Function · 0.80
validate-package-json.spec.ts
File · 0.80
emitCallback
Function · 0.80
validateTypesAfterGeneration
Function · 0.80
generateLoader
Function · 0.80
Calls
no outgoing calls
Tested by
1
pathTransformTranspile
Function · 0.64