github.com/evanw/esbuild/internal/js_parser.parser.emittedNamespaceVars (field)

4 uses

	github.com/evanw/esbuild/internal/js_parser (current package)
		js_parser.go#L83: 	emittedNamespaceVars       map[js_ast.Ref]bool
		js_parser.go#L12646: 		emittedNamespaceVars:      make(map[js_ast.Ref]bool),
		ts_parser.go#L987: 	if (symbol.Kind == js_ast.SymbolTSNamespace || symbol.Kind == js_ast.SymbolTSEnum) && !p.emittedNamespaceVars[nameRef] {
		ts_parser.go#L988: 		p.emittedNamespaceVars[nameRef] = true