github.com/evanw/esbuild/internal/bundler.exportData.sourceIndex (field)

13 uses

	github.com/evanw/esbuild/internal/bundler (current package)
		linker.go#L278: 	sourceIndex uint32
		linker.go#L448: 					sourceIndex: sourceIndex,
		linker.go#L1256: 			sourceIndex: sourceIndex,
		linker.go#L1313: 				otherRepr := c.files[export.sourceIndex].repr.(*reprJS)
		linker.go#L1482: 		repr.meta.resolvedExports[alias] = exportData{ref: ref, sourceIndex: sourceIndex}
		linker.go#L1544: 		if importToBind, ok := c.files[export.sourceIndex].repr.(*reprJS).meta.importsToBind[export.ref]; ok {
		linker.go#L1546: 			export.sourceIndex = importToBind.sourceIndex
		linker.go#L1671: 		for _, partIndex := range c.files[export.sourceIndex].repr.(*reprJS).ast.TopLevelSymbolToParts[export.ref] {
		linker.go#L1674: 			dep := partRef{sourceIndex: export.sourceIndex, partIndex: partIndex}
		linker.go#L2210: 					sourceIndex: otherSourceIndex,
		linker.go#L2220: 			} else if existing.sourceIndex != otherSourceIndex {
		linker.go#L2302: 			sourceIndex: matchingExport.sourceIndex,
		linker.go#L2512: 				targetSourceIndex := export.sourceIndex