Skip to content

Fix crash when exporting class without name #17996

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

Merged
merged 1 commit into from
Aug 24, 2017
Merged

Fix crash when exporting class without name #17996

merged 1 commit into from
Aug 24, 2017

Conversation

rbuckton
Copy link
Contributor

This fixes a compiler crash when exporting a class without a name for --module commonjs --target es2015.

Fixes #16681

@rbuckton rbuckton requested a review from a user August 24, 2017 00:11
@rbuckton rbuckton requested a review from mhegazy August 24, 2017 00:27
@mhegazy
Copy link
Contributor

mhegazy commented Aug 24, 2017

@rbuckton we will need this in release-2.5 as well.

@rbuckton rbuckton merged commit 038d256 into master Aug 24, 2017
@rbuckton
Copy link
Contributor Author

This is now also in release-2.5.

@rbuckton rbuckton deleted the fix16681 branch August 24, 2017 18:07
@microsoft microsoft locked and limited conversation to collaborators Jun 14, 2018
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.

TypeError: Cannot read property 'text' of undefined
3 participants