Skip to content

Instantly share code, notes, and snippets.

@marcandrewb
Last active June 21, 2018 02:13
Show Gist options
  • Save marcandrewb/6a1af2f0a6858d14ebdf521c54b95be0 to your computer and use it in GitHub Desktop.
Save marcandrewb/6a1af2f0a6858d14ebdf521c54b95be0 to your computer and use it in GitHub Desktop.

Revisions

  1. marcandrewb renamed this gist Jun 21, 2018. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. marcandrewb created this gist Jun 21, 2018.
    29 changes: 29 additions & 0 deletions ECMAScript TC39 Stages.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,29 @@
    +-------+-----------+----------------------------------------+
    | 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. |
    +-------+-----------+----------------------------------------+