Skip to content

Commit

Permalink
feat: JSX types support (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
wibus-wee authored Dec 18, 2022
1 parent 54e4dab commit f33f673
Show file tree
Hide file tree
Showing 8 changed files with 1,745 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
After the following tasks are completed, we will publish `Release v0.1.0.alpha.0`

- [x] Data Reactively
- [x] Inject style
- [x] JSX TypeScript Support
- [ ] `<Fragment />` Support
- [ ] Vite Fully Support
- [x] Inject style
- [ ] JSX TypeScript Support
- [ ] Function Component Support

## Usage
Expand Down
1 change: 1 addition & 0 deletions packages/jwc-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"license": "ISC",
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.0.1",
"csstype": "^3.1.1",
"rollup": "^3.7.4",
"rollup-plugin-typescript2": "^0.34.1",
"vite": "^4.0.1"
Expand Down
Loading

0 comments on commit f33f673

Please sign in to comment.