This repository has been archived by the owner on Aug 18, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 208
Node type of JSXText is different from espree #759
Comments
Can you share what version of babel-eslint you're using? |
@kaicataldo It was 10.0.1 |
Can you confirm this is still an issue with the latest release? |
Yes the issue still holds in 11.0.0-beta.0 .
With |
@kaicataldo I think the bug is caused by babel-eslint/lib/babylon-to-espree/convertAST.js Lines 50 to 52 in 5102c31
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
For jsx texts like foo in
<>foo</>
, espress has typeJSXText
, while babel-eslint has typeLiteral
.Is this working as intended?
The text was updated successfully, but these errors were encountered: