Skip to content

Always check extends clause of classes#30786

Merged
sandersn merged 2 commits into
masterfrom
always-check-class-extends
Apr 8, 2019
Merged

Always check extends clause of classes#30786
sandersn merged 2 commits into
masterfrom
always-check-class-extends

Conversation

@sandersn
Copy link
Copy Markdown
Member

@sandersn sandersn commented Apr 5, 2019

Even if (1) @extends is provided and (2) we're not producing diagnostics. That's because we need to know whether the extends clause references an imported alias.

Fixes #29983
Better fix for #25111.

sandersn added 2 commits April 5, 2019 16:37
Even if (1) @extends is provided and (2) we're not producing
diagnostics. That's because we need to know whether the extends clause
references an imported alias.
@sandersn sandersn merged commit 90b304a into master Apr 8, 2019
@sandersn sandersn deleted the always-check-class-extends branch April 8, 2019 17:25
@microsoft microsoft locked as resolved and limited conversation to collaborators Oct 21, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

In JS, an @extends makes the actual extends expression not count as used

2 participants