@trpc/server 11.0.0-rc.359 → 11.0.0-rc.362
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 +7 -6
- package/dist/@trpc/server/http.d.ts.map +1 -1
- package/dist/@trpc/server/index.d.ts +1 -1
- package/dist/@trpc/server/index.d.ts.map +1 -1
- package/dist/adapters/aws-lambda/getPlanner.d.ts +13 -0
- package/dist/adapters/aws-lambda/getPlanner.d.ts.map +1 -0
- package/dist/adapters/aws-lambda/getPlanner.js +143 -0
- package/dist/adapters/aws-lambda/getPlanner.mjs +141 -0
- package/dist/adapters/aws-lambda/index.d.ts +12 -9
- package/dist/adapters/aws-lambda/index.d.ts.map +1 -1
- package/dist/adapters/aws-lambda/index.js +6 -65
- package/dist/adapters/aws-lambda/index.mjs +8 -61
- package/dist/adapters/express.d.ts.map +1 -1
- package/dist/adapters/express.js +1 -1
- package/dist/adapters/express.mjs +1 -1
- package/dist/adapters/fastify/fastifyRequestHandler.d.ts +10 -1
- package/dist/adapters/fastify/fastifyRequestHandler.d.ts.map +1 -1
- package/dist/adapters/fastify/fastifyRequestHandler.js +12 -55
- package/dist/adapters/fastify/fastifyRequestHandler.mjs +13 -56
- package/dist/adapters/fastify/fastifyTRPCPlugin.d.ts +1 -1
- package/dist/adapters/fastify/fastifyTRPCPlugin.d.ts.map +1 -1
- package/dist/adapters/fetch/fetchRequestHandler.d.ts +1 -5
- package/dist/adapters/fetch/fetchRequestHandler.d.ts.map +1 -1
- package/dist/adapters/fetch/fetchRequestHandler.js +28 -71
- package/dist/adapters/fetch/fetchRequestHandler.mjs +29 -72
- package/dist/adapters/fetch/types.d.ts +9 -12
- package/dist/adapters/fetch/types.d.ts.map +1 -1
- package/dist/adapters/next-app-dir/nextAppDirCaller.d.ts +2 -7
- package/dist/adapters/next-app-dir/nextAppDirCaller.d.ts.map +1 -1
- package/dist/adapters/next.d.ts.map +1 -1
- package/dist/adapters/next.js +1 -2
- package/dist/adapters/next.mjs +1 -2
- package/dist/adapters/node-http/incomingMessageToRequest.d.ts +18 -0
- package/dist/adapters/node-http/incomingMessageToRequest.d.ts.map +1 -0
- package/dist/adapters/node-http/incomingMessageToRequest.js +71 -0
- package/dist/adapters/node-http/incomingMessageToRequest.mjs +69 -0
- package/dist/adapters/node-http/index.d.ts +1 -0
- package/dist/adapters/node-http/index.d.ts.map +1 -1
- package/dist/adapters/node-http/index.js +2 -0
- package/dist/adapters/node-http/index.mjs +1 -0
- package/dist/adapters/node-http/nodeHTTPRequestHandler.d.ts +1 -1
- package/dist/adapters/node-http/nodeHTTPRequestHandler.d.ts.map +1 -1
- package/dist/adapters/node-http/nodeHTTPRequestHandler.js +27 -72
- package/dist/adapters/node-http/nodeHTTPRequestHandler.mjs +28 -73
- package/dist/adapters/node-http/types.d.ts +2 -14
- package/dist/adapters/node-http/types.d.ts.map +1 -1
- package/dist/adapters/standalone.d.ts.map +1 -1
- package/dist/adapters/standalone.js +0 -1
- package/dist/adapters/standalone.mjs +0 -1
- package/dist/adapters/ws.d.ts +2 -12
- package/dist/adapters/ws.d.ts.map +1 -1
- package/dist/adapters/ws.js +1 -1
- package/dist/adapters/ws.mjs +1 -1
- package/dist/bundle-analysis.json +173 -259
- package/dist/http.js +4 -4
- package/dist/http.mjs +2 -2
- package/dist/index.js +2 -2
- package/dist/index.mjs +1 -1
- package/dist/unstable-core-do-not-import/http/contentType.d.ts +8 -28
- package/dist/unstable-core-do-not-import/http/contentType.d.ts.map +1 -1
- package/dist/unstable-core-do-not-import/http/contentType.js +164 -38
- package/dist/unstable-core-do-not-import/http/contentType.mjs +164 -38
- package/dist/unstable-core-do-not-import/http/contentTypeParsers.d.ts +14 -0
- package/dist/unstable-core-do-not-import/http/contentTypeParsers.d.ts.map +1 -0
- package/dist/unstable-core-do-not-import/http/contentTypeParsers.js +14 -0
- package/dist/unstable-core-do-not-import/http/contentTypeParsers.mjs +12 -0
- package/dist/unstable-core-do-not-import/http/getHTTPStatusCode.d.ts +1 -1
- package/dist/unstable-core-do-not-import/http/getHTTPStatusCode.d.ts.map +1 -1
- package/dist/unstable-core-do-not-import/http/resolveHTTPResponse.d.ts +7 -43
- package/dist/unstable-core-do-not-import/http/resolveHTTPResponse.d.ts.map +1 -1
- package/dist/unstable-core-do-not-import/http/resolveHTTPResponse.js +115 -124
- package/dist/unstable-core-do-not-import/http/resolveHTTPResponse.mjs +116 -125
- package/dist/unstable-core-do-not-import/http/types.d.ts +25 -29
- package/dist/unstable-core-do-not-import/http/types.d.ts.map +1 -1
- package/dist/unstable-core-do-not-import/initTRPC.d.ts +1 -1
- package/dist/unstable-core-do-not-import/procedureBuilder.d.ts +1 -3
- package/dist/unstable-core-do-not-import/procedureBuilder.d.ts.map +1 -1
- package/dist/unstable-core-do-not-import/procedureBuilder.js +0 -2
- package/dist/unstable-core-do-not-import/procedureBuilder.mjs +1 -2
- package/dist/unstable-core-do-not-import/rootConfig.d.ts +12 -0
- package/dist/unstable-core-do-not-import/rootConfig.d.ts.map +1 -1
- package/dist/unstable-core-do-not-import/utils.d.ts +3 -0
- package/dist/unstable-core-do-not-import/utils.d.ts.map +1 -1
- package/dist/unstable-core-do-not-import/utils.js +2 -0
- package/dist/unstable-core-do-not-import/utils.mjs +2 -1
- package/dist/unstable-core-do-not-import.d.ts +9 -3
- package/dist/unstable-core-do-not-import.d.ts.map +1 -1
- package/dist/unstable-core-do-not-import.js +11 -9
- package/dist/unstable-core-do-not-import.mjs +7 -6
- package/package.json +3 -14
- package/src/@trpc/server/http.ts +7 -13
- package/src/@trpc/server/index.ts +1 -0
- package/src/adapters/aws-lambda/getPlanner.ts +191 -0
- package/src/adapters/aws-lambda/index.ts +43 -92
- package/src/adapters/express.ts +1 -6
- package/src/adapters/fastify/fastifyRequestHandler.ts +22 -77
- package/src/adapters/fastify/fastifyTRPCPlugin.ts +1 -1
- package/src/adapters/fetch/fetchRequestHandler.ts +34 -98
- package/src/adapters/fetch/types.ts +24 -15
- package/src/adapters/next-app-dir/nextAppDirCaller.ts +2 -9
- package/src/adapters/next.ts +1 -6
- package/src/adapters/node-http/incomingMessageToRequest.ts +94 -0
- package/src/adapters/node-http/index.ts +1 -0
- package/src/adapters/node-http/nodeHTTPRequestHandler.ts +31 -110
- package/src/adapters/node-http/types.ts +9 -19
- package/src/adapters/standalone.ts +1 -2
- package/src/adapters/ws.ts +9 -14
- package/src/unstable-core-do-not-import/http/contentType.ts +199 -82
- package/src/unstable-core-do-not-import/http/contentTypeParsers.ts +29 -0
- package/src/unstable-core-do-not-import/http/getHTTPStatusCode.ts +2 -2
- package/src/unstable-core-do-not-import/http/resolveHTTPResponse.ts +133 -205
- package/src/unstable-core-do-not-import/http/types.ts +25 -32
- package/src/unstable-core-do-not-import/procedureBuilder.ts +2 -4
- package/src/unstable-core-do-not-import/rootConfig.ts +21 -0
- package/src/unstable-core-do-not-import/utils.ts +4 -0
- package/src/unstable-core-do-not-import.ts +9 -3
- package/adapters/node-http/content-type/form-data/index.d.ts +0 -1
- package/adapters/node-http/content-type/form-data/index.js +0 -1
- package/adapters/node-http/content-type/json/index.d.ts +0 -1
- package/adapters/node-http/content-type/json/index.js +0 -1
- package/dist/adapters/aws-lambda/utils.d.ts +0 -40
- package/dist/adapters/aws-lambda/utils.d.ts.map +0 -1
- package/dist/adapters/aws-lambda/utils.js +0 -100
- package/dist/adapters/aws-lambda/utils.mjs +0 -93
- package/dist/adapters/node-http/content-type/form-data/fileUploadHandler.d.ts +0 -73
- package/dist/adapters/node-http/content-type/form-data/fileUploadHandler.d.ts.map +0 -1
- package/dist/adapters/node-http/content-type/form-data/fileUploadHandler.js +0 -161
- package/dist/adapters/node-http/content-type/form-data/fileUploadHandler.mjs +0 -157
- package/dist/adapters/node-http/content-type/form-data/index.d.ts +0 -26
- package/dist/adapters/node-http/content-type/form-data/index.d.ts.map +0 -1
- package/dist/adapters/node-http/content-type/form-data/index.js +0 -135
- package/dist/adapters/node-http/content-type/form-data/index.mjs +0 -108
- package/dist/adapters/node-http/content-type/form-data/memoryUploadHandler.d.ts +0 -31
- package/dist/adapters/node-http/content-type/form-data/memoryUploadHandler.d.ts.map +0 -1
- package/dist/adapters/node-http/content-type/form-data/memoryUploadHandler.js +0 -29
- package/dist/adapters/node-http/content-type/form-data/memoryUploadHandler.mjs +0 -27
- package/dist/adapters/node-http/content-type/form-data/streamSlice.d.ts +0 -16
- package/dist/adapters/node-http/content-type/form-data/streamSlice.d.ts.map +0 -1
- package/dist/adapters/node-http/content-type/form-data/streamSlice.js +0 -46
- package/dist/adapters/node-http/content-type/form-data/streamSlice.mjs +0 -44
- package/dist/adapters/node-http/content-type/form-data/uploadHandler.d.ts +0 -45
- package/dist/adapters/node-http/content-type/form-data/uploadHandler.d.ts.map +0 -1
- package/dist/adapters/node-http/content-type/form-data/uploadHandler.js +0 -30
- package/dist/adapters/node-http/content-type/form-data/uploadHandler.mjs +0 -26
- package/dist/adapters/node-http/content-type/json/getPostBody.d.ts +0 -7
- package/dist/adapters/node-http/content-type/json/getPostBody.d.ts.map +0 -1
- package/dist/adapters/node-http/content-type/json/getPostBody.js +0 -53
- package/dist/adapters/node-http/content-type/json/getPostBody.mjs +0 -51
- package/dist/adapters/node-http/content-type/json/index.d.ts +0 -2
- package/dist/adapters/node-http/content-type/json/index.d.ts.map +0 -1
- package/dist/adapters/node-http/content-type/json/index.js +0 -16
- package/dist/adapters/node-http/content-type/json/index.mjs +0 -14
- package/dist/adapters/node-http/internals/contentType.d.ts +0 -9
- package/dist/adapters/node-http/internals/contentType.d.ts.map +0 -1
- package/dist/adapters/node-http/internals/contentType.js +0 -8
- package/dist/adapters/node-http/internals/contentType.mjs +0 -6
- package/dist/unstable-core-do-not-import/http/index.d.ts +0 -12
- package/dist/unstable-core-do-not-import/http/index.d.ts.map +0 -1
- package/src/adapters/aws-lambda/utils.ts +0 -164
- package/src/adapters/node-http/content-type/form-data/fileUploadHandler.ts +0 -277
- package/src/adapters/node-http/content-type/form-data/index.ts +0 -163
- package/src/adapters/node-http/content-type/form-data/memoryUploadHandler.ts +0 -56
- package/src/adapters/node-http/content-type/form-data/streamSlice.ts +0 -56
- package/src/adapters/node-http/content-type/form-data/uploadHandler.ts +0 -89
- package/src/adapters/node-http/content-type/json/getPostBody.ts +0 -58
- package/src/adapters/node-http/content-type/json/index.ts +0 -11
- package/src/adapters/node-http/internals/contentType.ts +0 -31
- package/src/unstable-core-do-not-import/http/index.ts +0 -29
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
|
-
"bundleSize":
|
|
3
|
-
"bundleOrigSize":
|
|
4
|
-
"bundleReduction":
|
|
2
|
+
"bundleSize": 85795,
|
|
3
|
+
"bundleOrigSize": 132897,
|
|
4
|
+
"bundleReduction": 35.44,
|
|
5
5
|
"modules": [
|
|
6
6
|
{
|
|
7
7
|
"id": "/src/adapters/ws.ts",
|
|
8
8
|
"size": 10170,
|
|
9
|
-
"origSize":
|
|
9
|
+
"origSize": 9440,
|
|
10
10
|
"renderedExports": [
|
|
11
11
|
"getWSConnectionHandler",
|
|
12
12
|
"applyWSSHandler"
|
|
@@ -15,27 +15,28 @@
|
|
|
15
15
|
"dependents": [
|
|
16
16
|
"/src/adapters/fastify/fastifyTRPCPlugin.ts"
|
|
17
17
|
],
|
|
18
|
-
"percent":
|
|
18
|
+
"percent": 11.85,
|
|
19
19
|
"reduction": 0
|
|
20
20
|
},
|
|
21
21
|
{
|
|
22
22
|
"id": "/src/unstable-core-do-not-import/http/resolveHTTPResponse.ts",
|
|
23
|
-
"size":
|
|
24
|
-
"origSize":
|
|
23
|
+
"size": 9493,
|
|
24
|
+
"origSize": 9989,
|
|
25
25
|
"renderedExports": [
|
|
26
|
-
"
|
|
26
|
+
"resolveResponse"
|
|
27
27
|
],
|
|
28
28
|
"removedExports": [],
|
|
29
|
-
"dependents": [
|
|
30
|
-
|
|
31
|
-
|
|
29
|
+
"dependents": [
|
|
30
|
+
"/src/unstable-core-do-not-import.ts"
|
|
31
|
+
],
|
|
32
|
+
"percent": 11.06,
|
|
33
|
+
"reduction": 4.97
|
|
32
34
|
},
|
|
33
35
|
{
|
|
34
36
|
"id": "/src/unstable-core-do-not-import/procedureBuilder.ts",
|
|
35
|
-
"size":
|
|
36
|
-
"origSize":
|
|
37
|
+
"size": 6326,
|
|
38
|
+
"origSize": 15629,
|
|
37
39
|
"renderedExports": [
|
|
38
|
-
"unsetMarker",
|
|
39
40
|
"createBuilder"
|
|
40
41
|
],
|
|
41
42
|
"removedExports": [],
|
|
@@ -43,8 +44,8 @@
|
|
|
43
44
|
"/src/unstable-core-do-not-import.ts",
|
|
44
45
|
"/src/unstable-core-do-not-import/initTRPC.ts"
|
|
45
46
|
],
|
|
46
|
-
"percent":
|
|
47
|
-
"reduction": 59.
|
|
47
|
+
"percent": 7.37,
|
|
48
|
+
"reduction": 59.52
|
|
48
49
|
},
|
|
49
50
|
{
|
|
50
51
|
"id": "/src/unstable-core-do-not-import/router.ts",
|
|
@@ -62,85 +63,37 @@
|
|
|
62
63
|
"/src/unstable-core-do-not-import/http/resolveHTTPResponse.ts",
|
|
63
64
|
"/src/unstable-core-do-not-import/initTRPC.ts"
|
|
64
65
|
],
|
|
65
|
-
"percent": 6.
|
|
66
|
+
"percent": 6.98,
|
|
66
67
|
"reduction": 41.05
|
|
67
68
|
},
|
|
68
69
|
{
|
|
69
|
-
"id": "/src/
|
|
70
|
-
"size":
|
|
71
|
-
"origSize":
|
|
72
|
-
"renderedExports": [
|
|
73
|
-
"readableStreamToString",
|
|
74
|
-
"createFileUploadHandler",
|
|
75
|
-
"NodeOnDiskFile"
|
|
76
|
-
],
|
|
77
|
-
"removedExports": [],
|
|
78
|
-
"dependents": [
|
|
79
|
-
"/src/adapters/node-http/content-type/form-data/index.ts"
|
|
80
|
-
],
|
|
81
|
-
"percent": 5.03,
|
|
82
|
-
"reduction": 38
|
|
83
|
-
},
|
|
84
|
-
{
|
|
85
|
-
"id": "/src/adapters/node-http/content-type/form-data/index.ts",
|
|
86
|
-
"size": 4420,
|
|
87
|
-
"origSize": 6569,
|
|
88
|
-
"renderedExports": [
|
|
89
|
-
"nodeHTTPFormDataContentTypeHandler",
|
|
90
|
-
"experimental_isMultipartFormDataRequest",
|
|
91
|
-
"experimental_parseMultipartFormData"
|
|
92
|
-
],
|
|
93
|
-
"removedExports": [],
|
|
94
|
-
"dependents": [],
|
|
95
|
-
"percent": 4.46,
|
|
96
|
-
"reduction": 32.71
|
|
97
|
-
},
|
|
98
|
-
{
|
|
99
|
-
"id": "/src/adapters/node-http/nodeHTTPRequestHandler.ts",
|
|
100
|
-
"size": 3933,
|
|
101
|
-
"origSize": 4550,
|
|
102
|
-
"renderedExports": [
|
|
103
|
-
"nodeHTTPRequestHandler"
|
|
104
|
-
],
|
|
105
|
-
"removedExports": [],
|
|
106
|
-
"dependents": [
|
|
107
|
-
"/src/adapters/node-http/index.ts"
|
|
108
|
-
],
|
|
109
|
-
"percent": 3.97,
|
|
110
|
-
"reduction": 13.56
|
|
111
|
-
},
|
|
112
|
-
{
|
|
113
|
-
"id": "/src/adapters/fetch/fetchRequestHandler.ts",
|
|
114
|
-
"size": 3468,
|
|
115
|
-
"origSize": 3849,
|
|
70
|
+
"id": "/src/unstable-core-do-not-import/http/contentType.ts",
|
|
71
|
+
"size": 5547,
|
|
72
|
+
"origSize": 5469,
|
|
116
73
|
"renderedExports": [
|
|
117
|
-
"
|
|
74
|
+
"getRequestInfo"
|
|
118
75
|
],
|
|
119
76
|
"removedExports": [],
|
|
120
77
|
"dependents": [
|
|
121
|
-
"/src/
|
|
78
|
+
"/src/unstable-core-do-not-import.ts",
|
|
79
|
+
"/src/unstable-core-do-not-import/http/resolveHTTPResponse.ts"
|
|
122
80
|
],
|
|
123
|
-
"percent":
|
|
124
|
-
"reduction":
|
|
81
|
+
"percent": 6.47,
|
|
82
|
+
"reduction": 0
|
|
125
83
|
},
|
|
126
84
|
{
|
|
127
|
-
"id": "/src/adapters/aws-lambda/
|
|
128
|
-
"size":
|
|
129
|
-
"origSize":
|
|
85
|
+
"id": "/src/adapters/aws-lambda/getPlanner.ts",
|
|
86
|
+
"size": 4852,
|
|
87
|
+
"origSize": 5617,
|
|
130
88
|
"renderedExports": [
|
|
131
|
-
"
|
|
132
|
-
"isPayloadV2",
|
|
133
|
-
"getHTTPMethod",
|
|
134
|
-
"getPath",
|
|
135
|
-
"transformHeaders",
|
|
136
|
-
"UNKNOWN_PAYLOAD_FORMAT_VERSION_ERROR_MESSAGE"
|
|
89
|
+
"getPlanner"
|
|
137
90
|
],
|
|
138
91
|
"removedExports": [],
|
|
139
92
|
"dependents": [
|
|
140
93
|
"/src/adapters/aws-lambda/index.ts"
|
|
141
94
|
],
|
|
142
|
-
"percent":
|
|
143
|
-
"reduction":
|
|
95
|
+
"percent": 5.66,
|
|
96
|
+
"reduction": 13.62
|
|
144
97
|
},
|
|
145
98
|
{
|
|
146
99
|
"id": "/src/observable/observable.ts",
|
|
@@ -156,13 +109,13 @@
|
|
|
156
109
|
"/src/observable/index.ts",
|
|
157
110
|
"/src/observable/operators.ts"
|
|
158
111
|
],
|
|
159
|
-
"percent": 3.
|
|
112
|
+
"percent": 3.65,
|
|
160
113
|
"reduction": 0.67
|
|
161
114
|
},
|
|
162
115
|
{
|
|
163
116
|
"id": "/src/adapters/next-app-dir/nextAppDirCaller.ts",
|
|
164
117
|
"size": 3050,
|
|
165
|
-
"origSize":
|
|
118
|
+
"origSize": 3818,
|
|
166
119
|
"renderedExports": [
|
|
167
120
|
"nextAppDirCaller"
|
|
168
121
|
],
|
|
@@ -170,8 +123,8 @@
|
|
|
170
123
|
"dependents": [
|
|
171
124
|
"/src/adapters/next-app-dir.ts"
|
|
172
125
|
],
|
|
173
|
-
"percent": 3.
|
|
174
|
-
"reduction":
|
|
126
|
+
"percent": 3.55,
|
|
127
|
+
"reduction": 20.12
|
|
175
128
|
},
|
|
176
129
|
{
|
|
177
130
|
"id": "/src/observable/operators.ts",
|
|
@@ -186,7 +139,7 @@
|
|
|
186
139
|
"dependents": [
|
|
187
140
|
"/src/observable/index.ts"
|
|
188
141
|
],
|
|
189
|
-
"percent":
|
|
142
|
+
"percent": 3.21,
|
|
190
143
|
"reduction": 0
|
|
191
144
|
},
|
|
192
145
|
{
|
|
@@ -206,7 +159,7 @@
|
|
|
206
159
|
"/src/unstable-core-do-not-import/router.ts",
|
|
207
160
|
"/src/unstable-core-do-not-import/initTRPC.ts"
|
|
208
161
|
],
|
|
209
|
-
"percent": 2
|
|
162
|
+
"percent": 3.2,
|
|
210
163
|
"reduction": 45.94
|
|
211
164
|
},
|
|
212
165
|
{
|
|
@@ -220,7 +173,7 @@
|
|
|
220
173
|
"dependents": [
|
|
221
174
|
"/src/unstable-core-do-not-import.ts"
|
|
222
175
|
],
|
|
223
|
-
"percent":
|
|
176
|
+
"percent": 3.09,
|
|
224
177
|
"reduction": 41.46
|
|
225
178
|
},
|
|
226
179
|
{
|
|
@@ -240,35 +193,22 @@
|
|
|
240
193
|
"/src/unstable-core-do-not-import/initTRPC.ts",
|
|
241
194
|
"/src/unstable-core-do-not-import/procedureBuilder.ts"
|
|
242
195
|
],
|
|
243
|
-
"percent":
|
|
196
|
+
"percent": 3.06,
|
|
244
197
|
"reduction": 55.5
|
|
245
198
|
},
|
|
246
199
|
{
|
|
247
|
-
"id": "/src/adapters/
|
|
248
|
-
"size":
|
|
249
|
-
"origSize":
|
|
200
|
+
"id": "/src/adapters/fetch/fetchRequestHandler.ts",
|
|
201
|
+
"size": 2259,
|
|
202
|
+
"origSize": 2305,
|
|
250
203
|
"renderedExports": [
|
|
251
|
-
"
|
|
204
|
+
"fetchRequestHandler"
|
|
252
205
|
],
|
|
253
206
|
"removedExports": [],
|
|
254
207
|
"dependents": [
|
|
255
|
-
"/src/adapters/
|
|
256
|
-
"/src/adapters/fastify/fastifyTRPCPlugin.ts"
|
|
257
|
-
],
|
|
258
|
-
"percent": 2.5,
|
|
259
|
-
"reduction": 36.53
|
|
260
|
-
},
|
|
261
|
-
{
|
|
262
|
-
"id": "/src/adapters/aws-lambda/index.ts",
|
|
263
|
-
"size": 2445,
|
|
264
|
-
"origSize": 3618,
|
|
265
|
-
"renderedExports": [
|
|
266
|
-
"awsLambdaRequestHandler"
|
|
208
|
+
"/src/adapters/fetch/index.ts"
|
|
267
209
|
],
|
|
268
|
-
"
|
|
269
|
-
"
|
|
270
|
-
"percent": 2.47,
|
|
271
|
-
"reduction": 32.42
|
|
210
|
+
"percent": 2.63,
|
|
211
|
+
"reduction": 2
|
|
272
212
|
},
|
|
273
213
|
{
|
|
274
214
|
"id": "/src/unstable-core-do-not-import/createProxy.ts",
|
|
@@ -283,69 +223,58 @@
|
|
|
283
223
|
"/src/unstable-core-do-not-import.ts",
|
|
284
224
|
"/src/unstable-core-do-not-import/router.ts"
|
|
285
225
|
],
|
|
286
|
-
"percent": 2.
|
|
226
|
+
"percent": 2.33,
|
|
287
227
|
"reduction": 0
|
|
288
228
|
},
|
|
289
229
|
{
|
|
290
|
-
"id": "/src/
|
|
291
|
-
"size":
|
|
292
|
-
"origSize":
|
|
230
|
+
"id": "/src/adapters/node-http/nodeHTTPRequestHandler.ts",
|
|
231
|
+
"size": 1960,
|
|
232
|
+
"origSize": 2390,
|
|
293
233
|
"renderedExports": [
|
|
294
|
-
"
|
|
295
|
-
"getTRPCErrorFromUnknown",
|
|
296
|
-
"TRPCError"
|
|
234
|
+
"nodeHTTPRequestHandler"
|
|
297
235
|
],
|
|
298
236
|
"removedExports": [],
|
|
299
237
|
"dependents": [
|
|
300
|
-
"/src/
|
|
301
|
-
"/src/unstable-core-do-not-import/http/resolveHTTPResponse.ts",
|
|
302
|
-
"/src/unstable-core-do-not-import/http/contentType.ts",
|
|
303
|
-
"/src/unstable-core-do-not-import/router.ts",
|
|
304
|
-
"/src/unstable-core-do-not-import/middleware.ts",
|
|
305
|
-
"/src/unstable-core-do-not-import/procedureBuilder.ts"
|
|
238
|
+
"/src/adapters/node-http/index.ts"
|
|
306
239
|
],
|
|
307
|
-
"percent":
|
|
308
|
-
"reduction":
|
|
240
|
+
"percent": 2.28,
|
|
241
|
+
"reduction": 17.99
|
|
309
242
|
},
|
|
310
243
|
{
|
|
311
|
-
"id": "/src/
|
|
312
|
-
"size":
|
|
313
|
-
"origSize":
|
|
244
|
+
"id": "/src/adapters/node-http/incomingMessageToRequest.ts",
|
|
245
|
+
"size": 1954,
|
|
246
|
+
"origSize": 2458,
|
|
314
247
|
"renderedExports": [
|
|
315
|
-
"
|
|
248
|
+
"incomingMessageToRequest"
|
|
316
249
|
],
|
|
317
250
|
"removedExports": [],
|
|
318
251
|
"dependents": [
|
|
319
|
-
"/src/
|
|
320
|
-
|
|
321
|
-
"percent": 1.66,
|
|
322
|
-
"reduction": 34.79
|
|
323
|
-
},
|
|
324
|
-
{
|
|
325
|
-
"id": "/src/adapters/next.ts",
|
|
326
|
-
"size": 1602,
|
|
327
|
-
"origSize": 2260,
|
|
328
|
-
"renderedExports": [
|
|
329
|
-
"createNextApiHandler"
|
|
252
|
+
"/src/adapters/node-http/index.ts",
|
|
253
|
+
"/src/adapters/node-http/nodeHTTPRequestHandler.ts"
|
|
330
254
|
],
|
|
331
|
-
"
|
|
332
|
-
"
|
|
333
|
-
"percent": 1.62,
|
|
334
|
-
"reduction": 29.12
|
|
255
|
+
"percent": 2.28,
|
|
256
|
+
"reduction": 20.5
|
|
335
257
|
},
|
|
336
258
|
{
|
|
337
|
-
"id": "/src/
|
|
338
|
-
"size":
|
|
339
|
-
"origSize":
|
|
259
|
+
"id": "/src/unstable-core-do-not-import/error/TRPCError.ts",
|
|
260
|
+
"size": 1733,
|
|
261
|
+
"origSize": 2152,
|
|
340
262
|
"renderedExports": [
|
|
341
|
-
"
|
|
263
|
+
"getCauseFromUnknown",
|
|
264
|
+
"getTRPCErrorFromUnknown",
|
|
265
|
+
"TRPCError"
|
|
342
266
|
],
|
|
343
267
|
"removedExports": [],
|
|
344
268
|
"dependents": [
|
|
345
|
-
"/src/
|
|
269
|
+
"/src/unstable-core-do-not-import.ts",
|
|
270
|
+
"/src/unstable-core-do-not-import/http/resolveHTTPResponse.ts",
|
|
271
|
+
"/src/unstable-core-do-not-import/router.ts",
|
|
272
|
+
"/src/unstable-core-do-not-import/middleware.ts",
|
|
273
|
+
"/src/unstable-core-do-not-import/http/contentType.ts",
|
|
274
|
+
"/src/unstable-core-do-not-import/procedureBuilder.ts"
|
|
346
275
|
],
|
|
347
|
-
"percent":
|
|
348
|
-
"reduction":
|
|
276
|
+
"percent": 2.02,
|
|
277
|
+
"reduction": 19.47
|
|
349
278
|
},
|
|
350
279
|
{
|
|
351
280
|
"id": "/src/unstable-core-do-not-import/rpc/parseTRPCMessage.ts",
|
|
@@ -356,9 +285,21 @@
|
|
|
356
285
|
],
|
|
357
286
|
"removedExports": [],
|
|
358
287
|
"dependents": [],
|
|
359
|
-
"percent": 1.
|
|
288
|
+
"percent": 1.84,
|
|
360
289
|
"reduction": 21.04
|
|
361
290
|
},
|
|
291
|
+
{
|
|
292
|
+
"id": "/src/adapters/next.ts",
|
|
293
|
+
"size": 1543,
|
|
294
|
+
"origSize": 2112,
|
|
295
|
+
"renderedExports": [
|
|
296
|
+
"createNextApiHandler"
|
|
297
|
+
],
|
|
298
|
+
"removedExports": [],
|
|
299
|
+
"dependents": [],
|
|
300
|
+
"percent": 1.8,
|
|
301
|
+
"reduction": 26.94
|
|
302
|
+
},
|
|
362
303
|
{
|
|
363
304
|
"id": "/src/unstable-core-do-not-import/rpc/codes.ts",
|
|
364
305
|
"size": 1524,
|
|
@@ -369,13 +310,13 @@
|
|
|
369
310
|
],
|
|
370
311
|
"removedExports": [],
|
|
371
312
|
"dependents": [],
|
|
372
|
-
"percent": 1.
|
|
313
|
+
"percent": 1.78,
|
|
373
314
|
"reduction": 27.6
|
|
374
315
|
},
|
|
375
316
|
{
|
|
376
317
|
"id": "/src/adapters/fastify/fastifyTRPCPlugin.ts",
|
|
377
318
|
"size": 1481,
|
|
378
|
-
"origSize":
|
|
319
|
+
"origSize": 2281,
|
|
379
320
|
"renderedExports": [
|
|
380
321
|
"fastifyTRPCPlugin"
|
|
381
322
|
],
|
|
@@ -383,38 +324,25 @@
|
|
|
383
324
|
"dependents": [
|
|
384
325
|
"/src/adapters/fastify/index.ts"
|
|
385
326
|
],
|
|
386
|
-
"percent": 1.
|
|
387
|
-
"reduction":
|
|
388
|
-
},
|
|
389
|
-
{
|
|
390
|
-
"id": "/src/adapters/node-http/content-type/form-data/streamSlice.ts",
|
|
391
|
-
"size": 1393,
|
|
392
|
-
"origSize": 1370,
|
|
393
|
-
"renderedExports": [
|
|
394
|
-
"streamSlice"
|
|
395
|
-
],
|
|
396
|
-
"removedExports": [],
|
|
397
|
-
"dependents": [
|
|
398
|
-
"/src/adapters/node-http/content-type/form-data/fileUploadHandler.ts"
|
|
399
|
-
],
|
|
400
|
-
"percent": 1.41,
|
|
401
|
-
"reduction": 0
|
|
327
|
+
"percent": 1.73,
|
|
328
|
+
"reduction": 35.07
|
|
402
329
|
},
|
|
403
330
|
{
|
|
404
331
|
"id": "/src/unstable-core-do-not-import/http/getHTTPStatusCode.ts",
|
|
405
332
|
"size": 1266,
|
|
406
|
-
"origSize":
|
|
333
|
+
"origSize": 1655,
|
|
407
334
|
"renderedExports": [
|
|
408
335
|
"getHTTPStatusCode",
|
|
409
336
|
"getHTTPStatusCodeFromError"
|
|
410
337
|
],
|
|
411
338
|
"removedExports": [],
|
|
412
339
|
"dependents": [
|
|
340
|
+
"/src/unstable-core-do-not-import.ts",
|
|
413
341
|
"/src/unstable-core-do-not-import/http/resolveHTTPResponse.ts",
|
|
414
342
|
"/src/unstable-core-do-not-import/error/getErrorShape.ts"
|
|
415
343
|
],
|
|
416
|
-
"percent": 1.
|
|
417
|
-
"reduction":
|
|
344
|
+
"percent": 1.48,
|
|
345
|
+
"reduction": 23.5
|
|
418
346
|
},
|
|
419
347
|
{
|
|
420
348
|
"id": "/src/unstable-core-do-not-import/parser.ts",
|
|
@@ -428,7 +356,7 @@
|
|
|
428
356
|
"/src/unstable-core-do-not-import.ts",
|
|
429
357
|
"/src/unstable-core-do-not-import/procedureBuilder.ts"
|
|
430
358
|
],
|
|
431
|
-
"percent": 1,
|
|
359
|
+
"percent": 1.16,
|
|
432
360
|
"reduction": 56.22
|
|
433
361
|
},
|
|
434
362
|
{
|
|
@@ -445,14 +373,15 @@
|
|
|
445
373
|
"/src/adapters/next-app-dir/nextAppDirCaller.ts",
|
|
446
374
|
"/src/adapters/next-app-dir/rethrowNextErrors.ts"
|
|
447
375
|
],
|
|
448
|
-
"percent": 1,
|
|
376
|
+
"percent": 1.15,
|
|
449
377
|
"reduction": 13.65
|
|
450
378
|
},
|
|
451
379
|
{
|
|
452
380
|
"id": "/src/unstable-core-do-not-import/utils.ts",
|
|
453
|
-
"size":
|
|
454
|
-
"origSize":
|
|
381
|
+
"size": 940,
|
|
382
|
+
"origSize": 1265,
|
|
455
383
|
"renderedExports": [
|
|
384
|
+
"unsetMarker",
|
|
456
385
|
"mergeWithoutOverrides",
|
|
457
386
|
"isObject",
|
|
458
387
|
"isFunction",
|
|
@@ -466,10 +395,11 @@
|
|
|
466
395
|
"/src/unstable-core-do-not-import/transformer.ts",
|
|
467
396
|
"/src/unstable-core-do-not-import/middleware.ts",
|
|
468
397
|
"/src/unstable-core-do-not-import/rpc/parseTRPCMessage.ts",
|
|
398
|
+
"/src/unstable-core-do-not-import/http/contentType.ts",
|
|
469
399
|
"/src/unstable-core-do-not-import/procedureBuilder.ts"
|
|
470
400
|
],
|
|
471
|
-
"percent":
|
|
472
|
-
"reduction":
|
|
401
|
+
"percent": 1.1,
|
|
402
|
+
"reduction": 25.69
|
|
473
403
|
},
|
|
474
404
|
{
|
|
475
405
|
"id": "/src/adapters/next-app-dir/formDataToObject.ts",
|
|
@@ -482,42 +412,35 @@
|
|
|
482
412
|
"dependents": [
|
|
483
413
|
"/src/adapters/next-app-dir/nextAppDirCaller.ts"
|
|
484
414
|
],
|
|
485
|
-
"percent": 0.
|
|
415
|
+
"percent": 0.95,
|
|
486
416
|
"reduction": 0.97
|
|
487
417
|
},
|
|
488
418
|
{
|
|
489
|
-
"id": "/src/adapters/
|
|
490
|
-
"size":
|
|
491
|
-
"origSize":
|
|
419
|
+
"id": "/src/adapters/fastify/fastifyRequestHandler.ts",
|
|
420
|
+
"size": 794,
|
|
421
|
+
"origSize": 2172,
|
|
492
422
|
"renderedExports": [
|
|
493
|
-
"
|
|
494
|
-
"MaxPartSizeExceededError",
|
|
495
|
-
"MaxBodySizeExceededError"
|
|
496
|
-
],
|
|
497
|
-
"removedExports": [
|
|
498
|
-
"createMemoryUploadHandler"
|
|
423
|
+
"fastifyRequestHandler"
|
|
499
424
|
],
|
|
425
|
+
"removedExports": [],
|
|
500
426
|
"dependents": [
|
|
501
|
-
"/src/adapters/
|
|
502
|
-
"/src/adapters/
|
|
503
|
-
"/src/adapters/node-http/content-type/form-data/memoryUploadHandler.ts"
|
|
427
|
+
"/src/adapters/fastify/index.ts",
|
|
428
|
+
"/src/adapters/fastify/fastifyTRPCPlugin.ts"
|
|
504
429
|
],
|
|
505
|
-
"percent": 0.
|
|
506
|
-
"reduction":
|
|
430
|
+
"percent": 0.93,
|
|
431
|
+
"reduction": 63.44
|
|
507
432
|
},
|
|
508
433
|
{
|
|
509
|
-
"id": "/src/adapters/
|
|
510
|
-
"size":
|
|
511
|
-
"origSize":
|
|
434
|
+
"id": "/src/adapters/aws-lambda/index.ts",
|
|
435
|
+
"size": 763,
|
|
436
|
+
"origSize": 2293,
|
|
512
437
|
"renderedExports": [
|
|
513
|
-
"
|
|
438
|
+
"awsLambdaRequestHandler"
|
|
514
439
|
],
|
|
515
440
|
"removedExports": [],
|
|
516
|
-
"dependents": [
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
"percent": 0.71,
|
|
520
|
-
"reduction": 71.21
|
|
441
|
+
"dependents": [],
|
|
442
|
+
"percent": 0.89,
|
|
443
|
+
"reduction": 66.72
|
|
521
444
|
},
|
|
522
445
|
{
|
|
523
446
|
"id": "/src/unstable-core-do-not-import/http/batchStreamFormatter.ts",
|
|
@@ -527,8 +450,11 @@
|
|
|
527
450
|
"getBatchStreamFormatter"
|
|
528
451
|
],
|
|
529
452
|
"removedExports": [],
|
|
530
|
-
"dependents": [
|
|
531
|
-
|
|
453
|
+
"dependents": [
|
|
454
|
+
"/src/unstable-core-do-not-import.ts",
|
|
455
|
+
"/src/unstable-core-do-not-import/http/resolveHTTPResponse.ts"
|
|
456
|
+
],
|
|
457
|
+
"percent": 0.78,
|
|
532
458
|
"reduction": 0.6
|
|
533
459
|
},
|
|
534
460
|
{
|
|
@@ -543,21 +469,21 @@
|
|
|
543
469
|
"/src/unstable-core-do-not-import.ts",
|
|
544
470
|
"/src/unstable-core-do-not-import/http/resolveHTTPResponse.ts"
|
|
545
471
|
],
|
|
546
|
-
"percent": 0.
|
|
472
|
+
"percent": 0.73,
|
|
547
473
|
"reduction": 43.49
|
|
548
474
|
},
|
|
549
475
|
{
|
|
550
476
|
"id": "/src/adapters/standalone.ts",
|
|
551
|
-
"size":
|
|
552
|
-
"origSize":
|
|
477
|
+
"size": 520,
|
|
478
|
+
"origSize": 1580,
|
|
553
479
|
"renderedExports": [
|
|
554
480
|
"createHTTPHandler",
|
|
555
481
|
"createHTTPServer"
|
|
556
482
|
],
|
|
557
483
|
"removedExports": [],
|
|
558
484
|
"dependents": [],
|
|
559
|
-
"percent": 0.
|
|
560
|
-
"reduction":
|
|
485
|
+
"percent": 0.61,
|
|
486
|
+
"reduction": 67.09
|
|
561
487
|
},
|
|
562
488
|
{
|
|
563
489
|
"id": "/src/adapters/next-app-dir/rethrowNextErrors.ts",
|
|
@@ -570,13 +496,13 @@
|
|
|
570
496
|
"dependents": [
|
|
571
497
|
"/src/adapters/next-app-dir/nextAppDirCaller.ts"
|
|
572
498
|
],
|
|
573
|
-
"percent": 0.
|
|
499
|
+
"percent": 0.49,
|
|
574
500
|
"reduction": 40.06
|
|
575
501
|
},
|
|
576
502
|
{
|
|
577
503
|
"id": "/src/unstable-core-do-not-import/rootConfig.ts",
|
|
578
504
|
"size": 343,
|
|
579
|
-
"origSize":
|
|
505
|
+
"origSize": 2653,
|
|
580
506
|
"renderedExports": [
|
|
581
507
|
"isServerDefault"
|
|
582
508
|
],
|
|
@@ -585,34 +511,34 @@
|
|
|
585
511
|
"/src/unstable-core-do-not-import.ts",
|
|
586
512
|
"/src/unstable-core-do-not-import/initTRPC.ts"
|
|
587
513
|
],
|
|
588
|
-
"percent": 0.
|
|
589
|
-
"reduction":
|
|
514
|
+
"percent": 0.4,
|
|
515
|
+
"reduction": 87.07
|
|
590
516
|
},
|
|
591
517
|
{
|
|
592
518
|
"id": "/src/adapters/express.ts",
|
|
593
|
-
"size":
|
|
594
|
-
"origSize":
|
|
519
|
+
"size": 280,
|
|
520
|
+
"origSize": 1034,
|
|
595
521
|
"renderedExports": [
|
|
596
522
|
"createExpressMiddleware"
|
|
597
523
|
],
|
|
598
524
|
"removedExports": [],
|
|
599
525
|
"dependents": [],
|
|
600
|
-
"percent": 0.
|
|
601
|
-
"reduction":
|
|
526
|
+
"percent": 0.33,
|
|
527
|
+
"reduction": 72.92
|
|
602
528
|
},
|
|
603
529
|
{
|
|
604
|
-
"id": "/src/
|
|
605
|
-
"size":
|
|
606
|
-
"origSize":
|
|
530
|
+
"id": "/src/unstable-core-do-not-import/http/contentTypeParsers.ts",
|
|
531
|
+
"size": 277,
|
|
532
|
+
"origSize": 878,
|
|
607
533
|
"renderedExports": [
|
|
608
|
-
"
|
|
534
|
+
"octetInputParser"
|
|
609
535
|
],
|
|
610
536
|
"removedExports": [],
|
|
611
537
|
"dependents": [
|
|
612
|
-
"/src/
|
|
538
|
+
"/src/unstable-core-do-not-import.ts"
|
|
613
539
|
],
|
|
614
|
-
"percent": 0.
|
|
615
|
-
"reduction":
|
|
540
|
+
"percent": 0.32,
|
|
541
|
+
"reduction": 68.45
|
|
616
542
|
},
|
|
617
543
|
{
|
|
618
544
|
"id": "/src/unstable-core-do-not-import/types.ts",
|
|
@@ -625,7 +551,7 @@
|
|
|
625
551
|
"dependents": [
|
|
626
552
|
"/src/unstable-core-do-not-import.ts"
|
|
627
553
|
],
|
|
628
|
-
"percent": 0.
|
|
554
|
+
"percent": 0.26,
|
|
629
555
|
"reduction": 94.55
|
|
630
556
|
},
|
|
631
557
|
{
|
|
@@ -639,7 +565,7 @@
|
|
|
639
565
|
"dependents": [
|
|
640
566
|
"/src/adapters/next-app-dir.ts"
|
|
641
567
|
],
|
|
642
|
-
"percent": 0.
|
|
568
|
+
"percent": 0.25,
|
|
643
569
|
"reduction": 36.26
|
|
644
570
|
},
|
|
645
571
|
{
|
|
@@ -650,24 +576,11 @@
|
|
|
650
576
|
"toURL"
|
|
651
577
|
],
|
|
652
578
|
"removedExports": [],
|
|
653
|
-
"dependents": [],
|
|
654
|
-
"percent": 0.16,
|
|
655
|
-
"reduction": 14.13
|
|
656
|
-
},
|
|
657
|
-
{
|
|
658
|
-
"id": "/src/adapters/node-http/internals/contentType.ts",
|
|
659
|
-
"size": 116,
|
|
660
|
-
"origSize": 871,
|
|
661
|
-
"renderedExports": [
|
|
662
|
-
"createNodeHTTPContentTypeHandler"
|
|
663
|
-
],
|
|
664
|
-
"removedExports": [],
|
|
665
579
|
"dependents": [
|
|
666
|
-
"/src/
|
|
667
|
-
"/src/adapters/node-http/content-type/form-data/index.ts"
|
|
580
|
+
"/src/unstable-core-do-not-import.ts"
|
|
668
581
|
],
|
|
669
|
-
"percent": 0.
|
|
670
|
-
"reduction":
|
|
582
|
+
"percent": 0.18,
|
|
583
|
+
"reduction": 14.13
|
|
671
584
|
},
|
|
672
585
|
{
|
|
673
586
|
"id": "/src/unstable-core-do-not-import/procedure.ts",
|
|
@@ -681,7 +594,7 @@
|
|
|
681
594
|
"/src/unstable-core-do-not-import.ts",
|
|
682
595
|
"/src/unstable-core-do-not-import/rpc/parseTRPCMessage.ts"
|
|
683
596
|
],
|
|
684
|
-
"percent": 0.
|
|
597
|
+
"percent": 0.09,
|
|
685
598
|
"reduction": 96.87
|
|
686
599
|
},
|
|
687
600
|
{
|
|
@@ -697,7 +610,7 @@
|
|
|
697
610
|
"/src/unstable-core-do-not-import/router.ts",
|
|
698
611
|
"/src/unstable-core-do-not-import/initTRPC.ts"
|
|
699
612
|
],
|
|
700
|
-
"percent": 0.
|
|
613
|
+
"percent": 0.07,
|
|
701
614
|
"reduction": 93.8
|
|
702
615
|
},
|
|
703
616
|
{
|
|
@@ -731,9 +644,9 @@
|
|
|
731
644
|
"reduction": 100
|
|
732
645
|
},
|
|
733
646
|
{
|
|
734
|
-
"id": "/src/
|
|
647
|
+
"id": "/src/shared.ts",
|
|
735
648
|
"size": 0,
|
|
736
|
-
"origSize":
|
|
649
|
+
"origSize": 653,
|
|
737
650
|
"renderedExports": [],
|
|
738
651
|
"removedExports": [],
|
|
739
652
|
"dependents": [],
|
|
@@ -741,9 +654,9 @@
|
|
|
741
654
|
"reduction": 100
|
|
742
655
|
},
|
|
743
656
|
{
|
|
744
|
-
"id": "/src/
|
|
657
|
+
"id": "/src/unstable-core-do-not-import.ts",
|
|
745
658
|
"size": 0,
|
|
746
|
-
"origSize":
|
|
659
|
+
"origSize": 1912,
|
|
747
660
|
"renderedExports": [],
|
|
748
661
|
"removedExports": [],
|
|
749
662
|
"dependents": [],
|
|
@@ -772,16 +685,6 @@
|
|
|
772
685
|
"percent": 0,
|
|
773
686
|
"reduction": 100
|
|
774
687
|
},
|
|
775
|
-
{
|
|
776
|
-
"id": "/src/adapters/fetch/index.ts",
|
|
777
|
-
"size": 0,
|
|
778
|
-
"origSize": 64,
|
|
779
|
-
"renderedExports": [],
|
|
780
|
-
"removedExports": [],
|
|
781
|
-
"dependents": [],
|
|
782
|
-
"percent": 0,
|
|
783
|
-
"reduction": 100
|
|
784
|
-
},
|
|
785
688
|
{
|
|
786
689
|
"id": "/src/adapters/fastify/index.ts",
|
|
787
690
|
"size": 0,
|
|
@@ -795,17 +698,28 @@
|
|
|
795
698
|
{
|
|
796
699
|
"id": "/src/adapters/node-http/index.ts",
|
|
797
700
|
"size": 0,
|
|
798
|
-
"origSize":
|
|
701
|
+
"origSize": 111,
|
|
799
702
|
"renderedExports": [],
|
|
800
703
|
"removedExports": [],
|
|
801
704
|
"dependents": [
|
|
802
705
|
"/src/adapters/express.ts",
|
|
706
|
+
"/src/adapters/standalone.ts",
|
|
803
707
|
"/src/adapters/next.ts",
|
|
804
|
-
"/src/adapters/
|
|
708
|
+
"/src/adapters/fastify/fastifyRequestHandler.ts"
|
|
805
709
|
],
|
|
806
710
|
"percent": 0,
|
|
807
711
|
"reduction": 100
|
|
712
|
+
},
|
|
713
|
+
{
|
|
714
|
+
"id": "/src/adapters/fetch/index.ts",
|
|
715
|
+
"size": 0,
|
|
716
|
+
"origSize": 64,
|
|
717
|
+
"renderedExports": [],
|
|
718
|
+
"removedExports": [],
|
|
719
|
+
"dependents": [],
|
|
720
|
+
"percent": 0,
|
|
721
|
+
"reduction": 100
|
|
808
722
|
}
|
|
809
723
|
],
|
|
810
|
-
"moduleCount":
|
|
724
|
+
"moduleCount": 50
|
|
811
725
|
}
|