github.com/evanw/esbuild/internal/bundler.bitSet.equals (method)
9 uses
github.com/evanw/esbuild/internal/bundler (current package)
linker.go#L46: func (bs bitSet) equals(other bitSet) bool {
linker.go#L2405: if repr.meta.partMeta[partIndex].entryBits.equals(neverReachedEntryBits) {
linker.go#L2929: isFileInThisChunk := chunk.entryBits.equals(file.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. |