github.com/evanw/esbuild/internal/bundler.chunkInfo.filesWithPartsInChunk (field)
10 uses
github.com/evanw/esbuild/internal/bundler (current package)
linker.go#L327: filesWithPartsInChunk map[uint32]bool
linker.go#L671: filesWithPartsInChunk: make(map[uint32]bool),
linker.go#L820: for sourceIndex := range chunk.filesWithPartsInChunk {
linker.go#L2792: filesWithPartsInChunk: make(map[uint32]bool),
linker.go#L2811: chunk.filesWithPartsInChunk = make(map[uint32]bool)
linker.go#L2816: chunk.filesWithPartsInChunk[uint32(sourceIndex)] = true
linker.go#L2828: chunk.filesWithPartsInChunk = make(map[uint32]bool)
linker.go#L2833: chunk.filesWithPartsInChunk[uint32(sourceIndex)] = true
linker.go#L2899: sorted := make(chunkOrderArray, 0, len(chunk.filesWithPartsInChunk))
linker.go#L2902: for sourceIndex := range 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. |