@trpc/server 11.0.0-rc.621 → 11.0.0-rc.632
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/@trpc/server/http.d.ts +1 -1
- package/dist/@trpc/server/http.d.ts.map +1 -1
- package/dist/adapters/aws-lambda/getPlanner.js +2 -2
- package/dist/adapters/aws-lambda/getPlanner.mjs +2 -2
- package/dist/adapters/aws-lambda/index.js +2 -0
- package/dist/adapters/aws-lambda/index.mjs +2 -0
- package/dist/adapters/express.js +2 -0
- package/dist/adapters/express.mjs +2 -0
- package/dist/adapters/fastify/fastifyRequestHandler.js +3 -1
- package/dist/adapters/fastify/fastifyRequestHandler.mjs +3 -1
- package/dist/adapters/fastify/fastifyTRPCPlugin.js +1 -1
- package/dist/adapters/fastify/fastifyTRPCPlugin.mjs +1 -1
- package/dist/adapters/fetch/fetchRequestHandler.js +8 -6
- package/dist/adapters/fetch/fetchRequestHandler.mjs +8 -6
- package/dist/adapters/next-app-dir/nextAppDirCaller.js +6 -4
- package/dist/adapters/next-app-dir/nextAppDirCaller.mjs +6 -4
- package/dist/adapters/next-app-dir/notFound.js +2 -0
- package/dist/adapters/next-app-dir/notFound.mjs +2 -0
- package/dist/adapters/next-app-dir/redirect.js +4 -1
- package/dist/adapters/next-app-dir/redirect.mjs +4 -1
- package/dist/adapters/next-app-dir/rethrowNextErrors.js +1 -1
- package/dist/adapters/next-app-dir/rethrowNextErrors.mjs +1 -1
- package/dist/adapters/next.js +2 -0
- package/dist/adapters/next.mjs +2 -0
- package/dist/adapters/node-http/incomingMessageToRequest.d.ts +1 -1
- package/dist/adapters/node-http/incomingMessageToRequest.d.ts.map +1 -1
- package/dist/adapters/node-http/incomingMessageToRequest.js +8 -5
- package/dist/adapters/node-http/incomingMessageToRequest.mjs +8 -5
- package/dist/adapters/node-http/nodeHTTPRequestHandler.d.ts.map +1 -1
- package/dist/adapters/node-http/nodeHTTPRequestHandler.js +11 -43
- package/dist/adapters/node-http/nodeHTTPRequestHandler.mjs +11 -43
- package/dist/adapters/node-http/writeResponse.d.ts +18 -0
- package/dist/adapters/node-http/writeResponse.d.ts.map +1 -0
- package/dist/adapters/node-http/writeResponse.js +85 -0
- package/dist/adapters/node-http/writeResponse.mjs +82 -0
- package/dist/adapters/standalone.js +2 -0
- package/dist/adapters/standalone.mjs +2 -0
- package/dist/adapters/ws.js +11 -10
- package/dist/adapters/ws.mjs +11 -10
- package/dist/bundle-analysis.json +230 -186
- package/dist/http.js +2 -2
- package/dist/http.mjs +2 -1
- package/dist/index.js +2 -0
- package/dist/index.mjs +2 -0
- package/dist/node_modules/.pnpm/@swc_helpers@0.5.13/node_modules/@swc/helpers/esm/_define_property.js +11 -0
- package/dist/node_modules/.pnpm/@swc_helpers@0.5.13/node_modules/@swc/helpers/esm/_define_property.mjs +9 -0
- package/dist/observable/observable.js +1 -1
- package/dist/observable/observable.mjs +1 -1
- package/dist/rpc.js +2 -0
- package/dist/rpc.mjs +2 -0
- package/dist/shared.js +2 -0
- package/dist/shared.mjs +2 -0
- package/dist/unstable-core-do-not-import/createProxy.js +1 -1
- package/dist/unstable-core-do-not-import/createProxy.mjs +1 -1
- package/dist/unstable-core-do-not-import/error/TRPCError.js +4 -1
- package/dist/unstable-core-do-not-import/error/TRPCError.mjs +4 -1
- package/dist/unstable-core-do-not-import/error/formatter.js +1 -1
- package/dist/unstable-core-do-not-import/error/formatter.mjs +1 -1
- package/dist/unstable-core-do-not-import/error/getErrorShape.js +2 -2
- package/dist/unstable-core-do-not-import/error/getErrorShape.mjs +2 -2
- package/dist/unstable-core-do-not-import/http/contentType.js +3 -3
- package/dist/unstable-core-do-not-import/http/contentType.mjs +3 -3
- package/dist/unstable-core-do-not-import/http/isAbortError.d.ts +4 -0
- package/dist/unstable-core-do-not-import/http/isAbortError.d.ts.map +1 -0
- package/dist/unstable-core-do-not-import/http/isAbortError.js +9 -0
- package/dist/unstable-core-do-not-import/http/isAbortError.mjs +7 -0
- package/dist/unstable-core-do-not-import/http/resolveResponse.js +24 -24
- package/dist/unstable-core-do-not-import/http/resolveResponse.mjs +24 -24
- package/dist/unstable-core-do-not-import/middleware.js +1 -1
- package/dist/unstable-core-do-not-import/middleware.mjs +1 -1
- package/dist/unstable-core-do-not-import/procedureBuilder.js +1 -1
- package/dist/unstable-core-do-not-import/procedureBuilder.mjs +1 -1
- package/dist/unstable-core-do-not-import/router.js +2 -2
- package/dist/unstable-core-do-not-import/router.mjs +2 -2
- package/dist/unstable-core-do-not-import/rpc/parseTRPCMessage.js +2 -2
- package/dist/unstable-core-do-not-import/rpc/parseTRPCMessage.mjs +2 -2
- package/dist/unstable-core-do-not-import/stream/jsonl.d.ts +6 -9
- package/dist/unstable-core-do-not-import/stream/jsonl.d.ts.map +1 -1
- package/dist/unstable-core-do-not-import/stream/jsonl.js +86 -136
- package/dist/unstable-core-do-not-import/stream/jsonl.mjs +87 -137
- package/dist/unstable-core-do-not-import/stream/sse.d.ts.map +1 -1
- package/dist/unstable-core-do-not-import/stream/sse.js +27 -23
- package/dist/unstable-core-do-not-import/stream/sse.mjs +28 -24
- package/dist/unstable-core-do-not-import/stream/utils/asyncIterable.d.ts +10 -10
- package/dist/unstable-core-do-not-import/stream/utils/asyncIterable.d.ts.map +1 -1
- package/dist/unstable-core-do-not-import/stream/utils/asyncIterable.js +47 -34
- package/dist/unstable-core-do-not-import/stream/utils/asyncIterable.mjs +47 -34
- package/dist/unstable-core-do-not-import/stream/utils/createReadableStream.d.ts +0 -4
- package/dist/unstable-core-do-not-import/stream/utils/createReadableStream.d.ts.map +1 -1
- package/dist/unstable-core-do-not-import/stream/utils/createReadableStream.js +0 -11
- package/dist/unstable-core-do-not-import/stream/utils/createReadableStream.mjs +1 -11
- package/dist/unstable-core-do-not-import/stream/utils/disposablePromiseTimer.d.ts +6 -0
- package/dist/unstable-core-do-not-import/stream/utils/disposablePromiseTimer.d.ts.map +1 -0
- package/dist/unstable-core-do-not-import/stream/utils/disposablePromiseTimer.js +28 -0
- package/dist/unstable-core-do-not-import/stream/utils/disposablePromiseTimer.mjs +25 -0
- package/dist/unstable-core-do-not-import/stream/utils/withPing.d.ts.map +1 -1
- package/dist/unstable-core-do-not-import/stream/utils/withPing.js +17 -17
- package/dist/unstable-core-do-not-import/stream/utils/withPing.mjs +17 -17
- package/dist/unstable-core-do-not-import/stream/utils/withRefCount.d.ts +17 -0
- package/dist/unstable-core-do-not-import/stream/utils/withRefCount.d.ts.map +1 -0
- package/dist/unstable-core-do-not-import/stream/utils/withRefCount.js +59 -0
- package/dist/unstable-core-do-not-import/stream/utils/withRefCount.mjs +57 -0
- package/dist/unstable-core-do-not-import.d.ts +2 -2
- package/dist/unstable-core-do-not-import.d.ts.map +1 -1
- package/dist/unstable-core-do-not-import.js +2 -2
- package/dist/unstable-core-do-not-import.mjs +1 -1
- package/dist/vendor/unpromise/unpromise.js +21 -16
- package/dist/vendor/unpromise/unpromise.mjs +21 -16
- package/package.json +12 -5
- package/src/@trpc/server/http.ts +0 -1
- package/src/adapters/fastify/fastifyRequestHandler.ts +1 -1
- package/src/adapters/node-http/incomingMessageToRequest.ts +8 -4
- package/src/adapters/node-http/nodeHTTPRequestHandler.ts +8 -46
- package/src/adapters/node-http/writeResponse.ts +96 -0
- package/src/unstable-core-do-not-import/http/isAbortError.ts +7 -0
- package/src/unstable-core-do-not-import/stream/jsonl.ts +85 -154
- package/src/unstable-core-do-not-import/stream/sse.ts +24 -25
- package/src/unstable-core-do-not-import/stream/utils/asyncIterable.ts +58 -37
- package/src/unstable-core-do-not-import/stream/utils/createReadableStream.ts +0 -13
- package/src/unstable-core-do-not-import/stream/utils/disposablePromiseTimer.ts +27 -0
- package/src/unstable-core-do-not-import/stream/utils/withPing.ts +31 -19
- package/src/unstable-core-do-not-import/stream/utils/withRefCount.ts +93 -0
- package/src/unstable-core-do-not-import.ts +2 -2
- package/dist/unstable-core-do-not-import/http/batchStreamFormatter.d.ts +0 -24
- package/dist/unstable-core-do-not-import/http/batchStreamFormatter.d.ts.map +0 -1
- package/dist/unstable-core-do-not-import/http/batchStreamFormatter.js +0 -32
- package/dist/unstable-core-do-not-import/http/batchStreamFormatter.mjs +0 -30
- package/dist/unstable-core-do-not-import/stream/utils/promiseTimer.d.ts +0 -8
- package/dist/unstable-core-do-not-import/stream/utils/promiseTimer.d.ts.map +0 -1
- package/dist/unstable-core-do-not-import/stream/utils/promiseTimer.js +0 -38
- package/dist/unstable-core-do-not-import/stream/utils/promiseTimer.mjs +0 -36
- package/src/unstable-core-do-not-import/http/batchStreamFormatter.ts +0 -29
- package/src/unstable-core-do-not-import/stream/utils/promiseTimer.ts +0 -40
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
|
-
"bundleSize":
|
|
3
|
-
"bundleOrigSize":
|
|
4
|
-
"bundleReduction": 23.
|
|
2
|
+
"bundleSize": 165268,
|
|
3
|
+
"bundleOrigSize": 216393,
|
|
4
|
+
"bundleReduction": 23.63,
|
|
5
5
|
"modules": [
|
|
6
6
|
{
|
|
7
7
|
"id": "/src/unstable-core-do-not-import/http/resolveResponse.ts",
|
|
8
|
-
"size":
|
|
8
|
+
"size": 21597,
|
|
9
9
|
"origSize": 19889,
|
|
10
10
|
"renderedExports": [
|
|
11
11
|
"resolveResponse"
|
|
@@ -14,29 +14,12 @@
|
|
|
14
14
|
"dependents": [
|
|
15
15
|
"/src/unstable-core-do-not-import.ts"
|
|
16
16
|
],
|
|
17
|
-
"percent": 13.
|
|
17
|
+
"percent": 13.07,
|
|
18
18
|
"reduction": 0
|
|
19
19
|
},
|
|
20
|
-
{
|
|
21
|
-
"id": "/src/unstable-core-do-not-import/stream/jsonl.ts",
|
|
22
|
-
"size": 17591,
|
|
23
|
-
"origSize": 18521,
|
|
24
|
-
"renderedExports": [
|
|
25
|
-
"isPromise",
|
|
26
|
-
"jsonlStreamProducer",
|
|
27
|
-
"jsonlStreamConsumer"
|
|
28
|
-
],
|
|
29
|
-
"removedExports": [],
|
|
30
|
-
"dependents": [
|
|
31
|
-
"/src/unstable-core-do-not-import.ts",
|
|
32
|
-
"/src/unstable-core-do-not-import/http/resolveResponse.ts"
|
|
33
|
-
],
|
|
34
|
-
"percent": 10.7,
|
|
35
|
-
"reduction": 5.02
|
|
36
|
-
},
|
|
37
20
|
{
|
|
38
21
|
"id": "/src/adapters/ws.ts",
|
|
39
|
-
"size":
|
|
22
|
+
"size": 16774,
|
|
40
23
|
"origSize": 15828,
|
|
41
24
|
"renderedExports": [
|
|
42
25
|
"getWSConnectionHandler",
|
|
@@ -47,12 +30,29 @@
|
|
|
47
30
|
"dependents": [
|
|
48
31
|
"/src/adapters/fastify/fastifyTRPCPlugin.ts"
|
|
49
32
|
],
|
|
50
|
-
"percent": 10.
|
|
33
|
+
"percent": 10.15,
|
|
51
34
|
"reduction": 0
|
|
52
35
|
},
|
|
36
|
+
{
|
|
37
|
+
"id": "/src/unstable-core-do-not-import/stream/jsonl.ts",
|
|
38
|
+
"size": 15675,
|
|
39
|
+
"origSize": 16691,
|
|
40
|
+
"renderedExports": [
|
|
41
|
+
"isPromise",
|
|
42
|
+
"jsonlStreamProducer",
|
|
43
|
+
"jsonlStreamConsumer"
|
|
44
|
+
],
|
|
45
|
+
"removedExports": [],
|
|
46
|
+
"dependents": [
|
|
47
|
+
"/src/unstable-core-do-not-import.ts",
|
|
48
|
+
"/src/unstable-core-do-not-import/http/resolveResponse.ts"
|
|
49
|
+
],
|
|
50
|
+
"percent": 9.48,
|
|
51
|
+
"reduction": 6.09
|
|
52
|
+
},
|
|
53
53
|
{
|
|
54
54
|
"id": "/src/vendor/unpromise/unpromise.ts",
|
|
55
|
-
"size":
|
|
55
|
+
"size": 11807,
|
|
56
56
|
"origSize": 13751,
|
|
57
57
|
"renderedExports": [
|
|
58
58
|
"Unpromise",
|
|
@@ -60,12 +60,12 @@
|
|
|
60
60
|
],
|
|
61
61
|
"removedExports": [],
|
|
62
62
|
"dependents": [],
|
|
63
|
-
"percent": 7.
|
|
64
|
-
"reduction":
|
|
63
|
+
"percent": 7.14,
|
|
64
|
+
"reduction": 14.14
|
|
65
65
|
},
|
|
66
66
|
{
|
|
67
67
|
"id": "/src/unstable-core-do-not-import/http/contentType.ts",
|
|
68
|
-
"size":
|
|
68
|
+
"size": 7685,
|
|
69
69
|
"origSize": 7608,
|
|
70
70
|
"renderedExports": [
|
|
71
71
|
"getRequestInfo"
|
|
@@ -75,13 +75,13 @@
|
|
|
75
75
|
"/src/unstable-core-do-not-import.ts",
|
|
76
76
|
"/src/unstable-core-do-not-import/http/resolveResponse.ts"
|
|
77
77
|
],
|
|
78
|
-
"percent": 4.
|
|
78
|
+
"percent": 4.65,
|
|
79
79
|
"reduction": 0
|
|
80
80
|
},
|
|
81
81
|
{
|
|
82
82
|
"id": "/src/unstable-core-do-not-import/stream/sse.ts",
|
|
83
|
-
"size":
|
|
84
|
-
"origSize":
|
|
83
|
+
"size": 7165,
|
|
84
|
+
"origSize": 9496,
|
|
85
85
|
"renderedExports": [
|
|
86
86
|
"sseStreamProducer",
|
|
87
87
|
"sseStreamConsumer",
|
|
@@ -92,12 +92,12 @@
|
|
|
92
92
|
"/src/unstable-core-do-not-import.ts",
|
|
93
93
|
"/src/unstable-core-do-not-import/http/resolveResponse.ts"
|
|
94
94
|
],
|
|
95
|
-
"percent": 4.
|
|
96
|
-
"reduction": 24.
|
|
95
|
+
"percent": 4.34,
|
|
96
|
+
"reduction": 24.55
|
|
97
97
|
},
|
|
98
98
|
{
|
|
99
99
|
"id": "/src/unstable-core-do-not-import/router.ts",
|
|
100
|
-
"size":
|
|
100
|
+
"size": 6417,
|
|
101
101
|
"origSize": 10675,
|
|
102
102
|
"renderedExports": [
|
|
103
103
|
"createRouterFactory",
|
|
@@ -110,12 +110,12 @@
|
|
|
110
110
|
"/src/unstable-core-do-not-import.ts",
|
|
111
111
|
"/src/unstable-core-do-not-import/initTRPC.ts"
|
|
112
112
|
],
|
|
113
|
-
"percent": 3.
|
|
114
|
-
"reduction": 39.
|
|
113
|
+
"percent": 3.88,
|
|
114
|
+
"reduction": 39.89
|
|
115
115
|
},
|
|
116
116
|
{
|
|
117
117
|
"id": "/src/unstable-core-do-not-import/procedureBuilder.ts",
|
|
118
|
-
"size":
|
|
118
|
+
"size": 5793,
|
|
119
119
|
"origSize": 16537,
|
|
120
120
|
"renderedExports": [
|
|
121
121
|
"createBuilder"
|
|
@@ -125,12 +125,12 @@
|
|
|
125
125
|
"/src/unstable-core-do-not-import.ts",
|
|
126
126
|
"/src/unstable-core-do-not-import/initTRPC.ts"
|
|
127
127
|
],
|
|
128
|
-
"percent": 3.
|
|
129
|
-
"reduction": 64.
|
|
128
|
+
"percent": 3.51,
|
|
129
|
+
"reduction": 64.97
|
|
130
130
|
},
|
|
131
131
|
{
|
|
132
132
|
"id": "/src/adapters/aws-lambda/getPlanner.ts",
|
|
133
|
-
"size":
|
|
133
|
+
"size": 5414,
|
|
134
134
|
"origSize": 6118,
|
|
135
135
|
"renderedExports": [
|
|
136
136
|
"getPlanner"
|
|
@@ -139,12 +139,12 @@
|
|
|
139
139
|
"dependents": [
|
|
140
140
|
"/src/adapters/aws-lambda/index.ts"
|
|
141
141
|
],
|
|
142
|
-
"percent": 3.
|
|
143
|
-
"reduction": 11.
|
|
142
|
+
"percent": 3.28,
|
|
143
|
+
"reduction": 11.51
|
|
144
144
|
},
|
|
145
145
|
{
|
|
146
146
|
"id": "/src/observable/observable.ts",
|
|
147
|
-
"size":
|
|
147
|
+
"size": 4477,
|
|
148
148
|
"origSize": 4352,
|
|
149
149
|
"renderedExports": [
|
|
150
150
|
"isObservable",
|
|
@@ -159,23 +159,8 @@
|
|
|
159
159
|
"/src/observable/operators.ts",
|
|
160
160
|
"/src/observable/behaviorSubject.ts"
|
|
161
161
|
],
|
|
162
|
-
"percent": 2.72,
|
|
163
|
-
"reduction": 0
|
|
164
|
-
},
|
|
165
|
-
{
|
|
166
|
-
"id": "/src/adapters/node-http/nodeHTTPRequestHandler.ts",
|
|
167
|
-
"size": 4465,
|
|
168
|
-
"origSize": 4579,
|
|
169
|
-
"renderedExports": [
|
|
170
|
-
"internal_exceptionHandler",
|
|
171
|
-
"nodeHTTPRequestHandler"
|
|
172
|
-
],
|
|
173
|
-
"removedExports": [],
|
|
174
|
-
"dependents": [
|
|
175
|
-
"/src/adapters/node-http/index.ts"
|
|
176
|
-
],
|
|
177
162
|
"percent": 2.71,
|
|
178
|
-
"reduction":
|
|
163
|
+
"reduction": 0
|
|
179
164
|
},
|
|
180
165
|
{
|
|
181
166
|
"id": "/src/observable/operators.ts",
|
|
@@ -192,13 +177,13 @@
|
|
|
192
177
|
"dependents": [
|
|
193
178
|
"/src/observable/index.ts"
|
|
194
179
|
],
|
|
195
|
-
"percent": 2.
|
|
180
|
+
"percent": 2.37,
|
|
196
181
|
"reduction": 1.66
|
|
197
182
|
},
|
|
198
183
|
{
|
|
199
184
|
"id": "/src/adapters/node-http/incomingMessageToRequest.ts",
|
|
200
|
-
"size":
|
|
201
|
-
"origSize":
|
|
185
|
+
"size": 3838,
|
|
186
|
+
"origSize": 4355,
|
|
202
187
|
"renderedExports": [
|
|
203
188
|
"createURL",
|
|
204
189
|
"incomingMessageToRequest"
|
|
@@ -208,12 +193,12 @@
|
|
|
208
193
|
"/src/adapters/node-http/index.ts",
|
|
209
194
|
"/src/adapters/node-http/nodeHTTPRequestHandler.ts"
|
|
210
195
|
],
|
|
211
|
-
"percent": 2.
|
|
212
|
-
"reduction": 11.
|
|
196
|
+
"percent": 2.32,
|
|
197
|
+
"reduction": 11.87
|
|
213
198
|
},
|
|
214
199
|
{
|
|
215
200
|
"id": "/src/adapters/next-app-dir/nextAppDirCaller.ts",
|
|
216
|
-
"size":
|
|
201
|
+
"size": 3244,
|
|
217
202
|
"origSize": 4187,
|
|
218
203
|
"renderedExports": [
|
|
219
204
|
"nextAppDirCaller"
|
|
@@ -222,8 +207,38 @@
|
|
|
222
207
|
"dependents": [
|
|
223
208
|
"/src/adapters/next-app-dir.ts"
|
|
224
209
|
],
|
|
225
|
-
"percent": 1.
|
|
226
|
-
"reduction": 22.
|
|
210
|
+
"percent": 1.96,
|
|
211
|
+
"reduction": 22.52
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
"id": "/src/unstable-core-do-not-import/stream/utils/asyncIterable.ts",
|
|
215
|
+
"size": 2776,
|
|
216
|
+
"origSize": 2876,
|
|
217
|
+
"renderedExports": [
|
|
218
|
+
"withMaxDuration",
|
|
219
|
+
"takeWithGrace"
|
|
220
|
+
],
|
|
221
|
+
"removedExports": [],
|
|
222
|
+
"dependents": [
|
|
223
|
+
"/src/unstable-core-do-not-import/stream/sse.ts"
|
|
224
|
+
],
|
|
225
|
+
"percent": 1.68,
|
|
226
|
+
"reduction": 3.48
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
"id": "/src/adapters/node-http/nodeHTTPRequestHandler.ts",
|
|
230
|
+
"size": 2742,
|
|
231
|
+
"origSize": 3276,
|
|
232
|
+
"renderedExports": [
|
|
233
|
+
"internal_exceptionHandler",
|
|
234
|
+
"nodeHTTPRequestHandler"
|
|
235
|
+
],
|
|
236
|
+
"removedExports": [],
|
|
237
|
+
"dependents": [
|
|
238
|
+
"/src/adapters/node-http/index.ts"
|
|
239
|
+
],
|
|
240
|
+
"percent": 1.66,
|
|
241
|
+
"reduction": 16.3
|
|
227
242
|
},
|
|
228
243
|
{
|
|
229
244
|
"id": "/src/unstable-core-do-not-import/transformer.ts",
|
|
@@ -242,7 +257,7 @@
|
|
|
242
257
|
"/src/unstable-core-do-not-import/initTRPC.ts",
|
|
243
258
|
"/src/unstable-core-do-not-import/router.ts"
|
|
244
259
|
],
|
|
245
|
-
"percent": 1.
|
|
260
|
+
"percent": 1.66,
|
|
246
261
|
"reduction": 45.98
|
|
247
262
|
},
|
|
248
263
|
{
|
|
@@ -256,12 +271,12 @@
|
|
|
256
271
|
"dependents": [
|
|
257
272
|
"/src/unstable-core-do-not-import.ts"
|
|
258
273
|
],
|
|
259
|
-
"percent": 1.
|
|
274
|
+
"percent": 1.63,
|
|
260
275
|
"reduction": 40.53
|
|
261
276
|
},
|
|
262
277
|
{
|
|
263
278
|
"id": "/src/unstable-core-do-not-import/middleware.ts",
|
|
264
|
-
"size":
|
|
279
|
+
"size": 2625,
|
|
265
280
|
"origSize": 5938,
|
|
266
281
|
"renderedExports": [
|
|
267
282
|
"middlewareMarker",
|
|
@@ -276,8 +291,8 @@
|
|
|
276
291
|
"/src/unstable-core-do-not-import/initTRPC.ts",
|
|
277
292
|
"/src/unstable-core-do-not-import/procedureBuilder.ts"
|
|
278
293
|
],
|
|
279
|
-
"percent": 1.
|
|
280
|
-
"reduction": 55.
|
|
294
|
+
"percent": 1.59,
|
|
295
|
+
"reduction": 55.79
|
|
281
296
|
},
|
|
282
297
|
{
|
|
283
298
|
"id": "/src/unstable-core-do-not-import/utils.ts",
|
|
@@ -309,17 +324,17 @@
|
|
|
309
324
|
"/src/unstable-core-do-not-import/router.ts",
|
|
310
325
|
"/src/unstable-core-do-not-import/rpc/parseTRPCMessage.ts",
|
|
311
326
|
"/src/unstable-core-do-not-import/http/contentType.ts",
|
|
327
|
+
"/src/unstable-core-do-not-import/http/isAbortError.ts",
|
|
312
328
|
"/src/unstable-core-do-not-import/procedureBuilder.ts",
|
|
313
329
|
"/src/unstable-core-do-not-import/stream/jsonl.ts",
|
|
314
|
-
"/src/unstable-core-do-not-import/stream/sse.ts"
|
|
315
|
-
"/src/unstable-core-do-not-import/stream/utils/asyncIterable.ts"
|
|
330
|
+
"/src/unstable-core-do-not-import/stream/sse.ts"
|
|
316
331
|
],
|
|
317
|
-
"percent": 1.
|
|
332
|
+
"percent": 1.49,
|
|
318
333
|
"reduction": 17.51
|
|
319
334
|
},
|
|
320
335
|
{
|
|
321
336
|
"id": "/src/unstable-core-do-not-import/createProxy.ts",
|
|
322
|
-
"size":
|
|
337
|
+
"size": 2333,
|
|
323
338
|
"origSize": 2262,
|
|
324
339
|
"renderedExports": [
|
|
325
340
|
"createRecursiveProxy",
|
|
@@ -330,12 +345,12 @@
|
|
|
330
345
|
"/src/unstable-core-do-not-import.ts",
|
|
331
346
|
"/src/unstable-core-do-not-import/router.ts"
|
|
332
347
|
],
|
|
333
|
-
"percent": 1.
|
|
348
|
+
"percent": 1.41,
|
|
334
349
|
"reduction": 0
|
|
335
350
|
},
|
|
336
351
|
{
|
|
337
352
|
"id": "/src/adapters/fetch/fetchRequestHandler.ts",
|
|
338
|
-
"size":
|
|
353
|
+
"size": 2243,
|
|
339
354
|
"origSize": 2300,
|
|
340
355
|
"renderedExports": [
|
|
341
356
|
"fetchRequestHandler"
|
|
@@ -344,12 +359,12 @@
|
|
|
344
359
|
"dependents": [
|
|
345
360
|
"/src/adapters/fetch/index.ts"
|
|
346
361
|
],
|
|
347
|
-
"percent": 1.
|
|
348
|
-
"reduction": 2.
|
|
362
|
+
"percent": 1.36,
|
|
363
|
+
"reduction": 2.48
|
|
349
364
|
},
|
|
350
365
|
{
|
|
351
366
|
"id": "/src/adapters/next-app-dir/rethrowNextErrors.ts",
|
|
352
|
-
"size":
|
|
367
|
+
"size": 2120,
|
|
353
368
|
"origSize": 2244,
|
|
354
369
|
"renderedExports": [
|
|
355
370
|
"rethrowNextErrors"
|
|
@@ -358,8 +373,8 @@
|
|
|
358
373
|
"dependents": [
|
|
359
374
|
"/src/adapters/next-app-dir/nextAppDirCaller.ts"
|
|
360
375
|
],
|
|
361
|
-
"percent": 1.
|
|
362
|
-
"reduction": 5.
|
|
376
|
+
"percent": 1.28,
|
|
377
|
+
"reduction": 5.53
|
|
363
378
|
},
|
|
364
379
|
{
|
|
365
380
|
"id": "/src/unstable-core-do-not-import/http/getHTTPStatusCode.ts",
|
|
@@ -379,41 +394,27 @@
|
|
|
379
394
|
"/src/unstable-core-do-not-import/http/resolveResponse.ts",
|
|
380
395
|
"/src/unstable-core-do-not-import/error/getErrorShape.ts"
|
|
381
396
|
],
|
|
382
|
-
"percent": 1.
|
|
397
|
+
"percent": 1.26,
|
|
383
398
|
"reduction": 18.54
|
|
384
399
|
},
|
|
385
400
|
{
|
|
386
|
-
"id": "/src/
|
|
387
|
-
"size":
|
|
388
|
-
"origSize":
|
|
389
|
-
"renderedExports": [
|
|
390
|
-
"withCancel",
|
|
391
|
-
"takeWithGrace"
|
|
392
|
-
],
|
|
393
|
-
"removedExports": [],
|
|
394
|
-
"dependents": [
|
|
395
|
-
"/src/unstable-core-do-not-import/stream/sse.ts"
|
|
396
|
-
],
|
|
397
|
-
"percent": 1.22,
|
|
398
|
-
"reduction": 6.89
|
|
399
|
-
},
|
|
400
|
-
{
|
|
401
|
-
"id": "/src/adapters/fastify/fastifyTRPCPlugin.ts",
|
|
402
|
-
"size": 1779,
|
|
403
|
-
"origSize": 2546,
|
|
401
|
+
"id": "/src/adapters/node-http/writeResponse.ts",
|
|
402
|
+
"size": 2068,
|
|
403
|
+
"origSize": 2110,
|
|
404
404
|
"renderedExports": [
|
|
405
|
-
"
|
|
405
|
+
"writeResponseBody",
|
|
406
|
+
"writeResponse"
|
|
406
407
|
],
|
|
407
408
|
"removedExports": [],
|
|
408
409
|
"dependents": [
|
|
409
|
-
"/src/adapters/
|
|
410
|
+
"/src/adapters/node-http/nodeHTTPRequestHandler.ts"
|
|
410
411
|
],
|
|
411
|
-
"percent": 1.
|
|
412
|
-
"reduction":
|
|
412
|
+
"percent": 1.25,
|
|
413
|
+
"reduction": 1.99
|
|
413
414
|
},
|
|
414
415
|
{
|
|
415
416
|
"id": "/src/unstable-core-do-not-import/error/TRPCError.ts",
|
|
416
|
-
"size":
|
|
417
|
+
"size": 2061,
|
|
417
418
|
"origSize": 2152,
|
|
418
419
|
"renderedExports": [
|
|
419
420
|
"getCauseFromUnknown",
|
|
@@ -429,23 +430,50 @@
|
|
|
429
430
|
"/src/unstable-core-do-not-import/router.ts",
|
|
430
431
|
"/src/unstable-core-do-not-import/http/contentType.ts",
|
|
431
432
|
"/src/unstable-core-do-not-import/procedureBuilder.ts",
|
|
432
|
-
"/src/unstable-core-do-not-import/stream/jsonl.ts",
|
|
433
433
|
"/src/unstable-core-do-not-import/stream/sse.ts"
|
|
434
434
|
],
|
|
435
|
-
"percent": 1.
|
|
436
|
-
"reduction":
|
|
435
|
+
"percent": 1.25,
|
|
436
|
+
"reduction": 4.23
|
|
437
|
+
},
|
|
438
|
+
{
|
|
439
|
+
"id": "/src/unstable-core-do-not-import/stream/utils/withRefCount.ts",
|
|
440
|
+
"size": 1860,
|
|
441
|
+
"origSize": 2564,
|
|
442
|
+
"renderedExports": [
|
|
443
|
+
"withRefCount"
|
|
444
|
+
],
|
|
445
|
+
"removedExports": [],
|
|
446
|
+
"dependents": [
|
|
447
|
+
"/src/unstable-core-do-not-import/stream/jsonl.ts"
|
|
448
|
+
],
|
|
449
|
+
"percent": 1.13,
|
|
450
|
+
"reduction": 27.46
|
|
451
|
+
},
|
|
452
|
+
{
|
|
453
|
+
"id": "/src/adapters/fastify/fastifyTRPCPlugin.ts",
|
|
454
|
+
"size": 1777,
|
|
455
|
+
"origSize": 2546,
|
|
456
|
+
"renderedExports": [
|
|
457
|
+
"fastifyTRPCPlugin"
|
|
458
|
+
],
|
|
459
|
+
"removedExports": [],
|
|
460
|
+
"dependents": [
|
|
461
|
+
"/src/adapters/fastify/index.ts"
|
|
462
|
+
],
|
|
463
|
+
"percent": 1.08,
|
|
464
|
+
"reduction": 30.2
|
|
437
465
|
},
|
|
438
466
|
{
|
|
439
467
|
"id": "/src/unstable-core-do-not-import/rpc/parseTRPCMessage.ts",
|
|
440
|
-
"size":
|
|
468
|
+
"size": 1692,
|
|
441
469
|
"origSize": 2105,
|
|
442
470
|
"renderedExports": [
|
|
443
471
|
"parseTRPCMessage"
|
|
444
472
|
],
|
|
445
473
|
"removedExports": [],
|
|
446
474
|
"dependents": [],
|
|
447
|
-
"percent": 1.
|
|
448
|
-
"reduction": 19.
|
|
475
|
+
"percent": 1.02,
|
|
476
|
+
"reduction": 19.62
|
|
449
477
|
},
|
|
450
478
|
{
|
|
451
479
|
"id": "/src/unstable-core-do-not-import/rpc/codes.ts",
|
|
@@ -457,7 +485,7 @@
|
|
|
457
485
|
],
|
|
458
486
|
"removedExports": [],
|
|
459
487
|
"dependents": [],
|
|
460
|
-
"percent": 0.
|
|
488
|
+
"percent": 0.97,
|
|
461
489
|
"reduction": 17.81
|
|
462
490
|
},
|
|
463
491
|
{
|
|
@@ -469,7 +497,7 @@
|
|
|
469
497
|
],
|
|
470
498
|
"removedExports": [],
|
|
471
499
|
"dependents": [],
|
|
472
|
-
"percent": 0.
|
|
500
|
+
"percent": 0.8,
|
|
473
501
|
"reduction": 35.1
|
|
474
502
|
},
|
|
475
503
|
{
|
|
@@ -484,13 +512,28 @@
|
|
|
484
512
|
"/src/unstable-core-do-not-import.ts",
|
|
485
513
|
"/src/unstable-core-do-not-import/procedureBuilder.ts"
|
|
486
514
|
],
|
|
487
|
-
"percent": 0.
|
|
515
|
+
"percent": 0.78,
|
|
488
516
|
"reduction": 55.37
|
|
489
517
|
},
|
|
518
|
+
{
|
|
519
|
+
"id": "/src/unstable-core-do-not-import/stream/utils/withPing.ts",
|
|
520
|
+
"size": 1192,
|
|
521
|
+
"origSize": 1325,
|
|
522
|
+
"renderedExports": [
|
|
523
|
+
"PING_SYM",
|
|
524
|
+
"withPing"
|
|
525
|
+
],
|
|
526
|
+
"removedExports": [],
|
|
527
|
+
"dependents": [
|
|
528
|
+
"/src/unstable-core-do-not-import/stream/sse.ts"
|
|
529
|
+
],
|
|
530
|
+
"percent": 0.72,
|
|
531
|
+
"reduction": 10.04
|
|
532
|
+
},
|
|
490
533
|
{
|
|
491
534
|
"id": "/src/adapters/fastify/fastifyRequestHandler.ts",
|
|
492
|
-
"size":
|
|
493
|
-
"origSize":
|
|
535
|
+
"size": 1146,
|
|
536
|
+
"origSize": 2174,
|
|
494
537
|
"renderedExports": [
|
|
495
538
|
"fastifyRequestHandler"
|
|
496
539
|
],
|
|
@@ -500,7 +543,7 @@
|
|
|
500
543
|
"/src/adapters/fastify/fastifyTRPCPlugin.ts"
|
|
501
544
|
],
|
|
502
545
|
"percent": 0.69,
|
|
503
|
-
"reduction": 47.
|
|
546
|
+
"reduction": 47.29
|
|
504
547
|
},
|
|
505
548
|
{
|
|
506
549
|
"id": "/src/unstable-core-do-not-import/http/parseConnectionParams.ts",
|
|
@@ -532,24 +575,9 @@
|
|
|
532
575
|
"percent": 0.64,
|
|
533
576
|
"reduction": 0
|
|
534
577
|
},
|
|
535
|
-
{
|
|
536
|
-
"id": "/src/unstable-core-do-not-import/stream/utils/withPing.ts",
|
|
537
|
-
"size": 1058,
|
|
538
|
-
"origSize": 1213,
|
|
539
|
-
"renderedExports": [
|
|
540
|
-
"PING_SYM",
|
|
541
|
-
"withPing"
|
|
542
|
-
],
|
|
543
|
-
"removedExports": [],
|
|
544
|
-
"dependents": [
|
|
545
|
-
"/src/unstable-core-do-not-import/stream/sse.ts"
|
|
546
|
-
],
|
|
547
|
-
"percent": 0.64,
|
|
548
|
-
"reduction": 12.78
|
|
549
|
-
},
|
|
550
578
|
{
|
|
551
579
|
"id": "/src/adapters/next-app-dir/redirect.ts",
|
|
552
|
-
"size":
|
|
580
|
+
"size": 1029,
|
|
553
581
|
"origSize": 1143,
|
|
554
582
|
"renderedExports": [
|
|
555
583
|
"TRPCRedirectError",
|
|
@@ -561,8 +589,8 @@
|
|
|
561
589
|
"/src/adapters/next-app-dir/nextAppDirCaller.ts",
|
|
562
590
|
"/src/adapters/next-app-dir/rethrowNextErrors.ts"
|
|
563
591
|
],
|
|
564
|
-
"percent": 0.
|
|
565
|
-
"reduction":
|
|
592
|
+
"percent": 0.62,
|
|
593
|
+
"reduction": 9.97
|
|
566
594
|
},
|
|
567
595
|
{
|
|
568
596
|
"id": "/src/observable/behaviorSubject.ts",
|
|
@@ -617,7 +645,7 @@
|
|
|
617
645
|
],
|
|
618
646
|
"removedExports": [],
|
|
619
647
|
"dependents": [],
|
|
620
|
-
"percent": 0.
|
|
648
|
+
"percent": 0.46,
|
|
621
649
|
"reduction": 56.66
|
|
622
650
|
},
|
|
623
651
|
{
|
|
@@ -633,65 +661,50 @@
|
|
|
633
661
|
"reduction": 66.61
|
|
634
662
|
},
|
|
635
663
|
{
|
|
636
|
-
"id": "/src/unstable-core-do-not-import/stream/utils/
|
|
637
|
-
"size":
|
|
638
|
-
"origSize":
|
|
664
|
+
"id": "/src/unstable-core-do-not-import/stream/utils/disposablePromiseTimer.ts",
|
|
665
|
+
"size": 655,
|
|
666
|
+
"origSize": 651,
|
|
639
667
|
"renderedExports": [
|
|
640
|
-
"
|
|
668
|
+
"disposablePromiseTimerResult",
|
|
669
|
+
"disposablePromiseTimer"
|
|
641
670
|
],
|
|
642
671
|
"removedExports": [],
|
|
643
672
|
"dependents": [
|
|
644
|
-
"/src/unstable-core-do-not-import/stream/sse.ts",
|
|
645
673
|
"/src/unstable-core-do-not-import/stream/utils/asyncIterable.ts",
|
|
646
674
|
"/src/unstable-core-do-not-import/stream/utils/withPing.ts"
|
|
647
675
|
],
|
|
648
|
-
"percent": 0.
|
|
649
|
-
"reduction":
|
|
650
|
-
},
|
|
651
|
-
{
|
|
652
|
-
"id": "/src/unstable-core-do-not-import/stream/utils/createReadableStream.ts",
|
|
653
|
-
"size": 705,
|
|
654
|
-
"origSize": 896,
|
|
655
|
-
"renderedExports": [
|
|
656
|
-
"createReadableStream",
|
|
657
|
-
"isCancelledStreamResult"
|
|
658
|
-
],
|
|
659
|
-
"removedExports": [],
|
|
660
|
-
"dependents": [
|
|
661
|
-
"/src/unstable-core-do-not-import/stream/jsonl.ts",
|
|
662
|
-
"/src/unstable-core-do-not-import/stream/sse.ts"
|
|
663
|
-
],
|
|
664
|
-
"percent": 0.43,
|
|
665
|
-
"reduction": 21.32
|
|
676
|
+
"percent": 0.4,
|
|
677
|
+
"reduction": 0
|
|
666
678
|
},
|
|
667
679
|
{
|
|
668
|
-
"id": "/src/unstable-core-do-not-import/
|
|
669
|
-
"size":
|
|
670
|
-
"origSize":
|
|
680
|
+
"id": "/src/unstable-core-do-not-import/error/getErrorShape.ts",
|
|
681
|
+
"size": 621,
|
|
682
|
+
"origSize": 1106,
|
|
671
683
|
"renderedExports": [
|
|
672
|
-
"
|
|
684
|
+
"getErrorShape"
|
|
673
685
|
],
|
|
674
686
|
"removedExports": [],
|
|
675
687
|
"dependents": [
|
|
676
|
-
"/src/unstable-core-do-not-import.ts"
|
|
688
|
+
"/src/unstable-core-do-not-import.ts",
|
|
689
|
+
"/src/unstable-core-do-not-import/http/resolveResponse.ts"
|
|
677
690
|
],
|
|
678
|
-
"percent": 0.
|
|
679
|
-
"reduction":
|
|
691
|
+
"percent": 0.38,
|
|
692
|
+
"reduction": 43.85
|
|
680
693
|
},
|
|
681
694
|
{
|
|
682
|
-
"id": "/src/unstable-core-do-not-import/
|
|
683
|
-
"size":
|
|
684
|
-
"origSize":
|
|
695
|
+
"id": "/src/unstable-core-do-not-import/stream/utils/createReadableStream.ts",
|
|
696
|
+
"size": 414,
|
|
697
|
+
"origSize": 495,
|
|
685
698
|
"renderedExports": [
|
|
686
|
-
"
|
|
699
|
+
"createReadableStream"
|
|
687
700
|
],
|
|
688
701
|
"removedExports": [],
|
|
689
702
|
"dependents": [
|
|
690
|
-
"/src/unstable-core-do-not-import.ts",
|
|
691
|
-
"/src/unstable-core-do-not-import/
|
|
703
|
+
"/src/unstable-core-do-not-import/stream/jsonl.ts",
|
|
704
|
+
"/src/unstable-core-do-not-import/stream/sse.ts"
|
|
692
705
|
],
|
|
693
|
-
"percent": 0.
|
|
694
|
-
"reduction":
|
|
706
|
+
"percent": 0.25,
|
|
707
|
+
"reduction": 16.36
|
|
695
708
|
},
|
|
696
709
|
{
|
|
697
710
|
"id": "/src/unstable-core-do-not-import/rootConfig.ts",
|
|
@@ -718,9 +731,7 @@
|
|
|
718
731
|
"removedExports": [],
|
|
719
732
|
"dependents": [
|
|
720
733
|
"/src/unstable-core-do-not-import.ts",
|
|
721
|
-
"/src/unstable-core-do-not-import/stream/jsonl.ts"
|
|
722
|
-
"/src/unstable-core-do-not-import/stream/utils/createReadableStream.ts",
|
|
723
|
-
"/src/unstable-core-do-not-import/stream/utils/promiseTimer.ts"
|
|
734
|
+
"/src/unstable-core-do-not-import/stream/jsonl.ts"
|
|
724
735
|
],
|
|
725
736
|
"percent": 0.19,
|
|
726
737
|
"reduction": 25.9
|
|
@@ -739,6 +750,23 @@
|
|
|
739
750
|
"percent": 0.17,
|
|
740
751
|
"reduction": 68.45
|
|
741
752
|
},
|
|
753
|
+
{
|
|
754
|
+
"id": "/home/runner/work/trpc/trpc/node_modules/.pnpm/@swc+helpers@0.5.13/node_modules/@swc/helpers/esm/_define_property.js",
|
|
755
|
+
"size": 227,
|
|
756
|
+
"origSize": 262,
|
|
757
|
+
"renderedExports": [
|
|
758
|
+
"_"
|
|
759
|
+
],
|
|
760
|
+
"removedExports": [],
|
|
761
|
+
"dependents": [
|
|
762
|
+
"/src/vendor/unpromise/unpromise.ts",
|
|
763
|
+
"/src/unstable-core-do-not-import/error/TRPCError.ts",
|
|
764
|
+
"/src/unstable-core-do-not-import/stream/jsonl.ts",
|
|
765
|
+
"/src/adapters/next-app-dir/redirect.ts"
|
|
766
|
+
],
|
|
767
|
+
"percent": 0.14,
|
|
768
|
+
"reduction": 13.36
|
|
769
|
+
},
|
|
742
770
|
{
|
|
743
771
|
"id": "/src/adapters/next-app-dir/notFound.ts",
|
|
744
772
|
"size": 218,
|
|
@@ -753,6 +781,21 @@
|
|
|
753
781
|
"percent": 0.13,
|
|
754
782
|
"reduction": 36.26
|
|
755
783
|
},
|
|
784
|
+
{
|
|
785
|
+
"id": "/src/unstable-core-do-not-import/http/isAbortError.ts",
|
|
786
|
+
"size": 100,
|
|
787
|
+
"origSize": 208,
|
|
788
|
+
"renderedExports": [
|
|
789
|
+
"isAbortError"
|
|
790
|
+
],
|
|
791
|
+
"removedExports": [],
|
|
792
|
+
"dependents": [
|
|
793
|
+
"/src/unstable-core-do-not-import.ts",
|
|
794
|
+
"/src/unstable-core-do-not-import/stream/sse.ts"
|
|
795
|
+
],
|
|
796
|
+
"percent": 0.06,
|
|
797
|
+
"reduction": 51.92
|
|
798
|
+
},
|
|
756
799
|
{
|
|
757
800
|
"id": "/src/unstable-core-do-not-import/procedure.ts",
|
|
758
801
|
"size": 75,
|
|
@@ -770,7 +813,7 @@
|
|
|
770
813
|
},
|
|
771
814
|
{
|
|
772
815
|
"id": "/src/unstable-core-do-not-import/error/formatter.ts",
|
|
773
|
-
"size":
|
|
816
|
+
"size": 60,
|
|
774
817
|
"origSize": 984,
|
|
775
818
|
"renderedExports": [
|
|
776
819
|
"defaultFormatter"
|
|
@@ -782,7 +825,7 @@
|
|
|
782
825
|
"/src/unstable-core-do-not-import/router.ts"
|
|
783
826
|
],
|
|
784
827
|
"percent": 0.04,
|
|
785
|
-
"reduction": 93.
|
|
828
|
+
"reduction": 93.9
|
|
786
829
|
},
|
|
787
830
|
{
|
|
788
831
|
"id": "/src/http.ts",
|
|
@@ -829,16 +872,17 @@
|
|
|
829
872
|
{
|
|
830
873
|
"id": "/src/unstable-core-do-not-import.ts",
|
|
831
874
|
"size": 0,
|
|
832
|
-
"origSize":
|
|
875
|
+
"origSize": 2304,
|
|
833
876
|
"renderedExports": [],
|
|
834
877
|
"removedExports": [],
|
|
835
878
|
"dependents": [
|
|
836
879
|
"/src/adapters/express.ts",
|
|
837
|
-
"/src/adapters/ws.ts",
|
|
838
880
|
"/src/adapters/next.ts",
|
|
839
881
|
"/src/adapters/standalone.ts",
|
|
882
|
+
"/src/adapters/ws.ts",
|
|
840
883
|
"/src/adapters/node-http/nodeHTTPRequestHandler.ts",
|
|
841
|
-
"/src/adapters/next-app-dir/nextAppDirCaller.ts"
|
|
884
|
+
"/src/adapters/next-app-dir/nextAppDirCaller.ts",
|
|
885
|
+
"/src/adapters/node-http/writeResponse.ts"
|
|
842
886
|
],
|
|
843
887
|
"percent": 0,
|
|
844
888
|
"reduction": 100
|
|
@@ -893,14 +937,14 @@
|
|
|
893
937
|
"removedExports": [],
|
|
894
938
|
"dependents": [
|
|
895
939
|
"/src/adapters/express.ts",
|
|
896
|
-
"/src/adapters/ws.ts",
|
|
897
940
|
"/src/adapters/next.ts",
|
|
898
941
|
"/src/adapters/standalone.ts",
|
|
942
|
+
"/src/adapters/ws.ts",
|
|
899
943
|
"/src/adapters/fastify/fastifyRequestHandler.ts"
|
|
900
944
|
],
|
|
901
945
|
"percent": 0,
|
|
902
946
|
"reduction": 100
|
|
903
947
|
}
|
|
904
948
|
],
|
|
905
|
-
"moduleCount":
|
|
949
|
+
"moduleCount": 62
|
|
906
950
|
}
|