MCPcopy
hub / github.com/microsoft/typescript-go / AsNode

Method AsNode

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

Source from the content-addressed store, hash-verified

1180
1181type nodeData interface {
1182 AsNode() *Node
1183 ForEachChild(v Visitor) bool
1184 VisitEachChild(v *NodeVisitor) *Node
1185 Clone(v NodeFactoryCoercible) *Node

Implementers 1

NodeDefaultinternal/ast/ast.go

Calls

no outgoing calls