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

13 uses

	github.com/evanw/esbuild/internal/bundler (current package)
		linker.go#L3316: 	sourceIndex uint32
		linker.go#L3465: 		sourceIndex: partRange.sourceIndex,
		linker.go#L3862: 			isRuntime := compileResult.sourceIndex == runtime.SourceIndex
		linker.go#L3877: 			if c.options.Mode == config.ModeBundle && !c.options.RemoveWhitespace && prevComment != compileResult.sourceIndex && len(compileResult.JS) > 0 {
		linker.go#L3883: 				path := c.files[compileResult.sourceIndex].source.PrettyPath
		linker.go#L3896: 				prevComment = compileResult.sourceIndex
		linker.go#L3923: 					path := c.files[compileResult.sourceIndex].source.PrettyPath
		linker.go#L4461: 		if _, ok := sourceIndexToSourcesIndex[result.sourceIndex]; ok {
		linker.go#L4464: 		sourceIndexToSourcesIndex[result.sourceIndex] = nextSourcesIndex
		linker.go#L4465: 		file := &c.files[result.sourceIndex]
		linker.go#L4471: 				quotedContents = dataForSourceMaps[result.sourceIndex].quotedContents[0]
		linker.go#L4498: 				quotedContents = dataForSourceMaps[result.sourceIndex].quotedContents[i]
		linker.go#L4548: 		sourcesIndex := sourceIndexToSourcesIndex[result.sourceIndex]