How long does it take for methods that become standardized to move to actual?
#1476
-
|
Hello, I'm just wondering, how long does it take for something to move out of proposals and become standardized? I'm new-ish to the Javascript ecosystem (only about 2yrs of it), and I notice that, for example, the set methods are still in |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Proposals are divided into stages. Stage 4 means that the proposal is finished and accepted into the standard. Advance to stage 4 doesn't mean that an entry from So, for example, the set methods available in all - |
Beta Was this translation helpful? Give feedback.
/actual/core-jsnamespace means all standardized features from ECMAScript, the rest web standards, and also stage 3 ECMAScript proposals.Proposals are divided into stages. Stage 4 means that the proposal is finished and accepted into the standard. Advance to stage 4 doesn't mean that an entry from
/proposals/should be removed - it's a breaking change for those who use it, and it could usefull for different cases. EvenArray.prototype.includeswhich was standardized for ES2016 has an entry in/proposals/.So, for example, the set methods available in all -
/es/,/stable/,/actual/,/full/namespaces, and have an entry in/proposals/.