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

Method compilerOptions

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

Source from the content-addressed store, hash-verified

24 }
25
26 get compilerOptions(): ts.CompilerOptions {
27 if (!this.resolvedCompilerOptions) {
28 this.resolvedCompilerOptions = this.resolveCompilerOptions();
29 this.listener?.onCompilerOptionsResolved();
30 }
31 return this.resolvedCompilerOptions;
32 }
33
34 private currentProgram: ts.Program | undefined = undefined;
35 private resolvedCompilerOptions: ts.CompilerOptions | undefined = undefined;

Callers

nothing calls this directly

Calls 2

Tested by

no test coverage detected