github.com/evanw/esbuild/internal/bundler.partMeta.entryBits (field)
18 uses
github.com/evanw/esbuild/internal/bundler (current package)
linker.go#L290: entryBits bitSet
linker.go#L602: if partMeta.entryBits.entries == nil {
linker.go#L603: partMeta.entryBits = newBitSet(uint(len(c.entryPoints)))
linker.go#L825: if string(partMeta.entryBits.entries) != chunkKey {
linker.go#L2327: partMeta.entryBits = newBitSet(bitCount)
linker.go#L2405: if repr.meta.partMeta[partIndex].entryBits.equals(neverReachedEntryBits) {
linker.go#L2420: hasA := partMetaA.entryBits.hasBit(uint(entryPointBit))
linker.go#L2421: hasB := partMetaB.entryBits.hasBit(uint(entryPointBit))
linker.go#L2586: if partMeta.entryBits.hasBit(entryPointBit) {
linker.go#L2589: partMeta.entryBits.setBit(entryPointBit)
linker.go#L2803: key := string(partMeta.entryBits.entries)
linker.go#L2810: chunk.entryBits = partMeta.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#L3343: entryBits.equals(repr.meta.partMeta[nsExportPartIndex].entryBits) {
linker.go#L3354: if !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) {
![]() |
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. |