Skip to content

Commit

Permalink
Note in README.md about Svelte support
Browse files Browse the repository at this point in the history
  • Loading branch information
secondfry committed Feb 28, 2024
1 parent cd14db2 commit 61f8ea1
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,14 +215,14 @@ Having some trouble or an issue ? You can check [FAQ / Troubleshooting section](

### Compatibility

| Framework | Supported | Note |
| ---------------------- | ------------------------ | ------------------------------------------------ |
| JS with ES Modules | ✅ Everything | - |
| NodeJS with ES Modules | ✅ Everything | - |
| React | ✅ Everything | - |
| Angular | ✅ Everything | Supported through `importOrderParserPlugins` API |
| Vue | ✅ Everything | `@vue/compiler-sfc` is required |
| Svelte | ⚠️ Soon to be supported. | Any contribution is welcome. |
| Framework | Supported | Note |
| ---------------------- | ------------- | ------------------------------------------------ |
| JS with ES Modules | ✅ Everything | - |
| NodeJS with ES Modules | ✅ Everything | - |
| React | ✅ Everything | - |
| Angular | ✅ Everything | Supported through `importOrderParserPlugins` API |
| Vue | ✅ Everything | `@vue/compiler-sfc` is required |
| Svelte | ✅ Everything | `prettier-plugin-svelte` is required |

### Used by

Expand Down

0 comments on commit 61f8ea1

Please sign in to comment.