Skip to content
Discussion options

You must be logged in to vote

/actual/ core-js namespace 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. Even Array.prototype.includes which 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/.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by zloirock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants