MCPcopy Create free account
hub / github.com/cevek/ttypescript / CreateProgramOptions

Interface CreateProgramOptions

packages/ttypescript/src/patchCreateProgram.ts:7–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5
6declare module 'typescript' {
7 interface CreateProgramOptions {
8 rootNames: ReadonlyArray<string>;
9 options: ts.CompilerOptions;
10 projectReferences?: ReadonlyArray<ts.ProjectReference>;
11 host?: ts.CompilerHost;
12 oldProgram?: ts.Program;
13 configFileParsingDiagnostics?: ReadonlyArray<ts.Diagnostic>;
14 }
15 interface ProjectReference {
16 path: string;
17 originalPath?: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…