From b6e54800b411960985c74ac23ba29add215642c6 Mon Sep 17 00:00:00 2001 From: Ben Wiley Date: Thu, 15 Mar 2018 16:20:14 -0400 Subject: [PATCH] Remove outdated spec deviation note [skip ci] (#7571) `JSXText` was added to the JSX spec [here](https://github.com/facebook/jsx/pull/80). --- packages/babylon/README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/packages/babylon/README.md b/packages/babylon/README.md index 8f75fe8c0f..c1762058be 100644 --- a/packages/babylon/README.md +++ b/packages/babylon/README.md @@ -66,9 +66,7 @@ It is based on [ESTree spec][] with the following deviations: - [Program][] and [BlockStatement][] contain additional `directives` field with [Directive][] and [DirectiveLiteral][] - [ClassMethod][], [ObjectProperty][], and [ObjectMethod][] value property's properties in [FunctionExpression][] is coerced/brought into the main method node. -AST for JSX code is based on [Facebook JSX AST][] with the addition of one node type: - -- `JSXText` +AST for JSX code is based on [Facebook JSX AST][]. [Babel AST format]: https://github.com/babel/babylon/blob/master/ast/spec.md [ESTree spec]: https://github.com/estree/estree