From 759266a2e8e47a7f403582056d330841ba4fbc96 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Wed, 28 Jun 2017 13:44:47 +0100 Subject: [PATCH] Remove future plans from README (#597) [skip ci] --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 100711d660..f30ae0c8ab 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,6 @@ Check out [contributing.md](https://github.com/babel/babylon/blob/master/CONTRIB Heavily based on [acorn](https://github.com/marijnh/acorn) and [acorn-jsx](https://github.com/RReverser/acorn-jsx), thanks to the awesome work of [@RReverser](https://github.com/RReverser) and [@marijnh](https://github.com/marijnh). -Significant diversions are expected to occur in the future such as streaming, EBNF definitions, sweet.js integration, interspatial parsing and more. - ## API ### `babylon.parse(code, [options])`