From 6daa84cafaf2df3869a121c5d67d7536d700ce62 Mon Sep 17 00:00:00 2001 From: nurbek Date: Mon, 10 Apr 2023 01:40:37 +0600 Subject: [PATCH] Update Stencil / web-components --- src/technologies/s.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/technologies/s.json b/src/technologies/s.json index 37e7fc3c6..d30161034 100644 --- a/src/technologies/s.json +++ b/src/technologies/s.json @@ -5914,9 +5914,12 @@ "cats": [ 18 ], - "description": "Stencil is a compiler that generates Web Components developed by the Ionic team.", + "description": "Stenciljs is an open-source web component compiler that enables developers to create reusable, interoperable UI components that can work across different frameworks and platforms.", "dom": "html[data-stencil-build][class*='hydrated'], stencil-router, stencil-route-link", "icon": "Stencil.svg", + "js": { + "stencil.inspect": "" + }, "oss": true, "website": "https://stenciljs.com" },