Readme updates from babel.github.io [skip ci] (#4884)

This commit is contained in:
Henry Zhu
2016-11-22 14:17:17 -05:00
committed by GitHub
parent 7e020272c1
commit 9d0518b715
5 changed files with 187 additions and 2 deletions

View File

@@ -1,6 +1,8 @@
# babel-plugin-syntax-class-constructor-call (deprecated)
Allow parsing of do expressions.
> Proposal Withdrawn: can be solved with decorators.
Allow parsing of call constructors.
## Installation
@@ -33,3 +35,9 @@ require("babel-core").transform("code", {
plugins: ["syntax-class-constructor-call"]
});
```
## References
* [Inactive Proposals](https://github.com/tc39/proposals/blob/master/inactive-proposals.md)
* [Proposal: Call Constructor](https://github.com/tc39/ecma262/blob/master/workingdocs/callconstructor.md)
* [Blog post: ECMAScript proposal: function-callable classes](http://www.2ality.com/2015/10/call-constructor-esprop.html)