This repository has been archived by the owner on Mar 25, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 887
Private instance method throws error, Cannot read property 'flags' of undefined #1601
Labels
Comments
what does your tslint.json look like? can you track down which rule is throwing this exception? that stack trace doesn't have any reference to tslint in it, which is a bit strange... |
tslint.json
|
When I change the code to
it runs fine |
looks like a duplicate of #1641, see my comment: #1641 (comment) I recommend disabling the no-unused-variable rule and using the compiler checks instead |
@adidahiya Thanks, I missed that issue. Will do! |
Should be fixed by #2235. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Bug Report
3.15.1
and4.0.0-dev.0
2.0.3
TypeScript code being linted
Actual behavior
Expected behavior
No error.
The text was updated successfully, but these errors were encountered: