github.com/evanw/esbuild/internal/bundler.bitSet.hasBit (method)

6 uses

	github.com/evanw/esbuild/internal/bundler (current package)
		linker.go#L38: func (bs bitSet) hasBit(bit uint) bool {
		linker.go#L926: 				if chunkIndex != otherChunkIndex && otherChunk.entryBits.hasBit(chunk.entryPointBit) {
		linker.go#L2420: 								hasA := partMetaA.entryBits.hasBit(uint(entryPointBit))
		linker.go#L2421: 								hasB := partMetaB.entryBits.hasBit(uint(entryPointBit))
		linker.go#L2452: 	if file.entryBits.hasBit(entryPointBit) {
		linker.go#L2586: 	if partMeta.entryBits.hasBit(entryPointBit) {