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],