From 93dc1481f9a91ca3ba7c1715211ef360af6c8acb Mon Sep 17 00:00:00 2001 From: Mark Volkmann Date: Sat, 4 Oct 2025 16:36:04 -0500 Subject: [PATCH] added table row for wrec plugin in intro.md --- docs/analyzer/plugins/intro.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/analyzer/plugins/intro.md b/docs/analyzer/plugins/intro.md index 4eb82f1..d0d393c 100644 --- a/docs/analyzer/plugins/intro.md +++ b/docs/analyzer/plugins/intro.md @@ -55,6 +55,7 @@ export default { | [cem-plugin-reactify](https://www.npmjs.com/package/cem-plugin-reactify) | plugin to automatically create React wrappers for your custom elements | | [cem-plugin-readonly](https://www.npmjs.com/package/cem-plugin-readonly) | plugin to handle read-only class members | | [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 | +| [cem-plugin-wrec](https://www.npmjs.com/package/cem-plugin-wrec) | plugin to handle [wrec](https://www.npmjs.com/package/wrec) web components | | [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/) | | [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 | | [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! |