MCPcopy 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
304func (p *Printer) write(text string) {
305 p.writeAs(text, p.writeKind)
306}
307
308func (p *Printer) setWriteKind(kind WriteKind) WriteKind {
309 previous := p.writeKind

Callers 4

writeSymbolMethod · 0.95
writeLinesMethod · 0.95
emitIdentifierTextMethod · 0.95
emitPrivateIdentifierMethod · 0.95

Calls 1

writeAsMethod · 0.95

Tested by

no test coverage detected