Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/typescript-go
/ TypeArguments
Method
TypeArguments
internal/checker/types.go:657–662 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
655
}
656
657
func
(a *TypeAlias) TypeArguments() []*Type {
658
if
a == nil {
659
return
nil
660
}
661
return
a.typeArguments
662
}
663
664
// Type
665
Callers
15
ToTypeReferenceNode
Method · 0.95
AliasTypeArguments
Method · 0.45
existingTypeNodeIsNotReferenceOrIsReferenceWithCompatibleTypeArgumentCount
Method · 0.45
typeReferenceToTypeNode
Method · 0.45
typeToTypeNode
Method · 0.45
resolveJsxOpeningLikeElement
Method · 0.45
getTypeArgumentConstraint
Method · 0.45
isConstTypeReference
Function · 0.45
checkTypeReferenceNode
Method · 0.45
checkTypeReferenceOrImport
Method · 0.45
checkTypeArgumentConstraints
Method · 0.45
checkClassLikeDeclaration
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected