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 #75

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

shawnjones253 commented 2 years ago

duplicated by https://github.com/blend/promise-utils/pull/76