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

Interface ProjectReference

packages/ttypescript/src/patchCreateProgram.ts:15–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13 configFileParsingDiagnostics?: ReadonlyArray<ts.Diagnostic>;
14 }
15 interface ProjectReference {
16 path: string;
17 originalPath?: string;
18 prepend?: boolean;
19 circular?: boolean;
20 }
21}
22
23export const transformerErrors = new WeakMap<ts.Program, Diagnostic[]>();

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…