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/plugins/intro.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,7 @@ export default {
55
55
|[cem-plugin-reactify](https://www.npmjs.com/package/cem-plugin-reactify)| plugin to automatically create React wrappers for your custom elements |
56
56
|[cem-plugin-readonly](https://www.npmjs.com/package/cem-plugin-readonly)| plugin to handle read-only class members |
57
57
|[cem-plugin-type-descriptions-markdown](https://www.npmjs.com/package/cem-plugin-type-descriptions-markdown)| plugin to add markdown type documentation to manifest member descriptions |
58
+
|[cem-plugin-wrec](https://www.npmjs.com/package/cem-plugin-wrec)| plugin to handle [wrec](https://www.npmjs.com/package/wrec) web components |
58
59
|[custom-element-jet-brains-integration](https://www.npmjs.com/package/custom-element-jet-brains-integration)| a mapper to take the information captured in the CEM and generate the appropriate `web-types.json` file for [JetBrains IDEs](https://www.jetbrains.com/)|
59
60
|[custom-element-jsx-integration](https://www.npmjs.com/package/custom-element-jsx-integration)| a custom type generator to convert the CEM data into usable types to integrate custom elements into _non-React_ projects that use JSX templates |
60
61
|[custom-element-lazy-loader](https://www.npmjs.com/package/custom-element-lazy-loader)| Create a single entry point to lazy-load your custom elements/web components as needed! |
0 commit comments