Skip to content

Commit 0deb018

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents cbb00f4 + ca72538 commit 0deb018

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77

88
# InfernoJS SWC Plugin
99

10-
> Plugin for SWC to enable JSX for Inferno
10+
> Plugin for SWC to enable JSX/TSX for Inferno
1111
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.
1313
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.
1414

1515
## How to install

0 commit comments

Comments
 (0)