Searched refs:Unbuildable (Results 1 – 4 of 4) sorted by relevance
/third_party/typescript/src/compiler/ |
D | tsbuild.ts | 4 Unbuildable, enumerator 37 | Status.Unbuildable 57 export interface Unbuildable { interface 58 type: UpToDateStatusType.Unbuildable;
|
D | tsbuildPublic.ts | 1394 …state.projectStatus.set(resolvedPath, { type: UpToDateStatusType.Unbuildable, reason: `${errorType… 1549 if (refStatus.type === UpToDateStatusType.Unbuildable || 1645 type: UpToDateStatusType.Unbuildable, 1803 return { type: UpToDateStatusType.Unbuildable, reason: "File deleted mid-build" }; 2443 case UpToDateStatusType.Unbuildable:
|
/third_party/typescript/lib/ |
D | tsc.js | 108859 …state.projectStatus.set(resolvedPath, { type: ts.UpToDateStatusType.Unbuildable, reason: "".concat… 108989 if (refStatus.type === ts.UpToDateStatusType.Unbuildable || 109068 type: ts.UpToDateStatusType.Unbuildable, 109195 return { type: ts.UpToDateStatusType.Unbuildable, reason: "File deleted mid-build" }; 109680 case ts.UpToDateStatusType.Unbuildable:
|
D | typingsInstaller.js | 130669 …state.projectStatus.set(resolvedPath, { type: ts.UpToDateStatusType.Unbuildable, reason: "".concat… 130808 if (refStatus.type === ts.UpToDateStatusType.Unbuildable || 130899 type: ts.UpToDateStatusType.Unbuildable, 131046 return { type: ts.UpToDateStatusType.Unbuildable, reason: "File deleted mid-build" }; 131557 case ts.UpToDateStatusType.Unbuildable:
|