github.com/evanw/esbuild/internal/bundler.partMeta.nextSibling (field)
9 uses
github.com/evanw/esbuild/internal/bundler (current package)
linker.go#L299: nextSibling uint32
linker.go#L608: partMeta.nextSibling = partIndex
linker.go#L2329: partMeta.nextSibling = uint32(partIndex)
linker.go#L2430: repr.meta.partMeta[partMetaA.nextSibling].prevSibling = partMetaB.prevSibling
linker.go#L2431: repr.meta.partMeta[partMetaB.prevSibling].nextSibling = partMetaA.nextSibling
linker.go#L2432: partMetaA.nextSibling = otherPartIndex
linker.go#L2607: for i := partMeta.nextSibling; i != partIndex; i = repr.meta.partMeta[i].nextSibling {
![]() |
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. |