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

10 uses

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

	github.com/evanw/esbuild/internal/bundler
		linker.go#L3146: 			if c.shouldRemoveImportExportStmt(sourceIndex, stmtList, partStmts, stmt.Loc, s.NamespaceRef, s.ImportRecordIndex) {
		linker.go#L3156: 					NamespaceRef:      s.NamespaceRef,
		linker.go#L3613: 								r.AddTopLevelSymbol(s.NamespaceRef)

	github.com/evanw/esbuild/internal/js_parser
		js_parser.go#L5315: 					NamespaceRef:      namespaceRef,
		js_parser.go#L8006: 		name := p.loadNameFromRef(s.NamespaceRef)
		js_parser.go#L8007: 		s.NamespaceRef = p.newSymbol(js_ast.SymbolOther, name)
		js_parser.go#L8008: 		p.currentScope.Generated = append(p.currentScope.Generated, s.NamespaceRef)
		js_parser.go#L8009: 		p.recordDeclaredSymbol(s.NamespaceRef)
		js_parser.go#L12077: 					NamespaceRef:      s.NamespaceRef,