github.com/evanw/esbuild/internal/bundler.linkerContext.stableSourceIndices (field)
5 uses
github.com/evanw/esbuild/internal/bundler (current package)
linker.go#L89: stableSourceIndices []uint32
linker.go#L500: c.stableSourceIndices = make([]uint32, len(c.files))
linker.go#L502: c.stableSourceIndices[sourceIndex] = uint32(stableIndex)
linker.go#L3525: r.AccumulateSymbolUseCounts(part.SymbolUses, c.stableSourceIndices)
linker.go#L3554: StableOuterIndex: c.stableSourceIndices[item.ref.OuterIndex],
![]() |
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. |