github.com/evanw/esbuild/internal/bundler.exportData.ref (field)

20 uses

	github.com/evanw/esbuild/internal/bundler (current package)
		linker.go#L251: 	ref js_ast.Ref
		linker.go#L447: 					ref:         name.Ref,
		linker.go#L1255: 			ref:         repr.ast.ExportsRef,
		linker.go#L1315: 					mainRef := export.ref
		linker.go#L1316: 					if imported, ok := otherRepr.meta.importsToBind[export.ref]; ok {
		linker.go#L1334: 				if otherRepr.meta.isProbablyTypeScriptType[export.ref] {
		linker.go#L1482: 		repr.meta.resolvedExports[alias] = exportData{ref: ref, sourceIndex: sourceIndex}
		linker.go#L1544: 		if importToBind, ok := c.files[export.sourceIndex].repr.(*reprJS).meta.importsToBind[export.ref]; ok {
		linker.go#L1545: 			export.ref = importToBind.ref
		linker.go#L1552: 		if c.symbols.Get(export.ref).NamespaceAlias != nil {
		linker.go#L1553: 			value = js_ast.Expr{Data: &js_ast.EImportIdentifier{Ref: export.ref}}
		linker.go#L1610: 						Value:   &js_ast.Expr{Data: &js_ast.EImportIdentifier{Ref: export.ref}},
		linker.go#L1620: 			value = js_ast.Expr{Data: &js_ast.EIdentifier{Ref: export.ref}}
		linker.go#L1647: 					Name:  js_ast.LocRef{Ref: export.ref},
		linker.go#L1665: 		nsExportSymbolUses[export.ref] = js_ast.SymbolUse{CountEstimate: 1}
		linker.go#L1667: 			entryPointExportSymbolUses[export.ref] = js_ast.SymbolUse{CountEstimate: 1}
		linker.go#L1671: 		for _, partIndex := range c.files[export.sourceIndex].repr.(*reprJS).ast.TopLevelSymbolToParts[export.ref] {
		linker.go#L2209: 					ref:         name.Ref,
		linker.go#L2303: 			importRef:   matchingExport.ref,
		linker.go#L2513: 				targetRef := export.ref