You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The flatMap Array method has only been introduced in Node 11, but Node 10 will be still around until (at least) 2021. I propose a simple fallback for the missing method, to make the loader compatible with more Node.js versions:
The
flatMap
Array method has only been introduced in Node 11, but Node 10 will be still around until (at least) 2021. I propose a simple fallback for the missing method, to make the loader compatible with more Node.js versions:If there's interest in this, I can make a PR.
The text was updated successfully, but these errors were encountered: