github.com/evanw/esbuild/internal/js_ast.NamedExport.Ref (field)

9 uses

	github.com/evanw/esbuild/internal/js_ast (current package)
		js_ast.go#L1748: 	Ref      Ref

	github.com/evanw/esbuild/internal/bundler
		linker.go#L447: 					ref:         name.Ref,
		linker.go#L2209: 					ref:         name.Ref,
		linker.go#L2216: 				repr.meta.importsToBind[name.Ref] = importToBind{
		linker.go#L2217: 					ref:         name.Ref,
		linker.go#L2225: 						ref:         name.Ref,
		linker.go#L2348: 				commonJSRef := runtimeRepr.ast.NamedExports["__commonJS"].Ref
		linker.go#L2550: 		ref := runtimeRepr.ast.NamedExports[name].Ref

	github.com/evanw/esbuild/internal/js_parser
		js_parser.go#L11672: 		p.namedExports[alias] = js_ast.NamedExport{AliasLoc: loc, Ref: ref}