github.com/evanw/esbuild/internal/js_ast.NamespaceAlias.NamespaceRef (field)

8 uses

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

	github.com/evanw/esbuild/internal/bundler
		linker.go#L882: 								ref = symbol.NamespaceAlias.NamespaceRef
		linker.go#L1874: 				NamespaceRef: result.namespaceRef,
		linker.go#L1885: 				NamespaceRef: result.namespaceRef,

	github.com/evanw/esbuild/internal/js_parser
		js_parser.go#L9408: 							NamespaceRef: id.Ref,
		js_parser.go#L11946: 									NamespaceRef: s.NamespaceRef,

	github.com/evanw/esbuild/internal/js_printer
		js_printer.go#L1948: 			p.printSymbol(symbol.NamespaceAlias.NamespaceRef)

	github.com/evanw/esbuild/internal/renamer
		renamer.go#L147: 		ref = js_ast.FollowSymbols(r.symbols, symbol.NamespaceAlias.NamespaceRef)