github.com/evanw/esbuild/internal/js_printer.printer.printIdentifier (method)
12 uses
github.com/evanw/esbuild/internal/js_printer (current package)
js_printer.go#L753: p.printIdentifier(p.renamer.NameForSymbol(ref))
js_printer.go#L774: func (p *printer) printIdentifier(name string) {
js_printer.go#L1579: p.printIdentifier(e.Name)
js_printer.go#L1926: p.printIdentifier(name)
js_printer.go#L1952: p.printIdentifier(alias)
js_printer.go#L2595: p.printIdentifier(s.Alias.OriginalName)
js_printer.go#L2628: p.printIdentifier(name)
js_printer.go#L2631: p.printIdentifier(item.Alias)
js_printer.go#L2667: p.printIdentifier(item.OriginalName)
js_printer.go#L2670: p.printIdentifier(item.Alias)
js_printer.go#L2921: p.printIdentifier(item.Alias)
js_printer.go#L2925: p.printIdentifier(name)
![]() |
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. |