github.com/evanw/esbuild/internal/renamer.numberScope.nameCounts (field)
7 uses
github.com/evanw/esbuild/internal/renamer (current package)
renamer.go#L334: root: numberScope{nameCounts: reservedNames},
renamer.go#L388: s := &numberScope{parent: parent, nameCounts: make(map[string]uint32)}
renamer.go#L438: nameCounts map[string]uint32
renamer.go#L452: if _, ok := s.nameCounts[name]; ok {
renamer.go#L479: tries = s.nameCounts[name]
renamer.go#L493: s.nameCounts[prefix] = tries
renamer.go#L502: s.nameCounts[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. |