/third_party/typescript_eslint/packages/typescript-estree/tests/snapshots/typescript/basics/ |
D | type-import-type.src.ts.shot | 41 "isTypeOf": true, 132 "isTypeOf": false,
|
D | type-import-type-with-type-parameters-in-type-reference.src.ts.shot | 87 "isTypeOf": false,
|
/third_party/typescript/src/compiler/factory/ |
D | nodeFactory.ts | 1971 …rgument: TypeNode, qualifier?: EntityName, typeArguments?: readonly TypeNode[], isTypeOf = false) { 1976 node.isTypeOf = isTypeOf; 1982 …EntityName | undefined, typeArguments: readonly TypeNode[] | undefined, isTypeOf = node.isTypeOf) { 1986 || node.isTypeOf !== isTypeOf 1987 ? update(createImportTypeNode(argument, qualifier, typeArguments, isTypeOf), node)
|
/third_party/typescript_eslint/packages/types/src/ |
D | ts-estree.ts | 1414 isTypeOf: boolean; property
|
/third_party/typescript_eslint/packages/typescript-estree/src/ |
D | convert.ts | 2555 isTypeOf: !!node.isTypeOf,
|
/third_party/typescript/tests/baselines/reference/api/ |
D | typescript.d.ts | 864 readonly isTypeOf: boolean; property 3374 … TypeNode, qualifier?: EntityName, typeArguments?: readonly TypeNode[], isTypeOf?: boolean): Impor… 3375 …EntityName | undefined, typeArguments: readonly TypeNode[] | undefined, isTypeOf?: boolean): Impor… 6733 …ntityName | undefined, typeArguments?: readonly TypeNode[] | undefined, isTypeOf?: boolean | undef… 6735 …EntityName | undefined, typeArguments: readonly TypeNode[] | undefined, isTypeOf?: boolean | undef…
|
D | tsserverlibrary.d.ts | 864 readonly isTypeOf: boolean; property 3374 … TypeNode, qualifier?: EntityName, typeArguments?: readonly TypeNode[], isTypeOf?: boolean): Impor… 3375 …EntityName | undefined, typeArguments: readonly TypeNode[] | undefined, isTypeOf?: boolean): Impor… 10516 …ntityName | undefined, typeArguments?: readonly TypeNode[] | undefined, isTypeOf?: boolean | undef… 10518 …EntityName | undefined, typeArguments: readonly TypeNode[] | undefined, isTypeOf?: boolean | undef…
|
/third_party/typescript/lib/ |
D | typescriptServices.d.ts | 855 readonly isTypeOf: boolean; property 3298 … TypeNode, qualifier?: EntityName, typeArguments?: readonly TypeNode[], isTypeOf?: boolean): Impor… 3299 …EntityName | undefined, typeArguments: readonly TypeNode[] | undefined, isTypeOf?: boolean): Impor… 6644 …ntityName | undefined, typeArguments?: readonly TypeNode[] | undefined, isTypeOf?: boolean | undef… 6646 …EntityName | undefined, typeArguments: readonly TypeNode[] | undefined, isTypeOf?: boolean | undef…
|
D | typescript.d.ts | 855 readonly isTypeOf: boolean; property 3298 … TypeNode, qualifier?: EntityName, typeArguments?: readonly TypeNode[], isTypeOf?: boolean): Impor… 3299 …EntityName | undefined, typeArguments: readonly TypeNode[] | undefined, isTypeOf?: boolean): Impor… 6644 …ntityName | undefined, typeArguments?: readonly TypeNode[] | undefined, isTypeOf?: boolean | undef… 6646 …EntityName | undefined, typeArguments: readonly TypeNode[] | undefined, isTypeOf?: boolean | undef…
|
D | tsserverlibrary.d.ts | 855 readonly isTypeOf: boolean; property 3298 … TypeNode, qualifier?: EntityName, typeArguments?: readonly TypeNode[], isTypeOf?: boolean): Impor… 3299 …EntityName | undefined, typeArguments: readonly TypeNode[] | undefined, isTypeOf?: boolean): Impor… 10389 …ntityName | undefined, typeArguments?: readonly TypeNode[] | undefined, isTypeOf?: boolean | undef… 10391 …EntityName | undefined, typeArguments: readonly TypeNode[] | undefined, isTypeOf?: boolean | undef…
|
D | typingsInstaller.js | 14561 return !parent.isTypeOf; 22014 function createImportTypeNode(argument, qualifier, typeArguments, isTypeOf) { argument 22015 if (isTypeOf === void 0) { isTypeOf = false; } 22020 node.isTypeOf = isTypeOf; 22025 function updateImportTypeNode(node, argument, qualifier, typeArguments, isTypeOf) { argument 22026 if (isTypeOf === void 0) { isTypeOf = node.isTypeOf; } 22030 || node.isTypeOf !== isTypeOf 22031 ? update(createImportTypeNode(argument, qualifier, typeArguments, isTypeOf), node) 31139 var isTypeOf = parseOptional(112 /* TypeOfKeyword */); 31146 … return finishNode(factory.createImportTypeNode(type, qualifier, typeArguments, isTypeOf), pos); [all …]
|
D | tsc.js | 11159 return !parent.isTypeOf; 17556 function createImportTypeNode(argument, qualifier, typeArguments, isTypeOf) { argument 17557 if (isTypeOf === void 0) { isTypeOf = false; } 17562 node.isTypeOf = isTypeOf; 17566 function updateImportTypeNode(node, argument, qualifier, typeArguments, isTypeOf) { argument 17567 if (isTypeOf === void 0) { isTypeOf = node.isTypeOf; } 17571 || node.isTypeOf !== isTypeOf 17572 ? update(createImportTypeNode(argument, qualifier, typeArguments, isTypeOf), node) 25140 var isTypeOf = parseOptional(112); 25147 … return finishNode(factory.createImportTypeNode(type, qualifier, typeArguments, isTypeOf), pos); [all …]
|
D | tsserver.js | 14572 return !parent.isTypeOf; 22025 function createImportTypeNode(argument, qualifier, typeArguments, isTypeOf) { argument 22026 if (isTypeOf === void 0) { isTypeOf = false; } 22031 node.isTypeOf = isTypeOf; 22036 function updateImportTypeNode(node, argument, qualifier, typeArguments, isTypeOf) { argument 22037 if (isTypeOf === void 0) { isTypeOf = node.isTypeOf; } 22041 || node.isTypeOf !== isTypeOf 22042 ? update(createImportTypeNode(argument, qualifier, typeArguments, isTypeOf), node) 31150 var isTypeOf = parseOptional(112 /* TypeOfKeyword */); 31157 … return finishNode(factory.createImportTypeNode(type, qualifier, typeArguments, isTypeOf), pos); [all …]
|
D | typescriptServices.js | 14766 return !parent.isTypeOf; 22219 function createImportTypeNode(argument, qualifier, typeArguments, isTypeOf) { argument 22220 if (isTypeOf === void 0) { isTypeOf = false; } 22225 node.isTypeOf = isTypeOf; 22230 function updateImportTypeNode(node, argument, qualifier, typeArguments, isTypeOf) { argument 22231 if (isTypeOf === void 0) { isTypeOf = node.isTypeOf; } 22235 || node.isTypeOf !== isTypeOf 22236 ? update(createImportTypeNode(argument, qualifier, typeArguments, isTypeOf), node) 31344 var isTypeOf = parseOptional(112 /* TypeOfKeyword */); 31351 … return finishNode(factory.createImportTypeNode(type, qualifier, typeArguments, isTypeOf), pos); [all …]
|
D | tsserverlibrary.js | 14766 return !parent.isTypeOf; 22219 function createImportTypeNode(argument, qualifier, typeArguments, isTypeOf) { argument 22220 if (isTypeOf === void 0) { isTypeOf = false; } 22225 node.isTypeOf = isTypeOf; 22230 function updateImportTypeNode(node, argument, qualifier, typeArguments, isTypeOf) { argument 22231 if (isTypeOf === void 0) { isTypeOf = node.isTypeOf; } 22235 || node.isTypeOf !== isTypeOf 22236 ? update(createImportTypeNode(argument, qualifier, typeArguments, isTypeOf), node) 31344 var isTypeOf = parseOptional(112 /* TypeOfKeyword */); 31351 … return finishNode(factory.createImportTypeNode(type, qualifier, typeArguments, isTypeOf), pos); [all …]
|
D | typescript.js | 14766 return !parent.isTypeOf; 22219 function createImportTypeNode(argument, qualifier, typeArguments, isTypeOf) { argument 22220 if (isTypeOf === void 0) { isTypeOf = false; } 22225 node.isTypeOf = isTypeOf; 22230 function updateImportTypeNode(node, argument, qualifier, typeArguments, isTypeOf) { argument 22231 if (isTypeOf === void 0) { isTypeOf = node.isTypeOf; } 22235 || node.isTypeOf !== isTypeOf 22236 ? update(createImportTypeNode(argument, qualifier, typeArguments, isTypeOf), node) 31344 var isTypeOf = parseOptional(112 /* TypeOfKeyword */); 31351 … return finishNode(factory.createImportTypeNode(type, qualifier, typeArguments, isTypeOf), pos); [all …]
|
/third_party/typescript/src/compiler/transformers/ |
D | declarations.ts | 1047 input.isTypeOf
|
/third_party/typescript/src/compiler/ |
D | visitorPublic.ts | 541 (<ImportTypeNode>node).isTypeOf
|
D | types.ts | 1518 readonly isTypeOf: boolean; 7024 … TypeNode, qualifier?: EntityName, typeArguments?: readonly TypeNode[], isTypeOf?: boolean): Impor… 7025 …EntityName | undefined, typeArguments: readonly TypeNode[] | undefined, isTypeOf?: boolean): Impor…
|
D | checker.ts | 4563 … (parentName as any).isTypeOf = true; // mutably update, node is freshly manufactured anyhow 5037 root.isTypeOf); 5665 const isTypeOf = meaning === SymbolFlags.Value; 5688 …portTypeNode(lit, nonRootParts as EntityName, typeParameterNodes as readonly TypeNode[], isTypeOf); 5693 …portTypeNode(lit, qualifier, typeParameterNodes as readonly TypeNode[], isTypeOf), splitNode.index… 5701 if (isTypeOf) { 6150 (!node.isTypeOf && !(nodeSymbol.flags & SymbolFlags.Type)) || 6162 node.isTypeOf 14845 …if (node.isTypeOf && node.typeArguments) { // Only the non-typeof form can make use of type argume… 14855 …const targetMeaning = node.isTypeOf ? SymbolFlags.Value : node.flags & NodeFlags.JSDoc ? SymbolFla… [all …]
|
D | parser.ts | 3593 const isTypeOf = parseOptional(SyntaxKind.TypeOfKeyword); 3600 … return finishNode(factory.createImportTypeNode(type, qualifier, typeArguments, isTypeOf), pos);
|
D | emitter.ts | 2305 if (node.isTypeOf) {
|
D | utilities.ts | 1488 return !(parent as ImportTypeNode).isTypeOf;
|
/third_party/typescript/src/services/ |
D | completions.ts | 1205 || (isImportType && !(node as ImportTypeNode).isTypeOf)
|
D | utilities.ts | 200 return !(node.parent as ImportTypeNode).isTypeOf;
|