type github.com/evanw/esbuild/internal/bundler.chunkOrderArray
5 uses
github.com/evanw/esbuild/internal/bundler (current package)
linker.go#L2859: type chunkOrderArray []chunkOrder
linker.go#L2861: func (a chunkOrderArray) Len() int { return len(a) }
linker.go#L2862: func (a chunkOrderArray) Swap(i int, j int) { a[i], a[j] = a[j], a[i] }
linker.go#L2864: func (a chunkOrderArray) Less(i int, j int) bool {
linker.go#L2899: sorted := make(chunkOrderArray, 0, len(chunk.filesWithPartsInChunk))
![]() |
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. |