Skip to content

Conversation

@saschanaz
Copy link
Contributor

Fixes #47017

@typescript-bot typescript-bot added the For Uncommitted Bug PR for untriaged, rejected, closed or missing bug label Dec 4, 2021
@saschanaz saschanaz mentioned this pull request Dec 13, 2021
@sandersn sandersn merged commit 20e86da into microsoft:main Dec 16, 2021
@saschanaz saschanaz deleted the class-field-es2022 branch December 16, 2021 23:22
@a-tarasyuk
Copy link
Contributor

a-tarasyuk commented Dec 17, 2021

It seems this PR breaks the build. Not sure, maybe need to update the baseline.

@sandersn
Copy link
Member

Yep, it's because of the other recent PR that de-dupes private field errors. I'll update the baselines and send a PR.

@a-tarasyuk
Copy link
Contributor

@sandersn I can make PR, with updated baselines.

@sandersn
Copy link
Member

Don't worry, I've got it.

sandersn added a commit that referenced this pull request Dec 17, 2021
Conflict between #47018 and #46824, both of which changed the behaviour of private fields.
@a-tarasyuk
Copy link
Contributor

Oke, thanks.

sandersn added a commit that referenced this pull request Dec 17, 2021
Conflict between #47018 and #46824, both of which changed the behaviour of private fields.
mprobst pushed a commit to mprobst/TypeScript that referenced this pull request Jan 10, 2022
* Emit class fields as-is with `target: es2022`

Closes microsoft#47017

* wave 2
mprobst pushed a commit to mprobst/TypeScript that referenced this pull request Jan 10, 2022
Conflict between microsoft#47018 and microsoft#46824, both of which changed the behaviour of private fields.
@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

For Uncommitted Bug PR for untriaged, rejected, closed or missing bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Emit class fields as-is with target: es2022

4 participants