From 3d03414c0598c344cbe74c65f51a9c77a7072e1d Mon Sep 17 00:00:00 2001 From: Henry Zhu Date: Tue, 27 Jun 2017 16:06:33 -0400 Subject: [PATCH] update readme with decorators2 [skip ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 66ff0ccc1f..cc5395c1c9 100644 --- a/README.md +++ b/README.md @@ -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))