From 81ce4153591206aafc8ca6f0012a4a0fd987f6fd Mon Sep 17 00:00:00 2001 From: Henry Zhu Date: Fri, 26 May 2017 16:44:25 -0400 Subject: [PATCH] add proposal links [skip ci] --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index fd3ee86de3..be6f771feb 100644 --- a/README.md +++ b/README.md @@ -130,14 +130,14 @@ require("babylon").parse("code", { - `jsx` - `flow` - `doExpressions` - - `objectRestSpread` + - `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` - - `exportExtensions` - - `asyncGenerators` - - `functionBind` + - `classProperties` ([proposal](https://github.com/zenparsing/es-function-bind)) + - `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)) - `functionSent` - - `dynamicImport` + - `dynamicImport` ([proposal](https://github.com/tc39/proposal-dynamic-import)) - `numericSeparator` ([proposal](https://github.com/samuelgoto/proposal-numeric-separator)) ### FAQ