Skip to content

Commit 7f0b79c

Browse files
refactor: consolidate start compiler (#6210)
1 parent 6500285 commit 7f0b79c

74 files changed

Lines changed: 1968 additions & 3678 deletions

File tree

Some content is hidden

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

e2e/react-start/basic/src/routeTree.gen.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1017,3 +1017,12 @@ const rootRouteChildren: RootRouteChildren = {
10171017
export const routeTree = rootRouteImport
10181018
._addFileChildren(rootRouteChildren)
10191019
._addFileTypes<FileRouteTypes>()
1020+
1021+
import type { getRouter } from './router.tsx'
1022+
import type { createStart } from '@tanstack/react-start'
1023+
declare module '@tanstack/react-start' {
1024+
interface Register {
1025+
ssr: true
1026+
router: Awaited<ReturnType<typeof getRouter>>
1027+
}
1028+
}

labeler-config.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
'package: arktype-adapter':
22
- changed-files:
33
- any-glob-to-any-file: 'packages/arktype-adapter/**/*'
4-
'package: directive-functions-plugin':
5-
- changed-files:
6-
- any-glob-to-any-file: 'packages/directive-functions-plugin/**/*'
74
'package: eslint-plugin-router':
85
- changed-files:
96
- any-glob-to-any-file: 'packages/eslint-plugin-router/**/*'
@@ -58,9 +55,6 @@
5855
'package: router-vite-plugin':
5956
- changed-files:
6057
- any-glob-to-any-file: 'packages/router-vite-plugin/**/*'
61-
'package: server-functions-plugin':
62-
- changed-files:
63-
- any-glob-to-any-file: 'packages/server-functions-plugin/**/*'
6458
'package: solid-router':
6559
- changed-files:
6660
- any-glob-to-any-file: 'packages/solid-router/**/*'

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,6 @@
119119
"@tanstack/vue-router": "workspace:*",
120120
"@tanstack/vue-router-devtools": "workspace:*",
121121
"@tanstack/eslint-plugin-router": "workspace:*",
122-
"@tanstack/server-functions-plugin": "workspace:*",
123-
"@tanstack/directive-functions-plugin": "workspace:*",
124122
"@tanstack/router-utils": "workspace:*",
125123
"@tanstack/start-static-server-functions": "workspace:*",
126124
"@tanstack/nitro-v2-vite-plugin": "workspace:*"

packages/directive-functions-plugin/README.md

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

packages/directive-functions-plugin/eslint.config.js

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

packages/directive-functions-plugin/package.json

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

0 commit comments

Comments
 (0)