github.com/evanw/esbuild/internal/bundler.file.entryBits (field)
7 uses
github.com/evanw/esbuild/internal/bundler (current package)
bundler.go#L48: entryBits bitSet
linker.go#L2321: file.entryBits = newBitSet(bitCount)
linker.go#L2452: if file.entryBits.hasBit(entryPointBit) {
linker.go#L2455: file.entryBits.setBit(entryPointBit)
linker.go#L2820: key := string(file.entryBits.entries)
linker.go#L2827: chunk.entryBits = file.entryBits
linker.go#L2929: isFileInThisChunk := chunk.entryBits.equals(file.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. |