MCPcopy Create free account
hub / github.com/Snapchat/Valdi / emitFile

Method emitFile

compiler/companion/src/Workspace.ts:281–283  ·  view source on GitHub ↗
(fileName: string)

Source from the content-addressed store, hash-verified

279 }
280
281 async emitFile(fileName: string): Promise<EmitResult> {
282 return this.doEmitFile(fileName, undefined, undefined);
283 }
284
285 transformDiagnostic(project: Project, original: ts.DiagnosticWithLocation | ts.Diagnostic): Diagnostic {
286 const text = project.formatDiagnostic(original);

Callers

nothing calls this directly

Calls 1

doEmitFileMethod · 0.95

Tested by

no test coverage detected