Peter Siska
Peter Siska
Hey @break-stuff I've added your inheritance plugin, unfortunately the `web-types.json` still does not have anything from the parent class. I also noticed that the latest version of CEM analyzer `@custom-elements-manifest/analyzer`...
Done. One thing I noticed: when running `npm i` locally, the lockfile gets changes: ```diff diff --git a/package-lock.json b/package-lock.json index f79edcb..bfabf69 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10558,12 +10558,12 @@...
Although it seems not all packages support this? e.g. https://github.com/azu/monorepo-utils/tree/master/packages/@monorepo-utils/workspaces-to-typescript-project-references
This used to work in previous versions, it seems it does not anymore.
Does this work now?
This is unfortunate, since it means that the `` is not usable in native `` elements. I understand that alternatives are provided in the collection with e.g. ``. It might...
Thanks for the detailed example. Yes, I am aware of these issues. >So in the end what ever way you go, the best practice is not to mix design systems...
> Is there any workaround? Yes, just pin the cli to the latest working version for now…