Skip to content

Commit

Permalink
Merge pull request #83 from lencioni/patch-1
Browse files Browse the repository at this point in the history
Remove XJS note from Esprima-FB incompatibilities
  • Loading branch information
nzakas committed Mar 7, 2015
2 parents 06fdcd6 + 5ca9499 commit 7e064fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ In an effort to help those wanting to transition from other parsers to Espree, t
### Esprima-FB

* All Esprima/Harmony incompatibilities.
* Esprima-FB uses the term "XJS" to refer to its JSX support. This is seen primarily in the AST node types, such as `"XJSElement"`. Espree uses "JSX" to refer to JSX functionality, including AST node types. So, `"XJSElement"` in Esprima-FB is `"JSXElement"` in Espree (and the same is true for all JSX-related node types).

## Frequently Asked Questions

Expand Down

0 comments on commit 7e064fe

Please sign in to comment.