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

Method program

compiler/companion/src/project/Project.ts:22–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20 }
21
22 get program(): ts.Program {
23 return this.loadProgramIfNeeded();
24 }
25
26 get compilerOptions(): ts.CompilerOptions {
27 if (!this.resolvedCompilerOptions) {

Callers

nothing calls this directly

Calls 1

loadProgramIfNeededMethod · 0.95

Tested by

no test coverage detected