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
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |