github.com/evanw/esbuild/internal/js_ast.ExportStarAlias.Loc (field)
9 uses
github.com/evanw/esbuild/internal/js_ast (current package)
js_ast.go#L963: Loc logger.Loc
github.com/evanw/esbuild/internal/bundler
linker.go#L3132: StarNameLoc: &s.Alias.Loc,
github.com/evanw/esbuild/internal/js_parser
js_parser.go#L5276: alias = &js_ast.ExportStarAlias{Loc: p.lexer.Loc(), OriginalName: name}
js_parser.go#L5280: p.checkForNonBMPCodePoint(alias.Loc, name)
js_parser.go#L8038: StarNameLoc: &s.Alias.Loc,
js_parser.go#L8045: AliasLoc: s.Alias.Loc,
js_parser.go#L8046: Name: js_ast.LocRef{Loc: s.Alias.Loc, Ref: s.NamespaceRef},
js_parser.go#L12056: AliasLoc: s.Alias.Loc,
js_parser.go#L12061: p.recordExport(s.Alias.Loc, s.Alias.OriginalName, 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. |