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

Method emitPunctuationNode

internal/printer/printer.go:957–959  ·  view source on GitHub ↗
(node *ast.TokenNode)

Source from the content-addressed store, hash-verified

955}
956
957func (p *Printer) emitPunctuationNode(node *ast.TokenNode) {
958 p.emitPunctuationNodeEx(node, tefNone)
959}
960
961func (p *Printer) emitPunctuationNodeEx(node *ast.TokenNode, flags tokenEmitFlags) {
962 if node == nil {

Callers 6

emitNamedTupleMemberMethod · 0.95
emitMappedTypeMethod · 0.95
emitYieldExpressionMethod · 0.95
WriteMethod · 0.95

Calls 1

emitPunctuationNodeExMethod · 0.95

Tested by

no test coverage detected