github.com/evanw/esbuild/internal/js_parser.parser.importItemsForNamespace (field)
7 uses
github.com/evanw/esbuild/internal/js_parser (current package)
js_parser.go#L113: importItemsForNamespace map[js_ast.Ref]map[string]js_ast.LocRef
js_parser.go#L5911: p.importItemsForNamespace[stmt.NamespaceRef] = itemRefs
js_parser.go#L9392: if importItems, ok := p.importItemsForNamespace[id.Ref]; ok {
js_parser.go#L11486: if id, ok := target.Data.(*js_ast.EIdentifier); ok && p.importItemsForNamespace[id.Ref] != nil {
js_parser.go#L11806: if importItems, ok := p.importItemsForNamespace[s.NamespaceRef]; ok && len(importItems) == 0 {
js_parser.go#L11896: if importItems, ok := p.importItemsForNamespace[s.NamespaceRef]; ok && len(importItems) > 0 {
js_parser.go#L12652: importItemsForNamespace: make(map[js_ast.Ref]map[string]js_ast.LocRef),
![]() |
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. |