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

Stop supporting class expressions in --IsolatedDeclarations. #113

Merged

Conversation

h-joo
Copy link

@h-joo h-joo commented Nov 22, 2023

No description provided.

Declaration emit for class expressions has some surprising
behaviors, such as printing 'any' in self-reference (#GH56479)
or non-consistent emit of private identifiers (#GH56145).

Replicating this behavior in IsolatedDeclaration doesn't seem
to be the goal that we want to achieve, thus we're going to
disallow this pattern for now until the issues around class
expressions are fixed.

Signed-off-by: Hana Joo <[email protected]>
@dragomirtitian dragomirtitian merged commit 672a57a into bloomberg:isolated-declarations Nov 23, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants