Home
last modified time | relevance | path

Searched refs:isTypeOf (Results 1 – 25 of 25) sorted by relevance

/third_party/typescript_eslint/packages/typescript-estree/tests/snapshots/typescript/basics/
Dtype-import-type.src.ts.shot41 "isTypeOf": true,
132 "isTypeOf": false,
Dtype-import-type-with-type-parameters-in-type-reference.src.ts.shot87 "isTypeOf": false,
/third_party/typescript/src/compiler/factory/
DnodeFactory.ts1971 …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/
Dts-estree.ts1414 isTypeOf: boolean; property
/third_party/typescript_eslint/packages/typescript-estree/src/
Dconvert.ts2555 isTypeOf: !!node.isTypeOf,
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts864 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…
Dtsserverlibrary.d.ts864 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/
DtypescriptServices.d.ts855 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…
Dtypescript.d.ts855 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…
Dtsserverlibrary.d.ts855 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…
DtypingsInstaller.js14561 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 …]
Dtsc.js11159 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 …]
Dtsserver.js14572 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 …]
DtypescriptServices.js14766 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 …]
Dtsserverlibrary.js14766 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 …]
Dtypescript.js14766 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/
Ddeclarations.ts1047 input.isTypeOf
/third_party/typescript/src/compiler/
DvisitorPublic.ts541 (<ImportTypeNode>node).isTypeOf
Dtypes.ts1518 readonly isTypeOf: boolean;
7024 … TypeNode, qualifier?: EntityName, typeArguments?: readonly TypeNode[], isTypeOf?: boolean): Impor…
7025 …EntityName | undefined, typeArguments: readonly TypeNode[] | undefined, isTypeOf?: boolean): Impor…
Dchecker.ts4563 … (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 …]
Dparser.ts3593 const isTypeOf = parseOptional(SyntaxKind.TypeOfKeyword);
3600 … return finishNode(factory.createImportTypeNode(type, qualifier, typeArguments, isTypeOf), pos);
Demitter.ts2305 if (node.isTypeOf) {
Dutilities.ts1488 return !(parent as ImportTypeNode).isTypeOf;
/third_party/typescript/src/services/
Dcompletions.ts1205 || (isImportType && !(node as ImportTypeNode).isTypeOf)
Dutilities.ts200 return !(node.parent as ImportTypeNode).isTypeOf;