Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
feat(parser): support ecmaFeatures.jsx flag and tests#85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
codecovbot commentedJan 20, 2019 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Codecov Report
@@ Coverage Diff @@## master #85 +/- ##==========================================+ Coverage 94.8% 94.81% +<.01%========================================== Files 48 48 Lines 2465 2469 +4 Branches 380 381 +1 ==========================================+ Hits 2337 2341 +4 Misses 77 77 Partials 51 51
Continue to review full report at Codecov.
|
should we warn users when options passed to parser are invalid? |
Uh oh!
There was an error while loading.Please reload this page.
This PR contains changes fromeslint/typescript-eslint-parser#595 with small refactor propagating options
fixes:eslint/typescript-eslint-parser#594
fixes:#24