github.com/evanw/esbuild/internal/js_printer.printer.printBytes (method)

3 uses

	github.com/evanw/esbuild/internal/js_printer (current package)
		js_printer.go#L519: func (p *printer) printBytes(bytes []byte) {
		js_printer.go#L2185: 			p.printBytes(p.smallIntToBytes(int(asInt)))
		js_printer.go#L2290: 	p.printBytes(result)