Output Target: Custom Elements Manifest #6456
fgeierst
started this conversation in
Stencil Testing
Replies: 1 comment
-
|
It is a bit confusing that in the current docs for @stencil/storybook-plugin, the file name for output target docs-json is called |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Having custom-elements.json as a StencilJS output target would enable a lot of tooling, for example the language server, storybook argTypes generation and the custom elements validator CLI.
There is an existing issue, #2048 which was closed when https://github.com/stencil-community/stencil-web-types arrived (which is JetBrains specific and not the same as Custom Elements Manifest).
Currently, you can use the @custom-elements-manifest/analyzer CLI to generate a Custom Elements Manifest for Stencil — but I still think this should be a official stencil output target.
Beta Was this translation helpful? Give feedback.
All reactions