| 13 | configFileParsingDiagnostics?: ReadonlyArray<ts.Diagnostic>; |
| 14 | } |
| 15 | interface ProjectReference { |
| 16 | path: string; |
| 17 | originalPath?: string; |
| 18 | prepend?: boolean; |
| 19 | circular?: boolean; |
| 20 | } |
| 21 | } |
| 22 | |
| 23 | export const transformerErrors = new WeakMap<ts.Program, Diagnostic[]>(); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…