blend / promise-utils

Lodash-like, dependency-free utilities for native ES6 promises.
MIT License
282 stars 15 forks source link

fix for maximum stack size exceeded exception when flattening large arrays #76

Closed shawnjones253 closed 2 years ago

shawnjones253 commented 2 years ago

found a hint at how to fix this when reading https://github.com/nodejs/node/issues/27732

lodash appears to use similar code in _.flatten

ftrimble commented 2 years ago

sorry - can you also bump the version?