@ankhorage/runtime 0.2.2 → 0.2.4
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/CHANGELOG.md +12 -0
- package/README.md +1 -1
- package/dist/RuntimeRenderer.d.ts.map +1 -1
- package/dist/RuntimeRenderer.js +0 -2
- package/dist/RuntimeRenderer.js.map +1 -1
- package/dist/componentRegistry.d.ts +1 -1
- package/dist/componentRegistry.d.ts.map +1 -1
- package/dist/componentRegistry.js.map +1 -1
- package/dist/index.d.ts +1 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -2
- package/dist/index.js.map +1 -1
- package/dist/registry.d.ts +0 -3
- package/dist/registry.d.ts.map +1 -1
- package/dist/registry.js +0 -46
- package/dist/registry.js.map +1 -1
- package/dist/rendering.d.ts +0 -1
- package/dist/rendering.d.ts.map +1 -1
- package/dist/rendering.js +4 -3
- package/dist/rendering.js.map +1 -1
- package/package.json +3 -9
- package/paradox/badges/npm.svg +3 -3
- package/paradox/components.md +2 -2
- package/paradox/diagrams/architecture-overview.mmd +1 -3
- package/paradox/diagrams/export-graph.mmd +0 -8
- package/paradox/diagrams/module-relationships.mmd +1 -3
- package/paradox/exports.json +22 -60
- package/paradox/exports.md +25 -37
- package/paradox/index.html +84 -149
- package/paradox/paradox.json +95 -146
package/paradox/paradox.json
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
{
|
|
13
13
|
"id": "npm",
|
|
14
14
|
"label": "npm",
|
|
15
|
-
"value": "v0.2.
|
|
15
|
+
"value": "v0.2.3",
|
|
16
16
|
"color": "cb3837"
|
|
17
17
|
},
|
|
18
18
|
{
|
|
@@ -109,7 +109,6 @@
|
|
|
109
109
|
"createRuntimeManifest",
|
|
110
110
|
"createRuntimeMemoryStateAdapter",
|
|
111
111
|
"createRuntimeScreenLoaderRequestKey",
|
|
112
|
-
"DEFAULT_COMPONENT_REGISTRY",
|
|
113
112
|
"defineRuntimeAction",
|
|
114
113
|
"defineRuntimeAdapter",
|
|
115
114
|
"defineRuntimeBinding",
|
|
@@ -185,7 +184,6 @@
|
|
|
185
184
|
"RuntimeScreenOperationLoaderState",
|
|
186
185
|
"RuntimeScreenProps",
|
|
187
186
|
"shouldRenderRuntimeRepeatEmptyState",
|
|
188
|
-
"SURFACE_COMPONENT_REGISTRY",
|
|
189
187
|
"useManifest",
|
|
190
188
|
"useManifestContext",
|
|
191
189
|
"useOptionalManifestContext",
|
|
@@ -193,8 +191,7 @@
|
|
|
193
191
|
"useRuntimeRendererConfig",
|
|
194
192
|
"useRuntimeScreenOperationLoaders",
|
|
195
193
|
"validateRuntimeBindingOperationRef",
|
|
196
|
-
"wrapRuntimeEventProps"
|
|
197
|
-
"ZORA_COMPONENT_REGISTRY"
|
|
194
|
+
"wrapRuntimeEventProps"
|
|
198
195
|
]
|
|
199
196
|
},
|
|
200
197
|
{
|
|
@@ -212,19 +209,17 @@
|
|
|
212
209
|
{
|
|
213
210
|
"path": "src/registry.test.ts",
|
|
214
211
|
"isEntrypoint": false,
|
|
215
|
-
"dependencies": ["src/
|
|
212
|
+
"dependencies": ["src/registry.tsx"],
|
|
216
213
|
"exports": []
|
|
217
214
|
},
|
|
218
215
|
{
|
|
219
216
|
"path": "src/registry.tsx",
|
|
220
217
|
"isEntrypoint": false,
|
|
221
|
-
"dependencies": [
|
|
218
|
+
"dependencies": [],
|
|
222
219
|
"exports": [
|
|
223
220
|
"APP_EXTENSION_COMPONENT_REGISTRY",
|
|
224
221
|
"ComponentRegistry",
|
|
225
|
-
"createComponentRegistry"
|
|
226
|
-
"SURFACE_COMPONENT_REGISTRY",
|
|
227
|
-
"ZORA_COMPONENT_REGISTRY"
|
|
222
|
+
"createComponentRegistry"
|
|
228
223
|
]
|
|
229
224
|
},
|
|
230
225
|
{
|
|
@@ -612,7 +607,7 @@
|
|
|
612
607
|
"modulePath": "src/RuntimeRendererConfig.tsx",
|
|
613
608
|
"sourceLocation": {
|
|
614
609
|
"filePath": "src/RuntimeRendererConfig.tsx",
|
|
615
|
-
"line":
|
|
610
|
+
"line": 88,
|
|
616
611
|
"column": 1
|
|
617
612
|
},
|
|
618
613
|
"exportPaths": ["src/index.ts"],
|
|
@@ -650,7 +645,7 @@
|
|
|
650
645
|
"modulePath": "src/RuntimeRendererConfig.tsx",
|
|
651
646
|
"sourceLocation": {
|
|
652
647
|
"filePath": "src/RuntimeRendererConfig.tsx",
|
|
653
|
-
"line":
|
|
648
|
+
"line": 73,
|
|
654
649
|
"column": 1
|
|
655
650
|
},
|
|
656
651
|
"exportPaths": ["src/index.ts"],
|
|
@@ -724,19 +719,19 @@
|
|
|
724
719
|
"column": 1
|
|
725
720
|
},
|
|
726
721
|
"exportPaths": ["src/index.ts"],
|
|
727
|
-
"relatedSymbols": [
|
|
722
|
+
"relatedSymbols": [],
|
|
728
723
|
"signatures": [
|
|
729
724
|
{
|
|
730
|
-
"label": "(registries?: readonly
|
|
725
|
+
"label": "(registries?: readonly Readonly<Record<string, React.ElementType<any, keyof React.JSX.IntrinsicElements>>>[]) => Readonly<Record<string, React.ElementType<any, keyof React.JSX.IntrinsicElements>>>",
|
|
731
726
|
"parameters": [
|
|
732
727
|
{
|
|
733
728
|
"name": "registries",
|
|
734
|
-
"type": "readonly
|
|
729
|
+
"type": "readonly Readonly<Record<string, React.ElementType<any, keyof React.JSX.IntrinsicElements>>>[]",
|
|
735
730
|
"required": false,
|
|
736
731
|
"description": null
|
|
737
732
|
}
|
|
738
733
|
],
|
|
739
|
-
"returnType": "
|
|
734
|
+
"returnType": "Readonly<Record<string, React.ElementType<any, keyof React.JSX.IntrinsicElements>>>",
|
|
740
735
|
"returnDescription": null
|
|
741
736
|
}
|
|
742
737
|
],
|
|
@@ -1422,7 +1417,7 @@
|
|
|
1422
1417
|
"modulePath": "src/RuntimeRendererConfig.tsx",
|
|
1423
1418
|
"sourceLocation": {
|
|
1424
1419
|
"filePath": "src/RuntimeRendererConfig.tsx",
|
|
1425
|
-
"line":
|
|
1420
|
+
"line": 106,
|
|
1426
1421
|
"column": 1
|
|
1427
1422
|
},
|
|
1428
1423
|
"exportPaths": ["src/index.ts"],
|
|
@@ -1864,7 +1859,7 @@
|
|
|
1864
1859
|
"modulePath": "src/RuntimeRendererConfig.tsx",
|
|
1865
1860
|
"sourceLocation": {
|
|
1866
1861
|
"filePath": "src/RuntimeRendererConfig.tsx",
|
|
1867
|
-
"line":
|
|
1862
|
+
"line": 43,
|
|
1868
1863
|
"column": 1
|
|
1869
1864
|
},
|
|
1870
1865
|
"exportPaths": ["src/index.ts"],
|
|
@@ -1929,7 +1924,7 @@
|
|
|
1929
1924
|
"modulePath": "src/RuntimeRendererConfig.tsx",
|
|
1930
1925
|
"sourceLocation": {
|
|
1931
1926
|
"filePath": "src/RuntimeRendererConfig.tsx",
|
|
1932
|
-
"line":
|
|
1927
|
+
"line": 46,
|
|
1933
1928
|
"column": 1
|
|
1934
1929
|
},
|
|
1935
1930
|
"exportPaths": ["src/index.ts"],
|
|
@@ -1947,7 +1942,7 @@
|
|
|
1947
1942
|
"modulePath": "src/RuntimeRendererConfig.tsx",
|
|
1948
1943
|
"sourceLocation": {
|
|
1949
1944
|
"filePath": "src/RuntimeRendererConfig.tsx",
|
|
1950
|
-
"line":
|
|
1945
|
+
"line": 44,
|
|
1951
1946
|
"column": 1
|
|
1952
1947
|
},
|
|
1953
1948
|
"exportPaths": ["src/index.ts"],
|
|
@@ -1965,7 +1960,7 @@
|
|
|
1965
1960
|
"modulePath": "src/RuntimeRendererConfig.tsx",
|
|
1966
1961
|
"sourceLocation": {
|
|
1967
1962
|
"filePath": "src/RuntimeRendererConfig.tsx",
|
|
1968
|
-
"line":
|
|
1963
|
+
"line": 36,
|
|
1969
1964
|
"column": 1
|
|
1970
1965
|
},
|
|
1971
1966
|
"exportPaths": ["src/index.ts"],
|
|
@@ -2012,7 +2007,7 @@
|
|
|
2012
2007
|
"modulePath": "src/RuntimeRendererConfig.tsx",
|
|
2013
2008
|
"sourceLocation": {
|
|
2014
2009
|
"filePath": "src/RuntimeRendererConfig.tsx",
|
|
2015
|
-
"line":
|
|
2010
|
+
"line": 45,
|
|
2016
2011
|
"column": 1
|
|
2017
2012
|
},
|
|
2018
2013
|
"exportPaths": ["src/index.ts"],
|
|
@@ -3314,7 +3309,7 @@
|
|
|
3314
3309
|
"modulePath": "src/RuntimeRenderer.tsx",
|
|
3315
3310
|
"sourceLocation": {
|
|
3316
3311
|
"filePath": "src/RuntimeRenderer.tsx",
|
|
3317
|
-
"line":
|
|
3312
|
+
"line": 67,
|
|
3318
3313
|
"column": 1
|
|
3319
3314
|
},
|
|
3320
3315
|
"exportPaths": ["src/index.ts"],
|
|
@@ -3346,12 +3341,11 @@
|
|
|
3346
3341
|
"modulePath": "src/RuntimeRendererConfig.tsx",
|
|
3347
3342
|
"sourceLocation": {
|
|
3348
3343
|
"filePath": "src/RuntimeRendererConfig.tsx",
|
|
3349
|
-
"line":
|
|
3344
|
+
"line": 48,
|
|
3350
3345
|
"column": 1
|
|
3351
3346
|
},
|
|
3352
3347
|
"exportPaths": ["src/index.ts"],
|
|
3353
3348
|
"relatedSymbols": [
|
|
3354
|
-
"ComponentRegistry",
|
|
3355
3349
|
"RuntimeActionHandler",
|
|
3356
3350
|
"RuntimeActionHandlers",
|
|
3357
3351
|
"RuntimeBindingOperationExecutor",
|
|
@@ -3441,7 +3435,7 @@
|
|
|
3441
3435
|
{
|
|
3442
3436
|
"name": "registry",
|
|
3443
3437
|
"kind": "property",
|
|
3444
|
-
"type": "
|
|
3438
|
+
"type": "Readonly<Record<string, React.ElementType<any, keyof React.JSX.IntrinsicElements>>> | undefined",
|
|
3445
3439
|
"required": false,
|
|
3446
3440
|
"description": null
|
|
3447
3441
|
},
|
|
@@ -3485,7 +3479,7 @@
|
|
|
3485
3479
|
"modulePath": "src/RuntimeRendererConfig.tsx",
|
|
3486
3480
|
"sourceLocation": {
|
|
3487
3481
|
"filePath": "src/RuntimeRendererConfig.tsx",
|
|
3488
|
-
"line":
|
|
3482
|
+
"line": 152,
|
|
3489
3483
|
"column": 1
|
|
3490
3484
|
},
|
|
3491
3485
|
"exportPaths": ["src/index.ts"],
|
|
@@ -3517,12 +3511,11 @@
|
|
|
3517
3511
|
"modulePath": "src/RuntimeRenderer.tsx",
|
|
3518
3512
|
"sourceLocation": {
|
|
3519
3513
|
"filePath": "src/RuntimeRenderer.tsx",
|
|
3520
|
-
"line":
|
|
3514
|
+
"line": 49,
|
|
3521
3515
|
"column": 1
|
|
3522
3516
|
},
|
|
3523
3517
|
"exportPaths": ["src/index.ts"],
|
|
3524
3518
|
"relatedSymbols": [
|
|
3525
|
-
"ComponentRegistry",
|
|
3526
3519
|
"RuntimeActionHandler",
|
|
3527
3520
|
"RuntimeBindingOperationExecutor",
|
|
3528
3521
|
"RuntimeRendererConfig",
|
|
@@ -3617,7 +3610,7 @@
|
|
|
3617
3610
|
{
|
|
3618
3611
|
"name": "registry",
|
|
3619
3612
|
"kind": "property",
|
|
3620
|
-
"type": "
|
|
3613
|
+
"type": "Readonly<Record<string, React.ElementType<any, keyof React.JSX.IntrinsicElements>>> | undefined",
|
|
3621
3614
|
"required": false,
|
|
3622
3615
|
"description": null
|
|
3623
3616
|
},
|
|
@@ -3647,7 +3640,7 @@
|
|
|
3647
3640
|
"modulePath": "src/RuntimeRendererConfig.tsx",
|
|
3648
3641
|
"sourceLocation": {
|
|
3649
3642
|
"filePath": "src/RuntimeRendererConfig.tsx",
|
|
3650
|
-
"line":
|
|
3643
|
+
"line": 30,
|
|
3651
3644
|
"column": 1
|
|
3652
3645
|
},
|
|
3653
3646
|
"exportPaths": ["src/index.ts"],
|
|
@@ -3843,7 +3836,7 @@
|
|
|
3843
3836
|
"column": 1
|
|
3844
3837
|
},
|
|
3845
3838
|
"exportPaths": ["src/index.ts"],
|
|
3846
|
-
"relatedSymbols": [
|
|
3839
|
+
"relatedSymbols": [],
|
|
3847
3840
|
"signatures": [],
|
|
3848
3841
|
"members": [
|
|
3849
3842
|
{
|
|
@@ -3856,7 +3849,7 @@
|
|
|
3856
3849
|
{
|
|
3857
3850
|
"name": "registry",
|
|
3858
3851
|
"kind": "property",
|
|
3859
|
-
"type": "
|
|
3852
|
+
"type": "Readonly<Record<string, React.ElementType<any, keyof React.JSX.IntrinsicElements>>> | undefined",
|
|
3860
3853
|
"required": false,
|
|
3861
3854
|
"description": null
|
|
3862
3855
|
},
|
|
@@ -3909,24 +3902,6 @@
|
|
|
3909
3902
|
"members": [],
|
|
3910
3903
|
"structuredRows": []
|
|
3911
3904
|
},
|
|
3912
|
-
{
|
|
3913
|
-
"name": "SURFACE_COMPONENT_REGISTRY",
|
|
3914
|
-
"description": null,
|
|
3915
|
-
"isReadme": false,
|
|
3916
|
-
"examples": [],
|
|
3917
|
-
"kind": "value",
|
|
3918
|
-
"modulePath": "src/registry.tsx",
|
|
3919
|
-
"sourceLocation": {
|
|
3920
|
-
"filePath": "src/registry.tsx",
|
|
3921
|
-
"line": 51,
|
|
3922
|
-
"column": 14
|
|
3923
|
-
},
|
|
3924
|
-
"exportPaths": ["src/index.ts"],
|
|
3925
|
-
"relatedSymbols": [],
|
|
3926
|
-
"signatures": [],
|
|
3927
|
-
"members": [],
|
|
3928
|
-
"structuredRows": []
|
|
3929
|
-
},
|
|
3930
3905
|
{
|
|
3931
3906
|
"name": "useManifest",
|
|
3932
3907
|
"description": null,
|
|
@@ -4043,7 +4018,7 @@
|
|
|
4043
4018
|
"modulePath": "src/RuntimeRendererConfig.tsx",
|
|
4044
4019
|
"sourceLocation": {
|
|
4045
4020
|
"filePath": "src/RuntimeRendererConfig.tsx",
|
|
4046
|
-
"line":
|
|
4021
|
+
"line": 167,
|
|
4047
4022
|
"column": 1
|
|
4048
4023
|
},
|
|
4049
4024
|
"exportPaths": ["src/index.ts"],
|
|
@@ -4165,24 +4140,6 @@
|
|
|
4165
4140
|
],
|
|
4166
4141
|
"members": [],
|
|
4167
4142
|
"structuredRows": []
|
|
4168
|
-
},
|
|
4169
|
-
{
|
|
4170
|
-
"name": "ZORA_COMPONENT_REGISTRY",
|
|
4171
|
-
"description": null,
|
|
4172
|
-
"isReadme": false,
|
|
4173
|
-
"examples": [],
|
|
4174
|
-
"kind": "value",
|
|
4175
|
-
"modulePath": "src/registry.tsx",
|
|
4176
|
-
"sourceLocation": {
|
|
4177
|
-
"filePath": "src/registry.tsx",
|
|
4178
|
-
"line": 95,
|
|
4179
|
-
"column": 14
|
|
4180
|
-
},
|
|
4181
|
-
"exportPaths": ["src/index.ts"],
|
|
4182
|
-
"relatedSymbols": [],
|
|
4183
|
-
"signatures": [],
|
|
4184
|
-
"members": [],
|
|
4185
|
-
"structuredRows": []
|
|
4186
4143
|
}
|
|
4187
4144
|
],
|
|
4188
4145
|
"components": [
|
|
@@ -4260,7 +4217,7 @@
|
|
|
4260
4217
|
"modulePath": "src/RuntimeRenderer.tsx",
|
|
4261
4218
|
"sourceLocation": {
|
|
4262
4219
|
"filePath": "src/RuntimeRenderer.tsx",
|
|
4263
|
-
"line":
|
|
4220
|
+
"line": 67,
|
|
4264
4221
|
"column": 1
|
|
4265
4222
|
},
|
|
4266
4223
|
"exportPaths": ["src/index.ts"],
|
|
@@ -4365,7 +4322,7 @@
|
|
|
4365
4322
|
"modulePath": "src/RuntimeRendererConfig.tsx",
|
|
4366
4323
|
"sourceLocation": {
|
|
4367
4324
|
"filePath": "src/RuntimeRendererConfig.tsx",
|
|
4368
|
-
"line":
|
|
4325
|
+
"line": 152,
|
|
4369
4326
|
"column": 1
|
|
4370
4327
|
},
|
|
4371
4328
|
"exportPaths": ["src/index.ts"],
|
|
@@ -4475,7 +4432,7 @@
|
|
|
4475
4432
|
"description": null,
|
|
4476
4433
|
"sourceLocation": {
|
|
4477
4434
|
"filePath": "src/registry.test.ts",
|
|
4478
|
-
"line":
|
|
4435
|
+
"line": 10,
|
|
4479
4436
|
"column": 1
|
|
4480
4437
|
}
|
|
4481
4438
|
},
|
|
@@ -4484,25 +4441,7 @@
|
|
|
4484
4441
|
"description": null,
|
|
4485
4442
|
"sourceLocation": {
|
|
4486
4443
|
"filePath": "src/registry.test.ts",
|
|
4487
|
-
"line":
|
|
4488
|
-
"column": 1
|
|
4489
|
-
}
|
|
4490
|
-
},
|
|
4491
|
-
{
|
|
4492
|
-
"name": "getDirectZoraManifestNodeNames",
|
|
4493
|
-
"description": null,
|
|
4494
|
-
"sourceLocation": {
|
|
4495
|
-
"filePath": "src/registry.test.ts",
|
|
4496
|
-
"line": 20,
|
|
4497
|
-
"column": 1
|
|
4498
|
-
}
|
|
4499
|
-
},
|
|
4500
|
-
{
|
|
4501
|
-
"name": "createZoraRegistryEntries",
|
|
4502
|
-
"description": null,
|
|
4503
|
-
"sourceLocation": {
|
|
4504
|
-
"filePath": "src/registry.tsx",
|
|
4505
|
-
"line": 53,
|
|
4444
|
+
"line": 14,
|
|
4506
4445
|
"column": 1
|
|
4507
4446
|
}
|
|
4508
4447
|
},
|
|
@@ -4538,7 +4477,7 @@
|
|
|
4538
4477
|
"description": null,
|
|
4539
4478
|
"sourceLocation": {
|
|
4540
4479
|
"filePath": "src/rendering.test.ts",
|
|
4541
|
-
"line":
|
|
4480
|
+
"line": 47,
|
|
4542
4481
|
"column": 11
|
|
4543
4482
|
}
|
|
4544
4483
|
},
|
|
@@ -4547,7 +4486,7 @@
|
|
|
4547
4486
|
"description": null,
|
|
4548
4487
|
"sourceLocation": {
|
|
4549
4488
|
"filePath": "src/rendering.ts",
|
|
4550
|
-
"line":
|
|
4489
|
+
"line": 7,
|
|
4551
4490
|
"column": 1
|
|
4552
4491
|
}
|
|
4553
4492
|
},
|
|
@@ -4556,7 +4495,7 @@
|
|
|
4556
4495
|
"description": null,
|
|
4557
4496
|
"sourceLocation": {
|
|
4558
4497
|
"filePath": "src/rendering.ts",
|
|
4559
|
-
"line":
|
|
4498
|
+
"line": 15,
|
|
4560
4499
|
"column": 1
|
|
4561
4500
|
}
|
|
4562
4501
|
},
|
|
@@ -4565,7 +4504,7 @@
|
|
|
4565
4504
|
"description": null,
|
|
4566
4505
|
"sourceLocation": {
|
|
4567
4506
|
"filePath": "src/rendering.ts",
|
|
4568
|
-
"line":
|
|
4507
|
+
"line": 28,
|
|
4569
4508
|
"column": 1
|
|
4570
4509
|
}
|
|
4571
4510
|
},
|
|
@@ -5447,7 +5386,7 @@
|
|
|
5447
5386
|
"description": null,
|
|
5448
5387
|
"sourceLocation": {
|
|
5449
5388
|
"filePath": "src/RuntimeRenderer.tsx",
|
|
5450
|
-
"line":
|
|
5389
|
+
"line": 67,
|
|
5451
5390
|
"column": 1
|
|
5452
5391
|
}
|
|
5453
5392
|
},
|
|
@@ -5546,7 +5485,7 @@
|
|
|
5546
5485
|
"description": null,
|
|
5547
5486
|
"sourceLocation": {
|
|
5548
5487
|
"filePath": "src/RuntimeRendererConfig.tsx",
|
|
5549
|
-
"line":
|
|
5488
|
+
"line": 73,
|
|
5550
5489
|
"column": 1
|
|
5551
5490
|
}
|
|
5552
5491
|
},
|
|
@@ -5555,7 +5494,7 @@
|
|
|
5555
5494
|
"description": null,
|
|
5556
5495
|
"sourceLocation": {
|
|
5557
5496
|
"filePath": "src/RuntimeRendererConfig.tsx",
|
|
5558
|
-
"line":
|
|
5497
|
+
"line": 88,
|
|
5559
5498
|
"column": 1
|
|
5560
5499
|
}
|
|
5561
5500
|
},
|
|
@@ -5564,7 +5503,7 @@
|
|
|
5564
5503
|
"description": null,
|
|
5565
5504
|
"sourceLocation": {
|
|
5566
5505
|
"filePath": "src/RuntimeRendererConfig.tsx",
|
|
5567
|
-
"line":
|
|
5506
|
+
"line": 106,
|
|
5568
5507
|
"column": 1
|
|
5569
5508
|
}
|
|
5570
5509
|
},
|
|
@@ -5573,7 +5512,7 @@
|
|
|
5573
5512
|
"description": null,
|
|
5574
5513
|
"sourceLocation": {
|
|
5575
5514
|
"filePath": "src/RuntimeRendererConfig.tsx",
|
|
5576
|
-
"line":
|
|
5515
|
+
"line": 152,
|
|
5577
5516
|
"column": 1
|
|
5578
5517
|
}
|
|
5579
5518
|
},
|
|
@@ -5582,7 +5521,7 @@
|
|
|
5582
5521
|
"description": null,
|
|
5583
5522
|
"sourceLocation": {
|
|
5584
5523
|
"filePath": "src/RuntimeRendererConfig.tsx",
|
|
5585
|
-
"line":
|
|
5524
|
+
"line": 167,
|
|
5586
5525
|
"column": 1
|
|
5587
5526
|
}
|
|
5588
5527
|
},
|
|
@@ -5591,7 +5530,7 @@
|
|
|
5591
5530
|
"description": null,
|
|
5592
5531
|
"sourceLocation": {
|
|
5593
5532
|
"filePath": "src/RuntimeRendererConfig.tsx",
|
|
5594
|
-
"line":
|
|
5533
|
+
"line": 171,
|
|
5595
5534
|
"column": 1
|
|
5596
5535
|
}
|
|
5597
5536
|
},
|
|
@@ -6540,7 +6479,7 @@
|
|
|
6540
6479
|
},
|
|
6541
6480
|
{
|
|
6542
6481
|
"fromPath": "src/registry.test.ts",
|
|
6543
|
-
"toPath": "src/
|
|
6482
|
+
"toPath": "src/registry.tsx",
|
|
6544
6483
|
"sourcePath": "src/registry.test.ts"
|
|
6545
6484
|
},
|
|
6546
6485
|
{
|
|
@@ -6876,18 +6815,6 @@
|
|
|
6876
6815
|
"callExpression": "createRuntimeManifest",
|
|
6877
6816
|
"sourcePath": "src/readme-usage.ts"
|
|
6878
6817
|
},
|
|
6879
|
-
{
|
|
6880
|
-
"fromSymbol": "src/registry.test.ts",
|
|
6881
|
-
"toSymbol": "readFileSync",
|
|
6882
|
-
"callExpression": "readFileSync",
|
|
6883
|
-
"sourcePath": "src/registry.test.ts"
|
|
6884
|
-
},
|
|
6885
|
-
{
|
|
6886
|
-
"fromSymbol": "src/registry.test.ts",
|
|
6887
|
-
"toSymbol": "join",
|
|
6888
|
-
"callExpression": "join",
|
|
6889
|
-
"sourcePath": "src/registry.test.ts"
|
|
6890
|
-
},
|
|
6891
6818
|
{
|
|
6892
6819
|
"fromSymbol": "src/registry.test.ts",
|
|
6893
6820
|
"toSymbol": "describe",
|
|
@@ -6900,12 +6827,6 @@
|
|
|
6900
6827
|
"callExpression": "it",
|
|
6901
6828
|
"sourcePath": "src/registry.test.ts"
|
|
6902
6829
|
},
|
|
6903
|
-
{
|
|
6904
|
-
"fromSymbol": "src/registry.test.ts",
|
|
6905
|
-
"toSymbol": "getDirectZoraManifestNodeNames",
|
|
6906
|
-
"callExpression": "getDirectZoraManifestNodeNames",
|
|
6907
|
-
"sourcePath": "src/registry.test.ts"
|
|
6908
|
-
},
|
|
6909
6830
|
{
|
|
6910
6831
|
"fromSymbol": "src/registry.test.ts",
|
|
6911
6832
|
"toSymbol": "expect",
|
|
@@ -6918,18 +6839,6 @@
|
|
|
6918
6839
|
"callExpression": "createComponentRegistry",
|
|
6919
6840
|
"sourcePath": "src/registry.test.ts"
|
|
6920
6841
|
},
|
|
6921
|
-
{
|
|
6922
|
-
"fromSymbol": "src/registry.tsx",
|
|
6923
|
-
"toSymbol": "createComponentRegistry",
|
|
6924
|
-
"callExpression": "createComponentRegistry",
|
|
6925
|
-
"sourcePath": "src/registry.tsx"
|
|
6926
|
-
},
|
|
6927
|
-
{
|
|
6928
|
-
"fromSymbol": "src/registry.tsx",
|
|
6929
|
-
"toSymbol": "createZoraRegistryEntries",
|
|
6930
|
-
"callExpression": "createZoraRegistryEntries",
|
|
6931
|
-
"sourcePath": "src/registry.tsx"
|
|
6932
|
-
},
|
|
6933
6842
|
{
|
|
6934
6843
|
"fromSymbol": "src/rendering.test.ts",
|
|
6935
6844
|
"toSymbol": "describe",
|
|
@@ -9208,7 +9117,22 @@
|
|
|
9208
9117
|
},
|
|
9209
9118
|
{
|
|
9210
9119
|
"fromSymbol": "createComponentRegistry",
|
|
9211
|
-
"toType": "
|
|
9120
|
+
"toType": "ElementType",
|
|
9121
|
+
"sourcePath": "src/componentRegistry.ts"
|
|
9122
|
+
},
|
|
9123
|
+
{
|
|
9124
|
+
"fromSymbol": "createComponentRegistry",
|
|
9125
|
+
"toType": "IntrinsicElements",
|
|
9126
|
+
"sourcePath": "src/componentRegistry.ts"
|
|
9127
|
+
},
|
|
9128
|
+
{
|
|
9129
|
+
"fromSymbol": "createComponentRegistry",
|
|
9130
|
+
"toType": "React",
|
|
9131
|
+
"sourcePath": "src/componentRegistry.ts"
|
|
9132
|
+
},
|
|
9133
|
+
{
|
|
9134
|
+
"fromSymbol": "createComponentRegistry",
|
|
9135
|
+
"toType": "Readonly",
|
|
9212
9136
|
"sourcePath": "src/componentRegistry.ts"
|
|
9213
9137
|
},
|
|
9214
9138
|
{
|
|
@@ -9941,11 +9865,6 @@
|
|
|
9941
9865
|
"toType": "ComponentDataBinding",
|
|
9942
9866
|
"sourcePath": "src/RuntimeRenderer.tsx"
|
|
9943
9867
|
},
|
|
9944
|
-
{
|
|
9945
|
-
"fromSymbol": "RuntimeRendererProps",
|
|
9946
|
-
"toType": "ComponentRegistry",
|
|
9947
|
-
"sourcePath": "src/RuntimeRenderer.tsx"
|
|
9948
|
-
},
|
|
9949
9868
|
{
|
|
9950
9869
|
"fromSymbol": "RuntimeRendererProps",
|
|
9951
9870
|
"toType": "DataSourceConfig",
|
|
@@ -9966,6 +9885,16 @@
|
|
|
9966
9885
|
"toType": "DbRealtimeAdapter",
|
|
9967
9886
|
"sourcePath": "src/RuntimeRenderer.tsx"
|
|
9968
9887
|
},
|
|
9888
|
+
{
|
|
9889
|
+
"fromSymbol": "RuntimeRendererProps",
|
|
9890
|
+
"toType": "ElementType",
|
|
9891
|
+
"sourcePath": "src/RuntimeRenderer.tsx"
|
|
9892
|
+
},
|
|
9893
|
+
{
|
|
9894
|
+
"fromSymbol": "RuntimeRendererProps",
|
|
9895
|
+
"toType": "IntrinsicElements",
|
|
9896
|
+
"sourcePath": "src/RuntimeRenderer.tsx"
|
|
9897
|
+
},
|
|
9969
9898
|
{
|
|
9970
9899
|
"fromSymbol": "RuntimeRendererProps",
|
|
9971
9900
|
"toType": "React",
|
|
@@ -10076,11 +10005,6 @@
|
|
|
10076
10005
|
"toType": "ComponentDataBinding",
|
|
10077
10006
|
"sourcePath": "src/RuntimeRendererConfig.tsx"
|
|
10078
10007
|
},
|
|
10079
|
-
{
|
|
10080
|
-
"fromSymbol": "RuntimeRendererConfig",
|
|
10081
|
-
"toType": "ComponentRegistry",
|
|
10082
|
-
"sourcePath": "src/RuntimeRendererConfig.tsx"
|
|
10083
|
-
},
|
|
10084
10008
|
{
|
|
10085
10009
|
"fromSymbol": "RuntimeRendererConfig",
|
|
10086
10010
|
"toType": "DataSourceConfig",
|
|
@@ -10101,6 +10025,16 @@
|
|
|
10101
10025
|
"toType": "DbRealtimeAdapter",
|
|
10102
10026
|
"sourcePath": "src/RuntimeRendererConfig.tsx"
|
|
10103
10027
|
},
|
|
10028
|
+
{
|
|
10029
|
+
"fromSymbol": "RuntimeRendererConfig",
|
|
10030
|
+
"toType": "ElementType",
|
|
10031
|
+
"sourcePath": "src/RuntimeRendererConfig.tsx"
|
|
10032
|
+
},
|
|
10033
|
+
{
|
|
10034
|
+
"fromSymbol": "RuntimeRendererConfig",
|
|
10035
|
+
"toType": "IntrinsicElements",
|
|
10036
|
+
"sourcePath": "src/RuntimeRendererConfig.tsx"
|
|
10037
|
+
},
|
|
10104
10038
|
{
|
|
10105
10039
|
"fromSymbol": "RuntimeRendererConfig",
|
|
10106
10040
|
"toType": "React",
|
|
@@ -10213,7 +10147,22 @@
|
|
|
10213
10147
|
},
|
|
10214
10148
|
{
|
|
10215
10149
|
"fromSymbol": "RuntimeScreenProps",
|
|
10216
|
-
"toType": "
|
|
10150
|
+
"toType": "ElementType",
|
|
10151
|
+
"sourcePath": "src/RuntimeScreen.tsx"
|
|
10152
|
+
},
|
|
10153
|
+
{
|
|
10154
|
+
"fromSymbol": "RuntimeScreenProps",
|
|
10155
|
+
"toType": "IntrinsicElements",
|
|
10156
|
+
"sourcePath": "src/RuntimeScreen.tsx"
|
|
10157
|
+
},
|
|
10158
|
+
{
|
|
10159
|
+
"fromSymbol": "RuntimeScreenProps",
|
|
10160
|
+
"toType": "React",
|
|
10161
|
+
"sourcePath": "src/RuntimeScreen.tsx"
|
|
10162
|
+
},
|
|
10163
|
+
{
|
|
10164
|
+
"fromSymbol": "RuntimeScreenProps",
|
|
10165
|
+
"toType": "Readonly",
|
|
10217
10166
|
"sourcePath": "src/RuntimeScreen.tsx"
|
|
10218
10167
|
},
|
|
10219
10168
|
{
|