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

8 uses

	github.com/evanw/esbuild/internal/bundler (current package)
		linker.go#L334: 	sourceIndex   uint32 // An index into "c.sources"
		linker.go#L667: 						sourceIndex:           chunk.sourceIndex,
		linker.go#L2788: 			sourceIndex:           entryPoint,
		linker.go#L3733: 			repr := c.files[chunk.sourceIndex].repr.(*reprJS)
		linker.go#L3809: 					if fileRepr := c.files[chunk.sourceIndex].repr.(*reprJS); fileRepr.meta.cjsWrap {
		linker.go#L3842: 				entryPoint := c.files[chunk.sourceIndex].source.PrettyPath
		linker.go#L4241: 				file := &c.files[chunk.sourceIndex]