func github.com/evanw/esbuild/internal/bundler.newBitSet
7 uses
github.com/evanw/esbuild/internal/bundler (current package)
linker.go#L34: func newBitSet(bitCount uint) bitSet {
linker.go#L603: partMeta.entryBits = newBitSet(uint(len(c.entryPoints)))
linker.go#L2321: file.entryBits = newBitSet(bitCount)
linker.go#L2327: partMeta.entryBits = newBitSet(bitCount)
linker.go#L2394: neverReachedEntryBits := newBitSet(uint(len(c.entryPoints)))
linker.go#L2717: neverReachedKey := string(newBitSet(uint(len(c.entryPoints))).entries)
linker.go#L2783: entryBits := newBitSet(uint(len(c.entryPoints)))
![]() |
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. |