[skip ci] Add classPrivateProperties to README & fix classProperties proposal link (#554)

This commit is contained in:
Boopathi Rajaa 2017-06-02 03:31:25 +02:00 committed by Henry Zhu
parent c3e256fdb5
commit edf34dc780

View File

@ -132,7 +132,8 @@ require("babylon").parse("code", {
- `doExpressions`
- `objectRestSpread` ([proposal](https://github.com/tc39/proposal-object-rest-spread))
- `decorators` (Based on an outdated version of the Decorators proposal. Will be removed in a future version of `Babylon`)
- `classProperties` ([proposal](https://github.com/zenparsing/es-function-bind))
- `classProperties` ([proposal](https://github.com/tc39/proposal-class-public-fields))
- `classPrivateProperties` ([proposal](https://github.com/tc39/proposal-private-fields))
- `exportExtensions` ([proposal 1](https://github.com/leebyron/ecmascript-export-default-from)), ([proposal 2](https://github.com/leebyron/ecmascript-export-ns-from))
- `asyncGenerators` ([proposal](https://github.com/tc39/proposal-async-iteration))
- `functionBind` ([proposal](https://github.com/zenparsing/es-function-bind))