Guest User

Untitled

a guest
Jun 22nd, 2018
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1. +-------+-----------+----------------------------------------+
  2. | stage | name | mission |
  3. +-------+-----------+----------------------------------------+
  4. | 0 | strawman | Present a new feature (proposal) |
  5. | | | to TC39 committee. Generally presented |
  6. | | | by TC39 member or TC39 contributor. |
  7. +-------+-----------+----------------------------------------+
  8. | 1 | proposal | Define use cases for the proposal, |
  9. | | | dependencies, challenges, demos, |
  10. | | | polyfills etc. A champion |
  11. | | | (TC39 member) will be |
  12. | | | responsible for this proposal. |
  13. +-------+-----------+----------------------------------------+
  14. | 2 | draft | This is the initial version of |
  15. | | | the feature that will be |
  16. | | | eventually added. Hence description |
  17. | | | and syntax of feature should |
  18. | | | be presented. A transpiler such as |
  19. | | | Babel should support and |
  20. | | | demonstrate implementation. |
  21. +-------+-----------+----------------------------------------+
  22. | 3 | candidate | Proposal is almost ready and some |
  23. | | | changes can be made in response to |
  24. | | | critical issues raised by adopters |
  25. | | | and TC39 committee. |
  26. +-------+-----------+----------------------------------------+
  27. | 4 | finished | The proposal is ready to be |
  28. | | | included in the standard. |
  29. +-------+-----------+----------------------------------------+
Add Comment
Please, Sign In to add comment