Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/typescript-go
/ VisitEachChild
Method
VisitEachChild
internal/ast/ast.go:1184–1184 ·
view source on GitHub ↗
(v *NodeVisitor)
Source
from the content-addressed store, hash-verified
1182
AsNode() *Node
1183
ForEachChild(v Visitor) bool
1184
VisitEachChild(v *NodeVisitor) *Node
1185
Clone(v NodeFactoryCoercible) *Node
1186
Name() *DeclarationName
1187
Modifiers() *ModifierList
Callers
15
TryGetAutoImportableReferenceFromTypeNode
Function · 0.65
assignPositionsToNodeWorker
Method · 0.65
TestNoTrailingCommaAfterTransform
Function · 0.65
TestTrailingCommaAfterTransform
Function · 0.65
getExistingNodeTreeVisitor
Function · 0.65
cloneBindingName
Method · 0.65
visitDeclarationSubtree
Method · 0.65
transformHeritageClause
Method · 0.65
transformTypeReference
Method · 0.65
transformExpressionWithTypeArguments
Method · 0.65
transformTypeParameterDeclaration
Method · 0.65
visitThisPropertyAssignments
Method · 0.65
Implementers
1
NodeDefault
internal/ast/ast.go
Calls
no outgoing calls
Tested by
3
TestNoTrailingCommaAfterTransform
Function · 0.52
TestTrailingCommaAfterTransform
Function · 0.52
getChildren
Function · 0.52