Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
Dtsbuild.ts32 ContainerOnly, enumerator
49 | Status.ContainerOnly
65 export interface ContainerOnly { interface
66 type: UpToDateStatusType.ContainerOnly;
DtsbuildPublic.ts1292 if (status.type === UpToDateStatusType.ContainerOnly) {
1527 type: UpToDateStatusType.ContainerOnly
1544 … refStatus.type === UpToDateStatusType.ContainerOnly) { // Container only ignore this project
2464 case UpToDateStatusType.ContainerOnly:
/third_party/typescript/lib/
Dtsc.js108796 if (status.type === ts.UpToDateStatusType.ContainerOnly) {
108972 type: ts.UpToDateStatusType.ContainerOnly
108986 refStatus.type === ts.UpToDateStatusType.ContainerOnly) {
109686 case ts.UpToDateStatusType.ContainerOnly:
DtypingsInstaller.js130604 if (status.type === ts.UpToDateStatusType.ContainerOnly) {
130788 type: ts.UpToDateStatusType.ContainerOnly
130804 … refStatus.type === ts.UpToDateStatusType.ContainerOnly) { // Container only ignore this project
131563 case ts.UpToDateStatusType.ContainerOnly: