Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ emitFile
Method
emitFile
compiler/companion/src/IWorkspace.d.ts:57–57 ·
view source on GitHub ↗
(fileName: string)
Source
from the content-addressed store, hash-verified
55
openFile(fileName: string): Promise<OpenFileResult>;
56
57
emitFile(fileName: string): Promise<EmitResult>;
58
59
getDiagnostics(fileName: string): Promise<GetDiagnosticsResult>;
60
Callers
3
addBaseEndpoints
Method · 0.65
emitFile
Method · 0.65
CachingWorkspace.spec.ts
File · 0.65
Implementers
3
Workspace
compiler/companion/src/Workspace.ts
CachingWorkspace
compiler/companion/src/cache/CachingWo
TestWorkspace
compiler/companion/src/cache/CachingWo
Calls
no outgoing calls
Tested by
no test coverage detected