We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44f94f5 commit 7d335f1Copy full SHA for 7d335f1
README.md
@@ -173,3 +173,16 @@ We expect there are other tools like ESLint that rely on more than just the AST
173
### What ECMAScript 6 features do you support?
174
175
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