Deprecate flat
eventually
#84
aleclarson
announced in
RFCs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When we eventually update our browser support to those with ES2019, we should deprecate
flat
and recommendArray.prototype.flat
instead. It supports both deep and shallow flattening.https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/flat
Beta Was this translation helpful? Give feedback.
All reactions