@trpc/server 11.0.0-rc.342 → 11.0.0-rc.346
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 +0 -1
- package/dist/@trpc/server/http.d.ts.map +1 -1
- package/dist/@trpc/server/index.d.ts +2 -1
- package/dist/@trpc/server/index.d.ts.map +1 -1
- package/dist/adapters/aws-lambda/content-type/json/index.d.ts +10 -0
- package/dist/adapters/aws-lambda/content-type/json/index.d.ts.map +1 -0
- package/dist/adapters/aws-lambda/content-type/json/index.js +59 -0
- package/dist/adapters/aws-lambda/content-type/json/index.mjs +57 -0
- package/dist/adapters/aws-lambda/index.d.ts.map +1 -1
- package/dist/adapters/aws-lambda/index.js +19 -9
- package/dist/adapters/aws-lambda/index.mjs +19 -9
- package/dist/adapters/aws-lambda/utils.d.ts +3 -12
- package/dist/adapters/aws-lambda/utils.d.ts.map +1 -1
- package/dist/adapters/aws-lambda/utils.js +12 -1
- package/dist/adapters/aws-lambda/utils.mjs +12 -2
- package/dist/adapters/content-handlers/selectContentHandlerOrUnsupportedMediaType.d.ts +4 -0
- package/dist/adapters/content-handlers/selectContentHandlerOrUnsupportedMediaType.d.ts.map +1 -0
- package/dist/adapters/content-handlers/selectContentHandlerOrUnsupportedMediaType.js +22 -0
- package/dist/adapters/content-handlers/selectContentHandlerOrUnsupportedMediaType.mjs +20 -0
- package/dist/adapters/express.d.ts.map +1 -1
- package/dist/adapters/express.js +0 -1
- package/dist/adapters/express.mjs +0 -1
- package/dist/adapters/fastify/content-type/json/index.d.ts +8 -0
- package/dist/adapters/fastify/content-type/json/index.d.ts.map +1 -0
- package/dist/adapters/fastify/content-type/json/index.js +59 -0
- package/dist/adapters/fastify/content-type/json/index.mjs +57 -0
- package/dist/adapters/fastify/fastifyRequestHandler.d.ts +1 -9
- package/dist/adapters/fastify/fastifyRequestHandler.d.ts.map +1 -1
- package/dist/adapters/fastify/fastifyRequestHandler.js +10 -2
- package/dist/adapters/fastify/fastifyRequestHandler.mjs +10 -2
- package/dist/adapters/fastify/fastifyTRPCPlugin.d.ts +1 -1
- package/dist/adapters/fastify/fastifyTRPCPlugin.d.ts.map +1 -1
- package/dist/adapters/fastify/types.d.ts +11 -0
- package/dist/adapters/fastify/types.d.ts.map +1 -0
- package/dist/adapters/fetch/content-type/json/index.d.ts +9 -0
- package/dist/adapters/fetch/content-type/json/index.d.ts.map +1 -0
- package/dist/adapters/fetch/content-type/json/index.js +58 -0
- package/dist/adapters/fetch/content-type/json/index.mjs +56 -0
- 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 +16 -2
- package/dist/adapters/fetch/fetchRequestHandler.mjs +16 -2
- 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 +0 -1
- package/dist/adapters/next.mjs +0 -1
- package/dist/adapters/node-http/content-type/form-data/index.d.ts +4 -25
- package/dist/adapters/node-http/content-type/form-data/index.d.ts.map +1 -1
- package/dist/adapters/node-http/content-type/form-data/index.js +25 -128
- package/dist/adapters/node-http/content-type/form-data/index.mjs +25 -103
- package/dist/adapters/node-http/content-type/json/getPostBody.d.ts.map +1 -1
- package/dist/adapters/node-http/content-type/json/getPostBody.js +4 -12
- package/dist/adapters/node-http/content-type/json/getPostBody.mjs +4 -12
- package/dist/adapters/node-http/content-type/json/index.d.ts +4 -1
- package/dist/adapters/node-http/content-type/json/index.d.ts.map +1 -1
- package/dist/adapters/node-http/content-type/json/index.js +59 -10
- package/dist/adapters/node-http/content-type/json/index.mjs +59 -10
- package/dist/adapters/node-http/content-type/octet/index.d.ts +5 -0
- package/dist/adapters/node-http/content-type/octet/index.d.ts.map +1 -0
- package/dist/adapters/node-http/content-type/octet/index.js +19 -0
- package/dist/adapters/node-http/content-type/octet/index.mjs +17 -0
- package/dist/adapters/node-http/content-type/types.d.ts +8 -0
- package/dist/adapters/node-http/content-type/types.d.ts.map +1 -0
- package/dist/adapters/node-http/nodeHTTPRequestHandler.d.ts.map +1 -1
- package/dist/adapters/node-http/nodeHTTPRequestHandler.js +19 -21
- package/dist/adapters/node-http/nodeHTTPRequestHandler.mjs +20 -22
- package/dist/adapters/node-http/types.d.ts +8 -19
- 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/bundle-analysis.json +229 -235
- package/dist/http.js +0 -2
- package/dist/http.mjs +0 -1
- package/dist/index.js +2 -0
- package/dist/index.mjs +1 -0
- package/dist/unstable-core-do-not-import/contentTypeParsers.d.ts +16 -0
- package/dist/unstable-core-do-not-import/contentTypeParsers.d.ts.map +1 -0
- package/dist/unstable-core-do-not-import/contentTypeParsers.js +23 -0
- package/dist/unstable-core-do-not-import/contentTypeParsers.mjs +21 -0
- package/dist/unstable-core-do-not-import/http/contentType.d.ts +6 -14
- package/dist/unstable-core-do-not-import/http/contentType.d.ts.map +1 -1
- package/dist/unstable-core-do-not-import/http/index.d.ts +0 -1
- package/dist/unstable-core-do-not-import/http/index.d.ts.map +1 -1
- package/dist/unstable-core-do-not-import/http/resolveHTTPResponse.d.ts +5 -5
- package/dist/unstable-core-do-not-import/http/resolveHTTPResponse.d.ts.map +1 -1
- package/dist/unstable-core-do-not-import/http/resolveHTTPResponse.js +25 -22
- package/dist/unstable-core-do-not-import/http/resolveHTTPResponse.mjs +25 -22
- package/dist/unstable-core-do-not-import/http/types.d.ts +0 -2
- package/dist/unstable-core-do-not-import/http/types.d.ts.map +1 -1
- package/dist/unstable-core-do-not-import/rootConfig.d.ts +21 -0
- package/dist/unstable-core-do-not-import/rootConfig.d.ts.map +1 -1
- package/dist/unstable-core-do-not-import.js +0 -2
- package/dist/unstable-core-do-not-import.mjs +0 -1
- package/package.json +3 -4
- package/src/@trpc/server/http.ts +0 -1
- package/src/@trpc/server/index.ts +4 -0
- package/src/adapters/aws-lambda/content-type/json/index.ts +99 -0
- package/src/adapters/aws-lambda/index.ts +24 -9
- package/src/adapters/aws-lambda/utils.ts +21 -15
- package/src/adapters/content-handlers/selectContentHandlerOrUnsupportedMediaType.ts +21 -0
- package/src/adapters/express.ts +1 -6
- package/src/adapters/fastify/content-type/json/index.ts +97 -0
- package/src/adapters/fastify/fastifyRequestHandler.ts +15 -21
- package/src/adapters/fastify/fastifyTRPCPlugin.ts +1 -1
- package/src/adapters/fastify/types.ts +22 -0
- package/src/adapters/fetch/content-type/json/index.ts +96 -0
- package/src/adapters/fetch/fetchRequestHandler.ts +22 -10
- package/src/adapters/fetch/types.ts +22 -15
- package/src/adapters/next-app-dir/nextAppDirCaller.ts +2 -9
- package/src/adapters/next.ts +1 -6
- package/src/adapters/node-http/content-type/form-data/index.ts +36 -159
- package/src/adapters/node-http/content-type/json/getPostBody.ts +9 -18
- package/src/adapters/node-http/content-type/json/index.ts +85 -5
- package/src/adapters/node-http/content-type/octet/index.ts +29 -0
- package/src/adapters/node-http/{internals/contentType.ts → content-type/types.ts} +2 -14
- package/src/adapters/node-http/nodeHTTPRequestHandler.ts +22 -35
- package/src/adapters/node-http/types.ts +46 -46
- package/src/adapters/standalone.ts +1 -2
- package/src/adapters/ws.ts +9 -14
- package/src/unstable-core-do-not-import/contentTypeParsers.ts +37 -0
- package/src/unstable-core-do-not-import/http/contentType.ts +9 -84
- package/src/unstable-core-do-not-import/http/index.ts +0 -1
- package/src/unstable-core-do-not-import/http/resolveHTTPResponse.ts +29 -28
- package/src/unstable-core-do-not-import/http/types.ts +0 -2
- package/src/unstable-core-do-not-import/rootConfig.ts +31 -0
- 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/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/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/contentType.js +0 -54
- package/dist/unstable-core-do-not-import/http/contentType.mjs +0 -52
- package/src/adapters/node-http/content-type/form-data/fileUploadHandler.ts +0 -277
- 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
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
|
-
"bundleSize":
|
|
3
|
-
"bundleOrigSize":
|
|
4
|
-
"bundleReduction":
|
|
2
|
+
"bundleSize": 97464,
|
|
3
|
+
"bundleOrigSize": 148201,
|
|
4
|
+
"bundleReduction": 34.24,
|
|
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,20 +15,20 @@
|
|
|
15
15
|
"dependents": [
|
|
16
16
|
"/src/adapters/fastify/fastifyTRPCPlugin.ts"
|
|
17
17
|
],
|
|
18
|
-
"percent": 10.
|
|
18
|
+
"percent": 10.43,
|
|
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": 9788,
|
|
24
|
+
"origSize": 12096,
|
|
25
25
|
"renderedExports": [
|
|
26
26
|
"resolveHTTPResponse"
|
|
27
27
|
],
|
|
28
28
|
"removedExports": [],
|
|
29
29
|
"dependents": [],
|
|
30
|
-
"percent":
|
|
31
|
-
"reduction":
|
|
30
|
+
"percent": 10.04,
|
|
31
|
+
"reduction": 19.08
|
|
32
32
|
},
|
|
33
33
|
{
|
|
34
34
|
"id": "/src/unstable-core-do-not-import/procedureBuilder.ts",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"/src/unstable-core-do-not-import.ts",
|
|
44
44
|
"/src/unstable-core-do-not-import/initTRPC.ts"
|
|
45
45
|
],
|
|
46
|
-
"percent": 6.
|
|
46
|
+
"percent": 6.55,
|
|
47
47
|
"reduction": 59.29
|
|
48
48
|
},
|
|
49
49
|
{
|
|
@@ -59,46 +59,30 @@
|
|
|
59
59
|
"removedExports": [],
|
|
60
60
|
"dependents": [
|
|
61
61
|
"/src/unstable-core-do-not-import.ts",
|
|
62
|
-
"/src/unstable-core-do-not-import/
|
|
63
|
-
"/src/unstable-core-do-not-import/
|
|
62
|
+
"/src/unstable-core-do-not-import/initTRPC.ts",
|
|
63
|
+
"/src/unstable-core-do-not-import/http/resolveHTTPResponse.ts"
|
|
64
64
|
],
|
|
65
|
-
"percent": 6.
|
|
65
|
+
"percent": 6.14,
|
|
66
66
|
"reduction": 41.05
|
|
67
67
|
},
|
|
68
68
|
{
|
|
69
|
-
"id": "/src/adapters/
|
|
70
|
-
"size":
|
|
71
|
-
"origSize":
|
|
69
|
+
"id": "/src/adapters/fetch/fetchRequestHandler.ts",
|
|
70
|
+
"size": 3809,
|
|
71
|
+
"origSize": 4187,
|
|
72
72
|
"renderedExports": [
|
|
73
|
-
"
|
|
74
|
-
"createFileUploadHandler",
|
|
75
|
-
"NodeOnDiskFile"
|
|
73
|
+
"fetchRequestHandler"
|
|
76
74
|
],
|
|
77
75
|
"removedExports": [],
|
|
78
76
|
"dependents": [
|
|
79
|
-
"/src/adapters/
|
|
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"
|
|
77
|
+
"/src/adapters/fetch/index.ts"
|
|
92
78
|
],
|
|
93
|
-
"
|
|
94
|
-
"
|
|
95
|
-
"percent": 4.46,
|
|
96
|
-
"reduction": 32.71
|
|
79
|
+
"percent": 3.91,
|
|
80
|
+
"reduction": 9.03
|
|
97
81
|
},
|
|
98
82
|
{
|
|
99
83
|
"id": "/src/adapters/node-http/nodeHTTPRequestHandler.ts",
|
|
100
|
-
"size":
|
|
101
|
-
"origSize":
|
|
84
|
+
"size": 3608,
|
|
85
|
+
"origSize": 4338,
|
|
102
86
|
"renderedExports": [
|
|
103
87
|
"nodeHTTPRequestHandler"
|
|
104
88
|
],
|
|
@@ -106,41 +90,29 @@
|
|
|
106
90
|
"dependents": [
|
|
107
91
|
"/src/adapters/node-http/index.ts"
|
|
108
92
|
],
|
|
109
|
-
"percent": 3.
|
|
110
|
-
"reduction":
|
|
111
|
-
},
|
|
112
|
-
{
|
|
113
|
-
"id": "/src/adapters/fetch/fetchRequestHandler.ts",
|
|
114
|
-
"size": 3468,
|
|
115
|
-
"origSize": 3849,
|
|
116
|
-
"renderedExports": [
|
|
117
|
-
"fetchRequestHandler"
|
|
118
|
-
],
|
|
119
|
-
"removedExports": [],
|
|
120
|
-
"dependents": [
|
|
121
|
-
"/src/adapters/fetch/index.ts"
|
|
122
|
-
],
|
|
123
|
-
"percent": 3.5,
|
|
124
|
-
"reduction": 9.9
|
|
93
|
+
"percent": 3.7,
|
|
94
|
+
"reduction": 16.83
|
|
125
95
|
},
|
|
126
96
|
{
|
|
127
97
|
"id": "/src/adapters/aws-lambda/utils.ts",
|
|
128
|
-
"size":
|
|
129
|
-
"origSize":
|
|
98
|
+
"size": 3564,
|
|
99
|
+
"origSize": 5133,
|
|
130
100
|
"renderedExports": [
|
|
131
101
|
"isPayloadV1",
|
|
132
102
|
"isPayloadV2",
|
|
133
103
|
"getHTTPMethod",
|
|
134
104
|
"getPath",
|
|
135
105
|
"transformHeaders",
|
|
136
|
-
"UNKNOWN_PAYLOAD_FORMAT_VERSION_ERROR_MESSAGE"
|
|
106
|
+
"UNKNOWN_PAYLOAD_FORMAT_VERSION_ERROR_MESSAGE",
|
|
107
|
+
"lambdaEventToHTTPBody"
|
|
137
108
|
],
|
|
138
109
|
"removedExports": [],
|
|
139
110
|
"dependents": [
|
|
140
|
-
"/src/adapters/aws-lambda/index.ts"
|
|
111
|
+
"/src/adapters/aws-lambda/index.ts",
|
|
112
|
+
"/src/adapters/aws-lambda/content-type/json/index.ts"
|
|
141
113
|
],
|
|
142
|
-
"percent": 3.
|
|
143
|
-
"reduction":
|
|
114
|
+
"percent": 3.66,
|
|
115
|
+
"reduction": 30.57
|
|
144
116
|
},
|
|
145
117
|
{
|
|
146
118
|
"id": "/src/observable/observable.ts",
|
|
@@ -156,13 +128,13 @@
|
|
|
156
128
|
"/src/observable/index.ts",
|
|
157
129
|
"/src/observable/operators.ts"
|
|
158
130
|
],
|
|
159
|
-
"percent": 3.
|
|
131
|
+
"percent": 3.21,
|
|
160
132
|
"reduction": 0.67
|
|
161
133
|
},
|
|
162
134
|
{
|
|
163
135
|
"id": "/src/adapters/next-app-dir/nextAppDirCaller.ts",
|
|
164
136
|
"size": 3050,
|
|
165
|
-
"origSize":
|
|
137
|
+
"origSize": 3818,
|
|
166
138
|
"renderedExports": [
|
|
167
139
|
"nextAppDirCaller"
|
|
168
140
|
],
|
|
@@ -170,8 +142,35 @@
|
|
|
170
142
|
"dependents": [
|
|
171
143
|
"/src/adapters/next-app-dir.ts"
|
|
172
144
|
],
|
|
173
|
-
"percent": 3.
|
|
174
|
-
"reduction":
|
|
145
|
+
"percent": 3.13,
|
|
146
|
+
"reduction": 20.12
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"id": "/src/adapters/fastify/fastifyRequestHandler.ts",
|
|
150
|
+
"size": 2808,
|
|
151
|
+
"origSize": 3885,
|
|
152
|
+
"renderedExports": [
|
|
153
|
+
"fastifyRequestHandler"
|
|
154
|
+
],
|
|
155
|
+
"removedExports": [],
|
|
156
|
+
"dependents": [
|
|
157
|
+
"/src/adapters/fastify/index.ts",
|
|
158
|
+
"/src/adapters/fastify/fastifyTRPCPlugin.ts"
|
|
159
|
+
],
|
|
160
|
+
"percent": 2.88,
|
|
161
|
+
"reduction": 27.72
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
"id": "/src/adapters/aws-lambda/index.ts",
|
|
165
|
+
"size": 2779,
|
|
166
|
+
"origSize": 4095,
|
|
167
|
+
"renderedExports": [
|
|
168
|
+
"awsLambdaRequestHandler"
|
|
169
|
+
],
|
|
170
|
+
"removedExports": [],
|
|
171
|
+
"dependents": [],
|
|
172
|
+
"percent": 2.85,
|
|
173
|
+
"reduction": 32.14
|
|
175
174
|
},
|
|
176
175
|
{
|
|
177
176
|
"id": "/src/observable/operators.ts",
|
|
@@ -186,7 +185,7 @@
|
|
|
186
185
|
"dependents": [
|
|
187
186
|
"/src/observable/index.ts"
|
|
188
187
|
],
|
|
189
|
-
"percent": 2.
|
|
188
|
+
"percent": 2.83,
|
|
190
189
|
"reduction": 0
|
|
191
190
|
},
|
|
192
191
|
{
|
|
@@ -202,11 +201,11 @@
|
|
|
202
201
|
"removedExports": [],
|
|
203
202
|
"dependents": [
|
|
204
203
|
"/src/unstable-core-do-not-import.ts",
|
|
205
|
-
"/src/unstable-core-do-not-import/http/resolveHTTPResponse.ts",
|
|
206
204
|
"/src/unstable-core-do-not-import/router.ts",
|
|
207
|
-
"/src/unstable-core-do-not-import/initTRPC.ts"
|
|
205
|
+
"/src/unstable-core-do-not-import/initTRPC.ts",
|
|
206
|
+
"/src/unstable-core-do-not-import/http/resolveHTTPResponse.ts"
|
|
208
207
|
],
|
|
209
|
-
"percent": 2.
|
|
208
|
+
"percent": 2.82,
|
|
210
209
|
"reduction": 45.94
|
|
211
210
|
},
|
|
212
211
|
{
|
|
@@ -220,7 +219,7 @@
|
|
|
220
219
|
"dependents": [
|
|
221
220
|
"/src/unstable-core-do-not-import.ts"
|
|
222
221
|
],
|
|
223
|
-
"percent": 2.
|
|
222
|
+
"percent": 2.72,
|
|
224
223
|
"reduction": 41.08
|
|
225
224
|
},
|
|
226
225
|
{
|
|
@@ -240,35 +239,64 @@
|
|
|
240
239
|
"/src/unstable-core-do-not-import/initTRPC.ts",
|
|
241
240
|
"/src/unstable-core-do-not-import/procedureBuilder.ts"
|
|
242
241
|
],
|
|
243
|
-
"percent": 2.
|
|
242
|
+
"percent": 2.7,
|
|
244
243
|
"reduction": 55.5
|
|
245
244
|
},
|
|
246
245
|
{
|
|
247
|
-
"id": "/src/adapters/
|
|
248
|
-
"size":
|
|
249
|
-
"origSize":
|
|
246
|
+
"id": "/src/adapters/node-http/content-type/json/index.ts",
|
|
247
|
+
"size": 2464,
|
|
248
|
+
"origSize": 2497,
|
|
250
249
|
"renderedExports": [
|
|
251
|
-
"
|
|
250
|
+
"getNodeHTTPJSONContentTypeHandler"
|
|
252
251
|
],
|
|
253
252
|
"removedExports": [],
|
|
254
253
|
"dependents": [
|
|
255
|
-
"/src/adapters/
|
|
256
|
-
"/src/adapters/fastify/fastifyTRPCPlugin.ts"
|
|
254
|
+
"/src/adapters/node-http/nodeHTTPRequestHandler.ts"
|
|
257
255
|
],
|
|
258
|
-
"percent": 2.
|
|
259
|
-
"reduction":
|
|
256
|
+
"percent": 2.53,
|
|
257
|
+
"reduction": 1.32
|
|
260
258
|
},
|
|
261
259
|
{
|
|
262
|
-
"id": "/src/adapters/
|
|
263
|
-
"size":
|
|
264
|
-
"origSize":
|
|
260
|
+
"id": "/src/adapters/fastify/content-type/json/index.ts",
|
|
261
|
+
"size": 2355,
|
|
262
|
+
"origSize": 2750,
|
|
265
263
|
"renderedExports": [
|
|
266
|
-
"
|
|
264
|
+
"getFastifyHTTPJSONContentTypeHandler"
|
|
267
265
|
],
|
|
268
266
|
"removedExports": [],
|
|
269
|
-
"dependents": [
|
|
270
|
-
|
|
271
|
-
|
|
267
|
+
"dependents": [
|
|
268
|
+
"/src/adapters/fastify/fastifyRequestHandler.ts"
|
|
269
|
+
],
|
|
270
|
+
"percent": 2.42,
|
|
271
|
+
"reduction": 14.36
|
|
272
|
+
},
|
|
273
|
+
{
|
|
274
|
+
"id": "/src/adapters/fetch/content-type/json/index.ts",
|
|
275
|
+
"size": 2303,
|
|
276
|
+
"origSize": 2511,
|
|
277
|
+
"renderedExports": [
|
|
278
|
+
"getFetchHTTPJSONContentTypeHandler"
|
|
279
|
+
],
|
|
280
|
+
"removedExports": [],
|
|
281
|
+
"dependents": [
|
|
282
|
+
"/src/adapters/fetch/fetchRequestHandler.ts"
|
|
283
|
+
],
|
|
284
|
+
"percent": 2.36,
|
|
285
|
+
"reduction": 8.28
|
|
286
|
+
},
|
|
287
|
+
{
|
|
288
|
+
"id": "/src/adapters/aws-lambda/content-type/json/index.ts",
|
|
289
|
+
"size": 2235,
|
|
290
|
+
"origSize": 2546,
|
|
291
|
+
"renderedExports": [
|
|
292
|
+
"getLambdaHTTPJSONContentTypeHandler"
|
|
293
|
+
],
|
|
294
|
+
"removedExports": [],
|
|
295
|
+
"dependents": [
|
|
296
|
+
"/src/adapters/aws-lambda/index.ts"
|
|
297
|
+
],
|
|
298
|
+
"percent": 2.29,
|
|
299
|
+
"reduction": 12.22
|
|
272
300
|
},
|
|
273
301
|
{
|
|
274
302
|
"id": "/src/unstable-core-do-not-import/createProxy.ts",
|
|
@@ -283,7 +311,7 @@
|
|
|
283
311
|
"/src/unstable-core-do-not-import.ts",
|
|
284
312
|
"/src/unstable-core-do-not-import/router.ts"
|
|
285
313
|
],
|
|
286
|
-
"percent": 2.
|
|
314
|
+
"percent": 2.05,
|
|
287
315
|
"reduction": 0
|
|
288
316
|
},
|
|
289
317
|
{
|
|
@@ -298,66 +326,38 @@
|
|
|
298
326
|
"removedExports": [],
|
|
299
327
|
"dependents": [
|
|
300
328
|
"/src/unstable-core-do-not-import.ts",
|
|
301
|
-
"/src/unstable-core-do-not-import/http/resolveHTTPResponse.ts",
|
|
302
|
-
"/src/unstable-core-do-not-import/http/contentType.ts",
|
|
303
329
|
"/src/unstable-core-do-not-import/router.ts",
|
|
304
330
|
"/src/unstable-core-do-not-import/middleware.ts",
|
|
331
|
+
"/src/unstable-core-do-not-import/contentTypeParsers.ts",
|
|
332
|
+
"/src/unstable-core-do-not-import/http/resolveHTTPResponse.ts",
|
|
305
333
|
"/src/unstable-core-do-not-import/procedureBuilder.ts"
|
|
306
334
|
],
|
|
307
|
-
"percent": 1.
|
|
335
|
+
"percent": 1.78,
|
|
308
336
|
"reduction": 19.47
|
|
309
337
|
},
|
|
310
338
|
{
|
|
311
|
-
"id": "/src/unstable-core-do-not-import/
|
|
312
|
-
"size":
|
|
313
|
-
"origSize":
|
|
314
|
-
"renderedExports": [
|
|
315
|
-
"getJsonContentTypeInputs"
|
|
316
|
-
],
|
|
317
|
-
"removedExports": [],
|
|
318
|
-
"dependents": [
|
|
319
|
-
"/src/unstable-core-do-not-import/http/resolveHTTPResponse.ts"
|
|
320
|
-
],
|
|
321
|
-
"percent": 1.66,
|
|
322
|
-
"reduction": 34.79
|
|
323
|
-
},
|
|
324
|
-
{
|
|
325
|
-
"id": "/src/adapters/next.ts",
|
|
326
|
-
"size": 1602,
|
|
327
|
-
"origSize": 2260,
|
|
339
|
+
"id": "/src/unstable-core-do-not-import/rpc/parseTRPCMessage.ts",
|
|
340
|
+
"size": 1580,
|
|
341
|
+
"origSize": 2001,
|
|
328
342
|
"renderedExports": [
|
|
329
|
-
"
|
|
343
|
+
"parseTRPCMessage"
|
|
330
344
|
],
|
|
331
345
|
"removedExports": [],
|
|
332
346
|
"dependents": [],
|
|
333
347
|
"percent": 1.62,
|
|
334
|
-
"reduction":
|
|
335
|
-
},
|
|
336
|
-
{
|
|
337
|
-
"id": "/src/adapters/node-http/content-type/json/getPostBody.ts",
|
|
338
|
-
"size": 1590,
|
|
339
|
-
"origSize": 1593,
|
|
340
|
-
"renderedExports": [
|
|
341
|
-
"getPostBody"
|
|
342
|
-
],
|
|
343
|
-
"removedExports": [],
|
|
344
|
-
"dependents": [
|
|
345
|
-
"/src/adapters/node-http/content-type/json/index.ts"
|
|
346
|
-
],
|
|
347
|
-
"percent": 1.61,
|
|
348
|
-
"reduction": 0.19
|
|
348
|
+
"reduction": 21.04
|
|
349
349
|
},
|
|
350
350
|
{
|
|
351
|
-
"id": "/src/
|
|
352
|
-
"size":
|
|
353
|
-
"origSize":
|
|
351
|
+
"id": "/src/adapters/next.ts",
|
|
352
|
+
"size": 1543,
|
|
353
|
+
"origSize": 2103,
|
|
354
354
|
"renderedExports": [
|
|
355
|
-
"
|
|
355
|
+
"createNextApiHandler"
|
|
356
356
|
],
|
|
357
357
|
"removedExports": [],
|
|
358
358
|
"dependents": [],
|
|
359
|
-
"percent": 1.
|
|
360
|
-
"reduction":
|
|
359
|
+
"percent": 1.58,
|
|
360
|
+
"reduction": 26.63
|
|
361
361
|
},
|
|
362
362
|
{
|
|
363
363
|
"id": "/src/unstable-core-do-not-import/rpc/codes.ts",
|
|
@@ -369,13 +369,13 @@
|
|
|
369
369
|
],
|
|
370
370
|
"removedExports": [],
|
|
371
371
|
"dependents": [],
|
|
372
|
-
"percent": 1.
|
|
372
|
+
"percent": 1.56,
|
|
373
373
|
"reduction": 27.6
|
|
374
374
|
},
|
|
375
375
|
{
|
|
376
376
|
"id": "/src/adapters/fastify/fastifyTRPCPlugin.ts",
|
|
377
377
|
"size": 1481,
|
|
378
|
-
"origSize":
|
|
378
|
+
"origSize": 2265,
|
|
379
379
|
"renderedExports": [
|
|
380
380
|
"fastifyTRPCPlugin"
|
|
381
381
|
],
|
|
@@ -383,38 +383,52 @@
|
|
|
383
383
|
"dependents": [
|
|
384
384
|
"/src/adapters/fastify/index.ts"
|
|
385
385
|
],
|
|
386
|
-
"percent": 1.
|
|
387
|
-
"reduction": 34.
|
|
386
|
+
"percent": 1.52,
|
|
387
|
+
"reduction": 34.61
|
|
388
388
|
},
|
|
389
389
|
{
|
|
390
|
-
"id": "/src/
|
|
391
|
-
"size":
|
|
392
|
-
"origSize":
|
|
390
|
+
"id": "/src/unstable-core-do-not-import/http/getHTTPStatusCode.ts",
|
|
391
|
+
"size": 1266,
|
|
392
|
+
"origSize": 1639,
|
|
393
393
|
"renderedExports": [
|
|
394
|
-
"
|
|
394
|
+
"getHTTPStatusCode",
|
|
395
|
+
"getHTTPStatusCodeFromError"
|
|
395
396
|
],
|
|
396
397
|
"removedExports": [],
|
|
397
398
|
"dependents": [
|
|
398
|
-
"/src/
|
|
399
|
+
"/src/unstable-core-do-not-import/error/getErrorShape.ts",
|
|
400
|
+
"/src/unstable-core-do-not-import/http/resolveHTTPResponse.ts"
|
|
399
401
|
],
|
|
400
|
-
"percent": 1.
|
|
401
|
-
"reduction":
|
|
402
|
+
"percent": 1.3,
|
|
403
|
+
"reduction": 22.76
|
|
402
404
|
},
|
|
403
405
|
{
|
|
404
|
-
"id": "/src/
|
|
405
|
-
"size":
|
|
406
|
-
"origSize":
|
|
406
|
+
"id": "/src/adapters/node-http/content-type/json/getPostBody.ts",
|
|
407
|
+
"size": 1181,
|
|
408
|
+
"origSize": 1211,
|
|
407
409
|
"renderedExports": [
|
|
408
|
-
"
|
|
409
|
-
"getHTTPStatusCodeFromError"
|
|
410
|
+
"getPostBody"
|
|
410
411
|
],
|
|
411
412
|
"removedExports": [],
|
|
412
413
|
"dependents": [
|
|
413
|
-
"/src/
|
|
414
|
-
"/src/unstable-core-do-not-import/error/getErrorShape.ts"
|
|
414
|
+
"/src/adapters/node-http/content-type/json/index.ts"
|
|
415
415
|
],
|
|
416
|
-
"percent": 1.
|
|
417
|
-
"reduction":
|
|
416
|
+
"percent": 1.21,
|
|
417
|
+
"reduction": 2.48
|
|
418
|
+
},
|
|
419
|
+
{
|
|
420
|
+
"id": "/src/adapters/node-http/content-type/form-data/index.ts",
|
|
421
|
+
"size": 1050,
|
|
422
|
+
"origSize": 1278,
|
|
423
|
+
"renderedExports": [
|
|
424
|
+
"getFormDataContentTypeHandler"
|
|
425
|
+
],
|
|
426
|
+
"removedExports": [],
|
|
427
|
+
"dependents": [
|
|
428
|
+
"/src/adapters/node-http/nodeHTTPRequestHandler.ts"
|
|
429
|
+
],
|
|
430
|
+
"percent": 1.08,
|
|
431
|
+
"reduction": 17.84
|
|
418
432
|
},
|
|
419
433
|
{
|
|
420
434
|
"id": "/src/unstable-core-do-not-import/parser.ts",
|
|
@@ -428,7 +442,7 @@
|
|
|
428
442
|
"/src/unstable-core-do-not-import.ts",
|
|
429
443
|
"/src/unstable-core-do-not-import/procedureBuilder.ts"
|
|
430
444
|
],
|
|
431
|
-
"percent": 1,
|
|
445
|
+
"percent": 1.02,
|
|
432
446
|
"reduction": 56.22
|
|
433
447
|
},
|
|
434
448
|
{
|
|
@@ -445,7 +459,7 @@
|
|
|
445
459
|
"/src/adapters/next-app-dir/nextAppDirCaller.ts",
|
|
446
460
|
"/src/adapters/next-app-dir/rethrowNextErrors.ts"
|
|
447
461
|
],
|
|
448
|
-
"percent": 1,
|
|
462
|
+
"percent": 1.01,
|
|
449
463
|
"reduction": 13.65
|
|
450
464
|
},
|
|
451
465
|
{
|
|
@@ -468,7 +482,7 @@
|
|
|
468
482
|
"/src/unstable-core-do-not-import/rpc/parseTRPCMessage.ts",
|
|
469
483
|
"/src/unstable-core-do-not-import/procedureBuilder.ts"
|
|
470
484
|
],
|
|
471
|
-
"percent": 0.
|
|
485
|
+
"percent": 0.9,
|
|
472
486
|
"reduction": 23.54
|
|
473
487
|
},
|
|
474
488
|
{
|
|
@@ -482,43 +496,9 @@
|
|
|
482
496
|
"dependents": [
|
|
483
497
|
"/src/adapters/next-app-dir/nextAppDirCaller.ts"
|
|
484
498
|
],
|
|
485
|
-
"percent": 0.
|
|
499
|
+
"percent": 0.84,
|
|
486
500
|
"reduction": 0.97
|
|
487
501
|
},
|
|
488
|
-
{
|
|
489
|
-
"id": "/src/adapters/node-http/content-type/form-data/uploadHandler.ts",
|
|
490
|
-
"size": 726,
|
|
491
|
-
"origSize": 2235,
|
|
492
|
-
"renderedExports": [
|
|
493
|
-
"composeUploadHandlers",
|
|
494
|
-
"MaxPartSizeExceededError",
|
|
495
|
-
"MaxBodySizeExceededError"
|
|
496
|
-
],
|
|
497
|
-
"removedExports": [
|
|
498
|
-
"createMemoryUploadHandler"
|
|
499
|
-
],
|
|
500
|
-
"dependents": [
|
|
501
|
-
"/src/adapters/node-http/content-type/form-data/index.ts",
|
|
502
|
-
"/src/adapters/node-http/content-type/form-data/fileUploadHandler.ts",
|
|
503
|
-
"/src/adapters/node-http/content-type/form-data/memoryUploadHandler.ts"
|
|
504
|
-
],
|
|
505
|
-
"percent": 0.73,
|
|
506
|
-
"reduction": 67.52
|
|
507
|
-
},
|
|
508
|
-
{
|
|
509
|
-
"id": "/src/adapters/node-http/content-type/form-data/memoryUploadHandler.ts",
|
|
510
|
-
"size": 699,
|
|
511
|
-
"origSize": 2428,
|
|
512
|
-
"renderedExports": [
|
|
513
|
-
"createMemoryUploadHandler"
|
|
514
|
-
],
|
|
515
|
-
"removedExports": [],
|
|
516
|
-
"dependents": [
|
|
517
|
-
"/src/adapters/node-http/content-type/form-data/index.ts"
|
|
518
|
-
],
|
|
519
|
-
"percent": 0.71,
|
|
520
|
-
"reduction": 71.21
|
|
521
|
-
},
|
|
522
502
|
{
|
|
523
503
|
"id": "/src/unstable-core-do-not-import/http/batchStreamFormatter.ts",
|
|
524
504
|
"size": 667,
|
|
@@ -528,7 +508,7 @@
|
|
|
528
508
|
],
|
|
529
509
|
"removedExports": [],
|
|
530
510
|
"dependents": [],
|
|
531
|
-
"percent": 0.
|
|
511
|
+
"percent": 0.68,
|
|
532
512
|
"reduction": 0.6
|
|
533
513
|
},
|
|
534
514
|
{
|
|
@@ -543,21 +523,64 @@
|
|
|
543
523
|
"/src/unstable-core-do-not-import.ts",
|
|
544
524
|
"/src/unstable-core-do-not-import/http/resolveHTTPResponse.ts"
|
|
545
525
|
],
|
|
546
|
-
"percent": 0.
|
|
526
|
+
"percent": 0.64,
|
|
547
527
|
"reduction": 43.49
|
|
548
528
|
},
|
|
529
|
+
{
|
|
530
|
+
"id": "/src/unstable-core-do-not-import/contentTypeParsers.ts",
|
|
531
|
+
"size": 624,
|
|
532
|
+
"origSize": 1217,
|
|
533
|
+
"renderedExports": [
|
|
534
|
+
"parseOctetInput"
|
|
535
|
+
],
|
|
536
|
+
"removedExports": [],
|
|
537
|
+
"dependents": [],
|
|
538
|
+
"percent": 0.64,
|
|
539
|
+
"reduction": 48.73
|
|
540
|
+
},
|
|
549
541
|
{
|
|
550
542
|
"id": "/src/adapters/standalone.ts",
|
|
551
|
-
"size":
|
|
552
|
-
"origSize":
|
|
543
|
+
"size": 520,
|
|
544
|
+
"origSize": 1571,
|
|
553
545
|
"renderedExports": [
|
|
554
546
|
"createHTTPHandler",
|
|
555
547
|
"createHTTPServer"
|
|
556
548
|
],
|
|
557
549
|
"removedExports": [],
|
|
558
550
|
"dependents": [],
|
|
559
|
-
"percent": 0.
|
|
560
|
-
"reduction":
|
|
551
|
+
"percent": 0.53,
|
|
552
|
+
"reduction": 66.9
|
|
553
|
+
},
|
|
554
|
+
{
|
|
555
|
+
"id": "/src/adapters/node-http/content-type/octet/index.ts",
|
|
556
|
+
"size": 507,
|
|
557
|
+
"origSize": 862,
|
|
558
|
+
"renderedExports": [
|
|
559
|
+
"getOctetContentTypeHandler"
|
|
560
|
+
],
|
|
561
|
+
"removedExports": [],
|
|
562
|
+
"dependents": [
|
|
563
|
+
"/src/adapters/node-http/nodeHTTPRequestHandler.ts"
|
|
564
|
+
],
|
|
565
|
+
"percent": 0.52,
|
|
566
|
+
"reduction": 41.18
|
|
567
|
+
},
|
|
568
|
+
{
|
|
569
|
+
"id": "/src/adapters/content-handlers/selectContentHandlerOrUnsupportedMediaType.ts",
|
|
570
|
+
"size": 493,
|
|
571
|
+
"origSize": 682,
|
|
572
|
+
"renderedExports": [
|
|
573
|
+
"selectContentHandlerOrUnsupportedMediaType"
|
|
574
|
+
],
|
|
575
|
+
"removedExports": [],
|
|
576
|
+
"dependents": [
|
|
577
|
+
"/src/adapters/aws-lambda/index.ts",
|
|
578
|
+
"/src/adapters/node-http/nodeHTTPRequestHandler.ts",
|
|
579
|
+
"/src/adapters/fastify/fastifyRequestHandler.ts",
|
|
580
|
+
"/src/adapters/fetch/fetchRequestHandler.ts"
|
|
581
|
+
],
|
|
582
|
+
"percent": 0.51,
|
|
583
|
+
"reduction": 27.71
|
|
561
584
|
},
|
|
562
585
|
{
|
|
563
586
|
"id": "/src/adapters/next-app-dir/rethrowNextErrors.ts",
|
|
@@ -576,7 +599,7 @@
|
|
|
576
599
|
{
|
|
577
600
|
"id": "/src/unstable-core-do-not-import/rootConfig.ts",
|
|
578
601
|
"size": 343,
|
|
579
|
-
"origSize":
|
|
602
|
+
"origSize": 2841,
|
|
580
603
|
"renderedExports": [
|
|
581
604
|
"isServerDefault"
|
|
582
605
|
],
|
|
@@ -586,33 +609,19 @@
|
|
|
586
609
|
"/src/unstable-core-do-not-import/initTRPC.ts"
|
|
587
610
|
],
|
|
588
611
|
"percent": 0.35,
|
|
589
|
-
"reduction":
|
|
612
|
+
"reduction": 87.93
|
|
590
613
|
},
|
|
591
614
|
{
|
|
592
615
|
"id": "/src/adapters/express.ts",
|
|
593
|
-
"size":
|
|
594
|
-
"origSize":
|
|
616
|
+
"size": 280,
|
|
617
|
+
"origSize": 1025,
|
|
595
618
|
"renderedExports": [
|
|
596
619
|
"createExpressMiddleware"
|
|
597
620
|
],
|
|
598
621
|
"removedExports": [],
|
|
599
622
|
"dependents": [],
|
|
600
|
-
"percent": 0.34,
|
|
601
|
-
"reduction": 71.37
|
|
602
|
-
},
|
|
603
|
-
{
|
|
604
|
-
"id": "/src/adapters/node-http/content-type/json/index.ts",
|
|
605
|
-
"size": 292,
|
|
606
|
-
"origSize": 450,
|
|
607
|
-
"renderedExports": [
|
|
608
|
-
"nodeHTTPJSONContentTypeHandler"
|
|
609
|
-
],
|
|
610
|
-
"removedExports": [],
|
|
611
|
-
"dependents": [
|
|
612
|
-
"/src/adapters/node-http/nodeHTTPRequestHandler.ts"
|
|
613
|
-
],
|
|
614
623
|
"percent": 0.29,
|
|
615
|
-
"reduction":
|
|
624
|
+
"reduction": 72.68
|
|
616
625
|
},
|
|
617
626
|
{
|
|
618
627
|
"id": "/src/unstable-core-do-not-import/types.ts",
|
|
@@ -625,7 +634,7 @@
|
|
|
625
634
|
"dependents": [
|
|
626
635
|
"/src/unstable-core-do-not-import.ts"
|
|
627
636
|
],
|
|
628
|
-
"percent": 0.
|
|
637
|
+
"percent": 0.23,
|
|
629
638
|
"reduction": 94.55
|
|
630
639
|
},
|
|
631
640
|
{
|
|
@@ -654,21 +663,6 @@
|
|
|
654
663
|
"percent": 0.16,
|
|
655
664
|
"reduction": 14.13
|
|
656
665
|
},
|
|
657
|
-
{
|
|
658
|
-
"id": "/src/adapters/node-http/internals/contentType.ts",
|
|
659
|
-
"size": 116,
|
|
660
|
-
"origSize": 871,
|
|
661
|
-
"renderedExports": [
|
|
662
|
-
"createNodeHTTPContentTypeHandler"
|
|
663
|
-
],
|
|
664
|
-
"removedExports": [],
|
|
665
|
-
"dependents": [
|
|
666
|
-
"/src/adapters/node-http/content-type/form-data/index.ts",
|
|
667
|
-
"/src/adapters/node-http/content-type/json/index.ts"
|
|
668
|
-
],
|
|
669
|
-
"percent": 0.12,
|
|
670
|
-
"reduction": 86.68
|
|
671
|
-
},
|
|
672
666
|
{
|
|
673
667
|
"id": "/src/unstable-core-do-not-import/procedure.ts",
|
|
674
668
|
"size": 75,
|
|
@@ -701,9 +695,9 @@
|
|
|
701
695
|
"reduction": 93.8
|
|
702
696
|
},
|
|
703
697
|
{
|
|
704
|
-
"id": "/src/
|
|
698
|
+
"id": "/src/index.ts",
|
|
705
699
|
"size": 0,
|
|
706
|
-
"origSize":
|
|
700
|
+
"origSize": 32,
|
|
707
701
|
"renderedExports": [],
|
|
708
702
|
"removedExports": [],
|
|
709
703
|
"dependents": [],
|
|
@@ -711,9 +705,9 @@
|
|
|
711
705
|
"reduction": 100
|
|
712
706
|
},
|
|
713
707
|
{
|
|
714
|
-
"id": "/src/
|
|
708
|
+
"id": "/src/http.ts",
|
|
715
709
|
"size": 0,
|
|
716
|
-
"origSize":
|
|
710
|
+
"origSize": 37,
|
|
717
711
|
"renderedExports": [],
|
|
718
712
|
"removedExports": [],
|
|
719
713
|
"dependents": [],
|
|
@@ -731,9 +725,9 @@
|
|
|
731
725
|
"reduction": 100
|
|
732
726
|
},
|
|
733
727
|
{
|
|
734
|
-
"id": "/src/
|
|
728
|
+
"id": "/src/unstable-core-do-not-import.ts",
|
|
735
729
|
"size": 0,
|
|
736
|
-
"origSize":
|
|
730
|
+
"origSize": 1498,
|
|
737
731
|
"renderedExports": [],
|
|
738
732
|
"removedExports": [],
|
|
739
733
|
"dependents": [],
|
|
@@ -741,9 +735,9 @@
|
|
|
741
735
|
"reduction": 100
|
|
742
736
|
},
|
|
743
737
|
{
|
|
744
|
-
"id": "/src/
|
|
738
|
+
"id": "/src/shared.ts",
|
|
745
739
|
"size": 0,
|
|
746
|
-
"origSize":
|
|
740
|
+
"origSize": 653,
|
|
747
741
|
"renderedExports": [],
|
|
748
742
|
"removedExports": [],
|
|
749
743
|
"dependents": [],
|