Prepping for ES8 Changes
See original GitHub issueAsync functions are a finished proposal and will be in the ES2017 spec. There are a couple of other interesting items I’d like to work on (though they probably won’t make it to ES2017).
My team is allowed to use any feature at Stage 3 of the proposal process or higher: https://github.com/tc39/proposals
Is there a plan for handling this?
I was considering adding an ECMASCRIPT8
and ECMASCRIPT8_STRICT
language level. But for features which weren’t yet in any formalized spec, I was considering adding ECMASCRIPT_NEXT
which is consistent with Babel.
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
ES6, ES7 & ES8, TIME to update your JavaScript / ECMAScript!
Know a basic timeline of ECMAScript and the JavaScript language · Use the new methods and options available in modern releases of JavaScript...
Read more >What's New in ES2017 (or ES8) for JavaScript - Medium
An ES8 update improving developer experience is allowing trailing commas in function parameters lists. Trailing commas will no longer raise a SyntaxError when ......
Read more >ES6, ES7 & ES8, TIME to update your JavaScript / ECMAScript!
Know a basic timeline of ECMAScript and the JavaScript language; Use the new methods and options available in modern releases of JavaScript; Differentiate ......
Read more >Using Kemper effects in a Boss ES-8 loop - Profiler
I am only just getting into the morph function of the kemper and learning how i can change (some) stomp parameters with the...
Read more >Chinese EV supercar maker is prepping an all-electric SUV
Sounds a bit like how Gogoro is positioning battery changes for its ... Pre-orders are open now and it's expected that the ES8...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I am, in fact, very close to having the async functions transpilation working. They’re working in not-yet-submitted code now.
What are these object rest/spread parameters you mention? I thought we were already transpiling all of the rest/spread stuff. Could you give me an example?
ECMASCRIPT_NEXT
was added.