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
prettier: 3.0.3 prettier-plugin-marko: 3.0.1.
I'm trying to type generic tags, but prettier keeps removing the types.
Given a tag with generic inputs, when trying to constrain it:
<my-tag<MyType> my-attr="my-string" />
When running prettier; Then the tag should be prettified somehow.
The type is stripped:
<my-tag my-attr="my-string" />
After which mtc complains about, incorrect/missing types.
mtc
This seems to happen with my own tags, as well as tags from the tags-api-preview (where I first discovered it)
The text was updated successfully, but these errors were encountered:
🎉 This issue has been resolved in version 3.1.0 🎉
The release is available on:
Your semantic-release bot 📦🚀
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Version: 3.0.1
prettier: 3.0.3
prettier-plugin-marko: 3.0.1.
Details
I'm trying to type generic tags, but prettier keeps removing the types.
Expected Behavior
Given a tag with generic inputs, when trying to constrain it:
When running prettier;
Then the tag should be prettified somehow.
Actual Behavior
The type is stripped:
After which
mtc
complains about, incorrect/missing types.Your Environment
This seems to happen with my own tags, as well as tags from the tags-api-preview (where I first discovered it)
The text was updated successfully, but these errors were encountered: