We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
// given export type All = Map< number, { type: zit.Type; index: number; } >;
// actual export type All = Map< number, { type: zit.Type; index: number; } >;
// expected export type All = Map< number, { type: zit.Type; index: number; } >;
The text was updated successfully, but these errors were encountered:
@saschanaz has made a lot of changes to import and export formatting on #4609 that appear to fix this. I checked out the fixImportExportFormatting branch from https://github.com/SaschaNaz/TypeScript, made a test for this exact case and it passed.
Sorry, something went wrong.
@DanCorder I checked out the branch with a bit surprise but I don't see this fixed. Maybe a comment on a wrong issue?
@saschanaz Sorry, you are correct. This is the issue I meant to comment on, but my test was broken. This is still an issue.
Thanks @saschanaz!
Successfully merging a pull request may close this issue.
The text was updated successfully, but these errors were encountered: