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

11 uses

	github.com/evanw/esbuild/internal/bundler (current package)
		linker.go#L311: 	sourceIndex    uint32
		linker.go#L2870: 		if r := &ranges[i]; r.sourceIndex == sourceIndex && r.partIndexEnd == partIndex {
		linker.go#L2877: 		sourceIndex:    sourceIndex,
		linker.go#L2976: 						sourceIndex:    sourceIndex,
		linker.go#L3334: 	file := &c.files[partRange.sourceIndex]
		linker.go#L3344: 		c.convertStmtsForChunk(partRange.sourceIndex, &stmtList, repr.ast.Parts[nsExportPartIndex].Stmts)
		linker.go#L3376: 		c.convertStmtsForChunk(partRange.sourceIndex, &stmtList, part.Stmts)
		linker.go#L3434: 		lineOffsetTables = dataForSourceMaps[partRange.sourceIndex].lineOffsetTables
		linker.go#L3465: 		sourceIndex: partRange.sourceIndex,
		linker.go#L3663: 		if partRange.sourceIndex == runtime.SourceIndex && c.options.OmitRuntimeForTests {
		linker.go#L4605: 		file := &c.files[partRange.sourceIndex]