text ECMAScript TC39 Stages.txt

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text ECMAScript TC39 Stages.txt相关的知识,希望对你有一定的参考价值。

+-------+-----------+----------------------------------------+
| stage | name      | mission                                |
+-------+-----------+----------------------------------------+
| 0     | strawman  | Present a new feature (proposal)       |
|       |           | to TC39 committee. Generally presented |
|       |           | by TC39 member or TC39 contributor.    |
+-------+-----------+----------------------------------------+
| 1     | proposal  | Define use cases for the proposal,     |
|       |           | dependencies, challenges, demos,       |
|       |           | polyfills etc. A champion              |
|       |           | (TC39 member) will be                  |
|       |           | responsible for this proposal.         |
+-------+-----------+----------------------------------------+
| 2     | draft     | This is the initial version of         |
|       |           | the feature that will be               |
|       |           | eventually added. Hence description    |
|       |           | and syntax of feature should           |
|       |           | be presented. A transpiler such as     |
|       |           | Babel should support and               |
|       |           | demonstrate implementation.            |
+-------+-----------+----------------------------------------+
| 3     | candidate | Proposal is almost ready and some      |
|       |           | changes can be made in response to     |
|       |           | critical issues raised by adopters     |
|       |           |  and TC39 committee.                   |
+-------+-----------+----------------------------------------+
| 4     | finished  | The proposal is ready to be            |
|       |           | included in the standard.              |
+-------+-----------+----------------------------------------+

以上是关于text ECMAScript TC39 Stages.txt的主要内容,如果未能解决你的问题,请参考以下文章

15. 精读《TC39 与 ECMAScript 提案》

TC39敲定ECMAScript 2018特性集

TC39ECMA-262ECMAScript 究竟是什么关系?

奇舞周刊第 217 期:TC39,ECMAScript 和 JavaScript 的未来

种草ECMAScript2021新特性

什么是ECMAScript?