Open tfrijsewijk opened 1 year ago
@raphaelpor I’m interested in taking this one on. Could you point me in the right direction or suggest some resources to get started? Thanks!
@raphaelpor Took a stab at this (see #105). The missing part is handling slots and names coming from external modules (e.g., helpers). Not sure if that's feasible or not.
Prerequisites
Describe the Feature Request
Forces the developer to document every
<slot>
in therender()
function.Describe the Use Case
A slot is part of the public API of the component. Just as
Prop()
andEvent()
are enforced, slots are of equal importance.Describe Preferred Solution
No response
Describe Alternatives
No response
Related Code
No response
Additional Information
No response