From 293a822e89873ba9b0b97c7c9780ed09bf9b9228 Mon Sep 17 00:00:00 2001 From: Vladislav Lipatov Date: Fri, 22 Sep 2023 16:40:21 +0800 Subject: [PATCH] Updated compatibility in README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 76ed32fb..1db57dc4 100644 --- a/README.md +++ b/README.md @@ -220,6 +220,7 @@ Having some trouble or an issue ? You can check [FAQ / Troubleshooting section]( | JS with ES Modules | ✅ Everything | - | | NodeJS with ES Modules | ✅ Everything | - | | React | ✅ Everything | - | +| Solid | ✅ Everything | - | | Angular | ✅ Everything | Supported through `importOrderParserPlugins` API | | Vue | ✅ Everything | `@vue/compiler-sfc` is required | | Svelte | ⚠️ Soon to be supported. | Any contribution is welcome. |