github.com/evanw/esbuild/internal/js_ast.ClauseItem.Alias (field)
22 uses
github.com/evanw/esbuild/internal/js_ast (current package)
js_ast.go#L1210: Alias string
github.com/evanw/esbuild/internal/bundler
linker.go#L956: items = append(items, js_ast.ClauseItem{Name: js_ast.LocRef{Ref: export.ref}, Alias: alias})
linker.go#L988: items = append(items, js_ast.ClauseItem{Name: js_ast.LocRef{Ref: item.ref}, Alias: item.exportAlias})
linker.go#L1615: Alias: alias,
linker.go#L1648: Alias: alias,
linker.go#L3153: s.Items[i].Alias = item.OriginalName
github.com/evanw/esbuild/internal/js_parser
js_parser.go#L4356: Alias: alias,
js_parser.go#L4428: Alias: alias,
js_parser.go#L5903: p.checkForNonBMPCodePoint(item.AliasLoc, item.Alias)
js_parser.go#L5906: itemRefs[item.Alias] = js_ast.LocRef{Loc: item.Name.Loc, Ref: ref}
js_parser.go#L8043: Alias: s.Alias.OriginalName,
js_parser.go#L11912: Alias: alias,
js_parser.go#L11975: Alias: item.Alias,
js_parser.go#L12046: p.recordExport(item.AliasLoc, item.Alias, item.Name.Ref)
js_parser.go#L12081: p.recordExport(item.Name.Loc, item.Alias, item.Name.Ref)
js_parser.go#L13017: clauseItems[i] = js_ast.ClauseItem{Alias: alias, Name: js_ast.LocRef{Ref: ref}}
github.com/evanw/esbuild/internal/js_printer
js_printer.go#L2629: if name != item.Alias {
js_printer.go#L2631: p.printIdentifier(item.Alias)
js_printer.go#L2668: if item.OriginalName != item.Alias {
js_printer.go#L2670: p.printIdentifier(item.Alias)
js_printer.go#L2921: p.printIdentifier(item.Alias)
js_printer.go#L2923: if name != item.Alias {
 |
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. |