const github.com/evanw/esbuild/internal/js_parser.relocateVarsForInOrForOf

4 uses

	github.com/evanw/esbuild/internal/js_parser (current package)
		js_parser.go#L8429: 			if replacement, ok := p.maybeRelocateVarsToTopLevel(init.Decls, relocateVarsForInOrForOf); ok {
		js_parser.go#L8443: 			if replacement, ok := p.maybeRelocateVarsToTopLevel(init.Decls, relocateVarsForInOrForOf); ok {
		js_parser.go#L8710: 	relocateVarsForInOrForOf
		js_parser.go#L8747: 		} else if mode == relocateVarsForInOrForOf {