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
refactor: align property types and default values to framework (#9334)
With the introduction of property initializers (#8846) many properties have changed they default values or types but on some places:
- JSDoc wasn't changed
- Properties with declared `declare` keyword were using wrong type
This change fixes most of the things until custom element analyzer plugin is adjusted to generate correct output
0 commit comments