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: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,9 @@
7
7
8
8
# InfernoJS SWC Plugin
9
9
10
-
> Plugin for SWC to enable JSX for Inferno
10
+
> Plugin for SWC to enable JSX/TSX for Inferno
11
11
12
-
This plugin transforms JSX code in your projects to [Inferno](https://github.com/trueadm/inferno) compatible virtual DOM.
12
+
This plugin transforms JSX and TSX code in your projects to [Inferno](https://github.com/trueadm/inferno) compatible virtual DOM.
13
13
It is recommended to use this plugin for compiling JSX for inferno. It is different to other JSX plugins, because it outputs highly optimized inferno specific `createVNode` calls. This plugin also checks children shape during compilation stage to reduce overhead from runtime application.
0 commit comments