update readme with decorators2 [skip ci]

This commit is contained in:
Henry Zhu 2017-06-27 16:06:33 -04:00
parent a0f054b5ce
commit 3d03414c05

View File

@ -131,7 +131,7 @@ require("babylon").parse("code", {
- `flow` ([repo](https://github.com/facebook/flow))
- `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`)
- `decorators` (Stage 1) and `decorators2` (Stage 2)
- `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))