Remove outdated spec deviation note [skip ci] (#7571)

`JSXText` was added to the JSX spec [here](https://github.com/facebook/jsx/pull/80).
This commit is contained in:
Ben Wiley 2018-03-15 16:20:14 -04:00 committed by Henry Zhu
parent ae210a46d1
commit b6e54800b4

View File

@ -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