Skip to content

Fix for formatter crash for Move to file #54199

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 2 commits into from
May 9, 2023
Merged

Fix for formatter crash for Move to file #54199

merged 2 commits into from
May 9, 2023

Conversation

navya9singh
Copy link
Member

Fixes #54073

@typescript-bot typescript-bot added Author: Team For Milestone Bug PRs that fix a bug with a specific milestone labels May 9, 2023
@navya9singh navya9singh requested a review from andrewbranch May 9, 2023 17:42
Comment on lines 38 to 40
exports.y = y;
const z = 0;
exports.z = 0;
exports.y = y;
const z = 0;
exports.z = 0;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually, we should fix this

@navya9singh navya9singh merged commit d7b8662 into main May 9, 2023
@navya9singh navya9singh deleted the fix(54073) branch May 9, 2023 21:02
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.

Formatter crash on Move To File
3 participants