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,
 |
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. |