MCPcopy 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

addBaseEndpointsMethod · 0.65
emitFileMethod · 0.65

Implementers 3

Workspacecompiler/companion/src/Workspace.ts
CachingWorkspacecompiler/companion/src/cache/CachingWo
TestWorkspacecompiler/companion/src/cache/CachingWo

Calls

no outgoing calls

Tested by

no test coverage detected