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

Method Properties

internal/ast/ast.go:1035–1041  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1033}
1034
1035func (n *Node) Properties() []*Node {
1036 list := n.PropertyList()
1037 if list != nil {
1038 return list.Nodes
1039 }
1040 return nil
1041}
1042
1043func (n *Node) ElementList() *NodeList {
1044 switch n.Kind {

Calls 1

PropertyListMethod · 0.95

Tested by

no test coverage detected