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

fix: emit TypeQuery type arguments #427

Merged
merged 1 commit into from Sep 22, 2022

Conversation

abextm
Copy link
Contributor

@abextm abextm commented Sep 22, 2022

Fixes #426

Turns out this was more trivial than I expected it would be

@CLAassistant
Copy link

CLAassistant commented Sep 22, 2022

CLA assistant check
All committers have signed the CLA.

@dsherret
Copy link
Member

dsherret commented Sep 22, 2022

@abextm thanks a lot for reporting and providing the fix! Would you be able to add a test for this? Maybe just in https://github.com/dprint/dprint-plugin-typescript/tree/main/tests/specs/issues create another file for issue0426.txt and copy what's done in the other files with a new test case here. That way we can ensure this is actually fixed and doesn't regress in the future.

@abextm
Copy link
Contributor Author

abextm commented Sep 22, 2022

Test case added

Copy link
Member

@dsherret dsherret left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks @abextm!

@dsherret dsherret merged commit b811f08 into dprint:main Sep 22, 2022
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.

dprint removes type arguments in typeof expressions
3 participants