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

15 uses

	github.com/evanw/esbuild/internal/bundler (current package)
		linker.go#L245: 	sourceIndex uint32
		linker.go#L1320: 						ambiguousRepr := c.files[ambiguousExport.sourceIndex].repr.(*reprJS)
		linker.go#L1389: 			resolvedRepr := c.files[importToBind.sourceIndex].repr.(*reprJS)
		linker.go#L1397: 						sourceIndex: importToBind.sourceIndex,
		linker.go#L1546: 			export.sourceIndex = importToBind.sourceIndex
		linker.go#L1868: 				sourceIndex: result.sourceIndex,
		linker.go#L1880: 				sourceIndex: result.sourceIndex,
		linker.go#L2063: 				if _, ok := c.files[ambiguousTracker.sourceIndex].repr.(*reprJS).ast.NamedImports[ambiguousTracker.ref]; ok {
		linker.go#L2065: 						sourceIndex: ambiguousTracker.sourceIndex,
		linker.go#L2071: 						sourceIndex: ambiguousTracker.sourceIndex,
		linker.go#L2218: 					sourceIndex: otherSourceIndex,
		linker.go#L2224: 						sourceIndex: otherSourceIndex,
		linker.go#L2373: 					sourceIndex: runtime.SourceIndex,
		linker.go#L2518: 					targetSourceIndex = importToBind.sourceIndex
		linker.go#L2571: 		sourceIndex: otherSourceIndex,