Searched refs:Unbuildable (Results 1 – 8 of 8) sorted by relevance
/third_party/typescript/src/compiler/ |
D | tsbuild.ts | 4 Unbuildable, enumerator 33 | Status.Unbuildable 50 export interface Unbuildable { interface 51 type: UpToDateStatusType.Unbuildable;
|
D | tsbuildPublic.ts | 1298 …state.projectStatus.set(resolvedPath, { type: UpToDateStatusType.Unbuildable, reason: `${errorType… 1355 type: UpToDateStatusType.Unbuildable, 1439 if (refStatus.type === UpToDateStatusType.Unbuildable || 1544 return { type: UpToDateStatusType.Unbuildable, reason: "File deleted mid-build" }; 2066 case UpToDateStatusType.Unbuildable:
|
/third_party/typescript/lib/ |
D | tsc.js | 94202 …state.projectStatus.set(resolvedPath, { type: ts.UpToDateStatusType.Unbuildable, reason: errorType… 94248 type: ts.UpToDateStatusType.Unbuildable, 94310 if (refStatus.type === ts.UpToDateStatusType.Unbuildable || 94396 return { type: ts.UpToDateStatusType.Unbuildable, reason: "File deleted mid-build" }; 94790 case ts.UpToDateStatusType.Unbuildable:
|
D | typingsInstaller.js | 114225 …state.projectStatus.set(resolvedPath, { type: ts.UpToDateStatusType.Unbuildable, reason: errorType… 114276 type: ts.UpToDateStatusType.Unbuildable, 114351 if (refStatus.type === ts.UpToDateStatusType.Unbuildable || 114447 return { type: ts.UpToDateStatusType.Unbuildable, reason: "File deleted mid-build" }; 114859 case ts.UpToDateStatusType.Unbuildable:
|
D | typescriptServices.js | 114430 …state.projectStatus.set(resolvedPath, { type: ts.UpToDateStatusType.Unbuildable, reason: errorType… 114481 type: ts.UpToDateStatusType.Unbuildable, 114556 if (refStatus.type === ts.UpToDateStatusType.Unbuildable || 114652 return { type: ts.UpToDateStatusType.Unbuildable, reason: "File deleted mid-build" }; 115064 case ts.UpToDateStatusType.Unbuildable:
|
D | tsserverlibrary.js | 114430 …state.projectStatus.set(resolvedPath, { type: ts.UpToDateStatusType.Unbuildable, reason: errorType… 114481 type: ts.UpToDateStatusType.Unbuildable, 114556 if (refStatus.type === ts.UpToDateStatusType.Unbuildable || 114652 return { type: ts.UpToDateStatusType.Unbuildable, reason: "File deleted mid-build" }; 115064 case ts.UpToDateStatusType.Unbuildable:
|
D | tsserver.js | 114236 …state.projectStatus.set(resolvedPath, { type: ts.UpToDateStatusType.Unbuildable, reason: errorType… 114287 type: ts.UpToDateStatusType.Unbuildable, 114362 if (refStatus.type === ts.UpToDateStatusType.Unbuildable || 114458 return { type: ts.UpToDateStatusType.Unbuildable, reason: "File deleted mid-build" }; 114870 case ts.UpToDateStatusType.Unbuildable:
|
D | typescript.js | 114430 …state.projectStatus.set(resolvedPath, { type: ts.UpToDateStatusType.Unbuildable, reason: errorType… 114481 type: ts.UpToDateStatusType.Unbuildable, 114556 if (refStatus.type === ts.UpToDateStatusType.Unbuildable || 114652 return { type: ts.UpToDateStatusType.Unbuildable, reason: "File deleted mid-build" }; 115064 case ts.UpToDateStatusType.Unbuildable:
|