feat: automatically add @default ...
to @Prop()
jsdoc
#6139
Labels
Good First Issue
This is a good first issue for someone wantng to contribute to Stencil!
Help Wanted
Uh oh!
There was an error while loading. Please reload this page.
Prerequisites
Describe the Feature Request
Stencil could add a
@default 'whatever'
to a@Prop()
jsdoc when it's able to derive the default value.Describe the Use Case
It'd be a nice quality of life improvement :) - It makes life easier for consuming apps to know what the default is to stop redundancy.
Describe Preferred Solution
Stencil automatically adds
@default ...
when it detects a default value AND it doesn't find one set manuallyDescribe Alternatives
Manually adding
@default ...
Related Code
No response
Additional Information
Stencil does something similar now for
@readonly
when a@Prop()
only has a getter method.The text was updated successfully, but these errors were encountered: