Pascal Schilp
Pascal Schilp
The analyzer doesn't analyze `css` or `html` tagged template literals for lit, either. Would it be an option to annotate the slots and cssparts on the class? https://custom-elements-manifest.open-wc.org/analyzer/getting-started/#supported-jsdoc As for...
I think we can improve on this by checking for `typeArguments` on the `node?.parent` (the `newExpression`), before this line (jsdoc should always override): https://github.com/open-wc/custom-elements-manifest/blob/9067c13c0dcd84075c7c2f76878552493531a007/packages/analyzer/src/features/analyse-phase/creators/createClass.js#L185 id be happy to review a...
Thanks for reporting this issue, I appreciate you taking the time to make a reproduction, could I ask you to try and make the reproduction even smaller?
> Would a small repo help? Yes that would help, I know it's already pretty minimal, but please try to make the repro as minimal as you possibly can (the...
Yes that helps, thanks a lot. Do you use multiple mixins that have the same name in a project? E.g.: in your repo, you declare `getClass` every time in each...
Is this code open source by any chance? I'd be interested to see what it looks like
I understand. To clarify, I'm interested in seeing why you'd re-declare a mixin with the same name for every file, as opposed to giving the mixin its own module/making it...
Theres a typo in the unpkg link https://unpkg.com/browse/@custom-elements-manifest/[email protected]/
https://astexplorer.net/#/gist/b7ad20b26ea64154038d78cf66140079/b382ec9e46e4aae53c033249ea9a1d8db9562318
Currently interfaces are not supported yet because they are not specified in the schema. There is a PR to add support for interfaces in the schema though, and Im also...