github.com/evanw/esbuild/internal/renamer.ExportRenamer.used (field)
7 uses
github.com/evanw/esbuild/internal/renamer (current package)
renamer.go#L511: used map[string]uint32
renamer.go#L515: if r.used == nil {
renamer.go#L516: r.used = make(map[string]uint32)
renamer.go#L518: if tries, ok := r.used[name]; ok {
renamer.go#L523: if _, ok := r.used[name]; !ok {
renamer.go#L527: r.used[name] = tries
renamer.go#L529: r.used[name] = 1
![]() |
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. |