Home
last modified time | relevance | path

Searched refs:UpToDateStatusType (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript/src/compiler/
Dtsbuild.ts3 export enum UpToDateStatusType { enum
58 type: UpToDateStatusType.Unbuildable;
66 type: UpToDateStatusType.ContainerOnly;
74 …type: UpToDateStatusType.UpToDate | UpToDateStatusType.UpToDateWithUpstreamTypes | UpToDateStatusT…
84 type: UpToDateStatusType.OutOfDateWithPrepend;
93 type: UpToDateStatusType.OutputMissing;
102 type: UpToDateStatusType.ErrorReadingFile;
110 type: UpToDateStatusType.OutOfDateWithSelf;
119 type: UpToDateStatusType.OutOfDateBuildInfo,
127 type: UpToDateStatusType.UpstreamOutOfDate;
[all …]
DtsbuildPublic.ts1068 type: UpToDateStatusType.UpToDate,
1191 if (status.type !== UpToDateStatusType.OutOfDateWithPrepend || options.force) return true;
1250 if (status.type === UpToDateStatusType.UpToDate) {
1262 …if (status.type === UpToDateStatusType.UpToDateWithUpstreamTypes || status.type === UpToDateStatus…
1275 if (status.type === UpToDateStatusType.UpstreamBlocked) {
1292 if (status.type === UpToDateStatusType.ContainerOnly) {
1394 …state.projectStatus.set(resolvedPath, { type: UpToDateStatusType.Unbuildable, reason: `${errorType…
1516 type: UpToDateStatusType.OutOfDateWithSelf,
1527 type: UpToDateStatusType.ContainerOnly
1535 state.projectStatus.set(resolvedPath, { type: UpToDateStatusType.ComputingUpstream });
[all …]
/third_party/typescript/src/testRunner/unittests/tsbuild/
Dsample.ts362 … baseline.push(`Project should still be upto date: ${UpToDateStatusType[status.type]}`);
/third_party/typescript/lib/
Dtsc.js107975 var UpToDateStatusType;
107976 (function (UpToDateStatusType) { argument
107977 UpToDateStatusType[UpToDateStatusType["Unbuildable"] = 0] = "Unbuildable";
107978 UpToDateStatusType[UpToDateStatusType["UpToDate"] = 1] = "UpToDate";
107979UpToDateStatusType[UpToDateStatusType["UpToDateWithUpstreamTypes"] = 2] = "UpToDateWithUpstreamTyp…
107980 UpToDateStatusType[UpToDateStatusType["OutOfDateWithPrepend"] = 3] = "OutOfDateWithPrepend";
107981 UpToDateStatusType[UpToDateStatusType["OutputMissing"] = 4] = "OutputMissing";
107982 UpToDateStatusType[UpToDateStatusType["ErrorReadingFile"] = 5] = "ErrorReadingFile";
107983 UpToDateStatusType[UpToDateStatusType["OutOfDateWithSelf"] = 6] = "OutOfDateWithSelf";
107984UpToDateStatusType[UpToDateStatusType["OutOfDateWithUpstream"] = 7] = "OutOfDateWithUpstream";
[all …]
DtypingsInstaller.js129729 var UpToDateStatusType;
129730 (function (UpToDateStatusType) { argument
129731 UpToDateStatusType[UpToDateStatusType["Unbuildable"] = 0] = "Unbuildable";
129732 UpToDateStatusType[UpToDateStatusType["UpToDate"] = 1] = "UpToDate";
129738UpToDateStatusType[UpToDateStatusType["UpToDateWithUpstreamTypes"] = 2] = "UpToDateWithUpstreamTyp…
129744 UpToDateStatusType[UpToDateStatusType["OutOfDateWithPrepend"] = 3] = "OutOfDateWithPrepend";
129745 UpToDateStatusType[UpToDateStatusType["OutputMissing"] = 4] = "OutputMissing";
129746 UpToDateStatusType[UpToDateStatusType["ErrorReadingFile"] = 5] = "ErrorReadingFile";
129747 UpToDateStatusType[UpToDateStatusType["OutOfDateWithSelf"] = 6] = "OutOfDateWithSelf";
129748UpToDateStatusType[UpToDateStatusType["OutOfDateWithUpstream"] = 7] = "OutOfDateWithUpstream";
[all …]