-
Notifications
You must be signed in to change notification settings - Fork 13.1k
Error when accessing this before super #5833
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
Conversation
Conflicts: src/compiler/diagnosticInformationMap.generated.ts src/compiler/diagnosticMessages.json src/compiler/types.ts
…r node Conflicts: src/compiler/checker.ts
Conflicts: src/compiler/diagnosticInformationMap.generated.ts src/compiler/diagnosticMessages.json src/compiler/types.ts
|
@mhegazy if you could take a look too :) |
src/compiler/checker.ts
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
getNodeLinks(container).flags |= NodeCheckFlags.HasSeenThisCall;
|
@mhegazy any more comments? |
src/compiler/checker.ts
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we still need this? should not your check already catch this one?
|
Thanks! |
|
👍 |
Error when accessing this before super
Issue #4211. This is to replaced very old PR #4814