Skip to content

Conversation

@rbuckton
Copy link
Contributor

@rbuckton rbuckton commented Mar 25, 2024

The new use-before-definition check for class name references in decorators was too breaky for --experimentalDecorators, so we are limiting this check to only target ES decorators.

Related #57666
Related #57922
Fixes #57366

@rbuckton rbuckton requested review from sandersn and weswigham March 25, 2024 18:02
@typescript-bot typescript-bot added Author: Team For Uncommitted Bug PR for untriaged, rejected, closed or missing bug labels Mar 25, 2024
@rbuckton rbuckton merged commit 64a0010 into main Mar 25, 2024
@typescript-bot typescript-bot removed the For Uncommitted Bug PR for untriaged, rejected, closed or missing bug label Mar 25, 2024
@rbuckton rbuckton deleted the use-before-def-es-decorators-only branch March 25, 2024 18:31
@typescript-bot typescript-bot added the For Milestone Bug PRs that fix a bug with a specific milestone label Mar 25, 2024
@microsoft microsoft locked as resolved and limited conversation to collaborators Oct 16, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Author: Team For Milestone Bug PRs that fix a bug with a specific milestone

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Using static members in class decorator

4 participants