@trpc/server 11.0.0-rc.467 → 11.0.0-rc.475
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/index.d.ts +5 -1
- package/dist/@trpc/server/index.d.ts.map +1 -1
- package/dist/adapters/ws.d.ts.map +1 -1
- package/dist/adapters/ws.js +36 -6
- package/dist/adapters/ws.mjs +37 -7
- package/dist/bundle-analysis.json +129 -114
- package/dist/index.js +3 -2
- package/dist/index.mjs +1 -1
- package/dist/unstable-core-do-not-import/clientish/serialize.d.ts +1 -1
- package/dist/unstable-core-do-not-import/clientish/serialize.d.ts.map +1 -1
- package/dist/unstable-core-do-not-import/procedureBuilder.d.ts +2 -2
- package/dist/unstable-core-do-not-import/procedureBuilder.d.ts.map +1 -1
- package/dist/unstable-core-do-not-import/rpc/envelopes.d.ts +8 -0
- package/dist/unstable-core-do-not-import/rpc/envelopes.d.ts.map +1 -1
- package/dist/unstable-core-do-not-import/rpc/parseTRPCMessage.d.ts.map +1 -1
- package/dist/unstable-core-do-not-import/rpc/parseTRPCMessage.js +6 -2
- package/dist/unstable-core-do-not-import/rpc/parseTRPCMessage.mjs +6 -2
- package/dist/unstable-core-do-not-import/stream/jsonl.d.ts +7 -3
- package/dist/unstable-core-do-not-import/stream/jsonl.d.ts.map +1 -1
- package/dist/unstable-core-do-not-import/stream/jsonl.js +5 -4
- package/dist/unstable-core-do-not-import/stream/jsonl.mjs +5 -4
- package/dist/unstable-core-do-not-import/stream/sse.d.ts +2 -30
- package/dist/unstable-core-do-not-import/stream/sse.d.ts.map +1 -1
- package/dist/unstable-core-do-not-import/stream/sse.js +4 -20
- package/dist/unstable-core-do-not-import/stream/sse.mjs +5 -19
- package/dist/unstable-core-do-not-import/stream/tracked.d.ts +31 -0
- package/dist/unstable-core-do-not-import/stream/tracked.d.ts.map +1 -0
- package/dist/unstable-core-do-not-import/stream/tracked.js +29 -0
- package/dist/unstable-core-do-not-import/stream/tracked.mjs +25 -0
- package/dist/unstable-core-do-not-import/transformer.d.ts +1 -0
- package/dist/unstable-core-do-not-import/transformer.d.ts.map +1 -1
- package/dist/unstable-core-do-not-import.d.ts +1 -0
- package/dist/unstable-core-do-not-import.d.ts.map +1 -1
- package/dist/unstable-core-do-not-import.js +4 -2
- package/dist/unstable-core-do-not-import.mjs +2 -1
- package/package.json +3 -3
- package/src/@trpc/server/index.ts +4 -0
- package/src/adapters/ws.ts +42 -6
- package/src/unstable-core-do-not-import/clientish/serialize.ts +1 -1
- package/src/unstable-core-do-not-import/procedureBuilder.ts +2 -2
- package/src/unstable-core-do-not-import/rpc/envelopes.ts +18 -2
- package/src/unstable-core-do-not-import/rpc/parseTRPCMessage.ts +5 -1
- package/src/unstable-core-do-not-import/stream/jsonl.ts +14 -6
- package/src/unstable-core-do-not-import/stream/sse.ts +21 -65
- package/src/unstable-core-do-not-import/stream/tracked.ts +55 -0
- package/src/unstable-core-do-not-import.ts +1 -0
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
|
-
"bundleSize":
|
|
3
|
-
"bundleOrigSize":
|
|
4
|
-
"bundleReduction":
|
|
2
|
+
"bundleSize": 133387,
|
|
3
|
+
"bundleOrigSize": 182436,
|
|
4
|
+
"bundleReduction": 26.89,
|
|
5
5
|
"modules": [
|
|
6
6
|
{
|
|
7
7
|
"id": "/src/unstable-core-do-not-import/stream/jsonl.ts",
|
|
8
|
-
"size":
|
|
9
|
-
"origSize":
|
|
8
|
+
"size": 17400,
|
|
9
|
+
"origSize": 18243,
|
|
10
10
|
"renderedExports": [
|
|
11
11
|
"isPromise",
|
|
12
12
|
"jsonlStreamProducer",
|
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
"/src/unstable-core-do-not-import.ts",
|
|
18
18
|
"/src/unstable-core-do-not-import/http/resolveResponse.ts"
|
|
19
19
|
],
|
|
20
|
-
"percent": 13.
|
|
21
|
-
"reduction": 4.
|
|
20
|
+
"percent": 13.04,
|
|
21
|
+
"reduction": 4.62
|
|
22
22
|
},
|
|
23
23
|
{
|
|
24
24
|
"id": "/src/unstable-core-do-not-import/http/resolveResponse.ts",
|
|
@@ -31,13 +31,13 @@
|
|
|
31
31
|
"dependents": [
|
|
32
32
|
"/src/unstable-core-do-not-import.ts"
|
|
33
33
|
],
|
|
34
|
-
"percent":
|
|
34
|
+
"percent": 12.86,
|
|
35
35
|
"reduction": 0
|
|
36
36
|
},
|
|
37
37
|
{
|
|
38
38
|
"id": "/src/adapters/ws.ts",
|
|
39
|
-
"size":
|
|
40
|
-
"origSize":
|
|
39
|
+
"size": 15730,
|
|
40
|
+
"origSize": 14665,
|
|
41
41
|
"renderedExports": [
|
|
42
42
|
"getWSConnectionHandler",
|
|
43
43
|
"applyWSSHandler"
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"dependents": [
|
|
47
47
|
"/src/adapters/fastify/fastifyTRPCPlugin.ts"
|
|
48
48
|
],
|
|
49
|
-
"percent":
|
|
49
|
+
"percent": 11.79,
|
|
50
50
|
"reduction": 0
|
|
51
51
|
},
|
|
52
52
|
{
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"/src/unstable-core-do-not-import.ts",
|
|
62
62
|
"/src/unstable-core-do-not-import/http/resolveResponse.ts"
|
|
63
63
|
],
|
|
64
|
-
"percent": 5.
|
|
64
|
+
"percent": 5.76,
|
|
65
65
|
"reduction": 0
|
|
66
66
|
},
|
|
67
67
|
{
|
|
@@ -79,13 +79,13 @@
|
|
|
79
79
|
"/src/unstable-core-do-not-import.ts",
|
|
80
80
|
"/src/unstable-core-do-not-import/initTRPC.ts"
|
|
81
81
|
],
|
|
82
|
-
"percent": 4.
|
|
82
|
+
"percent": 4.78,
|
|
83
83
|
"reduction": 39.77
|
|
84
84
|
},
|
|
85
85
|
{
|
|
86
86
|
"id": "/src/unstable-core-do-not-import/procedureBuilder.ts",
|
|
87
87
|
"size": 6326,
|
|
88
|
-
"origSize":
|
|
88
|
+
"origSize": 15849,
|
|
89
89
|
"renderedExports": [
|
|
90
90
|
"createBuilder"
|
|
91
91
|
],
|
|
@@ -94,41 +94,39 @@
|
|
|
94
94
|
"/src/unstable-core-do-not-import.ts",
|
|
95
95
|
"/src/unstable-core-do-not-import/initTRPC.ts"
|
|
96
96
|
],
|
|
97
|
-
"percent": 4.
|
|
98
|
-
"reduction": 60.
|
|
97
|
+
"percent": 4.74,
|
|
98
|
+
"reduction": 60.09
|
|
99
99
|
},
|
|
100
100
|
{
|
|
101
|
-
"id": "/src/
|
|
102
|
-
"size":
|
|
103
|
-
"origSize":
|
|
101
|
+
"id": "/src/adapters/aws-lambda/getPlanner.ts",
|
|
102
|
+
"size": 5418,
|
|
103
|
+
"origSize": 6114,
|
|
104
104
|
"renderedExports": [
|
|
105
|
-
"
|
|
106
|
-
"isSSEMessageEnvelope",
|
|
107
|
-
"sseStreamProducer",
|
|
108
|
-
"sseStreamConsumer",
|
|
109
|
-
"sseHeaders"
|
|
105
|
+
"getPlanner"
|
|
110
106
|
],
|
|
111
107
|
"removedExports": [],
|
|
112
108
|
"dependents": [
|
|
113
|
-
"/src/
|
|
114
|
-
"/src/unstable-core-do-not-import/http/resolveResponse.ts"
|
|
109
|
+
"/src/adapters/aws-lambda/index.ts"
|
|
115
110
|
],
|
|
116
|
-
"percent": 4.
|
|
117
|
-
"reduction":
|
|
111
|
+
"percent": 4.06,
|
|
112
|
+
"reduction": 11.38
|
|
118
113
|
},
|
|
119
114
|
{
|
|
120
|
-
"id": "/src/
|
|
121
|
-
"size":
|
|
122
|
-
"origSize":
|
|
115
|
+
"id": "/src/unstable-core-do-not-import/stream/sse.ts",
|
|
116
|
+
"size": 5119,
|
|
117
|
+
"origSize": 6107,
|
|
123
118
|
"renderedExports": [
|
|
124
|
-
"
|
|
119
|
+
"sseStreamProducer",
|
|
120
|
+
"sseStreamConsumer",
|
|
121
|
+
"sseHeaders"
|
|
125
122
|
],
|
|
126
123
|
"removedExports": [],
|
|
127
124
|
"dependents": [
|
|
128
|
-
"/src/
|
|
125
|
+
"/src/unstable-core-do-not-import.ts",
|
|
126
|
+
"/src/unstable-core-do-not-import/http/resolveResponse.ts"
|
|
129
127
|
],
|
|
130
|
-
"percent":
|
|
131
|
-
"reduction":
|
|
128
|
+
"percent": 3.84,
|
|
129
|
+
"reduction": 16.18
|
|
132
130
|
},
|
|
133
131
|
{
|
|
134
132
|
"id": "/src/observable/observable.ts",
|
|
@@ -147,7 +145,7 @@
|
|
|
147
145
|
"/src/unstable-core-do-not-import/http/resolveResponse.ts",
|
|
148
146
|
"/src/observable/operators.ts"
|
|
149
147
|
],
|
|
150
|
-
"percent": 3.
|
|
148
|
+
"percent": 3.09,
|
|
151
149
|
"reduction": 0
|
|
152
150
|
},
|
|
153
151
|
{
|
|
@@ -161,7 +159,7 @@
|
|
|
161
159
|
"dependents": [
|
|
162
160
|
"/src/adapters/next-app-dir.ts"
|
|
163
161
|
],
|
|
164
|
-
"percent": 2.
|
|
162
|
+
"percent": 2.35,
|
|
165
163
|
"reduction": 23.5
|
|
166
164
|
},
|
|
167
165
|
{
|
|
@@ -177,7 +175,7 @@
|
|
|
177
175
|
"dependents": [
|
|
178
176
|
"/src/observable/index.ts"
|
|
179
177
|
],
|
|
180
|
-
"percent": 2.
|
|
178
|
+
"percent": 2.07,
|
|
181
179
|
"reduction": 0
|
|
182
180
|
},
|
|
183
181
|
{
|
|
@@ -193,11 +191,11 @@
|
|
|
193
191
|
"removedExports": [],
|
|
194
192
|
"dependents": [
|
|
195
193
|
"/src/unstable-core-do-not-import.ts",
|
|
194
|
+
"/src/unstable-core-do-not-import/http/resolveResponse.ts",
|
|
196
195
|
"/src/unstable-core-do-not-import/initTRPC.ts",
|
|
197
|
-
"/src/unstable-core-do-not-import/router.ts"
|
|
198
|
-
"/src/unstable-core-do-not-import/http/resolveResponse.ts"
|
|
196
|
+
"/src/unstable-core-do-not-import/router.ts"
|
|
199
197
|
],
|
|
200
|
-
"percent": 2.
|
|
198
|
+
"percent": 2.06,
|
|
201
199
|
"reduction": 45.94
|
|
202
200
|
},
|
|
203
201
|
{
|
|
@@ -211,7 +209,7 @@
|
|
|
211
209
|
"dependents": [
|
|
212
210
|
"/src/adapters/node-http/index.ts"
|
|
213
211
|
],
|
|
214
|
-
"percent": 2.
|
|
212
|
+
"percent": 2.05,
|
|
215
213
|
"reduction": 6.79
|
|
216
214
|
},
|
|
217
215
|
{
|
|
@@ -225,7 +223,7 @@
|
|
|
225
223
|
"dependents": [
|
|
226
224
|
"/src/unstable-core-do-not-import.ts"
|
|
227
225
|
],
|
|
228
|
-
"percent": 2.
|
|
226
|
+
"percent": 2.03,
|
|
229
227
|
"reduction": 40.91
|
|
230
228
|
},
|
|
231
229
|
{
|
|
@@ -245,7 +243,7 @@
|
|
|
245
243
|
"/src/unstable-core-do-not-import/initTRPC.ts",
|
|
246
244
|
"/src/unstable-core-do-not-import/procedureBuilder.ts"
|
|
247
245
|
],
|
|
248
|
-
"percent":
|
|
246
|
+
"percent": 1.97,
|
|
249
247
|
"reduction": 55.5
|
|
250
248
|
},
|
|
251
249
|
{
|
|
@@ -261,7 +259,7 @@
|
|
|
261
259
|
"/src/unstable-core-do-not-import.ts",
|
|
262
260
|
"/src/unstable-core-do-not-import/router.ts"
|
|
263
261
|
],
|
|
264
|
-
"percent": 1.
|
|
262
|
+
"percent": 1.75,
|
|
265
263
|
"reduction": 0
|
|
266
264
|
},
|
|
267
265
|
{
|
|
@@ -275,7 +273,7 @@
|
|
|
275
273
|
"dependents": [
|
|
276
274
|
"/src/adapters/fetch/index.ts"
|
|
277
275
|
],
|
|
278
|
-
"percent": 1.
|
|
276
|
+
"percent": 1.69,
|
|
279
277
|
"reduction": 2.17
|
|
280
278
|
},
|
|
281
279
|
{
|
|
@@ -290,7 +288,7 @@
|
|
|
290
288
|
"/src/adapters/node-http/index.ts",
|
|
291
289
|
"/src/adapters/node-http/nodeHTTPRequestHandler.ts"
|
|
292
290
|
],
|
|
293
|
-
"percent": 1.
|
|
291
|
+
"percent": 1.64,
|
|
294
292
|
"reduction": 13.79
|
|
295
293
|
},
|
|
296
294
|
{
|
|
@@ -304,7 +302,7 @@
|
|
|
304
302
|
"dependents": [
|
|
305
303
|
"/src/adapters/next-app-dir/nextAppDirCaller.ts"
|
|
306
304
|
],
|
|
307
|
-
"percent": 1.
|
|
305
|
+
"percent": 1.54,
|
|
308
306
|
"reduction": 5.79
|
|
309
307
|
},
|
|
310
308
|
{
|
|
@@ -319,42 +317,42 @@
|
|
|
319
317
|
"removedExports": [],
|
|
320
318
|
"dependents": [
|
|
321
319
|
"/src/unstable-core-do-not-import.ts",
|
|
322
|
-
"/src/unstable-core-do-not-import/stream/sse.ts",
|
|
323
|
-
"/src/unstable-core-do-not-import/middleware.ts",
|
|
324
|
-
"/src/unstable-core-do-not-import/router.ts",
|
|
325
320
|
"/src/unstable-core-do-not-import/http/parseConnectionParams.ts",
|
|
326
321
|
"/src/unstable-core-do-not-import/http/resolveResponse.ts",
|
|
322
|
+
"/src/unstable-core-do-not-import/middleware.ts",
|
|
323
|
+
"/src/unstable-core-do-not-import/router.ts",
|
|
327
324
|
"/src/unstable-core-do-not-import/http/contentType.ts",
|
|
328
325
|
"/src/unstable-core-do-not-import/procedureBuilder.ts",
|
|
329
|
-
"/src/unstable-core-do-not-import/stream/jsonl.ts"
|
|
326
|
+
"/src/unstable-core-do-not-import/stream/jsonl.ts",
|
|
327
|
+
"/src/unstable-core-do-not-import/stream/sse.ts"
|
|
330
328
|
],
|
|
331
|
-
"percent": 1.
|
|
329
|
+
"percent": 1.3,
|
|
332
330
|
"reduction": 19.47
|
|
333
331
|
},
|
|
334
332
|
{
|
|
335
|
-
"id": "/src/unstable-core-do-not-import/rpc/
|
|
336
|
-
"size":
|
|
337
|
-
"origSize":
|
|
333
|
+
"id": "/src/unstable-core-do-not-import/rpc/parseTRPCMessage.ts",
|
|
334
|
+
"size": 1699,
|
|
335
|
+
"origSize": 2105,
|
|
338
336
|
"renderedExports": [
|
|
339
|
-
"
|
|
340
|
-
"TRPC_ERROR_CODES_BY_NUMBER"
|
|
337
|
+
"parseTRPCMessage"
|
|
341
338
|
],
|
|
342
339
|
"removedExports": [],
|
|
343
340
|
"dependents": [],
|
|
344
|
-
"percent": 1.
|
|
345
|
-
"reduction":
|
|
341
|
+
"percent": 1.27,
|
|
342
|
+
"reduction": 19.29
|
|
346
343
|
},
|
|
347
344
|
{
|
|
348
|
-
"id": "/src/unstable-core-do-not-import/rpc/
|
|
349
|
-
"size":
|
|
350
|
-
"origSize":
|
|
345
|
+
"id": "/src/unstable-core-do-not-import/rpc/codes.ts",
|
|
346
|
+
"size": 1611,
|
|
347
|
+
"origSize": 2221,
|
|
351
348
|
"renderedExports": [
|
|
352
|
-
"
|
|
349
|
+
"TRPC_ERROR_CODES_BY_KEY",
|
|
350
|
+
"TRPC_ERROR_CODES_BY_NUMBER"
|
|
353
351
|
],
|
|
354
352
|
"removedExports": [],
|
|
355
353
|
"dependents": [],
|
|
356
|
-
"percent": 1.
|
|
357
|
-
"reduction":
|
|
354
|
+
"percent": 1.21,
|
|
355
|
+
"reduction": 27.47
|
|
358
356
|
},
|
|
359
357
|
{
|
|
360
358
|
"id": "/src/adapters/next.ts",
|
|
@@ -365,7 +363,7 @@
|
|
|
365
363
|
],
|
|
366
364
|
"removedExports": [],
|
|
367
365
|
"dependents": [],
|
|
368
|
-
"percent": 1.
|
|
366
|
+
"percent": 1.16,
|
|
369
367
|
"reduction": 26.94
|
|
370
368
|
},
|
|
371
369
|
{
|
|
@@ -379,7 +377,7 @@
|
|
|
379
377
|
"dependents": [
|
|
380
378
|
"/src/adapters/fastify/index.ts"
|
|
381
379
|
],
|
|
382
|
-
"percent": 1.
|
|
380
|
+
"percent": 1.12,
|
|
383
381
|
"reduction": 34.7
|
|
384
382
|
},
|
|
385
383
|
{
|
|
@@ -393,10 +391,10 @@
|
|
|
393
391
|
"removedExports": [],
|
|
394
392
|
"dependents": [
|
|
395
393
|
"/src/unstable-core-do-not-import.ts",
|
|
396
|
-
"/src/unstable-core-do-not-import/
|
|
397
|
-
"/src/unstable-core-do-not-import/
|
|
394
|
+
"/src/unstable-core-do-not-import/http/resolveResponse.ts",
|
|
395
|
+
"/src/unstable-core-do-not-import/error/getErrorShape.ts"
|
|
398
396
|
],
|
|
399
|
-
"percent": 1.
|
|
397
|
+
"percent": 1.02,
|
|
400
398
|
"reduction": 17.52
|
|
401
399
|
},
|
|
402
400
|
{
|
|
@@ -415,20 +413,20 @@
|
|
|
415
413
|
"removedExports": [],
|
|
416
414
|
"dependents": [
|
|
417
415
|
"/src/unstable-core-do-not-import.ts",
|
|
416
|
+
"/src/unstable-core-do-not-import/http/getHTTPStatusCode.ts",
|
|
417
|
+
"/src/unstable-core-do-not-import/http/parseConnectionParams.ts",
|
|
418
|
+
"/src/unstable-core-do-not-import/http/resolveResponse.ts",
|
|
418
419
|
"/src/unstable-core-do-not-import/error/TRPCError.ts",
|
|
419
|
-
"/src/unstable-core-do-not-import/stream/sse.ts",
|
|
420
420
|
"/src/unstable-core-do-not-import/transformer.ts",
|
|
421
421
|
"/src/unstable-core-do-not-import/middleware.ts",
|
|
422
422
|
"/src/unstable-core-do-not-import/router.ts",
|
|
423
|
-
"/src/unstable-core-do-not-import/http/getHTTPStatusCode.ts",
|
|
424
|
-
"/src/unstable-core-do-not-import/http/parseConnectionParams.ts",
|
|
425
|
-
"/src/unstable-core-do-not-import/http/resolveResponse.ts",
|
|
426
423
|
"/src/unstable-core-do-not-import/rpc/parseTRPCMessage.ts",
|
|
427
424
|
"/src/unstable-core-do-not-import/http/contentType.ts",
|
|
428
425
|
"/src/unstable-core-do-not-import/procedureBuilder.ts",
|
|
429
|
-
"/src/unstable-core-do-not-import/stream/jsonl.ts"
|
|
426
|
+
"/src/unstable-core-do-not-import/stream/jsonl.ts",
|
|
427
|
+
"/src/unstable-core-do-not-import/stream/sse.ts"
|
|
430
428
|
],
|
|
431
|
-
"percent": 0.
|
|
429
|
+
"percent": 0.9,
|
|
432
430
|
"reduction": 28.12
|
|
433
431
|
},
|
|
434
432
|
{
|
|
@@ -443,7 +441,7 @@
|
|
|
443
441
|
"/src/adapters/fastify/index.ts",
|
|
444
442
|
"/src/adapters/fastify/fastifyTRPCPlugin.ts"
|
|
445
443
|
],
|
|
446
|
-
"percent": 0.
|
|
444
|
+
"percent": 0.85,
|
|
447
445
|
"reduction": 47.59
|
|
448
446
|
},
|
|
449
447
|
{
|
|
@@ -459,7 +457,7 @@
|
|
|
459
457
|
"/src/unstable-core-do-not-import.ts",
|
|
460
458
|
"/src/unstable-core-do-not-import/http/contentType.ts"
|
|
461
459
|
],
|
|
462
|
-
"percent": 0.
|
|
460
|
+
"percent": 0.83,
|
|
463
461
|
"reduction": 15.08
|
|
464
462
|
},
|
|
465
463
|
{
|
|
@@ -473,7 +471,7 @@
|
|
|
473
471
|
"dependents": [
|
|
474
472
|
"/src/unstable-core-do-not-import.ts"
|
|
475
473
|
],
|
|
476
|
-
"percent": 0.
|
|
474
|
+
"percent": 0.79,
|
|
477
475
|
"reduction": 0
|
|
478
476
|
},
|
|
479
477
|
{
|
|
@@ -488,7 +486,7 @@
|
|
|
488
486
|
"/src/unstable-core-do-not-import.ts",
|
|
489
487
|
"/src/unstable-core-do-not-import/procedureBuilder.ts"
|
|
490
488
|
],
|
|
491
|
-
"percent": 0.
|
|
489
|
+
"percent": 0.78,
|
|
492
490
|
"reduction": 58.57
|
|
493
491
|
},
|
|
494
492
|
{
|
|
@@ -505,7 +503,7 @@
|
|
|
505
503
|
"/src/adapters/next-app-dir/nextAppDirCaller.ts",
|
|
506
504
|
"/src/adapters/next-app-dir/rethrowNextErrors.ts"
|
|
507
505
|
],
|
|
508
|
-
"percent": 0.
|
|
506
|
+
"percent": 0.74,
|
|
509
507
|
"reduction": 13.65
|
|
510
508
|
},
|
|
511
509
|
{
|
|
@@ -519,13 +517,30 @@
|
|
|
519
517
|
"removedExports": [],
|
|
520
518
|
"dependents": [
|
|
521
519
|
"/src/unstable-core-do-not-import.ts",
|
|
522
|
-
"/src/unstable-core-do-not-import/stream/sse.ts",
|
|
523
520
|
"/src/unstable-core-do-not-import/stream/jsonl.ts",
|
|
521
|
+
"/src/unstable-core-do-not-import/stream/sse.ts",
|
|
524
522
|
"/src/unstable-core-do-not-import/stream/utils/createReadableStream.ts"
|
|
525
523
|
],
|
|
526
|
-
"percent": 0.
|
|
524
|
+
"percent": 0.74,
|
|
527
525
|
"reduction": 15.69
|
|
528
526
|
},
|
|
527
|
+
{
|
|
528
|
+
"id": "/src/unstable-core-do-not-import/stream/tracked.ts",
|
|
529
|
+
"size": 797,
|
|
530
|
+
"origSize": 1440,
|
|
531
|
+
"renderedExports": [
|
|
532
|
+
"sse",
|
|
533
|
+
"isTrackedEnvelope",
|
|
534
|
+
"tracked"
|
|
535
|
+
],
|
|
536
|
+
"removedExports": [],
|
|
537
|
+
"dependents": [
|
|
538
|
+
"/src/unstable-core-do-not-import.ts",
|
|
539
|
+
"/src/unstable-core-do-not-import/stream/sse.ts"
|
|
540
|
+
],
|
|
541
|
+
"percent": 0.6,
|
|
542
|
+
"reduction": 44.65
|
|
543
|
+
},
|
|
529
544
|
{
|
|
530
545
|
"id": "/src/adapters/aws-lambda/index.ts",
|
|
531
546
|
"size": 759,
|
|
@@ -535,7 +550,7 @@
|
|
|
535
550
|
],
|
|
536
551
|
"removedExports": [],
|
|
537
552
|
"dependents": [],
|
|
538
|
-
"percent": 0.
|
|
553
|
+
"percent": 0.57,
|
|
539
554
|
"reduction": 66.9
|
|
540
555
|
},
|
|
541
556
|
{
|
|
@@ -549,7 +564,7 @@
|
|
|
549
564
|
"dependents": [
|
|
550
565
|
"/src/unstable-core-do-not-import.ts"
|
|
551
566
|
],
|
|
552
|
-
"percent": 0.
|
|
567
|
+
"percent": 0.5,
|
|
553
568
|
"reduction": 0.6
|
|
554
569
|
},
|
|
555
570
|
{
|
|
@@ -576,10 +591,10 @@
|
|
|
576
591
|
],
|
|
577
592
|
"removedExports": [],
|
|
578
593
|
"dependents": [
|
|
579
|
-
"/src/unstable-core-do-not-import/stream/
|
|
580
|
-
"/src/unstable-core-do-not-import/stream/
|
|
594
|
+
"/src/unstable-core-do-not-import/stream/jsonl.ts",
|
|
595
|
+
"/src/unstable-core-do-not-import/stream/sse.ts"
|
|
581
596
|
],
|
|
582
|
-
"percent": 0.
|
|
597
|
+
"percent": 0.43,
|
|
583
598
|
"reduction": 17.15
|
|
584
599
|
},
|
|
585
600
|
{
|
|
@@ -661,7 +676,7 @@
|
|
|
661
676
|
"dependents": [
|
|
662
677
|
"/src/adapters/next-app-dir.ts"
|
|
663
678
|
],
|
|
664
|
-
"percent": 0.
|
|
679
|
+
"percent": 0.16,
|
|
665
680
|
"reduction": 36.26
|
|
666
681
|
},
|
|
667
682
|
{
|
|
@@ -709,16 +724,6 @@
|
|
|
709
724
|
"percent": 0.05,
|
|
710
725
|
"reduction": 93.8
|
|
711
726
|
},
|
|
712
|
-
{
|
|
713
|
-
"id": "/src/index.ts",
|
|
714
|
-
"size": 0,
|
|
715
|
-
"origSize": 32,
|
|
716
|
-
"renderedExports": [],
|
|
717
|
-
"removedExports": [],
|
|
718
|
-
"dependents": [],
|
|
719
|
-
"percent": 0,
|
|
720
|
-
"reduction": 100
|
|
721
|
-
},
|
|
722
727
|
{
|
|
723
728
|
"id": "/src/http.ts",
|
|
724
729
|
"size": 0,
|
|
@@ -732,9 +737,9 @@
|
|
|
732
737
|
"reduction": 100
|
|
733
738
|
},
|
|
734
739
|
{
|
|
735
|
-
"id": "/src/
|
|
740
|
+
"id": "/src/index.ts",
|
|
736
741
|
"size": 0,
|
|
737
|
-
"origSize":
|
|
742
|
+
"origSize": 32,
|
|
738
743
|
"renderedExports": [],
|
|
739
744
|
"removedExports": [],
|
|
740
745
|
"dependents": [],
|
|
@@ -751,10 +756,20 @@
|
|
|
751
756
|
"percent": 0,
|
|
752
757
|
"reduction": 100
|
|
753
758
|
},
|
|
759
|
+
{
|
|
760
|
+
"id": "/src/rpc.ts",
|
|
761
|
+
"size": 0,
|
|
762
|
+
"origSize": 36,
|
|
763
|
+
"renderedExports": [],
|
|
764
|
+
"removedExports": [],
|
|
765
|
+
"dependents": [],
|
|
766
|
+
"percent": 0,
|
|
767
|
+
"reduction": 100
|
|
768
|
+
},
|
|
754
769
|
{
|
|
755
770
|
"id": "/src/unstable-core-do-not-import.ts",
|
|
756
771
|
"size": 0,
|
|
757
|
-
"origSize":
|
|
772
|
+
"origSize": 2306,
|
|
758
773
|
"renderedExports": [],
|
|
759
774
|
"removedExports": [],
|
|
760
775
|
"dependents": [
|
|
@@ -796,16 +811,6 @@
|
|
|
796
811
|
"percent": 0,
|
|
797
812
|
"reduction": 100
|
|
798
813
|
},
|
|
799
|
-
{
|
|
800
|
-
"id": "/src/adapters/fetch/index.ts",
|
|
801
|
-
"size": 0,
|
|
802
|
-
"origSize": 64,
|
|
803
|
-
"renderedExports": [],
|
|
804
|
-
"removedExports": [],
|
|
805
|
-
"dependents": [],
|
|
806
|
-
"percent": 0,
|
|
807
|
-
"reduction": 100
|
|
808
|
-
},
|
|
809
814
|
{
|
|
810
815
|
"id": "/src/adapters/node-http/index.ts",
|
|
811
816
|
"size": 0,
|
|
@@ -820,7 +825,17 @@
|
|
|
820
825
|
],
|
|
821
826
|
"percent": 0,
|
|
822
827
|
"reduction": 100
|
|
828
|
+
},
|
|
829
|
+
{
|
|
830
|
+
"id": "/src/adapters/fetch/index.ts",
|
|
831
|
+
"size": 0,
|
|
832
|
+
"origSize": 64,
|
|
833
|
+
"renderedExports": [],
|
|
834
|
+
"removedExports": [],
|
|
835
|
+
"dependents": [],
|
|
836
|
+
"percent": 0,
|
|
837
|
+
"reduction": 100
|
|
823
838
|
}
|
|
824
839
|
],
|
|
825
|
-
"moduleCount":
|
|
840
|
+
"moduleCount": 56
|
|
826
841
|
}
|
package/dist/index.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
var createProxy = require('./unstable-core-do-not-import/createProxy.js');
|
|
4
4
|
var getErrorShape = require('./unstable-core-do-not-import/error/getErrorShape.js');
|
|
5
5
|
var TRPCError = require('./unstable-core-do-not-import/error/TRPCError.js');
|
|
6
|
-
var
|
|
6
|
+
var tracked = require('./unstable-core-do-not-import/stream/tracked.js');
|
|
7
7
|
var transformer = require('./unstable-core-do-not-import/transformer.js');
|
|
8
8
|
var initTRPC = require('./unstable-core-do-not-import/initTRPC.js');
|
|
9
9
|
var middleware = require('./unstable-core-do-not-import/middleware.js');
|
|
@@ -16,7 +16,8 @@ exports.createTRPCFlatProxy = createProxy.createFlatProxy;
|
|
|
16
16
|
exports.getErrorShape = getErrorShape.getErrorShape;
|
|
17
17
|
exports.TRPCError = TRPCError.TRPCError;
|
|
18
18
|
exports.getTRPCErrorFromUnknown = TRPCError.getTRPCErrorFromUnknown;
|
|
19
|
-
exports.sse =
|
|
19
|
+
exports.sse = tracked.sse;
|
|
20
|
+
exports.tracked = tracked.tracked;
|
|
20
21
|
exports.transformTRPCResponse = transformer.transformTRPCResponse;
|
|
21
22
|
exports.initTRPC = initTRPC.initTRPC;
|
|
22
23
|
exports.experimental_standaloneMiddleware = middleware.experimental_standaloneMiddleware;
|
package/dist/index.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export { createFlatProxy as createTRPCFlatProxy } from './unstable-core-do-not-import/createProxy.mjs';
|
|
2
2
|
export { getErrorShape } from './unstable-core-do-not-import/error/getErrorShape.mjs';
|
|
3
3
|
export { TRPCError, getTRPCErrorFromUnknown } from './unstable-core-do-not-import/error/TRPCError.mjs';
|
|
4
|
-
export { sse } from './unstable-core-do-not-import/stream/
|
|
4
|
+
export { sse, tracked } from './unstable-core-do-not-import/stream/tracked.mjs';
|
|
5
5
|
export { transformTRPCResponse } from './unstable-core-do-not-import/transformer.mjs';
|
|
6
6
|
export { initTRPC } from './unstable-core-do-not-import/initTRPC.mjs';
|
|
7
7
|
export { experimental_standaloneMiddleware, experimental_standaloneMiddleware as experimental_trpcMiddleware } from './unstable-core-do-not-import/middleware.mjs';
|
|
@@ -7,7 +7,7 @@ type NonJsonPrimitive = Function | symbol | undefined;
|
|
|
7
7
|
type IsAny<T> = 0 extends T & 1 ? true : false;
|
|
8
8
|
type JsonReturnable = JsonPrimitive | undefined;
|
|
9
9
|
type IsRecord<T extends object> = keyof WithoutIndexSignature<T> extends never ? true : false;
|
|
10
|
-
export type Serialize<T> = IsAny<T> extends true ? any : unknown extends T ? unknown : T extends
|
|
10
|
+
export type Serialize<T> = IsAny<T> extends true ? any : unknown extends T ? unknown : T extends AsyncGenerator<infer $T, infer $Return, infer $Next> ? AsyncGenerator<Serialize<$T>, Serialize<$Return>, Serialize<$Next>> : T extends JsonReturnable ? T : T extends Map<any, any> | Set<any> ? object : T extends NonJsonPrimitive ? never : T extends {
|
|
11
11
|
toJSON(): infer U;
|
|
12
12
|
} ? U : T extends [] ? [] : T extends [unknown, ...unknown[]] ? SerializeTuple<T> : T extends readonly (infer U)[] ? (U extends NonJsonPrimitive ? null : Serialize<U>)[] : T extends object ? IsRecord<T> extends true ? Record<keyof T, Serialize<T[keyof T]>> : Simplify<SerializeObject<UndefinedToOptional<T>>> : never;
|
|
13
13
|
/** JSON serialize [tuples](https://www.typescriptlang.org/docs/handbook/2/objects.html#tuple-types) */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"serialize.d.ts","sourceRoot":"","sources":["../../../src/unstable-core-do-not-import/clientish/serialize.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,QAAQ,EAAE,qBAAqB,EAAE,MAAM,UAAU,CAAC;AAEhE;;GAEG;AACH,KAAK,aAAa,GAAG,OAAO,GAAG,MAAM,GAAG,MAAM,GAAG,IAAI,CAAC;AAEtD,KAAK,gBAAgB,GAAG,QAAQ,GAAG,MAAM,GAAG,SAAS,CAAC;AAKtD,KAAK,KAAK,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,GAAG,IAAI,GAAG,KAAK,CAAC;AAK/C,KAAK,cAAc,GAAG,aAAa,GAAG,SAAS,CAAC;AAEhD,KAAK,QAAQ,CAAC,CAAC,SAAS,MAAM,IAAI,MAAM,qBAAqB,CAAC,CAAC,CAAC,SAAS,KAAK,GAC1E,IAAI,GACJ,KAAK,CAAC;AAGV,MAAM,MAAM,SAAS,CAAC,CAAC,IACrB,KAAK,CAAC,CAAC,CAAC,SAAS,IAAI,GAAG,GAAG,GAC3B,OAAO,SAAS,CAAC,GAAG,OAAO,GAC3B,CAAC,SAAS,
|
|
1
|
+
{"version":3,"file":"serialize.d.ts","sourceRoot":"","sources":["../../../src/unstable-core-do-not-import/clientish/serialize.ts"],"names":[],"mappings":"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"}
|
|
@@ -2,12 +2,12 @@ import type { inferObservableValue } from '../observable';
|
|
|
2
2
|
import type { AnyMiddlewareFunction, MiddlewareBuilder, MiddlewareFunction } from './middleware';
|
|
3
3
|
import type { inferParser, Parser } from './parser';
|
|
4
4
|
import type { AnyProcedure, MutationProcedure, ProcedureType, QueryProcedure, SubscriptionProcedure } from './procedure';
|
|
5
|
-
import type {
|
|
5
|
+
import type { inferTrackedOutput } from './stream/tracked';
|
|
6
6
|
import type { GetRawInputFn, MaybePromise, Overwrite, Simplify, TypeError } from './types';
|
|
7
7
|
import type { UnsetMarker } from './utils';
|
|
8
8
|
type IntersectIfDefined<TType, TWith> = TType extends UnsetMarker ? TWith : TWith extends UnsetMarker ? TType : Simplify<TType & TWith>;
|
|
9
9
|
type DefaultValue<TValue, TFallback> = TValue extends UnsetMarker ? TFallback : TValue;
|
|
10
|
-
type inferSubscriptionOutput<TOutput> = TOutput extends AsyncIterable<infer $Output> ?
|
|
10
|
+
type inferSubscriptionOutput<TOutput> = TOutput extends AsyncIterable<infer $Output> ? inferTrackedOutput<$Output> : inferObservableValue<TOutput>;
|
|
11
11
|
export type CallerOverride<TContext> = (opts: {
|
|
12
12
|
args: unknown[];
|
|
13
13
|
invoke: (opts: ProcedureCallOptions<TContext>) => Promise<unknown>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"procedureBuilder.d.ts","sourceRoot":"","sources":["../../src/unstable-core-do-not-import/procedureBuilder.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,eAAe,CAAC;AAE1D,OAAO,KAAK,EACV,qBAAqB,EACrB,iBAAiB,EACjB,kBAAkB,EAEnB,MAAM,cAAc,CAAC;AAMtB,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAEpD,OAAO,KAAK,EAEV,YAAY,EAGZ,iBAAiB,EACjB,aAAa,EACb,cAAc,EACd,qBAAqB,EACtB,MAAM,aAAa,CAAC;AACrB,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"procedureBuilder.d.ts","sourceRoot":"","sources":["../../src/unstable-core-do-not-import/procedureBuilder.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,eAAe,CAAC;AAE1D,OAAO,KAAK,EACV,qBAAqB,EACrB,iBAAiB,EACjB,kBAAkB,EAEnB,MAAM,cAAc,CAAC;AAMtB,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAEpD,OAAO,KAAK,EAEV,YAAY,EAGZ,iBAAiB,EACjB,aAAa,EACb,cAAc,EACd,qBAAqB,EACtB,MAAM,aAAa,CAAC;AACrB,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,kBAAkB,CAAC;AAC3D,OAAO,KAAK,EACV,aAAa,EACb,YAAY,EACZ,SAAS,EACT,QAAQ,EACR,SAAS,EACV,MAAM,SAAS,CAAC;AACjB,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAG3C,KAAK,kBAAkB,CAAC,KAAK,EAAE,KAAK,IAAI,KAAK,SAAS,WAAW,GAC7D,KAAK,GACL,KAAK,SAAS,WAAW,GACzB,KAAK,GACL,QAAQ,CAAC,KAAK,GAAG,KAAK,CAAC,CAAC;AAE5B,KAAK,YAAY,CAAC,MAAM,EAAE,SAAS,IAAI,MAAM,SAAS,WAAW,GAC7D,SAAS,GACT,MAAM,CAAC;AAEX,KAAK,uBAAuB,CAAC,OAAO,IAAI,OAAO,SAAS,aAAa,CACnE,MAAM,OAAO,CACd,GACG,kBAAkB,CAAC,OAAO,CAAC,GAC3B,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAElC,MAAM,MAAM,cAAc,CAAC,QAAQ,IAAI,CAAC,IAAI,EAAE;IAC5C,IAAI,EAAE,OAAO,EAAE,CAAC;IAChB,MAAM,EAAE,CAAC,IAAI,EAAE,oBAAoB,CAAC,QAAQ,CAAC,KAAK,OAAO,CAAC,OAAO,CAAC,CAAC;IACnE,IAAI,EAAE,YAAY,CAAC,MAAM,CAAC,CAAC;CAC5B,KAAK,OAAO,CAAC,OAAO,CAAC,CAAC;AACvB,KAAK,mBAAmB,CAAC,KAAK,IAAI;IAChC,SAAS,EAAE,IAAI,CAAC;IAChB,MAAM,EAAE,MAAM,EAAE,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,KAAK,CAAC;IACb,QAAQ,CAAC,EAAE,wBAAwB,CAAC;IACpC,WAAW,EAAE,qBAAqB,EAAE,CAAC;IACrC;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB;;OAEG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,IAAI,CAAC,EAAE,aAAa,CAAC;IACrB,MAAM,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAC;CAClC,CAAC;AAEF,KAAK,sBAAsB,GAAG,mBAAmB,CAAC,GAAG,CAAC,CAAC;AAEvD;;;GAGG;AACH,MAAM,WAAW,wBAAwB,CACvC,QAAQ,EACR,MAAM,EACN,mBAAmB,EACnB,SAAS;IAET,GAAG,EAAE,QAAQ,CAAC,SAAS,CAAC,QAAQ,EAAE,mBAAmB,CAAC,CAAC,CAAC;IACxD,KAAK,EAAE,SAAS,SAAS,WAAW,GAAG,SAAS,GAAG,SAAS,CAAC;CAC9D;AAED;;GAEG;AACH,KAAK,iBAAiB,CACpB,QAAQ,EACR,KAAK,EACL,iBAAiB,EACjB,SAAS,EACT,eAAe,EACf,OAAO,IACL,CACF,IAAI,EAAE,wBAAwB,CAAC,QAAQ,EAAE,KAAK,EAAE,iBAAiB,EAAE,SAAS,CAAC,KAC1E,YAAY,CAEf,YAAY,CAAC,eAAe,EAAE,OAAO,CAAC,CACvC,CAAC;AAGF,MAAM,MAAM,mBAAmB,GAAG,gBAAgB,CAChD,GAAG,EACH,GAAG,EACH,GAAG,EACH,GAAG,EACH,GAAG,EACH,GAAG,EACH,GAAG,EACH,GAAG,CACJ,CAAC;AAEF;;;GAGG;AACH,MAAM,MAAM,oCAAoC,CAC9C,iBAAiB,SAAS,mBAAmB,IAC3C,iBAAiB,SAAS,gBAAgB,CAC5C,MAAM,QAAQ,EACd,MAAM,KAAK,EACX,MAAM,iBAAiB,EACvB,MAAM,SAAS,EACf,MAAM,SAAS,EACf,MAAM,UAAU,EAChB,MAAM,WAAW,EACjB,MAAM,QAAQ,CACf,GACG,wBAAwB,CACtB,QAAQ,EACR,KAAK,EACL,iBAAiB,EACjB,SAAS,SAAS,WAAW,GAEzB,OAAO,GACP,SAAS,SAAS,MAAM,GACxB,QAAQ,CACN,SAAS,GAAG;IACV;;OAEG;IACH,CAAC,8BAA8B,EAAE,MAAM,GAAG,OAAO,CAAC;CACnD,CACF,GACD,SAAS,CACd,GACD,KAAK,CAAC;AAEV,MAAM,WAAW,gBAAgB,CAC/B,QAAQ,EACR,KAAK,EACL,iBAAiB,EACjB,QAAQ,EACR,SAAS,EACT,SAAS,EACT,UAAU,EACV,OAAO,SAAS,OAAO;IAEvB;;;OAGG;IACH,KAAK,CAAC,OAAO,SAAS,MAAM,EAC1B,MAAM,EAAE,SAAS,SAAS,WAAW,GACjC,OAAO,GACP,WAAW,CAAC,OAAO,CAAC,CAAC,KAAK,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,GACvE,SAAS,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,GACnD,SAAS,SAAS,WAAW,CAAC,OAAO,CAAC,CAAC,KAAK,CAAC,GAC3C,SAAS,SAAS,SAAS,GACzB,OAAO,GACP,SAAS,CAAC,sDAAsD,CAAC,GACnE,OAAO,GACT,SAAS,CAAC,gDAAgD,CAAC,GAC7D,SAAS,CAAC,gDAAgD,CAAC,GAC9D,gBAAgB,CACjB,QAAQ,EACR,KAAK,EACL,iBAAiB,EACjB,kBAAkB,CAAC,QAAQ,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,EACxD,kBAAkB,CAAC,SAAS,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC,KAAK,CAAC,CAAC,EAC1D,SAAS,EACT,UAAU,EACV,OAAO,CACR,CAAC;IACF;;;OAGG;IACH,MAAM,CAAC,OAAO,SAAS,MAAM,EAC3B,MAAM,EAAE,OAAO,GACd,gBAAgB,CACjB,QAAQ,EACR,KAAK,EACL,iBAAiB,EACjB,QAAQ,EACR,SAAS,EACT,kBAAkB,CAAC,SAAS,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,EACzD,kBAAkB,CAAC,UAAU,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC,KAAK,CAAC,CAAC,EAC3D,OAAO,CACR,CAAC;IACF;;;OAGG;IACH,IAAI,CACF,IAAI,EAAE,KAAK,GACV,gBAAgB,CACjB,QAAQ,EACR,KAAK,EACL,iBAAiB,EACjB,QAAQ,EACR,SAAS,EACT,SAAS,EACT,UAAU,EACV,OAAO,CACR,CAAC;IACF;;;OAGG;IACH,GAAG,CAAC,oBAAoB,EACtB,EAAE,EACE,iBAAiB,CACf,SAAS,CAAC,QAAQ,EAAE,iBAAiB,CAAC,EACtC,KAAK,EACL,oBAAoB,EACpB,SAAS,CACV,GACD,kBAAkB,CAChB,QAAQ,EACR,KAAK,EACL,iBAAiB,EACjB,oBAAoB,EACpB,SAAS,CACV,GACJ,gBAAgB,CACjB,QAAQ,EACR,KAAK,EACL,SAAS,CAAC,iBAAiB,EAAE,oBAAoB,CAAC,EAClD,QAAQ,EACR,SAAS,EACT,SAAS,EACT,UAAU,EACV,OAAO,CACR,CAAC;IAEF;;OAEG;IACH,eAAe,CACb,QAAQ,EACR,KAAK,EACL,iBAAiB,EACjB,QAAQ,EACR,SAAS,EACT,SAAS,EACT,UAAU,EAEV,OAAO,EAAE,SAAS,CAAC,QAAQ,EAAE,iBAAiB,CAAC,SAAS,QAAQ,GAC5D,KAAK,SAAS,KAAK,GACjB,gBAAgB,CACd,QAAQ,EACR,KAAK,EACL,iBAAiB,EACjB,QAAQ,EACR,SAAS,EACT,SAAS,EACT,UAAU,EACV,OAAO,CACR,GACD,SAAS,CAAC,eAAe,CAAC,GAC5B,SAAS,CAAC,kBAAkB,CAAC,GAChC,gBAAgB,CACjB,QAAQ,EACR,KAAK,EACL,SAAS,CAAC,iBAAiB,EAAE,iBAAiB,CAAC,EAC/C,kBAAkB,CAAC,QAAQ,EAAE,QAAQ,CAAC,EACtC,kBAAkB,CAAC,QAAQ,EAAE,SAAS,CAAC,EACvC,kBAAkB,CAAC,SAAS,EAAE,SAAS,CAAC,EACxC,kBAAkB,CAAC,UAAU,EAAE,UAAU,CAAC,EAC1C,OAAO,CACR,CAAC;IACF;;;OAGG;IACH,KAAK,CAAC,OAAO,EACX,QAAQ,EAAE,iBAAiB,CACzB,QAAQ,EACR,KAAK,EACL,iBAAiB,EACjB,SAAS,EACT,SAAS,EACT,OAAO,CACR,GACA,OAAO,SAAS,IAAI,GACnB,CACE,KAAK,EAAE,YAAY,CAAC,QAAQ,EAAE,IAAI,CAAC,KAChC,OAAO,CAAC,YAAY,CAAC,UAAU,EAAE,OAAO,CAAC,CAAC,GAC/C,cAAc,CAAC;QACb,KAAK,EAAE,YAAY,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAC;QACpC,MAAM,EAAE,YAAY,CAAC,UAAU,EAAE,OAAO,CAAC,CAAC;KAC3C,CAAC,CAAC;IAEP;;;OAGG;IACH,QAAQ,CAAC,OAAO,EACd,QAAQ,EAAE,iBAAiB,CACzB,QAAQ,EACR,KAAK,EACL,iBAAiB,EACjB,SAAS,EACT,SAAS,EACT,OAAO,CACR,GACA,OAAO,SAAS,IAAI,GACnB,CACE,KAAK,EAAE,YAAY,CAAC,QAAQ,EAAE,IAAI,CAAC,KAChC,OAAO,CAAC,YAAY,CAAC,UAAU,EAAE,OAAO,CAAC,CAAC,GAC/C,iBAAiB,CAAC;QAChB,KAAK,EAAE,YAAY,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAC;QACpC,MAAM,EAAE,YAAY,CAAC,UAAU,EAAE,OAAO,CAAC,CAAC;KAC3C,CAAC,CAAC;IAEP;;;OAGG;IACH,YAAY,CAAC,OAAO,EAClB,QAAQ,EAAE,iBAAiB,CACzB,QAAQ,EACR,KAAK,EACL,iBAAiB,EACjB,SAAS,EACT,SAAS,EACT,OAAO,CACR,GACA,OAAO,SAAS,IAAI,GACnB,SAAS,CAAC,iBAAiB,CAAC,GAC5B,qBAAqB,CAAC;QACpB,KAAK,EAAE,YAAY,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAC;QACpC,MAAM,EAAE,YAAY,CAAC,UAAU,EAAE,uBAAuB,CAAC,OAAO,CAAC,CAAC,CAAC;KACpE,CAAC,CAAC;IAEP;;;OAGG;IACH,mBAAmB,CACjB,MAAM,EAAE,cAAc,CAAC,QAAQ,CAAC,GAC/B,gBAAgB,CACjB,QAAQ,EACR,KAAK,EACL,iBAAiB,EACjB,QAAQ,EACR,SAAS,EACT,SAAS,EACT,UAAU,EACV,IAAI,CACL,CAAC;IACF;;OAEG;IACH,IAAI,EAAE,mBAAmB,CAAC,KAAK,CAAC,CAAC;CAClC;AAED,KAAK,wBAAwB,GAAG,CAC9B,IAAI,EAAE,wBAAwB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC,KAC/C,OAAO,CAAC,OAAO,CAAC,CAAC;AAiBtB,wBAAgB,aAAa,CAAC,QAAQ,EAAE,KAAK,EAC3C,OAAO,GAAE,OAAO,CAAC,sBAAsB,CAAM,GAC5C,gBAAgB,CACjB,QAAQ,EACR,KAAK,EACL,MAAM,EACN,WAAW,EACX,WAAW,EACX,WAAW,EACX,WAAW,EACX,KAAK,CACN,CAqEA;AA6CD;;GAEG;AACH,MAAM,WAAW,oBAAoB,CAAC,QAAQ;IAC5C,GAAG,EAAE,QAAQ,CAAC;IACd,WAAW,EAAE,aAAa,CAAC;IAC3B,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,aAAa,CAAC;CACrB"}
|