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

Struct entry

internal/printer/printer.go:3016–3019  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3014func (p *Printer) emitPartiallyEmittedExpression(node *ast.PartiallyEmittedExpression) {
3015 // avoid reprinting parens for nested partially emitted expressions
3016 type entry struct {
3017 node *ast.PartiallyEmittedExpression
3018 state printerState
3019 }
3020 var stack core.Stack[entry]
3021 for {
3022 state := p.enterNode(node.AsNode())

Callers 1

GetFileByPathMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected