/third_party/typescript/src/testRunner/unittests/ |
D | typeParameterIsPossiblyReferenced.ts | 29 const typeParameter = checker.getTypeAtLocation(typeParameterDecl)! as ts.TypeParameter; constant
|
/third_party/typescript/src/services/ |
D | classifier2020.ts | 10 …class, enum, interface, namespace, typeParameter, type, parameter, variable, enumMember, property,… enumerator
|
/third_party/typescript/src/services/refactors/ |
D | extractSymbol.ts | 1714 … const typeParameter = checker.getTypeAtLocation(typeParameterDecl) as TypeParameter; constant
|
/third_party/typescript/src/compiler/ |
D | checker.ts | 11970 const typeParameter = getTypeParameterFromMappedType(type); constant 14157 const typeParameter = getHomomorphicTypeVariable(mappedType); constant 14670 const typeParameter = typeParameters[i] = createTypeParameter(); constant 15518 const typeParameter = getTypeParameterFromMappedType(type); constant 20019 const typeParameter = getTypeParameterFromMappedType(target); constant 22519 …const typeParameter = getIndexedAccessType(constraint.type, getTypeParameterFromMappedType(target)… constant 36096 const typeParameter = getDeclaredTypeOfTypeParameter(getSymbolOfNode(node)); constant 36113 const typeParameter = getDeclaredTypeOfTypeParameter(getSymbolOfNode(node)); constant 37033 const typeParameter = getDeclaredTypeOfTypeParameter(symbol); constant 38487 const { typeParameter } = node; constant [all …]
|
/third_party/typescript/lib/ |
D | typingsInstaller.js | 24273 function createInferTypeNode(typeParameter) { argument 24280 function updateInferTypeNode(node, typeParameter) { argument 24374 …function createMappedTypeNode(readonlyToken, typeParameter, nameType, questionToken, type, members… argument 24386 …function updateMappedTypeNode(node, readonlyToken, typeParameter, nameType, questionToken, type, m… argument 61630 function getConstraintOfTypeParameter(typeParameter) { argument 61875 function getResolvedTypeParameterDefault(typeParameter) { argument 61905 function getDefaultFromTypeParameter(typeParameter) { argument 61909 function hasNonCircularTypeParameterDefault(typeParameter) { argument 61915 function hasTypeParameterDefault(typeParameter) { argument 62919 function getInferredTypeParameterConstraint(typeParameter, omitTypeReferences) { argument [all …]
|
D | tsc.js | 19465 function createInferTypeNode(typeParameter) { argument 19471 function updateInferTypeNode(node, typeParameter) { argument 19553 …function createMappedTypeNode(readonlyToken, typeParameter, nameType, questionToken, type, members… argument 19564 …function updateMappedTypeNode(node, readonlyToken, typeParameter, nameType, questionToken, type, m… argument 51271 function getConstraintOfTypeParameter(typeParameter) { argument 51475 function getResolvedTypeParameterDefault(typeParameter) { argument 51495 function getDefaultFromTypeParameter(typeParameter) { argument 51499 function hasNonCircularTypeParameterDefault(typeParameter) { argument 51502 function hasTypeParameterDefault(typeParameter) { argument 52394 function getInferredTypeParameterConstraint(typeParameter, omitTypeReferences) { argument [all …]
|
D | typescript.d.ts | 1006 readonly typeParameter: TypeParameterDeclaration; property 1025 readonly typeParameter: TypeParameterDeclaration; property
|
D | typescriptServices.d.ts | 1006 readonly typeParameter: TypeParameterDeclaration; property 1025 readonly typeParameter: TypeParameterDeclaration; property
|
D | tsserverlibrary.d.ts | 1006 readonly typeParameter: TypeParameterDeclaration; property 1025 readonly typeParameter: TypeParameterDeclaration; property
|
/third_party/typescript/tests/baselines/reference/api/ |
D | typescript.d.ts | 1006 readonly typeParameter: TypeParameterDeclaration; property 1025 readonly typeParameter: TypeParameterDeclaration; property
|
D | tsserverlibrary.d.ts | 1006 readonly typeParameter: TypeParameterDeclaration; property 1025 readonly typeParameter: TypeParameterDeclaration; property
|