@tanstack/router-core 0.0.1-beta.41 → 0.0.1-beta.49
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/LICENSE +21 -0
- package/build/cjs/actions.js +94 -0
- package/build/cjs/actions.js.map +1 -0
- package/build/cjs/history.js +163 -0
- package/build/cjs/history.js.map +1 -0
- package/build/cjs/index.js +18 -20
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/interop.js +175 -0
- package/build/cjs/interop.js.map +1 -0
- package/build/cjs/path.js +4 -5
- package/build/cjs/path.js.map +1 -1
- package/build/cjs/route.js +16 -138
- package/build/cjs/route.js.map +1 -1
- package/build/cjs/routeConfig.js +1 -7
- package/build/cjs/routeConfig.js.map +1 -1
- package/build/cjs/routeMatch.js +194 -199
- package/build/cjs/routeMatch.js.map +1 -1
- package/build/cjs/router.js +726 -703
- package/build/cjs/router.js.map +1 -1
- package/build/cjs/store.js +54 -0
- package/build/cjs/store.js.map +1 -0
- package/build/esm/index.js +1305 -1114
- package/build/esm/index.js.map +1 -1
- package/build/stats-html.html +1 -1
- package/build/stats-react.json +229 -192
- package/build/types/index.d.ts +172 -109
- package/build/umd/index.development.js +1381 -2331
- package/build/umd/index.development.js.map +1 -1
- package/build/umd/index.production.js +1 -1
- package/build/umd/index.production.js.map +1 -1
- package/package.json +4 -4
- package/src/actions.ts +157 -0
- package/src/history.ts +199 -0
- package/src/index.ts +4 -7
- package/src/interop.ts +169 -0
- package/src/link.ts +2 -2
- package/src/route.ts +34 -239
- package/src/routeConfig.ts +3 -34
- package/src/routeInfo.ts +6 -21
- package/src/routeMatch.ts +270 -285
- package/src/router.ts +967 -963
- package/src/store.ts +52 -0
- package/build/cjs/sharedClone.js +0 -122
- package/build/cjs/sharedClone.js.map +0 -1
- package/src/sharedClone.ts +0 -118
package/build/stats-react.json
CHANGED
|
@@ -9,21 +9,13 @@
|
|
|
9
9
|
{
|
|
10
10
|
"name": "node_modules/.pnpm",
|
|
11
11
|
"children": [
|
|
12
|
-
{
|
|
13
|
-
"name": "@babel+runtime@7.20.6/node_modules/@babel/runtime/helpers/esm/extends.js",
|
|
14
|
-
"uid": "6ea0-32"
|
|
15
|
-
},
|
|
16
|
-
{
|
|
17
|
-
"name": "history@5.3.0/node_modules/history/index.js",
|
|
18
|
-
"uid": "6ea0-34"
|
|
19
|
-
},
|
|
20
12
|
{
|
|
21
13
|
"name": "tiny-invariant@1.3.1/node_modules/tiny-invariant/dist/esm/tiny-invariant.js",
|
|
22
|
-
"uid": "
|
|
14
|
+
"uid": "59bc-34"
|
|
23
15
|
},
|
|
24
16
|
{
|
|
25
|
-
"name": "@
|
|
26
|
-
"uid": "
|
|
17
|
+
"name": "immer@9.0.16/node_modules/immer/dist/immer.esm.mjs",
|
|
18
|
+
"uid": "59bc-48"
|
|
27
19
|
}
|
|
28
20
|
]
|
|
29
21
|
},
|
|
@@ -31,43 +23,55 @@
|
|
|
31
23
|
"name": "packages/router-core/src",
|
|
32
24
|
"children": [
|
|
33
25
|
{
|
|
34
|
-
"uid": "
|
|
26
|
+
"uid": "59bc-36",
|
|
27
|
+
"name": "history.ts"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"uid": "59bc-38",
|
|
35
31
|
"name": "utils.ts"
|
|
36
32
|
},
|
|
37
33
|
{
|
|
38
|
-
"uid": "
|
|
34
|
+
"uid": "59bc-40",
|
|
39
35
|
"name": "path.ts"
|
|
40
36
|
},
|
|
41
37
|
{
|
|
42
|
-
"uid": "
|
|
38
|
+
"uid": "59bc-42",
|
|
43
39
|
"name": "qss.ts"
|
|
44
40
|
},
|
|
45
41
|
{
|
|
46
|
-
"uid": "
|
|
42
|
+
"uid": "59bc-44",
|
|
47
43
|
"name": "route.ts"
|
|
48
44
|
},
|
|
49
45
|
{
|
|
50
|
-
"uid": "
|
|
46
|
+
"uid": "59bc-46",
|
|
51
47
|
"name": "routeConfig.ts"
|
|
52
48
|
},
|
|
53
49
|
{
|
|
54
|
-
"uid": "
|
|
55
|
-
"name": "
|
|
50
|
+
"uid": "59bc-50",
|
|
51
|
+
"name": "store.ts"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"uid": "59bc-52",
|
|
55
|
+
"name": "interop.ts"
|
|
56
56
|
},
|
|
57
57
|
{
|
|
58
|
-
"uid": "
|
|
58
|
+
"uid": "59bc-54",
|
|
59
59
|
"name": "routeMatch.ts"
|
|
60
60
|
},
|
|
61
61
|
{
|
|
62
|
-
"uid": "
|
|
62
|
+
"uid": "59bc-56",
|
|
63
63
|
"name": "searchParams.ts"
|
|
64
64
|
},
|
|
65
65
|
{
|
|
66
|
-
"uid": "
|
|
66
|
+
"uid": "59bc-58",
|
|
67
67
|
"name": "router.ts"
|
|
68
68
|
},
|
|
69
69
|
{
|
|
70
|
-
"uid": "
|
|
70
|
+
"uid": "59bc-60",
|
|
71
|
+
"name": "actions.ts"
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"uid": "59bc-62",
|
|
71
75
|
"name": "index.ts"
|
|
72
76
|
}
|
|
73
77
|
]
|
|
@@ -78,430 +82,463 @@
|
|
|
78
82
|
"isRoot": true
|
|
79
83
|
},
|
|
80
84
|
"nodeParts": {
|
|
81
|
-
"
|
|
82
|
-
"renderedLength":
|
|
83
|
-
"gzipLength":
|
|
85
|
+
"59bc-34": {
|
|
86
|
+
"renderedLength": 199,
|
|
87
|
+
"gzipLength": 134,
|
|
84
88
|
"brotliLength": 0,
|
|
85
|
-
"mainUid": "
|
|
89
|
+
"mainUid": "59bc-33"
|
|
86
90
|
},
|
|
87
|
-
"
|
|
88
|
-
"renderedLength":
|
|
89
|
-
"gzipLength":
|
|
91
|
+
"59bc-36": {
|
|
92
|
+
"renderedLength": 4475,
|
|
93
|
+
"gzipLength": 1123,
|
|
90
94
|
"brotliLength": 0,
|
|
91
|
-
"mainUid": "
|
|
95
|
+
"mainUid": "59bc-35"
|
|
92
96
|
},
|
|
93
|
-
"
|
|
94
|
-
"renderedLength":
|
|
95
|
-
"gzipLength":
|
|
97
|
+
"59bc-38": {
|
|
98
|
+
"renderedLength": 663,
|
|
99
|
+
"gzipLength": 295,
|
|
96
100
|
"brotliLength": 0,
|
|
97
|
-
"mainUid": "
|
|
101
|
+
"mainUid": "59bc-37"
|
|
98
102
|
},
|
|
99
|
-
"
|
|
100
|
-
"renderedLength":
|
|
101
|
-
"gzipLength":
|
|
103
|
+
"59bc-40": {
|
|
104
|
+
"renderedLength": 5601,
|
|
105
|
+
"gzipLength": 1328,
|
|
102
106
|
"brotliLength": 0,
|
|
103
|
-
"mainUid": "
|
|
107
|
+
"mainUid": "59bc-39"
|
|
104
108
|
},
|
|
105
|
-
"
|
|
106
|
-
"renderedLength":
|
|
107
|
-
"gzipLength":
|
|
109
|
+
"59bc-42": {
|
|
110
|
+
"renderedLength": 1395,
|
|
111
|
+
"gzipLength": 558,
|
|
108
112
|
"brotliLength": 0,
|
|
109
|
-
"mainUid": "
|
|
113
|
+
"mainUid": "59bc-41"
|
|
110
114
|
},
|
|
111
|
-
"
|
|
112
|
-
"renderedLength":
|
|
113
|
-
"gzipLength":
|
|
115
|
+
"59bc-44": {
|
|
116
|
+
"renderedLength": 415,
|
|
117
|
+
"gzipLength": 208,
|
|
114
118
|
"brotliLength": 0,
|
|
115
|
-
"mainUid": "
|
|
119
|
+
"mainUid": "59bc-43"
|
|
116
120
|
},
|
|
117
|
-
"
|
|
118
|
-
"renderedLength":
|
|
119
|
-
"gzipLength":
|
|
121
|
+
"59bc-46": {
|
|
122
|
+
"renderedLength": 1261,
|
|
123
|
+
"gzipLength": 478,
|
|
120
124
|
"brotliLength": 0,
|
|
121
|
-
"mainUid": "
|
|
125
|
+
"mainUid": "59bc-45"
|
|
122
126
|
},
|
|
123
|
-
"
|
|
124
|
-
"renderedLength":
|
|
125
|
-
"gzipLength":
|
|
127
|
+
"59bc-48": {
|
|
128
|
+
"renderedLength": 8205,
|
|
129
|
+
"gzipLength": 3240,
|
|
126
130
|
"brotliLength": 0,
|
|
127
|
-
"mainUid": "
|
|
131
|
+
"mainUid": "59bc-47"
|
|
128
132
|
},
|
|
129
|
-
"
|
|
130
|
-
"renderedLength":
|
|
131
|
-
"gzipLength":
|
|
133
|
+
"59bc-50": {
|
|
134
|
+
"renderedLength": 893,
|
|
135
|
+
"gzipLength": 351,
|
|
132
136
|
"brotliLength": 0,
|
|
133
|
-
"mainUid": "
|
|
137
|
+
"mainUid": "59bc-49"
|
|
134
138
|
},
|
|
135
|
-
"
|
|
136
|
-
"renderedLength":
|
|
137
|
-
"gzipLength":
|
|
139
|
+
"59bc-52": {
|
|
140
|
+
"renderedLength": 5233,
|
|
141
|
+
"gzipLength": 1686,
|
|
138
142
|
"brotliLength": 0,
|
|
139
|
-
"mainUid": "
|
|
143
|
+
"mainUid": "59bc-51"
|
|
140
144
|
},
|
|
141
|
-
"
|
|
142
|
-
"renderedLength":
|
|
143
|
-
"gzipLength":
|
|
145
|
+
"59bc-54": {
|
|
146
|
+
"renderedLength": 7941,
|
|
147
|
+
"gzipLength": 2036,
|
|
144
148
|
"brotliLength": 0,
|
|
145
|
-
"mainUid": "
|
|
149
|
+
"mainUid": "59bc-53"
|
|
146
150
|
},
|
|
147
|
-
"
|
|
148
|
-
"renderedLength":
|
|
149
|
-
"gzipLength":
|
|
151
|
+
"59bc-56": {
|
|
152
|
+
"renderedLength": 1387,
|
|
153
|
+
"gzipLength": 483,
|
|
154
|
+
"brotliLength": 0,
|
|
155
|
+
"mainUid": "59bc-55"
|
|
156
|
+
},
|
|
157
|
+
"59bc-58": {
|
|
158
|
+
"renderedLength": 28381,
|
|
159
|
+
"gzipLength": 6477,
|
|
150
160
|
"brotliLength": 0,
|
|
151
|
-
"mainUid": "
|
|
161
|
+
"mainUid": "59bc-57"
|
|
152
162
|
},
|
|
153
|
-
"
|
|
154
|
-
"renderedLength":
|
|
155
|
-
"gzipLength":
|
|
163
|
+
"59bc-60": {
|
|
164
|
+
"renderedLength": 2424,
|
|
165
|
+
"gzipLength": 644,
|
|
156
166
|
"brotliLength": 0,
|
|
157
|
-
"mainUid": "
|
|
167
|
+
"mainUid": "59bc-59"
|
|
158
168
|
},
|
|
159
|
-
"
|
|
169
|
+
"59bc-62": {
|
|
160
170
|
"renderedLength": 0,
|
|
161
171
|
"gzipLength": 0,
|
|
162
172
|
"brotliLength": 0,
|
|
163
|
-
"mainUid": "
|
|
173
|
+
"mainUid": "59bc-61"
|
|
164
174
|
}
|
|
165
175
|
},
|
|
166
176
|
"nodeMetas": {
|
|
167
|
-
"
|
|
168
|
-
"id": "/node_modules/.pnpm
|
|
177
|
+
"59bc-33": {
|
|
178
|
+
"id": "/node_modules/.pnpm/tiny-invariant@1.3.1/node_modules/tiny-invariant/dist/esm/tiny-invariant.js",
|
|
169
179
|
"moduleParts": {
|
|
170
|
-
"index.production.js": "
|
|
180
|
+
"index.production.js": "59bc-34"
|
|
171
181
|
},
|
|
172
182
|
"imported": [],
|
|
173
183
|
"importedBy": [
|
|
174
184
|
{
|
|
175
|
-
"uid": "
|
|
176
|
-
}
|
|
177
|
-
]
|
|
178
|
-
},
|
|
179
|
-
"6ea0-33": {
|
|
180
|
-
"id": "/node_modules/.pnpm/history@5.3.0/node_modules/history/index.js",
|
|
181
|
-
"moduleParts": {
|
|
182
|
-
"index.production.js": "6ea0-34"
|
|
183
|
-
},
|
|
184
|
-
"imported": [
|
|
185
|
+
"uid": "59bc-61"
|
|
186
|
+
},
|
|
185
187
|
{
|
|
186
|
-
"uid": "
|
|
187
|
-
}
|
|
188
|
-
],
|
|
189
|
-
"importedBy": [
|
|
188
|
+
"uid": "59bc-45"
|
|
189
|
+
},
|
|
190
190
|
{
|
|
191
|
-
"uid": "
|
|
191
|
+
"uid": "59bc-57"
|
|
192
192
|
},
|
|
193
193
|
{
|
|
194
|
-
"uid": "
|
|
194
|
+
"uid": "59bc-59"
|
|
195
195
|
}
|
|
196
196
|
]
|
|
197
197
|
},
|
|
198
|
-
"
|
|
199
|
-
"id": "/
|
|
198
|
+
"59bc-35": {
|
|
199
|
+
"id": "/packages/router-core/src/history.ts",
|
|
200
200
|
"moduleParts": {
|
|
201
|
-
"index.production.js": "
|
|
201
|
+
"index.production.js": "59bc-36"
|
|
202
202
|
},
|
|
203
203
|
"imported": [],
|
|
204
204
|
"importedBy": [
|
|
205
205
|
{
|
|
206
|
-
"uid": "
|
|
206
|
+
"uid": "59bc-61"
|
|
207
207
|
},
|
|
208
208
|
{
|
|
209
|
-
"uid": "
|
|
210
|
-
},
|
|
211
|
-
{
|
|
212
|
-
"uid": "6ea0-55"
|
|
209
|
+
"uid": "59bc-57"
|
|
213
210
|
}
|
|
214
211
|
]
|
|
215
212
|
},
|
|
216
|
-
"
|
|
213
|
+
"59bc-37": {
|
|
217
214
|
"id": "/packages/router-core/src/utils.ts",
|
|
218
215
|
"moduleParts": {
|
|
219
|
-
"index.production.js": "
|
|
216
|
+
"index.production.js": "59bc-38"
|
|
220
217
|
},
|
|
221
218
|
"imported": [],
|
|
222
219
|
"importedBy": [
|
|
223
220
|
{
|
|
224
|
-
"uid": "
|
|
221
|
+
"uid": "59bc-61"
|
|
225
222
|
},
|
|
226
223
|
{
|
|
227
|
-
"uid": "
|
|
224
|
+
"uid": "59bc-39"
|
|
228
225
|
},
|
|
229
226
|
{
|
|
230
|
-
"uid": "
|
|
227
|
+
"uid": "59bc-57"
|
|
231
228
|
}
|
|
232
229
|
]
|
|
233
230
|
},
|
|
234
|
-
"
|
|
231
|
+
"59bc-39": {
|
|
235
232
|
"id": "/packages/router-core/src/path.ts",
|
|
236
233
|
"moduleParts": {
|
|
237
|
-
"index.production.js": "
|
|
234
|
+
"index.production.js": "59bc-40"
|
|
238
235
|
},
|
|
239
236
|
"imported": [
|
|
240
237
|
{
|
|
241
|
-
"uid": "
|
|
238
|
+
"uid": "59bc-37"
|
|
242
239
|
}
|
|
243
240
|
],
|
|
244
241
|
"importedBy": [
|
|
245
242
|
{
|
|
246
|
-
"uid": "
|
|
243
|
+
"uid": "59bc-61"
|
|
247
244
|
},
|
|
248
245
|
{
|
|
249
|
-
"uid": "
|
|
246
|
+
"uid": "59bc-45"
|
|
250
247
|
},
|
|
251
248
|
{
|
|
252
|
-
"uid": "
|
|
249
|
+
"uid": "59bc-57"
|
|
253
250
|
}
|
|
254
251
|
]
|
|
255
252
|
},
|
|
256
|
-
"
|
|
253
|
+
"59bc-41": {
|
|
257
254
|
"id": "/packages/router-core/src/qss.ts",
|
|
258
255
|
"moduleParts": {
|
|
259
|
-
"index.production.js": "
|
|
256
|
+
"index.production.js": "59bc-42"
|
|
260
257
|
},
|
|
261
258
|
"imported": [],
|
|
262
259
|
"importedBy": [
|
|
263
260
|
{
|
|
264
|
-
"uid": "
|
|
261
|
+
"uid": "59bc-61"
|
|
265
262
|
},
|
|
266
263
|
{
|
|
267
|
-
"uid": "
|
|
264
|
+
"uid": "59bc-55"
|
|
268
265
|
}
|
|
269
266
|
]
|
|
270
267
|
},
|
|
271
|
-
"
|
|
272
|
-
"id": "/
|
|
268
|
+
"59bc-43": {
|
|
269
|
+
"id": "/packages/router-core/src/route.ts",
|
|
273
270
|
"moduleParts": {
|
|
274
|
-
"index.production.js": "
|
|
271
|
+
"index.production.js": "59bc-44"
|
|
275
272
|
},
|
|
276
273
|
"imported": [],
|
|
277
274
|
"importedBy": [
|
|
278
275
|
{
|
|
279
|
-
"uid": "
|
|
280
|
-
},
|
|
281
|
-
{
|
|
282
|
-
"uid": "6ea0-51"
|
|
276
|
+
"uid": "59bc-61"
|
|
283
277
|
},
|
|
284
278
|
{
|
|
285
|
-
"uid": "
|
|
279
|
+
"uid": "59bc-57"
|
|
286
280
|
}
|
|
287
281
|
]
|
|
288
282
|
},
|
|
289
|
-
"
|
|
290
|
-
"id": "/packages/router-core/src/
|
|
283
|
+
"59bc-45": {
|
|
284
|
+
"id": "/packages/router-core/src/routeConfig.ts",
|
|
291
285
|
"moduleParts": {
|
|
292
|
-
"index.production.js": "
|
|
286
|
+
"index.production.js": "59bc-46"
|
|
293
287
|
},
|
|
294
288
|
"imported": [
|
|
295
289
|
{
|
|
296
|
-
"uid": "
|
|
290
|
+
"uid": "59bc-33"
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
"uid": "59bc-39"
|
|
297
294
|
}
|
|
298
295
|
],
|
|
299
296
|
"importedBy": [
|
|
300
297
|
{
|
|
301
|
-
"uid": "
|
|
302
|
-
}
|
|
298
|
+
"uid": "59bc-61"
|
|
299
|
+
}
|
|
300
|
+
]
|
|
301
|
+
},
|
|
302
|
+
"59bc-47": {
|
|
303
|
+
"id": "/node_modules/.pnpm/immer@9.0.16/node_modules/immer/dist/immer.esm.mjs",
|
|
304
|
+
"moduleParts": {
|
|
305
|
+
"index.production.js": "59bc-48"
|
|
306
|
+
},
|
|
307
|
+
"imported": [],
|
|
308
|
+
"importedBy": [
|
|
303
309
|
{
|
|
304
|
-
"uid": "
|
|
310
|
+
"uid": "59bc-49"
|
|
305
311
|
}
|
|
306
312
|
]
|
|
307
313
|
},
|
|
308
|
-
"
|
|
309
|
-
"id": "/packages/router-core/src/
|
|
314
|
+
"59bc-49": {
|
|
315
|
+
"id": "/packages/router-core/src/store.ts",
|
|
310
316
|
"moduleParts": {
|
|
311
|
-
"index.production.js": "
|
|
317
|
+
"index.production.js": "59bc-50"
|
|
312
318
|
},
|
|
313
319
|
"imported": [
|
|
314
320
|
{
|
|
315
|
-
"uid": "
|
|
316
|
-
},
|
|
317
|
-
{
|
|
318
|
-
"uid": "6ea0-39"
|
|
321
|
+
"uid": "59bc-47"
|
|
319
322
|
}
|
|
320
323
|
],
|
|
321
324
|
"importedBy": [
|
|
322
325
|
{
|
|
323
|
-
"uid": "
|
|
326
|
+
"uid": "59bc-61"
|
|
327
|
+
},
|
|
328
|
+
{
|
|
329
|
+
"uid": "59bc-53"
|
|
330
|
+
},
|
|
331
|
+
{
|
|
332
|
+
"uid": "59bc-57"
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
"uid": "59bc-59"
|
|
324
336
|
}
|
|
325
337
|
]
|
|
326
338
|
},
|
|
327
|
-
"
|
|
328
|
-
"id": "/packages/router-core/src/
|
|
339
|
+
"59bc-51": {
|
|
340
|
+
"id": "/packages/router-core/src/interop.ts",
|
|
329
341
|
"moduleParts": {
|
|
330
|
-
"index.production.js": "
|
|
342
|
+
"index.production.js": "59bc-52"
|
|
331
343
|
},
|
|
332
344
|
"imported": [],
|
|
333
345
|
"importedBy": [
|
|
334
346
|
{
|
|
335
|
-
"uid": "
|
|
347
|
+
"uid": "59bc-61"
|
|
336
348
|
},
|
|
337
349
|
{
|
|
338
|
-
"uid": "
|
|
350
|
+
"uid": "59bc-53"
|
|
339
351
|
},
|
|
340
352
|
{
|
|
341
|
-
"uid": "
|
|
353
|
+
"uid": "59bc-57"
|
|
342
354
|
}
|
|
343
355
|
]
|
|
344
356
|
},
|
|
345
|
-
"
|
|
357
|
+
"59bc-53": {
|
|
346
358
|
"id": "/packages/router-core/src/routeMatch.ts",
|
|
347
359
|
"moduleParts": {
|
|
348
|
-
"index.production.js": "
|
|
360
|
+
"index.production.js": "59bc-54"
|
|
349
361
|
},
|
|
350
362
|
"imported": [
|
|
351
363
|
{
|
|
352
|
-
"uid": "
|
|
364
|
+
"uid": "59bc-49"
|
|
353
365
|
},
|
|
354
366
|
{
|
|
355
|
-
"uid": "
|
|
367
|
+
"uid": "59bc-51"
|
|
356
368
|
}
|
|
357
369
|
],
|
|
358
370
|
"importedBy": [
|
|
359
371
|
{
|
|
360
|
-
"uid": "
|
|
372
|
+
"uid": "59bc-61"
|
|
361
373
|
},
|
|
362
374
|
{
|
|
363
|
-
"uid": "
|
|
375
|
+
"uid": "59bc-57"
|
|
364
376
|
}
|
|
365
377
|
]
|
|
366
378
|
},
|
|
367
|
-
"
|
|
379
|
+
"59bc-55": {
|
|
368
380
|
"id": "/packages/router-core/src/searchParams.ts",
|
|
369
381
|
"moduleParts": {
|
|
370
|
-
"index.production.js": "
|
|
382
|
+
"index.production.js": "59bc-56"
|
|
371
383
|
},
|
|
372
384
|
"imported": [
|
|
373
385
|
{
|
|
374
|
-
"uid": "
|
|
386
|
+
"uid": "59bc-41"
|
|
375
387
|
}
|
|
376
388
|
],
|
|
377
389
|
"importedBy": [
|
|
378
390
|
{
|
|
379
|
-
"uid": "
|
|
391
|
+
"uid": "59bc-61"
|
|
380
392
|
},
|
|
381
393
|
{
|
|
382
|
-
"uid": "
|
|
394
|
+
"uid": "59bc-57"
|
|
383
395
|
}
|
|
384
396
|
]
|
|
385
397
|
},
|
|
386
|
-
"
|
|
398
|
+
"59bc-57": {
|
|
387
399
|
"id": "/packages/router-core/src/router.ts",
|
|
388
400
|
"moduleParts": {
|
|
389
|
-
"index.production.js": "
|
|
401
|
+
"index.production.js": "59bc-58"
|
|
390
402
|
},
|
|
391
403
|
"imported": [
|
|
392
404
|
{
|
|
393
|
-
"uid": "
|
|
405
|
+
"uid": "59bc-33"
|
|
394
406
|
},
|
|
395
407
|
{
|
|
396
|
-
"uid": "
|
|
408
|
+
"uid": "59bc-39"
|
|
397
409
|
},
|
|
398
410
|
{
|
|
399
|
-
"uid": "
|
|
411
|
+
"uid": "59bc-43"
|
|
400
412
|
},
|
|
401
413
|
{
|
|
402
|
-
"uid": "
|
|
414
|
+
"uid": "59bc-53"
|
|
403
415
|
},
|
|
404
416
|
{
|
|
405
|
-
"uid": "
|
|
417
|
+
"uid": "59bc-55"
|
|
406
418
|
},
|
|
407
419
|
{
|
|
408
|
-
"uid": "
|
|
420
|
+
"uid": "59bc-49"
|
|
409
421
|
},
|
|
410
422
|
{
|
|
411
|
-
"uid": "
|
|
423
|
+
"uid": "59bc-37"
|
|
412
424
|
},
|
|
413
425
|
{
|
|
414
|
-
"uid": "
|
|
426
|
+
"uid": "59bc-51"
|
|
415
427
|
},
|
|
416
428
|
{
|
|
417
|
-
"uid": "
|
|
429
|
+
"uid": "59bc-35"
|
|
418
430
|
}
|
|
419
431
|
],
|
|
420
432
|
"importedBy": [
|
|
421
433
|
{
|
|
422
|
-
"uid": "
|
|
434
|
+
"uid": "59bc-61"
|
|
423
435
|
}
|
|
424
436
|
]
|
|
425
437
|
},
|
|
426
|
-
"
|
|
438
|
+
"59bc-59": {
|
|
439
|
+
"id": "/packages/router-core/src/actions.ts",
|
|
440
|
+
"moduleParts": {
|
|
441
|
+
"index.production.js": "59bc-60"
|
|
442
|
+
},
|
|
443
|
+
"imported": [
|
|
444
|
+
{
|
|
445
|
+
"uid": "59bc-33"
|
|
446
|
+
},
|
|
447
|
+
{
|
|
448
|
+
"uid": "59bc-49"
|
|
449
|
+
}
|
|
450
|
+
],
|
|
451
|
+
"importedBy": [
|
|
452
|
+
{
|
|
453
|
+
"uid": "59bc-61"
|
|
454
|
+
}
|
|
455
|
+
]
|
|
456
|
+
},
|
|
457
|
+
"59bc-61": {
|
|
427
458
|
"id": "/packages/router-core/src/index.ts",
|
|
428
459
|
"moduleParts": {
|
|
429
|
-
"index.production.js": "
|
|
460
|
+
"index.production.js": "59bc-62"
|
|
430
461
|
},
|
|
431
462
|
"imported": [
|
|
432
463
|
{
|
|
433
|
-
"uid": "
|
|
464
|
+
"uid": "59bc-33"
|
|
465
|
+
},
|
|
466
|
+
{
|
|
467
|
+
"uid": "59bc-35"
|
|
468
|
+
},
|
|
469
|
+
{
|
|
470
|
+
"uid": "59bc-63"
|
|
434
471
|
},
|
|
435
472
|
{
|
|
436
|
-
"uid": "
|
|
473
|
+
"uid": "59bc-64"
|
|
437
474
|
},
|
|
438
475
|
{
|
|
439
|
-
"uid": "
|
|
476
|
+
"uid": "59bc-39"
|
|
440
477
|
},
|
|
441
478
|
{
|
|
442
|
-
"uid": "
|
|
479
|
+
"uid": "59bc-41"
|
|
443
480
|
},
|
|
444
481
|
{
|
|
445
|
-
"uid": "
|
|
482
|
+
"uid": "59bc-43"
|
|
446
483
|
},
|
|
447
484
|
{
|
|
448
|
-
"uid": "
|
|
485
|
+
"uid": "59bc-45"
|
|
449
486
|
},
|
|
450
487
|
{
|
|
451
|
-
"uid": "
|
|
488
|
+
"uid": "59bc-65"
|
|
452
489
|
},
|
|
453
490
|
{
|
|
454
|
-
"uid": "
|
|
491
|
+
"uid": "59bc-53"
|
|
455
492
|
},
|
|
456
493
|
{
|
|
457
|
-
"uid": "
|
|
494
|
+
"uid": "59bc-57"
|
|
458
495
|
},
|
|
459
496
|
{
|
|
460
|
-
"uid": "
|
|
497
|
+
"uid": "59bc-55"
|
|
461
498
|
},
|
|
462
499
|
{
|
|
463
|
-
"uid": "
|
|
500
|
+
"uid": "59bc-37"
|
|
464
501
|
},
|
|
465
502
|
{
|
|
466
|
-
"uid": "
|
|
503
|
+
"uid": "59bc-51"
|
|
467
504
|
},
|
|
468
505
|
{
|
|
469
|
-
"uid": "
|
|
506
|
+
"uid": "59bc-59"
|
|
470
507
|
},
|
|
471
508
|
{
|
|
472
|
-
"uid": "
|
|
509
|
+
"uid": "59bc-49"
|
|
473
510
|
}
|
|
474
511
|
],
|
|
475
512
|
"importedBy": [],
|
|
476
513
|
"isEntry": true
|
|
477
514
|
},
|
|
478
|
-
"
|
|
515
|
+
"59bc-63": {
|
|
479
516
|
"id": "/packages/router-core/src/frameworks.ts",
|
|
480
517
|
"moduleParts": {},
|
|
481
518
|
"imported": [],
|
|
482
519
|
"importedBy": [
|
|
483
520
|
{
|
|
484
|
-
"uid": "
|
|
521
|
+
"uid": "59bc-61"
|
|
485
522
|
}
|
|
486
523
|
]
|
|
487
524
|
},
|
|
488
|
-
"
|
|
525
|
+
"59bc-64": {
|
|
489
526
|
"id": "/packages/router-core/src/link.ts",
|
|
490
527
|
"moduleParts": {},
|
|
491
528
|
"imported": [],
|
|
492
529
|
"importedBy": [
|
|
493
530
|
{
|
|
494
|
-
"uid": "
|
|
531
|
+
"uid": "59bc-61"
|
|
495
532
|
}
|
|
496
533
|
]
|
|
497
534
|
},
|
|
498
|
-
"
|
|
535
|
+
"59bc-65": {
|
|
499
536
|
"id": "/packages/router-core/src/routeInfo.ts",
|
|
500
537
|
"moduleParts": {},
|
|
501
538
|
"imported": [],
|
|
502
539
|
"importedBy": [
|
|
503
540
|
{
|
|
504
|
-
"uid": "
|
|
541
|
+
"uid": "59bc-61"
|
|
505
542
|
}
|
|
506
543
|
]
|
|
507
544
|
}
|