Skip to content

Commit 7d335f1

Browse files
committed
Docs: Add a couple more FAQs to README
1 parent 44f94f5 commit 7d335f1

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,3 +173,16 @@ We expect there are other tools like ESLint that rely on more than just the AST
173173
### What ECMAScript 6 features do you support?
174174

175175
Please see the [tracking issue](https://github.com/eslint/espree/issues/10) for the most up-to-date information.
176+
177+
### Why use Espree instead of Esprima?
178+
179+
* Faster turnaround time on bug fixes
180+
* More frequent releases
181+
* Better communication and responsiveness to issues
182+
* Ongoing development
183+
184+
### Why use Espree instead of Esprima-FB?
185+
186+
* Opt-in to just the ECMAScript 6 features you want
187+
* JSX support is off by default, so you're not forced to use it to use ECMAScript 6
188+
* Stricter ECMAScript 6 support

0 commit comments

Comments
 (0)