You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched for existing issues that already include this feature request, without success.
Describe the Feature Request
Give the ability to stop Stencil from expanding types.
For example,
@Prop()chartOptions: ChartOptions<'bar'>;
will be expanded into 3400 symbols long string!!
Describe the Use Case
Some types can be complex or be a combination of other types, and when all this stuff gets expanded, the line can be too long and the resulting readme.md file will look awful.
Describe Preferred Solution
I'd like to have an option to get only type names in Readme. Like ChartOptions<'bar'>. I agree that this type must be described manually elsewhere, but I can handle that. It will require more work for documentation but will make it much more beautiful.
The text was updated successfully, but these errors were encountered:
Thanks for the issue! This issue has been labeled as needs reproduction. This label is added to issues that need a code reproduction.
Please reproduce this issue in an Stencil starter component library and provide a way for us to access it (GitHub repo, StackBlitz, etc). Without a reliable code reproduction, it is unlikely we will be able to resolve the issue, leading to it being closed.
If you have already provided a code snippet and are seeing this message, it is likely that the code snippet was not enough for our team to reproduce the issue.
For a guide on how to create a good reproduction, see our Contributing Guide.
Thanks for providing the example @Jagget - we've ingested this into our backlog what can't give a guarantee that we are able to look into this anytime soon. If this is blocking you we recommend to help the project by providing a fix for this bug. Thanks a lot!
Prerequisites
Describe the Feature Request
Give the ability to stop Stencil from expanding types.
For example,
will be expanded into 3400 symbols long string!!
Describe the Use Case
Some types can be complex or be a combination of other types, and when all this stuff gets expanded, the line can be too long and the resulting readme.md file will look awful.
Describe Preferred Solution
I'd like to have an option to get only type names in Readme. Like
ChartOptions<'bar'>
. I agree that this type must be described manually elsewhere, but I can handle that. It will require more work for documentation but will make it much more beautiful.The text was updated successfully, but these errors were encountered: