Last active
          June 21, 2018 02:13 
        
      - 
      
- 
        Save marcandrewb/6a1af2f0a6858d14ebdf521c54b95be0 to your computer and use it in GitHub Desktop. 
Revisions
- 
        marcandrewb renamed this gist Jun 21, 2018 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewingFile renamed without changes.
- 
        marcandrewb created this gist Jun 21, 2018 .There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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. | +-------+-----------+----------------------------------------+