Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
326
func
(p *Printer) writePunctuation(text string) {
327
p.writer.WritePunctuation(text)
328
}
329
330
func
(p *Printer) writeOperator(text string) {
331
p.writer.WriteOperator(text)
Callers
15
writeAs
Method · 0.95
emitQualifiedName
Method · 0.95
emitComputedPropertyName
Method · 0.95
emitDecorator
Method · 0.95
emitTypeAnnotation
Method · 0.95
emitFunctionBody
Method · 0.95
emitReturnType
Method · 0.95
emitTypeLiteral
Method · 0.95
emitArrayType
Method · 0.95
emitRestType
Method · 0.95
emitOptionalType
Method · 0.95
emitConditionalType
Method · 0.95
Calls
1
WritePunctuation
Method · 0.65
Tested by
no test coverage detected