github.com/evanw/esbuild/internal/bundler.fileMeta.entryPointExportPartIndex (field)

4 uses

	github.com/evanw/esbuild/internal/bundler (current package)
		linker.go#L117: 	entryPointExportPartIndex ast.Index32
		linker.go#L1842: 		repr.meta.entryPointExportPartIndex = ast.MakeIndex32(partIndex)
		linker.go#L2470: 			if uint32(partIndex) == repr.meta.entryPointExportPartIndex.GetIndex() &&
		linker.go#L3371: 		if uint32(partIndex) == repr.meta.entryPointExportPartIndex.GetIndex() {