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

16 uses

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

	github.com/evanw/esbuild/internal/bundler
		linker.go#L3078: 								NamespaceRef:      s.NamespaceRef,
		linker.go#L3091: 										{Loc: stmt.Loc, Data: &js_ast.EIdentifier{Ref: s.NamespaceRef}},
		linker.go#L3124: 				if c.shouldRemoveImportExportStmt(sourceIndex, stmtList, partStmts, stmt.Loc, s.NamespaceRef, s.ImportRecordIndex) {
		linker.go#L3131: 						NamespaceRef:      s.NamespaceRef,
		linker.go#L3608: 								r.AddTopLevelSymbol(s.NamespaceRef)

	github.com/evanw/esbuild/internal/js_parser
		js_parser.go#L5295: 				NamespaceRef:      namespaceRef,
		js_parser.go#L8024: 		name := p.loadNameFromRef(s.NamespaceRef)
		js_parser.go#L8025: 		s.NamespaceRef = p.newSymbol(js_ast.SymbolOther, name)
		js_parser.go#L8026: 		p.currentScope.Generated = append(p.currentScope.Generated, s.NamespaceRef)
		js_parser.go#L8027: 		p.recordDeclaredSymbol(s.NamespaceRef)
		js_parser.go#L8034: 				p.recordUsage(s.NamespaceRef)
		js_parser.go#L8037: 						NamespaceRef:      s.NamespaceRef,
		js_parser.go#L8046: 							Name:         js_ast.LocRef{Loc: s.Alias.Loc, Ref: s.NamespaceRef},
		js_parser.go#L12054: 				p.namedImports[s.NamespaceRef] = js_ast.NamedImport{
		js_parser.go#L12061: 				p.recordExport(s.Alias.Loc, s.Alias.OriginalName, s.NamespaceRef)