MCPcopy
hub / github.com/evanw/esbuild / print

Method print

internal/js_printer/js_printer.go:312–314  ·  view source on GitHub ↗
(text string)

Source from the content-addressed store, hash-verified

310}
311
312func (p *printer) print(text string) {
313 p.js = append(p.js, text...)
314}
315
316// This is the same as "print(string(bytes))" without any unnecessary temporary
317// allocations

Callers 15

printJSXTagMethod · 0.95
printIndentMethod · 0.95
printIdentifierMethod · 0.95
printNumberMethod · 0.95
printBindingMethod · 0.95
printSpaceMethod · 0.95
printNewlineMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected