CleverCloud / clever-components

Collection of Web Components by Clever Cloud
https://www.clever-cloud.com/doc/clever-components/
Apache License 2.0
215 stars 19 forks source link

`cc-link`: implement typechecking #1063

Open florian-sanders-cc opened 1 month ago

florian-sanders-cc commented 1 month ago

Context

With the state migration milestone, we have implemented typechecking in many components.

Many of these components depend on the cc-link component. We initially implemented the typechecking within the cc-link template as well but it's better go for a separate PR for this.

This is very easy to do and we've already done it so this should be quick.