github.com/evanw/esbuild/internal/js_ast.Symbol.NamespaceAlias (field)
14 uses
github.com/evanw/esbuild/internal/js_ast (current package)
js_ast.go#L1397: NamespaceAlias *NamespaceAlias
github.com/evanw/esbuild/internal/bundler
linker.go#L881: if symbol.NamespaceAlias != nil {
linker.go#L882: ref = symbol.NamespaceAlias.NamespaceRef
linker.go#L1552: if c.symbols.Get(export.ref).NamespaceAlias != nil {
linker.go#L1873: c.symbols.Get(importRef).NamespaceAlias = &js_ast.NamespaceAlias{
linker.go#L1884: c.symbols.Get(importRef).NamespaceAlias = &js_ast.NamespaceAlias{
github.com/evanw/esbuild/internal/js_parser
js_parser.go#L9407: symbol.NamespaceAlias = &js_ast.NamespaceAlias{
js_parser.go#L11945: p.symbols[name.Ref.InnerIndex].NamespaceAlias = &js_ast.NamespaceAlias{
github.com/evanw/esbuild/internal/js_printer
js_printer.go#L1174: if symbol.NamespaceAlias == nil && js_lexer.UTF16EqualsString(key.Value, p.renamer.NameForSymbol(e.Ref)) {
js_printer.go#L1939: } else if symbol.NamespaceAlias != nil {
js_printer.go#L1948: p.printSymbol(symbol.NamespaceAlias.NamespaceRef)
js_printer.go#L1949: alias := symbol.NamespaceAlias.Alias
github.com/evanw/esbuild/internal/renamer
renamer.go#L146: for symbol.NamespaceAlias != nil {
renamer.go#L147: ref = js_ast.FollowSymbols(r.symbols, symbol.NamespaceAlias.NamespaceRef)
![]() |
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. |