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

8 uses

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

	github.com/evanw/esbuild/internal/bundler
		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}},

	github.com/evanw/esbuild/internal/js_parser
		js_parser.go#L11573: 			Ref:                     ref,

	github.com/evanw/esbuild/internal/js_printer
		js_printer.go#L1172: 					ref := js_ast.FollowSymbols(p.symbols, e.Ref)
		js_printer.go#L1174: 					if symbol.NamespaceAlias == nil && js_lexer.UTF16EqualsString(key.Value, p.renamer.NameForSymbol(e.Ref)) {
		js_printer.go#L1934: 		ref := js_ast.FollowSymbols(p.symbols, e.Ref)
		js_printer.go#L1962: 			p.printSymbol(e.Ref)