github.com/evanw/esbuild/internal/bundler.bitSet.entries (field)
18 uses
github.com/evanw/esbuild/internal/bundler (current package)
linker.go#L31: entries []byte
linker.go#L39: return (bs.entries[bit/8] & (1 << (bit & 7))) != 0
linker.go#L43: bs.entries[bit/8] |= 1 << (bit & 7)
linker.go#L47: return bytes.Equal(bs.entries, other.entries)
linker.go#L51: copy(bs.entries, other.entries)
linker.go#L55: for i := range bs.entries {
linker.go#L56: bs.entries[i] |= other.entries[i]
linker.go#L602: if partMeta.entryBits.entries == nil {
linker.go#L815: chunkKey := string(chunk.entryBits.entries)
linker.go#L825: if string(partMeta.entryBits.entries) != chunkKey {
linker.go#L1044: sortingKey: string(chunks[otherChunkIndex].entryBits.entries),
linker.go#L2717: neverReachedKey := string(newBitSet(uint(len(c.entryPoints))).entries)
linker.go#L2785: chunks[string(entryBits.entries)] = chunkInfo{
linker.go#L2803: key := string(partMeta.entryBits.entries)
linker.go#L2820: key := string(file.entryBits.entries)
![]() |
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. |