matthew-andrews/denodeify

avoid leaking the arguments object

Closed this issue · 1 comments

you should avoid leaking the arguments like this it will likely prevent it from being optimized in v8. You'd need to replace those with a loop

Hi @calvinmetcalf I have to admit I'm not too familiar with this problem. I'm happy to change it to a loop - is this the sort of thing I should do?