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

11 uses

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

	github.com/evanw/esbuild/internal/bundler
		linker.go#L2007: 			if namedImport.NamespaceRef != js_ast.InvalidRef {
		linker.go#L2010: 					result.namespaceRef = namedImport.NamespaceRef
		linker.go#L2015: 						namespaceRef: namedImport.NamespaceRef,

	github.com/evanw/esbuild/internal/js_parser
		js_parser.go#L11940: 									NamespaceRef:      s.NamespaceRef,
		js_parser.go#L11958: 						NamespaceRef:      s.NamespaceRef,
		js_parser.go#L11967: 						NamespaceRef:      js_ast.InvalidRef,
		js_parser.go#L11977: 							NamespaceRef:      s.NamespaceRef,
		js_parser.go#L12057: 					NamespaceRef:      js_ast.InvalidRef,
		js_parser.go#L12077: 					NamespaceRef:      s.NamespaceRef,
		js_parser.go#L13021: 			NamespaceRef:      namespaceRef,