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

Method writePunctuation

internal/printer/printer.go:326–328  ·  view source on GitHub ↗
(text string)

Source from the content-addressed store, hash-verified

324}
325
326func (p *Printer) writePunctuation(text string) {
327 p.writer.WritePunctuation(text)
328}
329
330func (p *Printer) writeOperator(text string) {
331 p.writer.WriteOperator(text)

Callers 15

writeAsMethod · 0.95
emitQualifiedNameMethod · 0.95
emitDecoratorMethod · 0.95
emitTypeAnnotationMethod · 0.95
emitFunctionBodyMethod · 0.95
emitReturnTypeMethod · 0.95
emitTypeLiteralMethod · 0.95
emitArrayTypeMethod · 0.95
emitRestTypeMethod · 0.95
emitOptionalTypeMethod · 0.95
emitConditionalTypeMethod · 0.95

Calls 1

WritePunctuationMethod · 0.65

Tested by

no test coverage detected