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
This document is about language features used in a big number of codebases existing and to come, so if a language feature is explained there it's because people already use it.
But you are right to point out that some feature are not fully standardized yet and it could be written when its the case.
Anyway, if such a feature (like object rest) would have a different behavior when standardized, there would be a nice and clear transition path considering the number of people already using it. If it were the case, I would say how to do it immediately via a PR.
If you are willing to add an indication for non-standardized features in the document, feel free to submit a PR 👍 .
I find it dangerous to encourage people to use not yet standardized features of the language.
For example, object rest/spread is still in stage 3, but that is not mentioned in the guide.
The text was updated successfully, but these errors were encountered: