open-wc / custom-elements-manifest

Custom Elements Manifest is a file format that describes custom elements in your project.
https://custom-elements-manifest.open-wc.org/
226 stars 37 forks source link

feat: Do not exclude @internal properties #263

Open maxpatiiuk opened 2 weeks ago

maxpatiiuk commented 2 weeks ago

I am using custom element manifest to generate internal typings. Internal typings need to include all properties, even those marked as @internal Custom element manifest is hardcoded to exclude @internal properties, which interferes with what I need

My current workaround is to use @notpublic instead, but that is less common, and harder to make people inside the team remember to use it over more intuitive @internal