esnext Array flatten
should be flat
#24526
Labels
Bug
A bug in TypeScript
Domain: lib.d.ts
The issue relates to the different libraries shipped with TypeScript
ES Next
New featurers for ECMAScript (a.k.a. ESNext)
Fixed
A PR has been merged for this issue
Help Wanted
You can do this
Milestone
The esnext type declarations for
Array
should be updated, as per the updated proposal.flatten
has been renamed toflat
.TypeScript Version: 3.0.0-dev.201xxxxx
Search Terms:
flat flatten
Expected behaviour:
Types should be declared for
flat
onArray
.Actual behaviour:
Types are declared for
flatten
onArray
.Related Issues:
The text was updated successfully, but these errors were encountered: