Commit 00c7c22
Refactor @objectql/server as thin wrapper to @objectql/plugin-server
完全移除现有的 server 实现逻辑,按照新的插件方式重构。
- 删除 @objectql/server 中的所有实现文件
- 将 @objectql/server 改为仅从 @objectql/plugin-server 重新导出的兼容层
- 将所有测试移至 @objectql/plugin-server 包
- 更新示例使用新的 @objectql/plugin-server 包
- 所有 129 个测试仍然通过
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>1 parent dd37a06 commit 00c7c22
29 files changed
Lines changed: 138 additions & 2942 deletions
File tree
- examples/integrations/express-server
- src
- packages
- plugins/server/test
- runtime/server
- src
- adapters
- test
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
0 commit comments