Commit 174b8bc
committed
refactor(plugins): restructure messages/terminals/git and fix inspect typecheck
Adapt the new layout to the three divergent plugins:
- messages (Vue) and terminals (Svelte): app/ holds the SPA host plus the
Vite-built component library; tsdown builds src/node only; keep the ./client
component-lib export; add dev (HMR + node bridge), play, and playgrounds/
- git (Next.js): app/ holds the Next app, src/node/ holds the definition + cli;
tsdown builds node, Next builds the app; repoint build/dev scripts and configs
- inspect: drop the load-bearing composite tsconfig so its package typechecks
fresh (not just via turbo cache), fixing the pre-existing latent type errors
it masked (distributive Omit for the history record, string-widened RPC method
wrappers, definitions.get access, widened connection backend union, and export
DevframeInspectCommandInfo from the root for the dev-server test)
- reconcile alias.ts, tsconfig.base.json paths, knip entries, and API snapshots1 parent b7c5208 commit 174b8bc
162 files changed
Lines changed: 737 additions & 533 deletions
File tree
- plugins
- git
- .storybook
- app
- app
- components
- diff
- ui
- views
- lib
- playgrounds
- scripts
- src/node
- test
- inspect
- app/composables
- src/node
- messages
- .storybook
- app
- client
- components
- composables
- state
- playgrounds
- src
- node
- rpc
- functions
- spa
- terminals
- .storybook
- app
- client
- playgrounds
- src
- node
- rpc
- functions
- spa
- test
- tests/__snapshots__/tsnapi/@devframes
- plugin-git
- plugin-inspect
- plugin-messages
- plugin-terminals
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
129 | 128 | | |
130 | 129 | | |
131 | 130 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
270 | 270 | | |
271 | 271 | | |
272 | 272 | | |
273 | | - | |
274 | | - | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
275 | 280 | | |
276 | 281 | | |
277 | 282 | | |
278 | | - | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
279 | 289 | | |
280 | 290 | | |
281 | 291 | | |
| |||
302 | 312 | | |
303 | 313 | | |
304 | 314 | | |
305 | | - | |
306 | | - | |
307 | | - | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
308 | 318 | | |
309 | | - | |
| 319 | + | |
310 | 320 | | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
311 | 325 | | |
312 | 326 | | |
313 | 327 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
0 commit comments