MCPcopy Create free account
hub / github.com/microsoft/typescript-go / TypeParameters

Method TypeParameters

internal/ast/ast.go:547–553  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

545}
546
547func (n *Node) TypeParameters() []*Node {
548 list := n.TypeParameterList()
549 if list != nil {
550 return list.Nodes
551 }
552 return nil
553}
554
555func (n *Node) MemberList() *NodeList {
556 switch n.Kind {

Callers 14

getSignaturesAtLocationFunction · 0.45
isMatchingTemplateTagFunction · 0.45
itemInfoForParametersMethod · 0.45
gatherTypeParametersMethod · 0.45
reparseHostedMethod · 0.45
newTypeResponseFunction · 0.45

Calls 1

TypeParameterListMethod · 0.95

Tested by

no test coverage detected