Home
last modified time | relevance | path

Searched refs:Unbuildable (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript/src/compiler/
Dtsbuild.ts4 Unbuildable, enumerator
37 | Status.Unbuildable
57 export interface Unbuildable { interface
58 type: UpToDateStatusType.Unbuildable;
DtsbuildPublic.ts1394 …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/
Dtsc.js108859 …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:
DtypingsInstaller.js130669 …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: