github.com/evanw/esbuild/internal/js_printer.Joiner.length (field)
7 uses
github.com/evanw/esbuild/internal/js_printer (current package)
js_printer.go#L122: length uint32
js_printer.go#L139: j.strings = append(j.strings, joinerString{data, j.length})
js_printer.go#L140: j.length += uint32(len(data))
js_printer.go#L147: j.bytes = append(j.bytes, joinerBytes{data, j.length})
js_printer.go#L148: j.length += uint32(len(data))
js_printer.go#L156: return j.length
js_printer.go#L160: buffer := make([]byte, j.length)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |