github.com/evanw/esbuild/internal/bundler.chunkReprJS.exportsToOtherChunks (field)

6 uses

	github.com/evanw/esbuild/internal/bundler (current package)
		linker.go#L357: 	exportsToOtherChunks   map[js_ast.Ref]string
		linker.go#L944: 		chunkRepr.exportsToOtherChunks = make(map[js_ast.Ref]string)
		linker.go#L957: 				chunkRepr.exportsToOtherChunks[export.ref] = alias
		linker.go#L1037: 		exportsToOtherChunks := chunks[otherChunkIndex].chunkRepr.(*chunkReprJS).exportsToOtherChunks
		linker.go#L3821: 					aliases = make([]string, 0, len(repr.exportsToOtherChunks))
		linker.go#L3822: 					for _, alias := range repr.exportsToOtherChunks {