github.com/evanw/esbuild/internal/js_ast.SExportStar.Alias (field)
16 uses
github.com/evanw/esbuild/internal/js_ast (current package)
js_ast.go#L973: Alias *ExportStarAlias
github.com/evanw/esbuild/internal/bundler
linker.go#L3068: if s.Alias == nil {
linker.go#L3132: StarNameLoc: &s.Alias.Loc,
github.com/evanw/esbuild/internal/js_parser
js_parser.go#L5296: Alias: alias,
js_parser.go#L8030: if s.Alias != nil {
js_parser.go#L8038: StarNameLoc: &s.Alias.Loc,
js_parser.go#L8043: Alias: s.Alias.OriginalName,
js_parser.go#L8044: OriginalName: s.Alias.OriginalName,
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#L12052: if s.Alias != nil {
js_parser.go#L12056: AliasLoc: s.Alias.Loc,
js_parser.go#L12061: p.recordExport(s.Alias.Loc, s.Alias.OriginalName, s.NamespaceRef)
github.com/evanw/esbuild/internal/js_printer
js_printer.go#L2591: if s.Alias != nil {
js_printer.go#L2595: p.printIdentifier(s.Alias.OriginalName)
 |
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. |