-
Notifications
You must be signed in to change notification settings - Fork 401
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeScript 3.7 optional chaining operator is not supported #1829
Comments
@gylaz Hi, are you able to chime in on this one? We are unable to use the optional chaining feature of TS since Hound errors with the following: We are using the I'm unsure as to where the error is being thrown on Hound's side. Are you using an outdated version of |
I'm having the same issue. |
@AngusGMorrison Did you happen to find a solution for this, I've been hitting this error every so often and I keep ending up at this issue... |
@GoudekettingRM hi, we migrated off Hound & went with reviewdog instead |
Hound is throwing up TypeScript parsing errors for the optional chaining operator,
?.
, which was added in TypeScript 3.7. For example:These errors are not reproduced locally.
Hound is configured to use
eslint
, and the errors occur using botheslint
6.8.0 and 7.7.0. Locally we run TypeScript througheslint
using@typescript-eslint
v4.12 (the problem also occurs using v2.33).Could this be an issue with Hound TypeScript support, or is there additional configuration required?
The text was updated successfully, but these errors were encountered: