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

Method printSpace

internal/js_printer/js_printer.go:779–783  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

777}
778
779func (p *printer) printSpace() {
780 if !p.options.MinifyWhitespace {
781 p.print(" ")
782 }
783}
784
785func (p *printer) printNewline() {
786 if !p.options.MinifyWhitespace {

Callers 15

printBindingMethod · 0.95
printFnArgsMethod · 0.95
printFnMethod · 0.95
printDecoratorsMethod · 0.95
printClassMethod · 0.95
printPropertyMethod · 0.95
printDotThenPrefixMethod · 0.95
printExprMethod · 0.95
printDeclsMethod · 0.95
printBodyMethod · 0.95

Calls 1

printMethod · 0.95

Tested by

no test coverage detected