github.com/evanw/esbuild/internal/js_parser.parser.markExportedDeclsInsideNamespace (method)

2 uses

	github.com/evanw/esbuild/internal/js_parser (current package)
		js_parser.go#L8680: 					p.markExportedDeclsInsideNamespace(s.Arg, local.Decls)
		js_parser.go#L8767: func (p *parser) markExportedDeclsInsideNamespace(nsRef js_ast.Ref, decls []js_ast.Decl) {