Skip to content

Commit 6cdc4a6

Browse files
feat: full TypeScript support (#238)
* feat: support build outDir outside client Vite root * rm uneeded Signed-off-by: Jonas Galvez <[email protected]> * rm console Signed-off-by: Jonas Galvez <[email protected]> * Delete starters/react-ts/index.tsx Signed-off-by: Jonas Galvez <[email protected]> * Update package.json Signed-off-by: Jonas Galvez <[email protected]> * rm unused * improve handling of dist dir * improve handling of dist dir (2) * fix(react): support tsx * mv config to top-level * update pkg scripts * fix handling of absolute dirs in createRoute * rm uneeded change * add virtual-ts as a separate set * base for vue ts example * default to convention (client/dist) * update vue-vanilla * ongoing work updating examples * add custom dist example * update react-vanilla, jsx runtime * vue-vanilla-ts * mv react examples to maintained * reintroduce maintained react examples * oxlint everything * oxlint everything * cleanups * add ts virtual placeholders * fix vue-vanilla-ts * add react ts starter * let plugin override clientModule * add ts option * rm old example, use ts option * vue ts example * fix * fix * fix * use vue-tsc * use vue-tsc * use vue-tsc * update pkg lock * add react-vanilla-ts-src example * chore: rename config.json to vite.config.json for clarity * fix: react-ts typing and tests * fix: vue-vanilla-ts-src * fix: revert autoformating * refactor: prefer use of resolve rather than join * fix * fix * fix * improve comment * add missing tsc call --------- Signed-off-by: Jonas Galvez <[email protected]> Co-authored-by: jean <[email protected]>
1 parent 90d0e73 commit 6cdc4a6

File tree

241 files changed

+4675
-1461
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

241 files changed

+4675
-1461
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ example/dist
66
node_modules
77
package-lock.json
88
dist
9+
build
910
.idea
1011
*.tsbuildinfo

contrib/README.md

Lines changed: 0 additions & 5 deletions

contrib/react-hydration/.eslintignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

contrib/react-hydration/.eslintrc.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

contrib/react-hydration/client/index.html

Lines changed: 0 additions & 14 deletions
This file was deleted.

contrib/react-hydration/package.json

Lines changed: 0 additions & 33 deletions
This file was deleted.

contrib/react-next/.eslintignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

contrib/react-next/.eslintrc.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

contrib/react-streaming/.eslintignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

contrib/react-streaming/.eslintrc.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)