You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 19, 2018. It is now read-only.
EDIT: this is now better-documented in the Features.md file. Leaving the below for posterity.
@DomVinyard proposed these as the "core four" for this effort:
Classes
Import/Export
Fat-Arrow Functions
Async/Await
These are things that we "absolutely, definitely need", and will take priority over other changes.
However, this list may be too short. Other possibilities:
let/const/var
decorators
for-in/for-of
getters/setters/statics/methods
In particular, Async/Await, being less widely supported and used at this point, may not make sense to take priority over more widely used features like decorators, or more core-to-the-language features like const and for.
Thoughts?
EDIT: I'll keep this bit as an evolving understanding: