Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/typescript-go
/ write
Method
write
internal/printer/printer.go:304–306 ·
view source on GitHub ↗
(text string)
Source
from the content-addressed store, hash-verified
302
}
303
304
func
(p *Printer) write(text string) {
305
p.writeAs(text, p.writeKind)
306
}
307
308
func
(p *Printer) setWriteKind(kind WriteKind) WriteKind {
309
previous := p.writeKind
Callers
4
writeSymbol
Method · 0.95
writeLines
Method · 0.95
emitIdentifierText
Method · 0.95
emitPrivateIdentifier
Method · 0.95
Calls
1
writeAs
Method · 0.95
Tested by
no test coverage detected