func github.com/evanw/esbuild/internal/renamer.AssignNestedScopeSlots

2 uses

	github.com/evanw/esbuild/internal/renamer (current package)
		renamer.go#L220: func AssignNestedScopeSlots(moduleScope *js_ast.Scope, symbols []js_ast.Symbol) (slotCounts js_ast.SlotCounts) {

	github.com/evanw/esbuild/internal/js_parser
		js_parser.go#L13148: 		nestedScopeSlotCounts = renamer.AssignNestedScopeSlots(p.moduleScope, p.symbols)