MCPcopy Index your code
hub / github.com/microsoft/typescript-go / emitVariableDeclarationNode

Method emitVariableDeclarationNode

internal/printer/printer.go:3702–3704  ·  view source on GitHub ↗
(node *ast.VariableDeclarationNode)

Source from the content-addressed store, hash-verified

3700}
3701
3702func (p *Printer) emitVariableDeclarationNode(node *ast.VariableDeclarationNode) {
3703 p.emitVariableDeclaration(node.AsVariableDeclaration())
3704}
3705
3706func (p *Printer) emitVariableDeclarationList(node *ast.VariableDeclarationList) {
3707 state := p.enterNode(node.AsNode())

Callers

nothing calls this directly

Calls 2

AsVariableDeclarationMethod · 0.80

Tested by

no test coverage detected