Skip to content
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

Fix double-emit in constructor #53547

Merged
merged 2 commits into from Mar 27, 2023
Merged

Fix double-emit in constructor #53547

merged 2 commits into from Mar 27, 2023

Conversation

rbuckton
Copy link
Member

Fixes the emit change in #53268 to avoid duplicate emit when super() is not found.

Fixes #53448

@DanielRosenwasser
Copy link
Member

@typescript-bot cherry-pick this to release-5.0

@typescript-bot
Copy link
Collaborator

typescript-bot commented Mar 27, 2023

Heya @DanielRosenwasser, I've started to run the task to cherry-pick this into release-5.0 on this PR at d9a6d9a. You can monitor the build here.

@rbuckton rbuckton merged commit 85ef01d into main Mar 27, 2023
19 checks passed
@rbuckton rbuckton deleted the fix-53448 branch March 27, 2023 22:16
@typescript-bot
Copy link
Collaborator

Hey @DanielRosenwasser, I've opened #53550 for you.

typescript-bot pushed a commit to typescript-bot/TypeScript that referenced this pull request Mar 27, 2023
Component commits:
a937637 Fix double-emit in constructor

d9a6d9a Add extra test
DanielRosenwasser pushed a commit that referenced this pull request Mar 28, 2023
…53550)

Co-authored-by: Ron Buckton <ron.buckton@microsoft.com>
drivron pushed a commit to scenari/typescript that referenced this pull request Sep 14, 2023
…se-5.0 (microsoft#53550)

Co-authored-by: Ron Buckton <ron.buckton@microsoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.

Double Emit of Contructor when using Getter Decorators
5 participants