We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm working on React.js project, And now we have this new syntax <></> for <React.Fragment />, but jsinspect fails with errors like this:
React.js
<></>
<React.Fragment />
jsinspect
Couldn't parse ./src/components/callback/success-header.js: Unexpected token (18:3) <> ^ Couldn't parse ./src/components/callback-failure/message.js: Unexpected token (23:3) <> ^ Couldn't parse ./src/components/callback-success/message.js: Unexpected token (13:3) <> ^ Couldn't parse ./src/components/checkout/details.js: Unexpected token (14:3) <> ^
The text was updated successfully, but these errors were encountered:
I assume #73 may fix this? @danielstjules ? If theres something I can do to progress this I'm happy to invest some time, let me know.
Sorry, something went wrong.
No branches or pull requests
I'm working on
React.js
project, And now we have this new syntax<></>
for<React.Fragment />
, butjsinspect
fails with errors like this:The text was updated successfully, but these errors were encountered: