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

Method Elements

internal/ast/ast.go:1059–1065  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1057}
1058
1059func (n *Node) Elements() []*Node {
1060 list := n.ElementList()
1061 if list != nil {
1062 return list.Nodes
1063 }
1064 return nil
1065}
1066
1067func (n *Node) PostfixToken() *Node {
1068 switch n.Kind {

Calls 1

ElementListMethod · 0.95

Tested by

no test coverage detected