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,