Support ES7 Array comprehensions #125
Closed
Labels
Comments
|
I'll leave this under consideration. We're not going to implement any ES7 features until they are standardized. |
|
I would recommend against using them, because they are at stage 0 (strawman proposal), and may not get standardized. See: https://twitter.com/esdiscuss/status/590226685020090369 |
|
Ok, thanks for the clarification. I'll close this issue then. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Array comprehensions like
should be supported.
Here's more information: http://wiki.ecmascript.org/doku.php?id=harmony:array_comprehensions
It's already supported by Firefox and some transpilers (Babel and Traceur), so we're already using them.
The text was updated successfully, but these errors were encountered: