[GH-ISSUE #12] "Node doesn't like ES6" (terminology) #9

Closed
opened 2026-05-05 11:23:00 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @BillyWM on GitHub (Feb 17, 2018).
Original GitHub issue: https://github.com/kusti8/proton-native/issues/12

This is not true as of Node 6, where 99% of ES6 is supported with only 3 particular subfeatures missing (and Babel doesn't transpile them all for you, such as tail-call optimization).

Here's a chart: http://node.green

You may be thinking of other features that developers commonly use, like async/await or object rest/spread, but these are not part of "ES6" (ES2015) but rather later yearly standards revisions (ES2016 - ES 2018)

Many of these features are indeed supported in the most recent stable + LTS releases of Node (8 and 9) - the ones offered by default for download on the Node site

Originally created by @BillyWM on GitHub (Feb 17, 2018). Original GitHub issue: https://github.com/kusti8/proton-native/issues/12 This is not true as of Node 6, where 99% of ES6 is supported with only 3 particular subfeatures missing (and Babel doesn't transpile them all for you, such as tail-call optimization). Here's a chart: http://node.green You may be thinking of other features that developers commonly use, like async/await or object rest/spread, but these are not part of "ES6" (ES2015) but rather later yearly standards revisions (ES2016 - ES 2018) Many of these features are indeed supported in the most recent stable + LTS releases of Node (8 and 9) - the ones offered by default for download on the Node site
Author
Owner

@kusti8 commented on GitHub (Feb 18, 2018):

Ok, I think I just had an old version of node on my computer, so that's why. I'll fix it now.

<!-- gh-comment-id:366484434 --> @kusti8 commented on GitHub (Feb 18, 2018): Ok, I think I just had an old version of node on my computer, so that's why. I'll fix it now.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/proton-native#9
No description provided.