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
Copy file name to clipboardexpand all lines: docs/analyzer/getting-started.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -120,7 +120,7 @@ cem analyze
120
120
121
121
### Support
122
122
123
-
`@custom-elements-manifest/analyzer` by default supports standard JavaScript, and _vanilla_ web components. Dedicated web component libraries can be supported through the use of plugins. Currently, support for LitElement, Stencil and Catalyst is provided in this project via plugins. You can enable them by using the CLI flags `--litelement`, `--fast`, `--stencil` and `--catalyst` respectively, or loading the plugin via your `custom-elements-manifest.config.js`.
123
+
`@custom-elements-manifest/analyzer` by default supports standard JavaScript, and _vanilla_ web components. Dedicated web component libraries can be supported through the use of plugins. Currently, support for LitElement, Stencil and Catalyst is provided in this project via plugins. You can enable them by using the CLI flags `--litelement`, `--fast`, `--stencil`, `--catalyst` and `--catalyst` respectively, or loading the plugin via your `custom-elements-manifest.config.js`.
> ✨ Or try it out in the [online playground](https://custom-elements-manifest.netlify.app/)! ✨
177
177
178
178
179
-
`@custom-elements-manifest/analyzer` by default supports standard JavaScript, and _vanilla_ web components. Dedicated web component libraries can be supported through the use of plugins. Currently, support for LitElement, Fast, Stencil and Catalyst is provided in this project via plugins. You can enable them by using the CLI flags `--litelement`, `--fast`, `--stencil`and `--catalyst` respectively, or loading the plugin via your `custom-elements-manifest.config.js`.
179
+
`@custom-elements-manifest/analyzer` by default supports standard JavaScript, and _vanilla_ web components. Dedicated web component libraries can be supported through the use of plugins. Currently, support for LitElement, Fast, Stencil and Catalyst is provided in this project via plugins. You can enable them by using the CLI flags `--litelement`, `--fast`, `--stencil`, `--catalyst`and `--catalyst-major-2` respectively, or loading the plugin via your `custom-elements-manifest.config.js`.
0 commit comments