github.com/evanw/esbuild/internal/js_parser.parser.enclosingNamespaceArgRef (field)
17 uses
github.com/evanw/esbuild/internal/js_parser (current package)
js_parser.go#L102: enclosingNamespaceArgRef *js_ast.Ref
js_parser.go#L8198: if s.IsExport && p.enclosingNamespaceArgRef != nil {
js_parser.go#L8200: p.recordUsage(*p.enclosingNamespaceArgRef)
js_parser.go#L8202: Target: js_ast.Expr{Loc: loc, Data: &js_ast.EIdentifier{Ref: *p.enclosingNamespaceArgRef}},
js_parser.go#L8504: if s.IsExport && p.enclosingNamespaceArgRef != nil {
js_parser.go#L8508: Target: js_ast.Expr{Loc: stmt.Loc, Data: &js_ast.EIdentifier{Ref: *p.enclosingNamespaceArgRef}},
js_parser.go#L8528: wasExportInsideNamespace := s.IsExport && p.enclosingNamespaceArgRef != nil
js_parser.go#L8541: Target: js_ast.Expr{Loc: stmt.Loc, Data: &js_ast.EIdentifier{Ref: *p.enclosingNamespaceArgRef}},
js_parser.go#L8685: oldEnclosingNamespaceArgRef := p.enclosingNamespaceArgRef
js_parser.go#L8686: p.enclosingNamespaceArgRef = &s.Arg
js_parser.go#L8691: p.enclosingNamespaceArgRef = oldEnclosingNamespaceArgRef
ts_parser.go#L989: if p.enclosingNamespaceArgRef == nil {
ts_parser.go#L1006: if isExport && p.enclosingNamespaceArgRef != nil {
ts_parser.go#L1014: Target: js_ast.Expr{Loc: nameLoc, Data: &js_ast.EIdentifier{Ref: *p.enclosingNamespaceArgRef}},
ts_parser.go#L1020: Target: js_ast.Expr{Loc: nameLoc, Data: &js_ast.EIdentifier{Ref: *p.enclosingNamespaceArgRef}},
ts_parser.go#L1028: p.recordUsage(*p.enclosingNamespaceArgRef)
ts_parser.go#L1029: p.recordUsage(*p.enclosingNamespaceArgRef)
 |
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. |