github.com/evanw/esbuild/internal/bundler.chunkInfo.entryBits (field)
15 uses
github.com/evanw/esbuild/internal/bundler (current package)
linker.go#L330: entryBits bitSet
linker.go#L665: entryBits: chunk.entryBits,
linker.go#L815: chunkKey := string(chunk.entryBits.entries)
linker.go#L926: if chunkIndex != otherChunkIndex && otherChunk.entryBits.hasBit(chunk.entryPointBit) {
linker.go#L1044: sortingKey: string(chunks[otherChunkIndex].entryBits.entries),
linker.go#L2786: entryBits: entryBits,
linker.go#L2810: chunk.entryBits = partMeta.entryBits
linker.go#L2827: chunk.entryBits = file.entryBits
linker.go#L2929: isFileInThisChunk := chunk.entryBits.equals(file.entryBits)
linker.go#L2938: if canFileBeSplit && chunk.entryBits.equals(repr.meta.partMeta[repr.meta.nsExportPartIndex].entryBits) {
linker.go#L2943: isPartInThisChunk := chunk.entryBits.equals(repr.meta.partMeta[partIndex].entryBits)
linker.go#L3519: if !chunk.entryBits.equals(repr.meta.partMeta[partIndex].entryBits) {
linker.go#L3629: if chunk.entryBits.equals(repr.meta.partMeta[partIndex].entryBits) {
linker.go#L3675: chunk.entryBits,
![]() |
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. |