Skip to content

Commit

Permalink
Add definition of stage 3 (#5253) [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
mark0978 authored and hzoo committed Feb 8, 2017
1 parent 64e7d76 commit 5c52624
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions packages/babel-preset-stage-3/README.md
Expand Up @@ -2,6 +2,18 @@

> Babel preset for stage 3 plugins.
The gist of Stage 3 is:

> **Stage 3**: candidate
>
> **What is it?** The proposal is mostly finished and now needs feedback from implementations and users to progress further.
> **What鈥檚 required?** The spec text must be complete. Designated reviewers (appointed by TC39, not by the champion) and the ECMAScript spec editor must sign off on the spec text. There must be at least two spec-compliant implementations (which don鈥檛 have to be enabled by default).
>
> **What鈥檚 next?** Henceforth, changes should only be made in response to critical issues raised by the implementations and their use.


## Install

```sh
Expand Down Expand Up @@ -33,3 +45,7 @@ require("babel-core").transform("code", {
presets: ["stage-3"]
});
```

## References

- Chapter "[The TC39 process for ECMAScript features](http://exploringjs.com/es2016-es2017/ch_tc39-process.html)" in "Exploring ES2016 and ES2017" by Axel Rauschmayer

0 comments on commit 5c52624

Please sign in to comment.