@ankhorage/runtime 1.1.0 → 2.1.0
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 +2 -2
- package/dist/RuntimeRenderer.d.ts.map +1 -1
- package/dist/RuntimeRenderer.js +10 -10
- package/dist/RuntimeRenderer.js.map +1 -1
- package/dist/RuntimeRendererConfig.d.ts +2 -2
- package/dist/RuntimeRendererConfig.d.ts.map +1 -1
- package/dist/RuntimeRendererConfig.js +1 -1
- package/dist/RuntimeRendererConfig.js.map +1 -1
- package/dist/RuntimeScreen.d.ts.map +1 -1
- package/dist/RuntimeScreen.js +3 -2
- package/dist/RuntimeScreen.js.map +1 -1
- package/dist/bindings.d.ts +7 -0
- package/dist/bindings.d.ts.map +1 -0
- package/dist/bindings.js +4 -0
- package/dist/bindings.js.map +1 -0
- package/dist/index.d.ts +5 -3
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +3 -2
- package/dist/index.js.map +1 -1
- package/dist/runtimeActionRegistry.d.ts +3 -3
- package/dist/runtimeActionRegistry.d.ts.map +1 -1
- package/dist/runtimeActionRegistry.js +9 -24
- package/dist/runtimeActionRegistry.js.map +1 -1
- package/dist/runtimeApiOperations.d.ts +8 -0
- package/dist/runtimeApiOperations.d.ts.map +1 -0
- package/dist/runtimeApiOperations.js +38 -0
- package/dist/runtimeApiOperations.js.map +1 -0
- package/dist/runtimeApiSelection.d.ts +8 -0
- package/dist/runtimeApiSelection.d.ts.map +1 -0
- package/dist/runtimeApiSelection.js +50 -0
- package/dist/runtimeApiSelection.js.map +1 -0
- package/dist/runtimeBindings.d.ts +4 -9
- package/dist/runtimeBindings.d.ts.map +1 -1
- package/dist/runtimeBindings.js +13 -73
- package/dist/runtimeBindings.js.map +1 -1
- package/dist/runtimeNodeProps.d.ts +2 -2
- package/dist/runtimeNodeProps.d.ts.map +1 -1
- package/dist/runtimeNodeProps.js +1 -1
- package/dist/runtimeNodeProps.js.map +1 -1
- package/dist/runtimeRepeat.d.ts.map +1 -1
- package/dist/runtimeRepeat.js +9 -8
- package/dist/runtimeRepeat.js.map +1 -1
- package/dist/runtimeScreenLoaders.d.ts +2 -2
- package/dist/runtimeScreenLoaders.d.ts.map +1 -1
- package/dist/runtimeScreenLoaders.js +8 -7
- package/dist/runtimeScreenLoaders.js.map +1 -1
- package/package.json +10 -6
- package/paradox/badges/npm.svg +3 -3
- package/paradox/components.md +1 -1
- package/paradox/diagrams/architecture-overview.mmd +34 -18
- package/paradox/diagrams/export-graph.mmd +18 -12
- package/paradox/diagrams/module-relationships.mmd +25 -13
- package/paradox/diagrams/sequences/validate-runtime-binding-operation-ref.mmd +9 -6
- package/paradox/exports.json +155 -132
- package/paradox/exports.md +85 -73
- package/paradox/index.html +955 -904
- package/paradox/paradox.json +1149 -1357
- package/dist/runtimeDataSourceOperations.d.ts +0 -10
- package/dist/runtimeDataSourceOperations.d.ts.map +0 -1
- package/dist/runtimeDataSourceOperations.js +0 -63
- package/dist/runtimeDataSourceOperations.js.map +0 -1
- package/dist/runtimeDatabaseOperationExecutor.d.ts +0 -9
- package/dist/runtimeDatabaseOperationExecutor.d.ts.map +0 -1
- package/dist/runtimeDatabaseOperationExecutor.js +0 -228
- package/dist/runtimeDatabaseOperationExecutor.js.map +0 -1
package/paradox/paradox.json
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
{
|
|
13
13
|
"id": "npm",
|
|
14
14
|
"label": "npm",
|
|
15
|
-
"value": "v1.
|
|
15
|
+
"value": "v1.1.0",
|
|
16
16
|
"color": "cb3837"
|
|
17
17
|
},
|
|
18
18
|
{
|
|
@@ -100,8 +100,8 @@
|
|
|
100
100
|
"createDbPersistAdapterError",
|
|
101
101
|
"createPendingRuntimeScreenOperationLoaderState",
|
|
102
102
|
"createRuntimeActionRegistry",
|
|
103
|
+
"createRuntimeApiOperationExecutor",
|
|
103
104
|
"createRuntimeBindingOperationKey",
|
|
104
|
-
"createRuntimeDataSourceOperationExecutor",
|
|
105
105
|
"createRuntimeMemoryStateAdapter",
|
|
106
106
|
"createRuntimeScreenLoaderRequestKey",
|
|
107
107
|
"dispatchRuntimeComponentEvent",
|
|
@@ -130,6 +130,8 @@
|
|
|
130
130
|
"RuntimeActionResolutionArgs",
|
|
131
131
|
"RuntimeActionResolutionScope",
|
|
132
132
|
"RuntimeAdapterDescriptor",
|
|
133
|
+
"RuntimeApiOperationExecutorOptions",
|
|
134
|
+
"RuntimeApiOperationSelection",
|
|
133
135
|
"RuntimeBindingDescriptor",
|
|
134
136
|
"RuntimeBindingOperationExecutionArgs",
|
|
135
137
|
"RuntimeBindingOperationExecutionResult",
|
|
@@ -142,7 +144,6 @@
|
|
|
142
144
|
"RuntimeBindingResolutionResult",
|
|
143
145
|
"RuntimeCapability",
|
|
144
146
|
"RuntimeComponentEventDispatchArgs",
|
|
145
|
-
"RuntimeDataSourceOperationExecutorOptions",
|
|
146
147
|
"RuntimeDbPersistError",
|
|
147
148
|
"RuntimeDbPersistExecutionResult",
|
|
148
149
|
"RuntimeDbPersistResult",
|
|
@@ -218,7 +219,19 @@
|
|
|
218
219
|
]
|
|
219
220
|
},
|
|
220
221
|
{
|
|
221
|
-
"path": "src/runtimeActionRegistry.test.ts",
|
|
222
|
+
"path": "src/runtimeActionRegistry.actions.test.ts",
|
|
223
|
+
"isEntrypoint": false,
|
|
224
|
+
"dependencies": ["src/runtimeActionRegistry.ts"],
|
|
225
|
+
"exports": []
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
"path": "src/runtimeActionRegistry.chains.test.ts",
|
|
229
|
+
"isEntrypoint": false,
|
|
230
|
+
"dependencies": ["src/runtimeActionRegistry.ts"],
|
|
231
|
+
"exports": []
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
"path": "src/runtimeActionRegistry.operations.test.ts",
|
|
222
235
|
"isEntrypoint": false,
|
|
223
236
|
"dependencies": ["src/runtimeActionRegistry.ts", "src/runtimeBindings.ts"],
|
|
224
237
|
"exports": []
|
|
@@ -226,7 +239,11 @@
|
|
|
226
239
|
{
|
|
227
240
|
"path": "src/runtimeActionRegistry.ts",
|
|
228
241
|
"isEntrypoint": false,
|
|
229
|
-
"dependencies": [
|
|
242
|
+
"dependencies": [
|
|
243
|
+
"src/runtimeApiSelection.ts",
|
|
244
|
+
"src/runtimeBindings.ts",
|
|
245
|
+
"src/RuntimeRendererConfig.tsx"
|
|
246
|
+
],
|
|
230
247
|
"exports": [
|
|
231
248
|
"createComponentEventFromHandlerArgs",
|
|
232
249
|
"createRuntimeActionRegistry",
|
|
@@ -241,22 +258,53 @@
|
|
|
241
258
|
"wrapRuntimeEventProps"
|
|
242
259
|
]
|
|
243
260
|
},
|
|
261
|
+
{
|
|
262
|
+
"path": "src/runtimeApiOperations.test.ts",
|
|
263
|
+
"isEntrypoint": false,
|
|
264
|
+
"dependencies": ["src/runtimeApiOperations.ts"],
|
|
265
|
+
"exports": []
|
|
266
|
+
},
|
|
267
|
+
{
|
|
268
|
+
"path": "src/runtimeApiOperations.ts",
|
|
269
|
+
"isEntrypoint": false,
|
|
270
|
+
"dependencies": ["src/runtimeBindings.ts"],
|
|
271
|
+
"exports": ["createRuntimeApiOperationExecutor", "RuntimeApiOperationExecutorOptions"]
|
|
272
|
+
},
|
|
273
|
+
{
|
|
274
|
+
"path": "src/runtimeApiSelection.test.ts",
|
|
275
|
+
"isEntrypoint": false,
|
|
276
|
+
"dependencies": ["src/runtimeApiSelection.ts"],
|
|
277
|
+
"exports": []
|
|
278
|
+
},
|
|
279
|
+
{
|
|
280
|
+
"path": "src/runtimeApiSelection.ts",
|
|
281
|
+
"isEntrypoint": false,
|
|
282
|
+
"dependencies": [],
|
|
283
|
+
"exports": [
|
|
284
|
+
"resolveRuntimeBindingOperationSelection",
|
|
285
|
+
"RuntimeApiOperationSelection",
|
|
286
|
+
"validateRuntimeBindingOperationRef"
|
|
287
|
+
]
|
|
288
|
+
},
|
|
244
289
|
{
|
|
245
290
|
"path": "src/runtimeBindings.test.ts",
|
|
246
291
|
"isEntrypoint": false,
|
|
247
|
-
"dependencies": [
|
|
292
|
+
"dependencies": [
|
|
293
|
+
"src/runtimeApiSelection.ts",
|
|
294
|
+
"src/runtimeBindings.ts",
|
|
295
|
+
"src/runtimeNodeProps.ts"
|
|
296
|
+
],
|
|
248
297
|
"exports": []
|
|
249
298
|
},
|
|
250
299
|
{
|
|
251
300
|
"path": "src/runtimeBindings.ts",
|
|
252
301
|
"isEntrypoint": false,
|
|
253
|
-
"dependencies": [],
|
|
302
|
+
"dependencies": ["src/runtimeApiSelection.ts"],
|
|
254
303
|
"exports": [
|
|
255
304
|
"applyRuntimeBindingDataPath",
|
|
256
305
|
"createRuntimeBindingOperationKey",
|
|
257
306
|
"resolveBindingInputMap",
|
|
258
307
|
"resolveBindingInputMapSync",
|
|
259
|
-
"resolveRuntimeBindingOperationSelection",
|
|
260
308
|
"resolveRuntimeBindings",
|
|
261
309
|
"resolveRuntimeBindingsAsync",
|
|
262
310
|
"resolveRuntimeBindingValue",
|
|
@@ -270,29 +318,7 @@
|
|
|
270
318
|
"RuntimeBindingOperationResultWriter",
|
|
271
319
|
"RuntimeBindingResolutionArgs",
|
|
272
320
|
"RuntimeBindingResolutionContext",
|
|
273
|
-
"RuntimeBindingResolutionResult"
|
|
274
|
-
"validateRuntimeBindingOperationRef"
|
|
275
|
-
]
|
|
276
|
-
},
|
|
277
|
-
{
|
|
278
|
-
"path": "src/runtimeDatabaseOperationExecutor.ts",
|
|
279
|
-
"isEntrypoint": false,
|
|
280
|
-
"dependencies": ["src/runtimeBindings.ts"],
|
|
281
|
-
"exports": ["executeRuntimeDatabaseOperation"]
|
|
282
|
-
},
|
|
283
|
-
{
|
|
284
|
-
"path": "src/runtimeDataSourceOperations.test.ts",
|
|
285
|
-
"isEntrypoint": false,
|
|
286
|
-
"dependencies": ["src/runtimeDataSourceOperations.ts"],
|
|
287
|
-
"exports": []
|
|
288
|
-
},
|
|
289
|
-
{
|
|
290
|
-
"path": "src/runtimeDataSourceOperations.ts",
|
|
291
|
-
"isEntrypoint": false,
|
|
292
|
-
"dependencies": ["src/runtimeBindings.ts", "src/runtimeDatabaseOperationExecutor.ts"],
|
|
293
|
-
"exports": [
|
|
294
|
-
"createRuntimeDataSourceOperationExecutor",
|
|
295
|
-
"RuntimeDataSourceOperationExecutorOptions"
|
|
321
|
+
"RuntimeBindingResolutionResult"
|
|
296
322
|
]
|
|
297
323
|
},
|
|
298
324
|
{
|
|
@@ -468,7 +494,7 @@
|
|
|
468
494
|
{
|
|
469
495
|
"path": "src/runtimeRepeat.ts",
|
|
470
496
|
"isEntrypoint": false,
|
|
471
|
-
"dependencies": ["src/runtimeBindings.ts"],
|
|
497
|
+
"dependencies": ["src/runtimeApiSelection.ts", "src/runtimeBindings.ts"],
|
|
472
498
|
"exports": [
|
|
473
499
|
"createRuntimeRepeatBindingContext",
|
|
474
500
|
"resolveRuntimeRepeatItemKey",
|
|
@@ -510,7 +536,13 @@
|
|
|
510
536
|
"exports": []
|
|
511
537
|
},
|
|
512
538
|
{
|
|
513
|
-
"path": "src/runtimeScreenLoaders.test.ts",
|
|
539
|
+
"path": "src/runtimeScreenLoaders.execution.test.ts",
|
|
540
|
+
"isEntrypoint": false,
|
|
541
|
+
"dependencies": ["src/runtimeBindings.ts", "src/runtimeScreenLoaders.ts"],
|
|
542
|
+
"exports": []
|
|
543
|
+
},
|
|
544
|
+
{
|
|
545
|
+
"path": "src/runtimeScreenLoaders.lifecycle.test.ts",
|
|
514
546
|
"isEntrypoint": false,
|
|
515
547
|
"dependencies": ["src/runtimeBindings.ts", "src/runtimeScreenLoaders.ts"],
|
|
516
548
|
"exports": []
|
|
@@ -518,7 +550,7 @@
|
|
|
518
550
|
{
|
|
519
551
|
"path": "src/runtimeScreenLoaders.ts",
|
|
520
552
|
"isEntrypoint": false,
|
|
521
|
-
"dependencies": ["src/runtimeBindings.ts"],
|
|
553
|
+
"dependencies": ["src/runtimeApiSelection.ts", "src/runtimeBindings.ts"],
|
|
522
554
|
"exports": [
|
|
523
555
|
"beginRuntimeScreenOperationLoaderRequest",
|
|
524
556
|
"completeRuntimeScreenOperationLoaderRequest",
|
|
@@ -667,7 +699,7 @@
|
|
|
667
699
|
"modulePath": "src/runtimeActionRegistry.ts",
|
|
668
700
|
"sourceLocation": {
|
|
669
701
|
"filePath": "src/runtimeActionRegistry.ts",
|
|
670
|
-
"line":
|
|
702
|
+
"line": 216,
|
|
671
703
|
"column": 1
|
|
672
704
|
},
|
|
673
705
|
"exportPaths": ["src/index.ts"],
|
|
@@ -827,7 +859,7 @@
|
|
|
827
859
|
"modulePath": "src/runtimeActionRegistry.ts",
|
|
828
860
|
"sourceLocation": {
|
|
829
861
|
"filePath": "src/runtimeActionRegistry.ts",
|
|
830
|
-
"line":
|
|
862
|
+
"line": 66,
|
|
831
863
|
"column": 1
|
|
832
864
|
},
|
|
833
865
|
"exportPaths": ["src/index.ts"],
|
|
@@ -841,11 +873,11 @@
|
|
|
841
873
|
],
|
|
842
874
|
"signatures": [
|
|
843
875
|
{
|
|
844
|
-
"label": "(options?: { actionHandlers?: RuntimeActionHandlers;
|
|
876
|
+
"label": "(options?: { actionHandlers?: RuntimeActionHandlers; apis?: ApiDefinitionList; dataBindings?: ComponentDataBindingRegistry; executeAction?: RuntimeActionHandler; executeOperation?: RuntimeBindingOperationExecutor; operationResults?: RuntimeBindingOperationResultCache; writeOperationResult?: RuntimeBindingOperationResultWriter; }) => RuntimeActionRegistry",
|
|
845
877
|
"parameters": [
|
|
846
878
|
{
|
|
847
879
|
"name": "options",
|
|
848
|
-
"type": "{ actionHandlers?: RuntimeActionHandlers;
|
|
880
|
+
"type": "{ actionHandlers?: RuntimeActionHandlers; apis?: ApiDefinitionList; dataBindings?: ComponentDataBindingRegistry; executeAction?: RuntimeActionHandler; executeOperation?: RuntimeBindingOperationExecutor; operationResults?: RuntimeBindingOperationResultCache; writeOperationResult?: RuntimeBindingOperationResultWriter; }",
|
|
849
881
|
"required": false,
|
|
850
882
|
"description": null
|
|
851
883
|
}
|
|
@@ -858,31 +890,31 @@
|
|
|
858
890
|
"structuredRows": []
|
|
859
891
|
},
|
|
860
892
|
{
|
|
861
|
-
"name": "
|
|
893
|
+
"name": "createRuntimeApiOperationExecutor",
|
|
862
894
|
"description": null,
|
|
863
895
|
"isReadme": false,
|
|
864
896
|
"examples": [],
|
|
865
897
|
"kind": "function",
|
|
866
|
-
"modulePath": "src/
|
|
898
|
+
"modulePath": "src/runtimeApiOperations.ts",
|
|
867
899
|
"sourceLocation": {
|
|
868
|
-
"filePath": "src/
|
|
869
|
-
"line":
|
|
900
|
+
"filePath": "src/runtimeApiOperations.ts",
|
|
901
|
+
"line": 12,
|
|
870
902
|
"column": 1
|
|
871
903
|
},
|
|
872
904
|
"exportPaths": ["src/index.ts"],
|
|
873
|
-
"relatedSymbols": [],
|
|
905
|
+
"relatedSymbols": ["RuntimeApiOperationExecutorOptions", "RuntimeBindingOperationExecutor"],
|
|
874
906
|
"signatures": [
|
|
875
907
|
{
|
|
876
|
-
"label": "(
|
|
908
|
+
"label": "(options: RuntimeApiOperationExecutorOptions) => RuntimeBindingOperationExecutor",
|
|
877
909
|
"parameters": [
|
|
878
910
|
{
|
|
879
|
-
"name": "
|
|
880
|
-
"type": "
|
|
911
|
+
"name": "options",
|
|
912
|
+
"type": "RuntimeApiOperationExecutorOptions",
|
|
881
913
|
"required": true,
|
|
882
914
|
"description": null
|
|
883
915
|
}
|
|
884
916
|
],
|
|
885
|
-
"returnType": "
|
|
917
|
+
"returnType": "RuntimeBindingOperationExecutor",
|
|
886
918
|
"returnDescription": null
|
|
887
919
|
}
|
|
888
920
|
],
|
|
@@ -890,34 +922,31 @@
|
|
|
890
922
|
"structuredRows": []
|
|
891
923
|
},
|
|
892
924
|
{
|
|
893
|
-
"name": "
|
|
925
|
+
"name": "createRuntimeBindingOperationKey",
|
|
894
926
|
"description": null,
|
|
895
927
|
"isReadme": false,
|
|
896
928
|
"examples": [],
|
|
897
929
|
"kind": "function",
|
|
898
|
-
"modulePath": "src/
|
|
930
|
+
"modulePath": "src/runtimeBindings.ts",
|
|
899
931
|
"sourceLocation": {
|
|
900
|
-
"filePath": "src/
|
|
901
|
-
"line":
|
|
932
|
+
"filePath": "src/runtimeBindings.ts",
|
|
933
|
+
"line": 165,
|
|
902
934
|
"column": 1
|
|
903
935
|
},
|
|
904
936
|
"exportPaths": ["src/index.ts"],
|
|
905
|
-
"relatedSymbols": [
|
|
906
|
-
"RuntimeBindingOperationExecutor",
|
|
907
|
-
"RuntimeDataSourceOperationExecutorOptions"
|
|
908
|
-
],
|
|
937
|
+
"relatedSymbols": [],
|
|
909
938
|
"signatures": [
|
|
910
939
|
{
|
|
911
|
-
"label": "(
|
|
940
|
+
"label": "(operation: BindingOperationRef) => string",
|
|
912
941
|
"parameters": [
|
|
913
942
|
{
|
|
914
|
-
"name": "
|
|
915
|
-
"type": "
|
|
943
|
+
"name": "operation",
|
|
944
|
+
"type": "BindingOperationRef",
|
|
916
945
|
"required": true,
|
|
917
946
|
"description": null
|
|
918
947
|
}
|
|
919
948
|
],
|
|
920
|
-
"returnType": "
|
|
949
|
+
"returnType": "string",
|
|
921
950
|
"returnDescription": null
|
|
922
951
|
}
|
|
923
952
|
],
|
|
@@ -997,7 +1026,7 @@
|
|
|
997
1026
|
"modulePath": "src/runtimeActionRegistry.ts",
|
|
998
1027
|
"sourceLocation": {
|
|
999
1028
|
"filePath": "src/runtimeActionRegistry.ts",
|
|
1000
|
-
"line":
|
|
1029
|
+
"line": 102,
|
|
1001
1030
|
"column": 1
|
|
1002
1031
|
},
|
|
1003
1032
|
"exportPaths": ["src/index.ts"],
|
|
@@ -1109,11 +1138,11 @@
|
|
|
1109
1138
|
],
|
|
1110
1139
|
"signatures": [
|
|
1111
1140
|
{
|
|
1112
|
-
"label": "(args: { readonly bindingContext?: Record<string, unknown>; readonly
|
|
1141
|
+
"label": "(args: { readonly bindingContext?: Record<string, unknown>; readonly apis?: RuntimeBindingResolutionContext[\"apis\"]; readonly executeOperation?: RuntimeBindingOperationExecutor; readonly operationResults?: RuntimeBindingOperationResultCache; readonly screen: ScreenSpec; readonly loaders: readonly OperationScreenDataLoaderDefinition[]; }) => Promise<RuntimeScreenOperationLoaderExecutionResult>",
|
|
1113
1142
|
"parameters": [
|
|
1114
1143
|
{
|
|
1115
1144
|
"name": "args",
|
|
1116
|
-
"type": "{ readonly bindingContext?: Record<string, unknown>; readonly
|
|
1145
|
+
"type": "{ readonly bindingContext?: Record<string, unknown>; readonly apis?: RuntimeBindingResolutionContext[\"apis\"]; readonly executeOperation?: RuntimeBindingOperationExecutor; readonly operationResults?: RuntimeBindingOperationResultCache; readonly screen: ScreenSpec; readonly loaders: readonly OperationScreenDataLoaderDefinition[]; }",
|
|
1117
1146
|
"required": true,
|
|
1118
1147
|
"description": null
|
|
1119
1148
|
}
|
|
@@ -1222,7 +1251,7 @@
|
|
|
1222
1251
|
"modulePath": "src/runtimeBindings.ts",
|
|
1223
1252
|
"sourceLocation": {
|
|
1224
1253
|
"filePath": "src/runtimeBindings.ts",
|
|
1225
|
-
"line":
|
|
1254
|
+
"line": 131,
|
|
1226
1255
|
"column": 1
|
|
1227
1256
|
},
|
|
1228
1257
|
"exportPaths": ["src/index.ts"],
|
|
@@ -1298,7 +1327,7 @@
|
|
|
1298
1327
|
"modulePath": "src/runtimeActionRegistry.ts",
|
|
1299
1328
|
"sourceLocation": {
|
|
1300
1329
|
"filePath": "src/runtimeActionRegistry.ts",
|
|
1301
|
-
"line":
|
|
1330
|
+
"line": 230,
|
|
1302
1331
|
"column": 1
|
|
1303
1332
|
},
|
|
1304
1333
|
"exportPaths": ["src/index.ts"],
|
|
@@ -1336,7 +1365,7 @@
|
|
|
1336
1365
|
"modulePath": "src/runtimeActionRegistry.ts",
|
|
1337
1366
|
"sourceLocation": {
|
|
1338
1367
|
"filePath": "src/runtimeActionRegistry.ts",
|
|
1339
|
-
"line":
|
|
1368
|
+
"line": 241,
|
|
1340
1369
|
"column": 1
|
|
1341
1370
|
},
|
|
1342
1371
|
"exportPaths": ["src/index.ts"],
|
|
@@ -1374,7 +1403,7 @@
|
|
|
1374
1403
|
"modulePath": "src/runtimeBindings.ts",
|
|
1375
1404
|
"sourceLocation": {
|
|
1376
1405
|
"filePath": "src/runtimeBindings.ts",
|
|
1377
|
-
"line":
|
|
1406
|
+
"line": 91,
|
|
1378
1407
|
"column": 1
|
|
1379
1408
|
},
|
|
1380
1409
|
"exportPaths": ["src/index.ts"],
|
|
@@ -1406,7 +1435,7 @@
|
|
|
1406
1435
|
"modulePath": "src/runtimeBindings.ts",
|
|
1407
1436
|
"sourceLocation": {
|
|
1408
1437
|
"filePath": "src/runtimeBindings.ts",
|
|
1409
|
-
"line":
|
|
1438
|
+
"line": 76,
|
|
1410
1439
|
"column": 1
|
|
1411
1440
|
},
|
|
1412
1441
|
"exportPaths": ["src/index.ts"],
|
|
@@ -1438,7 +1467,7 @@
|
|
|
1438
1467
|
"modulePath": "src/runtimeBindings.ts",
|
|
1439
1468
|
"sourceLocation": {
|
|
1440
1469
|
"filePath": "src/runtimeBindings.ts",
|
|
1441
|
-
"line":
|
|
1470
|
+
"line": 105,
|
|
1442
1471
|
"column": 1
|
|
1443
1472
|
},
|
|
1444
1473
|
"exportPaths": ["src/index.ts"],
|
|
@@ -1482,7 +1511,7 @@
|
|
|
1482
1511
|
"modulePath": "src/runtimeBindings.ts",
|
|
1483
1512
|
"sourceLocation": {
|
|
1484
1513
|
"filePath": "src/runtimeBindings.ts",
|
|
1485
|
-
"line":
|
|
1514
|
+
"line": 118,
|
|
1486
1515
|
"column": 1
|
|
1487
1516
|
},
|
|
1488
1517
|
"exportPaths": ["src/index.ts"],
|
|
@@ -1724,7 +1753,7 @@
|
|
|
1724
1753
|
"modulePath": "src/runtimeActionRegistry.ts",
|
|
1725
1754
|
"sourceLocation": {
|
|
1726
1755
|
"filePath": "src/runtimeActionRegistry.ts",
|
|
1727
|
-
"line":
|
|
1756
|
+
"line": 30,
|
|
1728
1757
|
"column": 1
|
|
1729
1758
|
},
|
|
1730
1759
|
"exportPaths": ["src/index.ts"],
|
|
@@ -1757,7 +1786,7 @@
|
|
|
1757
1786
|
"modulePath": "src/runtimeActionRegistry.ts",
|
|
1758
1787
|
"sourceLocation": {
|
|
1759
1788
|
"filePath": "src/runtimeActionRegistry.ts",
|
|
1760
|
-
"line":
|
|
1789
|
+
"line": 41,
|
|
1761
1790
|
"column": 1
|
|
1762
1791
|
},
|
|
1763
1792
|
"exportPaths": ["src/index.ts"],
|
|
@@ -1804,7 +1833,7 @@
|
|
|
1804
1833
|
"modulePath": "src/runtimeActionRegistry.ts",
|
|
1805
1834
|
"sourceLocation": {
|
|
1806
1835
|
"filePath": "src/runtimeActionRegistry.ts",
|
|
1807
|
-
"line":
|
|
1836
|
+
"line": 35,
|
|
1808
1837
|
"column": 1
|
|
1809
1838
|
},
|
|
1810
1839
|
"exportPaths": ["src/index.ts"],
|
|
@@ -1875,6 +1904,72 @@
|
|
|
1875
1904
|
],
|
|
1876
1905
|
"structuredRows": []
|
|
1877
1906
|
},
|
|
1907
|
+
{
|
|
1908
|
+
"name": "RuntimeApiOperationExecutorOptions",
|
|
1909
|
+
"description": null,
|
|
1910
|
+
"isReadme": false,
|
|
1911
|
+
"examples": [],
|
|
1912
|
+
"kind": "type",
|
|
1913
|
+
"modulePath": "src/runtimeApiOperations.ts",
|
|
1914
|
+
"sourceLocation": {
|
|
1915
|
+
"filePath": "src/runtimeApiOperations.ts",
|
|
1916
|
+
"line": 7,
|
|
1917
|
+
"column": 1
|
|
1918
|
+
},
|
|
1919
|
+
"exportPaths": ["src/index.ts"],
|
|
1920
|
+
"relatedSymbols": [],
|
|
1921
|
+
"signatures": [],
|
|
1922
|
+
"members": [
|
|
1923
|
+
{
|
|
1924
|
+
"name": "credentialResolver",
|
|
1925
|
+
"kind": "property",
|
|
1926
|
+
"type": "EndpointTestCredentialResolver | undefined",
|
|
1927
|
+
"required": false,
|
|
1928
|
+
"description": null
|
|
1929
|
+
},
|
|
1930
|
+
{
|
|
1931
|
+
"name": "fetch",
|
|
1932
|
+
"kind": "property",
|
|
1933
|
+
"type": "EndpointTestFetch | undefined",
|
|
1934
|
+
"required": false,
|
|
1935
|
+
"description": null
|
|
1936
|
+
}
|
|
1937
|
+
],
|
|
1938
|
+
"structuredRows": []
|
|
1939
|
+
},
|
|
1940
|
+
{
|
|
1941
|
+
"name": "RuntimeApiOperationSelection",
|
|
1942
|
+
"description": null,
|
|
1943
|
+
"isReadme": false,
|
|
1944
|
+
"examples": [],
|
|
1945
|
+
"kind": "type",
|
|
1946
|
+
"modulePath": "src/runtimeApiSelection.ts",
|
|
1947
|
+
"sourceLocation": {
|
|
1948
|
+
"filePath": "src/runtimeApiSelection.ts",
|
|
1949
|
+
"line": 9,
|
|
1950
|
+
"column": 1
|
|
1951
|
+
},
|
|
1952
|
+
"exportPaths": ["src/index.ts"],
|
|
1953
|
+
"relatedSymbols": [],
|
|
1954
|
+
"signatures": [],
|
|
1955
|
+
"members": [
|
|
1956
|
+
{
|
|
1957
|
+
"name": "api",
|
|
1958
|
+
"kind": "property",
|
|
1959
|
+
"type": "ApiDefinition",
|
|
1960
|
+
"required": true,
|
|
1961
|
+
"description": null
|
|
1962
|
+
},
|
|
1963
|
+
{
|
|
1964
|
+
"name": "endpoint",
|
|
1965
|
+
"kind": "property",
|
|
1966
|
+
"type": "DataEndpointConfig",
|
|
1967
|
+
"required": true,
|
|
1968
|
+
"description": null
|
|
1969
|
+
}
|
|
1970
|
+
],
|
|
1971
|
+
"structuredRows": []
|
|
1972
|
+
},
|
|
1878
1973
|
{
|
|
1879
1974
|
"name": "RuntimeBindingDescriptor",
|
|
1880
1975
|
"description": null,
|
|
@@ -1938,7 +2033,7 @@
|
|
|
1938
2033
|
"modulePath": "src/runtimeBindings.ts",
|
|
1939
2034
|
"sourceLocation": {
|
|
1940
2035
|
"filePath": "src/runtimeBindings.ts",
|
|
1941
|
-
"line":
|
|
2036
|
+
"line": 24,
|
|
1942
2037
|
"column": 1
|
|
1943
2038
|
},
|
|
1944
2039
|
"exportPaths": ["src/index.ts"],
|
|
@@ -1946,17 +2041,17 @@
|
|
|
1946
2041
|
"signatures": [],
|
|
1947
2042
|
"members": [
|
|
1948
2043
|
{
|
|
1949
|
-
"name": "
|
|
2044
|
+
"name": "api",
|
|
1950
2045
|
"kind": "property",
|
|
1951
|
-
"type": "
|
|
2046
|
+
"type": "ApiDefinition",
|
|
1952
2047
|
"required": true,
|
|
1953
2048
|
"description": null
|
|
1954
2049
|
},
|
|
1955
2050
|
{
|
|
1956
2051
|
"name": "endpoint",
|
|
1957
2052
|
"kind": "property",
|
|
1958
|
-
"type": "DataEndpointConfig
|
|
1959
|
-
"required":
|
|
2053
|
+
"type": "DataEndpointConfig",
|
|
2054
|
+
"required": true,
|
|
1960
2055
|
"description": null
|
|
1961
2056
|
},
|
|
1962
2057
|
{
|
|
@@ -1992,7 +2087,7 @@
|
|
|
1992
2087
|
"modulePath": "src/runtimeBindings.ts",
|
|
1993
2088
|
"sourceLocation": {
|
|
1994
2089
|
"filePath": "src/runtimeBindings.ts",
|
|
1995
|
-
"line":
|
|
2090
|
+
"line": 32,
|
|
1996
2091
|
"column": 1
|
|
1997
2092
|
},
|
|
1998
2093
|
"exportPaths": ["src/index.ts"],
|
|
@@ -2010,7 +2105,7 @@
|
|
|
2010
2105
|
"modulePath": "src/runtimeBindings.ts",
|
|
2011
2106
|
"sourceLocation": {
|
|
2012
2107
|
"filePath": "src/runtimeBindings.ts",
|
|
2013
|
-
"line":
|
|
2108
|
+
"line": 43,
|
|
2014
2109
|
"column": 1
|
|
2015
2110
|
},
|
|
2016
2111
|
"exportPaths": ["src/index.ts"],
|
|
@@ -2028,7 +2123,7 @@
|
|
|
2028
2123
|
"modulePath": "src/runtimeBindings.ts",
|
|
2029
2124
|
"sourceLocation": {
|
|
2030
2125
|
"filePath": "src/runtimeBindings.ts",
|
|
2031
|
-
"line":
|
|
2126
|
+
"line": 22,
|
|
2032
2127
|
"column": 1
|
|
2033
2128
|
},
|
|
2034
2129
|
"exportPaths": ["src/index.ts"],
|
|
@@ -2046,7 +2141,7 @@
|
|
|
2046
2141
|
"modulePath": "src/runtimeBindings.ts",
|
|
2047
2142
|
"sourceLocation": {
|
|
2048
2143
|
"filePath": "src/runtimeBindings.ts",
|
|
2049
|
-
"line":
|
|
2144
|
+
"line": 47,
|
|
2050
2145
|
"column": 1
|
|
2051
2146
|
},
|
|
2052
2147
|
"exportPaths": ["src/index.ts"],
|
|
@@ -2064,7 +2159,7 @@
|
|
|
2064
2159
|
"modulePath": "src/runtimeBindings.ts",
|
|
2065
2160
|
"sourceLocation": {
|
|
2066
2161
|
"filePath": "src/runtimeBindings.ts",
|
|
2067
|
-
"line":
|
|
2162
|
+
"line": 51,
|
|
2068
2163
|
"column": 1
|
|
2069
2164
|
},
|
|
2070
2165
|
"exportPaths": ["src/index.ts"],
|
|
@@ -2082,7 +2177,7 @@
|
|
|
2082
2177
|
"modulePath": "src/runtimeBindings.ts",
|
|
2083
2178
|
"sourceLocation": {
|
|
2084
2179
|
"filePath": "src/runtimeBindings.ts",
|
|
2085
|
-
"line":
|
|
2180
|
+
"line": 66,
|
|
2086
2181
|
"column": 1
|
|
2087
2182
|
},
|
|
2088
2183
|
"exportPaths": ["src/index.ts"],
|
|
@@ -2090,23 +2185,23 @@
|
|
|
2090
2185
|
"signatures": [],
|
|
2091
2186
|
"members": [
|
|
2092
2187
|
{
|
|
2093
|
-
"name": "
|
|
2188
|
+
"name": "apis",
|
|
2094
2189
|
"kind": "property",
|
|
2095
|
-
"type": "
|
|
2190
|
+
"type": "ApiDefinitionList | undefined",
|
|
2096
2191
|
"required": false,
|
|
2097
2192
|
"description": null
|
|
2098
2193
|
},
|
|
2099
2194
|
{
|
|
2100
|
-
"name": "
|
|
2195
|
+
"name": "context",
|
|
2101
2196
|
"kind": "property",
|
|
2102
|
-
"type": "
|
|
2197
|
+
"type": "Record<string, unknown> | undefined",
|
|
2103
2198
|
"required": false,
|
|
2104
2199
|
"description": null
|
|
2105
2200
|
},
|
|
2106
2201
|
{
|
|
2107
|
-
"name": "
|
|
2202
|
+
"name": "dataBindings",
|
|
2108
2203
|
"kind": "property",
|
|
2109
|
-
"type": "Readonly<Record<string,
|
|
2204
|
+
"type": "Readonly<Record<string, import(\"@ankhorage/contracts/dist/bindings\").ComponentDataBinding>> | undefined",
|
|
2110
2205
|
"required": false,
|
|
2111
2206
|
"description": null
|
|
2112
2207
|
},
|
|
@@ -2164,7 +2259,7 @@
|
|
|
2164
2259
|
"modulePath": "src/runtimeBindings.ts",
|
|
2165
2260
|
"sourceLocation": {
|
|
2166
2261
|
"filePath": "src/runtimeBindings.ts",
|
|
2167
|
-
"line":
|
|
2262
|
+
"line": 56,
|
|
2168
2263
|
"column": 1
|
|
2169
2264
|
},
|
|
2170
2265
|
"exportPaths": ["src/index.ts"],
|
|
@@ -2172,23 +2267,23 @@
|
|
|
2172
2267
|
"signatures": [],
|
|
2173
2268
|
"members": [
|
|
2174
2269
|
{
|
|
2175
|
-
"name": "
|
|
2270
|
+
"name": "apis",
|
|
2176
2271
|
"kind": "property",
|
|
2177
|
-
"type": "
|
|
2272
|
+
"type": "ApiDefinitionList | undefined",
|
|
2178
2273
|
"required": false,
|
|
2179
2274
|
"description": null
|
|
2180
2275
|
},
|
|
2181
2276
|
{
|
|
2182
|
-
"name": "
|
|
2277
|
+
"name": "context",
|
|
2183
2278
|
"kind": "property",
|
|
2184
|
-
"type": "
|
|
2279
|
+
"type": "Record<string, unknown> | undefined",
|
|
2185
2280
|
"required": false,
|
|
2186
2281
|
"description": null
|
|
2187
2282
|
},
|
|
2188
2283
|
{
|
|
2189
|
-
"name": "
|
|
2284
|
+
"name": "dataBindings",
|
|
2190
2285
|
"kind": "property",
|
|
2191
|
-
"type": "Readonly<Record<string,
|
|
2286
|
+
"type": "Readonly<Record<string, import(\"@ankhorage/contracts/dist/bindings\").ComponentDataBinding>> | undefined",
|
|
2192
2287
|
"required": false,
|
|
2193
2288
|
"description": null
|
|
2194
2289
|
},
|
|
@@ -2232,7 +2327,7 @@
|
|
|
2232
2327
|
"modulePath": "src/runtimeBindings.ts",
|
|
2233
2328
|
"sourceLocation": {
|
|
2234
2329
|
"filePath": "src/runtimeBindings.ts",
|
|
2235
|
-
"line":
|
|
2330
|
+
"line": 71,
|
|
2236
2331
|
"column": 1
|
|
2237
2332
|
},
|
|
2238
2333
|
"exportPaths": ["src/index.ts"],
|
|
@@ -2283,7 +2378,7 @@
|
|
|
2283
2378
|
"modulePath": "src/runtimeActionRegistry.ts",
|
|
2284
2379
|
"sourceLocation": {
|
|
2285
2380
|
"filePath": "src/runtimeActionRegistry.ts",
|
|
2286
|
-
"line":
|
|
2381
|
+
"line": 45,
|
|
2287
2382
|
"column": 1
|
|
2288
2383
|
},
|
|
2289
2384
|
"exportPaths": ["src/index.ts"],
|
|
@@ -2295,23 +2390,23 @@
|
|
|
2295
2390
|
"signatures": [],
|
|
2296
2391
|
"members": [
|
|
2297
2392
|
{
|
|
2298
|
-
"name": "
|
|
2393
|
+
"name": "apis",
|
|
2299
2394
|
"kind": "property",
|
|
2300
|
-
"type": "
|
|
2395
|
+
"type": "ApiDefinitionList | undefined",
|
|
2301
2396
|
"required": false,
|
|
2302
2397
|
"description": null
|
|
2303
2398
|
},
|
|
2304
2399
|
{
|
|
2305
|
-
"name": "
|
|
2400
|
+
"name": "context",
|
|
2306
2401
|
"kind": "property",
|
|
2307
|
-
"type": "
|
|
2402
|
+
"type": "Record<string, unknown> | undefined",
|
|
2308
2403
|
"required": false,
|
|
2309
2404
|
"description": null
|
|
2310
2405
|
},
|
|
2311
2406
|
{
|
|
2312
|
-
"name": "
|
|
2407
|
+
"name": "dataBindings",
|
|
2313
2408
|
"kind": "property",
|
|
2314
|
-
"type": "Readonly<Record<string,
|
|
2409
|
+
"type": "Readonly<Record<string, import(\"@ankhorage/contracts/dist/bindings\").ComponentDataBinding>> | undefined",
|
|
2315
2410
|
"required": false,
|
|
2316
2411
|
"description": null
|
|
2317
2412
|
},
|
|
@@ -2374,46 +2469,6 @@
|
|
|
2374
2469
|
],
|
|
2375
2470
|
"structuredRows": []
|
|
2376
2471
|
},
|
|
2377
|
-
{
|
|
2378
|
-
"name": "RuntimeDataSourceOperationExecutorOptions",
|
|
2379
|
-
"description": null,
|
|
2380
|
-
"isReadme": false,
|
|
2381
|
-
"examples": [],
|
|
2382
|
-
"kind": "type",
|
|
2383
|
-
"modulePath": "src/runtimeDataSourceOperations.ts",
|
|
2384
|
-
"sourceLocation": {
|
|
2385
|
-
"filePath": "src/runtimeDataSourceOperations.ts",
|
|
2386
|
-
"line": 8,
|
|
2387
|
-
"column": 1
|
|
2388
|
-
},
|
|
2389
|
-
"exportPaths": ["src/index.ts"],
|
|
2390
|
-
"relatedSymbols": [],
|
|
2391
|
-
"signatures": [],
|
|
2392
|
-
"members": [
|
|
2393
|
-
{
|
|
2394
|
-
"name": "credentialResolver",
|
|
2395
|
-
"kind": "property",
|
|
2396
|
-
"type": "EndpointTestCredentialResolver | undefined",
|
|
2397
|
-
"required": false,
|
|
2398
|
-
"description": null
|
|
2399
|
-
},
|
|
2400
|
-
{
|
|
2401
|
-
"name": "databaseAdapters",
|
|
2402
|
-
"kind": "property",
|
|
2403
|
-
"type": "Readonly<Record<string, DbAdapter>> | undefined",
|
|
2404
|
-
"required": false,
|
|
2405
|
-
"description": null
|
|
2406
|
-
},
|
|
2407
|
-
{
|
|
2408
|
-
"name": "fetch",
|
|
2409
|
-
"kind": "property",
|
|
2410
|
-
"type": "EndpointTestFetch | undefined",
|
|
2411
|
-
"required": false,
|
|
2412
|
-
"description": null
|
|
2413
|
-
}
|
|
2414
|
-
],
|
|
2415
|
-
"structuredRows": []
|
|
2416
|
-
},
|
|
2417
2472
|
{
|
|
2418
2473
|
"name": "RuntimeDbPersistError",
|
|
2419
2474
|
"description": null,
|
|
@@ -2580,7 +2635,7 @@
|
|
|
2580
2635
|
"modulePath": "src/runtimeActionRegistry.ts",
|
|
2581
2636
|
"sourceLocation": {
|
|
2582
2637
|
"filePath": "src/runtimeActionRegistry.ts",
|
|
2583
|
-
"line":
|
|
2638
|
+
"line": 56,
|
|
2584
2639
|
"column": 1
|
|
2585
2640
|
},
|
|
2586
2641
|
"exportPaths": ["src/index.ts"],
|
|
@@ -2972,23 +3027,23 @@
|
|
|
2972
3027
|
"description": null
|
|
2973
3028
|
},
|
|
2974
3029
|
{
|
|
2975
|
-
"name": "
|
|
3030
|
+
"name": "apis",
|
|
2976
3031
|
"kind": "property",
|
|
2977
|
-
"type": "
|
|
3032
|
+
"type": "ApiDefinitionList | undefined",
|
|
2978
3033
|
"required": false,
|
|
2979
3034
|
"description": null
|
|
2980
3035
|
},
|
|
2981
3036
|
{
|
|
2982
|
-
"name": "
|
|
3037
|
+
"name": "bindingContext",
|
|
2983
3038
|
"kind": "property",
|
|
2984
|
-
"type": "
|
|
3039
|
+
"type": "Record<string, unknown> | undefined",
|
|
2985
3040
|
"required": false,
|
|
2986
3041
|
"description": null
|
|
2987
3042
|
},
|
|
2988
3043
|
{
|
|
2989
|
-
"name": "
|
|
3044
|
+
"name": "dataBindings",
|
|
2990
3045
|
"kind": "property",
|
|
2991
|
-
"type": "Readonly<Record<string, import(\"@ankhorage/contracts/dist/
|
|
3046
|
+
"type": "Readonly<Record<string, import(\"@ankhorage/contracts/dist/bindings\").ComponentDataBinding>> | undefined",
|
|
2992
3047
|
"required": false,
|
|
2993
3048
|
"description": null
|
|
2994
3049
|
},
|
|
@@ -3148,23 +3203,23 @@
|
|
|
3148
3203
|
"signatures": [],
|
|
3149
3204
|
"members": [
|
|
3150
3205
|
{
|
|
3151
|
-
"name": "
|
|
3206
|
+
"name": "apis",
|
|
3152
3207
|
"kind": "property",
|
|
3153
|
-
"type": "
|
|
3208
|
+
"type": "ApiDefinitionList | undefined",
|
|
3154
3209
|
"required": false,
|
|
3155
3210
|
"description": null
|
|
3156
3211
|
},
|
|
3157
3212
|
{
|
|
3158
|
-
"name": "
|
|
3213
|
+
"name": "bindingContext",
|
|
3159
3214
|
"kind": "property",
|
|
3160
|
-
"type": "
|
|
3215
|
+
"type": "Record<string, unknown> | undefined",
|
|
3161
3216
|
"required": false,
|
|
3162
3217
|
"description": null
|
|
3163
3218
|
},
|
|
3164
3219
|
{
|
|
3165
|
-
"name": "
|
|
3220
|
+
"name": "dataBindings",
|
|
3166
3221
|
"kind": "property",
|
|
3167
|
-
"type": "Readonly<Record<string, import(\"@ankhorage/contracts/dist/
|
|
3222
|
+
"type": "Readonly<Record<string, import(\"@ankhorage/contracts/dist/bindings\").ComponentDataBinding>> | undefined",
|
|
3168
3223
|
"required": false,
|
|
3169
3224
|
"description": null
|
|
3170
3225
|
},
|
|
@@ -3679,11 +3734,11 @@
|
|
|
3679
3734
|
],
|
|
3680
3735
|
"signatures": [
|
|
3681
3736
|
{
|
|
3682
|
-
"label": "(args: { readonly bindingContext?: Record<string, unknown>; readonly
|
|
3737
|
+
"label": "(args: { readonly bindingContext?: Record<string, unknown>; readonly apis?: RuntimeBindingResolutionContext[\"apis\"]; readonly executeOperation?: RuntimeBindingOperationExecutor; readonly operationResults?: RuntimeBindingOperationResultCache; readonly onDiagnostics?: (diagnostics: readonly DataSourceDiagnostic[]) => void; readonly screen: ScreenSpec; }) => RuntimeScreenOperationLoaderState",
|
|
3683
3738
|
"parameters": [
|
|
3684
3739
|
{
|
|
3685
3740
|
"name": "args",
|
|
3686
|
-
"type": "{ readonly bindingContext?: Record<string, unknown>; readonly
|
|
3741
|
+
"type": "{ readonly bindingContext?: Record<string, unknown>; readonly apis?: RuntimeBindingResolutionContext[\"apis\"]; readonly executeOperation?: RuntimeBindingOperationExecutor; readonly operationResults?: RuntimeBindingOperationResultCache; readonly onDiagnostics?: (diagnostics: readonly DataSourceDiagnostic[]) => void; readonly screen: ScreenSpec; }",
|
|
3687
3742
|
"required": true,
|
|
3688
3743
|
"description": null
|
|
3689
3744
|
}
|
|
@@ -3701,21 +3756,21 @@
|
|
|
3701
3756
|
"isReadme": false,
|
|
3702
3757
|
"examples": [],
|
|
3703
3758
|
"kind": "function",
|
|
3704
|
-
"modulePath": "src/
|
|
3759
|
+
"modulePath": "src/runtimeApiSelection.ts",
|
|
3705
3760
|
"sourceLocation": {
|
|
3706
|
-
"filePath": "src/
|
|
3707
|
-
"line":
|
|
3761
|
+
"filePath": "src/runtimeApiSelection.ts",
|
|
3762
|
+
"line": 14,
|
|
3708
3763
|
"column": 1
|
|
3709
3764
|
},
|
|
3710
3765
|
"exportPaths": ["src/index.ts"],
|
|
3711
3766
|
"relatedSymbols": [],
|
|
3712
3767
|
"signatures": [
|
|
3713
3768
|
{
|
|
3714
|
-
"label": "(operation: BindingOperationRef,
|
|
3769
|
+
"label": "(operation: BindingOperationRef, apis: ApiDefinitionList | undefined) => readonly DataSourceDiagnostic[]",
|
|
3715
3770
|
"parameters": [
|
|
3716
3771
|
{
|
|
3717
|
-
"name": "
|
|
3718
|
-
"type": "
|
|
3772
|
+
"name": "apis",
|
|
3773
|
+
"type": "ApiDefinitionList | undefined",
|
|
3719
3774
|
"required": true,
|
|
3720
3775
|
"description": null
|
|
3721
3776
|
},
|
|
@@ -3742,7 +3797,7 @@
|
|
|
3742
3797
|
"modulePath": "src/runtimeActionRegistry.ts",
|
|
3743
3798
|
"sourceLocation": {
|
|
3744
3799
|
"filePath": "src/runtimeActionRegistry.ts",
|
|
3745
|
-
"line":
|
|
3800
|
+
"line": 179,
|
|
3746
3801
|
"column": 1
|
|
3747
3802
|
},
|
|
3748
3803
|
"exportPaths": ["src/index.ts"],
|
|
@@ -3847,20 +3902,20 @@
|
|
|
3847
3902
|
"exportPaths": ["src/index.ts"],
|
|
3848
3903
|
"props": [
|
|
3849
3904
|
{
|
|
3850
|
-
"name": "
|
|
3851
|
-
"type": "
|
|
3905
|
+
"name": "apis",
|
|
3906
|
+
"type": "ApiDefinitionList | undefined",
|
|
3852
3907
|
"required": false,
|
|
3853
3908
|
"description": null
|
|
3854
3909
|
},
|
|
3855
3910
|
{
|
|
3856
|
-
"name": "
|
|
3857
|
-
"type": "
|
|
3911
|
+
"name": "bindingContext",
|
|
3912
|
+
"type": "Record<string, unknown> | undefined",
|
|
3858
3913
|
"required": false,
|
|
3859
3914
|
"description": null
|
|
3860
3915
|
},
|
|
3861
3916
|
{
|
|
3862
|
-
"name": "
|
|
3863
|
-
"type": "
|
|
3917
|
+
"name": "dataBindings",
|
|
3918
|
+
"type": "ComponentDataBindingRegistry | undefined",
|
|
3864
3919
|
"required": false,
|
|
3865
3920
|
"description": null
|
|
3866
3921
|
},
|
|
@@ -4148,17 +4203,71 @@
|
|
|
4148
4203
|
"name": "isNoArgFunction",
|
|
4149
4204
|
"description": null,
|
|
4150
4205
|
"sourceLocation": {
|
|
4151
|
-
"filePath": "src/runtimeActionRegistry.test.ts",
|
|
4152
|
-
"line":
|
|
4206
|
+
"filePath": "src/runtimeActionRegistry.actions.test.ts",
|
|
4207
|
+
"line": 11,
|
|
4153
4208
|
"column": 1
|
|
4154
4209
|
}
|
|
4155
4210
|
},
|
|
4156
4211
|
{
|
|
4157
|
-
"name": "
|
|
4212
|
+
"name": "createActionBindings",
|
|
4158
4213
|
"description": null,
|
|
4159
4214
|
"sourceLocation": {
|
|
4160
|
-
"filePath": "src/runtimeActionRegistry.test.ts",
|
|
4161
|
-
"line":
|
|
4215
|
+
"filePath": "src/runtimeActionRegistry.actions.test.ts",
|
|
4216
|
+
"line": 15,
|
|
4217
|
+
"column": 1
|
|
4218
|
+
}
|
|
4219
|
+
},
|
|
4220
|
+
{
|
|
4221
|
+
"name": "createApis",
|
|
4222
|
+
"description": null,
|
|
4223
|
+
"sourceLocation": {
|
|
4224
|
+
"filePath": "src/runtimeActionRegistry.chains.test.ts",
|
|
4225
|
+
"line": 17,
|
|
4226
|
+
"column": 1
|
|
4227
|
+
}
|
|
4228
|
+
},
|
|
4229
|
+
{
|
|
4230
|
+
"name": "createScannerBindings",
|
|
4231
|
+
"description": null,
|
|
4232
|
+
"sourceLocation": {
|
|
4233
|
+
"filePath": "src/runtimeActionRegistry.chains.test.ts",
|
|
4234
|
+
"line": 44,
|
|
4235
|
+
"column": 1
|
|
4236
|
+
}
|
|
4237
|
+
},
|
|
4238
|
+
{
|
|
4239
|
+
"name": "scannerEvent",
|
|
4240
|
+
"description": null,
|
|
4241
|
+
"sourceLocation": {
|
|
4242
|
+
"filePath": "src/runtimeActionRegistry.chains.test.ts",
|
|
4243
|
+
"line": 107,
|
|
4244
|
+
"column": 1
|
|
4245
|
+
}
|
|
4246
|
+
},
|
|
4247
|
+
{
|
|
4248
|
+
"name": "createApis",
|
|
4249
|
+
"description": null,
|
|
4250
|
+
"sourceLocation": {
|
|
4251
|
+
"filePath": "src/runtimeActionRegistry.operations.test.ts",
|
|
4252
|
+
"line": 23,
|
|
4253
|
+
"column": 1
|
|
4254
|
+
}
|
|
4255
|
+
},
|
|
4256
|
+
{
|
|
4257
|
+
"name": "createOperationBindings",
|
|
4258
|
+
"description": null,
|
|
4259
|
+
"sourceLocation": {
|
|
4260
|
+
"filePath": "src/runtimeActionRegistry.operations.test.ts",
|
|
4261
|
+
"line": 58,
|
|
4262
|
+
"column": 1
|
|
4263
|
+
}
|
|
4264
|
+
},
|
|
4265
|
+
{
|
|
4266
|
+
"name": "refreshEventArgs",
|
|
4267
|
+
"description": null,
|
|
4268
|
+
"sourceLocation": {
|
|
4269
|
+
"filePath": "src/runtimeActionRegistry.operations.test.ts",
|
|
4270
|
+
"line": 78,
|
|
4162
4271
|
"column": 1
|
|
4163
4272
|
}
|
|
4164
4273
|
},
|
|
@@ -4167,7 +4276,7 @@
|
|
|
4167
4276
|
"description": null,
|
|
4168
4277
|
"sourceLocation": {
|
|
4169
4278
|
"filePath": "src/runtimeActionRegistry.ts",
|
|
4170
|
-
"line":
|
|
4279
|
+
"line": 66,
|
|
4171
4280
|
"column": 1
|
|
4172
4281
|
}
|
|
4173
4282
|
},
|
|
@@ -4176,7 +4285,7 @@
|
|
|
4176
4285
|
"description": null,
|
|
4177
4286
|
"sourceLocation": {
|
|
4178
4287
|
"filePath": "src/runtimeActionRegistry.ts",
|
|
4179
|
-
"line":
|
|
4288
|
+
"line": 102,
|
|
4180
4289
|
"column": 1
|
|
4181
4290
|
}
|
|
4182
4291
|
},
|
|
@@ -4185,7 +4294,7 @@
|
|
|
4185
4294
|
"description": null,
|
|
4186
4295
|
"sourceLocation": {
|
|
4187
4296
|
"filePath": "src/runtimeActionRegistry.ts",
|
|
4188
|
-
"line":
|
|
4297
|
+
"line": 179,
|
|
4189
4298
|
"column": 1
|
|
4190
4299
|
}
|
|
4191
4300
|
},
|
|
@@ -4194,7 +4303,7 @@
|
|
|
4194
4303
|
"description": null,
|
|
4195
4304
|
"sourceLocation": {
|
|
4196
4305
|
"filePath": "src/runtimeActionRegistry.ts",
|
|
4197
|
-
"line":
|
|
4306
|
+
"line": 216,
|
|
4198
4307
|
"column": 1
|
|
4199
4308
|
}
|
|
4200
4309
|
},
|
|
@@ -4203,7 +4312,7 @@
|
|
|
4203
4312
|
"description": null,
|
|
4204
4313
|
"sourceLocation": {
|
|
4205
4314
|
"filePath": "src/runtimeActionRegistry.ts",
|
|
4206
|
-
"line":
|
|
4315
|
+
"line": 230,
|
|
4207
4316
|
"column": 1
|
|
4208
4317
|
}
|
|
4209
4318
|
},
|
|
@@ -4212,7 +4321,7 @@
|
|
|
4212
4321
|
"description": null,
|
|
4213
4322
|
"sourceLocation": {
|
|
4214
4323
|
"filePath": "src/runtimeActionRegistry.ts",
|
|
4215
|
-
"line":
|
|
4324
|
+
"line": 241,
|
|
4216
4325
|
"column": 1
|
|
4217
4326
|
}
|
|
4218
4327
|
},
|
|
@@ -4221,7 +4330,7 @@
|
|
|
4221
4330
|
"description": null,
|
|
4222
4331
|
"sourceLocation": {
|
|
4223
4332
|
"filePath": "src/runtimeActionRegistry.ts",
|
|
4224
|
-
"line":
|
|
4333
|
+
"line": 252,
|
|
4225
4334
|
"column": 1
|
|
4226
4335
|
}
|
|
4227
4336
|
},
|
|
@@ -4230,7 +4339,7 @@
|
|
|
4230
4339
|
"description": null,
|
|
4231
4340
|
"sourceLocation": {
|
|
4232
4341
|
"filePath": "src/runtimeActionRegistry.ts",
|
|
4233
|
-
"line":
|
|
4342
|
+
"line": 299,
|
|
4234
4343
|
"column": 1
|
|
4235
4344
|
}
|
|
4236
4345
|
},
|
|
@@ -4239,7 +4348,7 @@
|
|
|
4239
4348
|
"description": null,
|
|
4240
4349
|
"sourceLocation": {
|
|
4241
4350
|
"filePath": "src/runtimeActionRegistry.ts",
|
|
4242
|
-
"line":
|
|
4351
|
+
"line": 317,
|
|
4243
4352
|
"column": 1
|
|
4244
4353
|
}
|
|
4245
4354
|
},
|
|
@@ -4248,7 +4357,7 @@
|
|
|
4248
4357
|
"description": null,
|
|
4249
4358
|
"sourceLocation": {
|
|
4250
4359
|
"filePath": "src/runtimeActionRegistry.ts",
|
|
4251
|
-
"line":
|
|
4360
|
+
"line": 326,
|
|
4252
4361
|
"column": 1
|
|
4253
4362
|
}
|
|
4254
4363
|
},
|
|
@@ -4257,7 +4366,7 @@
|
|
|
4257
4366
|
"description": null,
|
|
4258
4367
|
"sourceLocation": {
|
|
4259
4368
|
"filePath": "src/runtimeActionRegistry.ts",
|
|
4260
|
-
"line":
|
|
4369
|
+
"line": 345,
|
|
4261
4370
|
"column": 1
|
|
4262
4371
|
}
|
|
4263
4372
|
},
|
|
@@ -4266,16 +4375,7 @@
|
|
|
4266
4375
|
"description": null,
|
|
4267
4376
|
"sourceLocation": {
|
|
4268
4377
|
"filePath": "src/runtimeActionRegistry.ts",
|
|
4269
|
-
"line":
|
|
4270
|
-
"column": 1
|
|
4271
|
-
}
|
|
4272
|
-
},
|
|
4273
|
-
{
|
|
4274
|
-
"name": "resolveEventOperationEndpoint",
|
|
4275
|
-
"description": null,
|
|
4276
|
-
"sourceLocation": {
|
|
4277
|
-
"filePath": "src/runtimeActionRegistry.ts",
|
|
4278
|
-
"line": 396,
|
|
4378
|
+
"line": 365,
|
|
4279
4379
|
"column": 1
|
|
4280
4380
|
}
|
|
4281
4381
|
},
|
|
@@ -4284,7 +4384,7 @@
|
|
|
4284
4384
|
"description": null,
|
|
4285
4385
|
"sourceLocation": {
|
|
4286
4386
|
"filePath": "src/runtimeActionRegistry.ts",
|
|
4287
|
-
"line":
|
|
4387
|
+
"line": 388,
|
|
4288
4388
|
"column": 1
|
|
4289
4389
|
}
|
|
4290
4390
|
},
|
|
@@ -4293,7 +4393,7 @@
|
|
|
4293
4393
|
"description": null,
|
|
4294
4394
|
"sourceLocation": {
|
|
4295
4395
|
"filePath": "src/runtimeActionRegistry.ts",
|
|
4296
|
-
"line":
|
|
4396
|
+
"line": 426,
|
|
4297
4397
|
"column": 1
|
|
4298
4398
|
}
|
|
4299
4399
|
},
|
|
@@ -4302,7 +4402,7 @@
|
|
|
4302
4402
|
"description": null,
|
|
4303
4403
|
"sourceLocation": {
|
|
4304
4404
|
"filePath": "src/runtimeActionRegistry.ts",
|
|
4305
|
-
"line":
|
|
4405
|
+
"line": 434,
|
|
4306
4406
|
"column": 1
|
|
4307
4407
|
}
|
|
4308
4408
|
},
|
|
@@ -4311,7 +4411,7 @@
|
|
|
4311
4411
|
"description": null,
|
|
4312
4412
|
"sourceLocation": {
|
|
4313
4413
|
"filePath": "src/runtimeActionRegistry.ts",
|
|
4314
|
-
"line":
|
|
4414
|
+
"line": 440,
|
|
4315
4415
|
"column": 1
|
|
4316
4416
|
}
|
|
4317
4417
|
},
|
|
@@ -4320,7 +4420,7 @@
|
|
|
4320
4420
|
"description": null,
|
|
4321
4421
|
"sourceLocation": {
|
|
4322
4422
|
"filePath": "src/runtimeActionRegistry.ts",
|
|
4323
|
-
"line":
|
|
4423
|
+
"line": 444,
|
|
4324
4424
|
"column": 1
|
|
4325
4425
|
}
|
|
4326
4426
|
},
|
|
@@ -4329,7 +4429,7 @@
|
|
|
4329
4429
|
"description": null,
|
|
4330
4430
|
"sourceLocation": {
|
|
4331
4431
|
"filePath": "src/runtimeActionRegistry.ts",
|
|
4332
|
-
"line":
|
|
4432
|
+
"line": 448,
|
|
4333
4433
|
"column": 1
|
|
4334
4434
|
}
|
|
4335
4435
|
},
|
|
@@ -4338,7 +4438,7 @@
|
|
|
4338
4438
|
"description": null,
|
|
4339
4439
|
"sourceLocation": {
|
|
4340
4440
|
"filePath": "src/runtimeActionRegistry.ts",
|
|
4341
|
-
"line":
|
|
4441
|
+
"line": 457,
|
|
4342
4442
|
"column": 1
|
|
4343
4443
|
}
|
|
4344
4444
|
},
|
|
@@ -4347,7 +4447,7 @@
|
|
|
4347
4447
|
"description": null,
|
|
4348
4448
|
"sourceLocation": {
|
|
4349
4449
|
"filePath": "src/runtimeActionRegistry.ts",
|
|
4350
|
-
"line":
|
|
4450
|
+
"line": 473,
|
|
4351
4451
|
"column": 1
|
|
4352
4452
|
}
|
|
4353
4453
|
},
|
|
@@ -4356,7 +4456,7 @@
|
|
|
4356
4456
|
"description": null,
|
|
4357
4457
|
"sourceLocation": {
|
|
4358
4458
|
"filePath": "src/runtimeActionRegistry.ts",
|
|
4359
|
-
"line":
|
|
4459
|
+
"line": 482,
|
|
4360
4460
|
"column": 1
|
|
4361
4461
|
}
|
|
4362
4462
|
},
|
|
@@ -4365,88 +4465,88 @@
|
|
|
4365
4465
|
"description": null,
|
|
4366
4466
|
"sourceLocation": {
|
|
4367
4467
|
"filePath": "src/runtimeActionRegistry.ts",
|
|
4368
|
-
"line":
|
|
4468
|
+
"line": 486,
|
|
4369
4469
|
"column": 1
|
|
4370
4470
|
}
|
|
4371
4471
|
},
|
|
4372
4472
|
{
|
|
4373
|
-
"name": "
|
|
4473
|
+
"name": "createNutritionApi",
|
|
4374
4474
|
"description": null,
|
|
4375
4475
|
"sourceLocation": {
|
|
4376
|
-
"filePath": "src/
|
|
4377
|
-
"line":
|
|
4476
|
+
"filePath": "src/runtimeApiOperations.test.ts",
|
|
4477
|
+
"line": 6,
|
|
4378
4478
|
"column": 1
|
|
4379
4479
|
}
|
|
4380
4480
|
},
|
|
4381
4481
|
{
|
|
4382
|
-
"name": "
|
|
4482
|
+
"name": "createProductsEndpoint",
|
|
4383
4483
|
"description": null,
|
|
4384
4484
|
"sourceLocation": {
|
|
4385
|
-
"filePath": "src/
|
|
4386
|
-
"line":
|
|
4485
|
+
"filePath": "src/runtimeApiOperations.test.ts",
|
|
4486
|
+
"line": 18,
|
|
4387
4487
|
"column": 1
|
|
4388
4488
|
}
|
|
4389
4489
|
},
|
|
4390
4490
|
{
|
|
4391
|
-
"name": "
|
|
4491
|
+
"name": "getProductsEndpoint",
|
|
4392
4492
|
"description": null,
|
|
4393
4493
|
"sourceLocation": {
|
|
4394
|
-
"filePath": "src/
|
|
4395
|
-
"line":
|
|
4494
|
+
"filePath": "src/runtimeApiOperations.test.ts",
|
|
4495
|
+
"line": 35,
|
|
4396
4496
|
"column": 1
|
|
4397
4497
|
}
|
|
4398
4498
|
},
|
|
4399
4499
|
{
|
|
4400
|
-
"name": "
|
|
4500
|
+
"name": "createRuntimeApiOperationExecutor",
|
|
4401
4501
|
"description": null,
|
|
4402
4502
|
"sourceLocation": {
|
|
4403
|
-
"filePath": "src/
|
|
4404
|
-
"line":
|
|
4503
|
+
"filePath": "src/runtimeApiOperations.ts",
|
|
4504
|
+
"line": 12,
|
|
4405
4505
|
"column": 1
|
|
4406
4506
|
}
|
|
4407
4507
|
},
|
|
4408
4508
|
{
|
|
4409
|
-
"name": "
|
|
4509
|
+
"name": "invalidInput",
|
|
4410
4510
|
"description": null,
|
|
4411
4511
|
"sourceLocation": {
|
|
4412
|
-
"filePath": "src/
|
|
4413
|
-
"line":
|
|
4512
|
+
"filePath": "src/runtimeApiOperations.ts",
|
|
4513
|
+
"line": 36,
|
|
4414
4514
|
"column": 1
|
|
4415
4515
|
}
|
|
4416
4516
|
},
|
|
4417
4517
|
{
|
|
4418
|
-
"name": "
|
|
4518
|
+
"name": "asBindingValueRecord",
|
|
4419
4519
|
"description": null,
|
|
4420
4520
|
"sourceLocation": {
|
|
4421
|
-
"filePath": "src/
|
|
4422
|
-
"line":
|
|
4521
|
+
"filePath": "src/runtimeApiOperations.ts",
|
|
4522
|
+
"line": 48,
|
|
4423
4523
|
"column": 1
|
|
4424
4524
|
}
|
|
4425
4525
|
},
|
|
4426
4526
|
{
|
|
4427
|
-
"name": "
|
|
4527
|
+
"name": "isBindingValueRecord",
|
|
4428
4528
|
"description": null,
|
|
4429
4529
|
"sourceLocation": {
|
|
4430
|
-
"filePath": "src/
|
|
4431
|
-
"line":
|
|
4530
|
+
"filePath": "src/runtimeApiOperations.ts",
|
|
4531
|
+
"line": 54,
|
|
4432
4532
|
"column": 1
|
|
4433
4533
|
}
|
|
4434
4534
|
},
|
|
4435
4535
|
{
|
|
4436
|
-
"name": "
|
|
4536
|
+
"name": "createApis",
|
|
4437
4537
|
"description": null,
|
|
4438
4538
|
"sourceLocation": {
|
|
4439
|
-
"filePath": "src/
|
|
4440
|
-
"line":
|
|
4539
|
+
"filePath": "src/runtimeApiSelection.test.ts",
|
|
4540
|
+
"line": 6,
|
|
4441
4541
|
"column": 1
|
|
4442
4542
|
}
|
|
4443
4543
|
},
|
|
4444
4544
|
{
|
|
4445
|
-
"name": "
|
|
4545
|
+
"name": "operation",
|
|
4446
4546
|
"description": null,
|
|
4447
4547
|
"sourceLocation": {
|
|
4448
|
-
"filePath": "src/
|
|
4449
|
-
"line":
|
|
4548
|
+
"filePath": "src/runtimeApiSelection.test.ts",
|
|
4549
|
+
"line": 33,
|
|
4450
4550
|
"column": 1
|
|
4451
4551
|
}
|
|
4452
4552
|
},
|
|
@@ -4454,674 +4554,467 @@
|
|
|
4454
4554
|
"name": "validateRuntimeBindingOperationRef",
|
|
4455
4555
|
"description": null,
|
|
4456
4556
|
"sourceLocation": {
|
|
4457
|
-
"filePath": "src/
|
|
4458
|
-
"line":
|
|
4557
|
+
"filePath": "src/runtimeApiSelection.ts",
|
|
4558
|
+
"line": 14,
|
|
4459
4559
|
"column": 1
|
|
4460
4560
|
}
|
|
4461
4561
|
},
|
|
4462
4562
|
{
|
|
4463
|
-
"name": "
|
|
4563
|
+
"name": "resolveRuntimeBindingOperationSelection",
|
|
4464
4564
|
"description": null,
|
|
4465
4565
|
"sourceLocation": {
|
|
4466
|
-
"filePath": "src/
|
|
4467
|
-
"line":
|
|
4566
|
+
"filePath": "src/runtimeApiSelection.ts",
|
|
4567
|
+
"line": 50,
|
|
4468
4568
|
"column": 1
|
|
4469
4569
|
}
|
|
4470
4570
|
},
|
|
4471
4571
|
{
|
|
4472
|
-
"name": "
|
|
4572
|
+
"name": "findRuntimeApi",
|
|
4473
4573
|
"description": null,
|
|
4474
4574
|
"sourceLocation": {
|
|
4475
|
-
"filePath": "src/
|
|
4476
|
-
"line":
|
|
4575
|
+
"filePath": "src/runtimeApiSelection.ts",
|
|
4576
|
+
"line": 65,
|
|
4477
4577
|
"column": 1
|
|
4478
4578
|
}
|
|
4479
4579
|
},
|
|
4480
4580
|
{
|
|
4481
|
-
"name": "
|
|
4581
|
+
"name": "resolveRuntimeApiEndpoint",
|
|
4482
4582
|
"description": null,
|
|
4483
4583
|
"sourceLocation": {
|
|
4484
|
-
"filePath": "src/
|
|
4485
|
-
"line":
|
|
4584
|
+
"filePath": "src/runtimeApiSelection.ts",
|
|
4585
|
+
"line": 72,
|
|
4486
4586
|
"column": 1
|
|
4487
4587
|
}
|
|
4488
4588
|
},
|
|
4489
4589
|
{
|
|
4490
|
-
"name": "
|
|
4590
|
+
"name": "createApiDiagnostic",
|
|
4491
4591
|
"description": null,
|
|
4492
4592
|
"sourceLocation": {
|
|
4493
|
-
"filePath": "src/
|
|
4494
|
-
"line":
|
|
4593
|
+
"filePath": "src/runtimeApiSelection.ts",
|
|
4594
|
+
"line": 83,
|
|
4495
4595
|
"column": 1
|
|
4496
4596
|
}
|
|
4497
4597
|
},
|
|
4498
4598
|
{
|
|
4499
|
-
"name": "
|
|
4599
|
+
"name": "createApis",
|
|
4500
4600
|
"description": null,
|
|
4501
4601
|
"sourceLocation": {
|
|
4502
|
-
"filePath": "src/runtimeBindings.ts",
|
|
4503
|
-
"line":
|
|
4602
|
+
"filePath": "src/runtimeBindings.test.ts",
|
|
4603
|
+
"line": 25,
|
|
4504
4604
|
"column": 1
|
|
4505
4605
|
}
|
|
4506
4606
|
},
|
|
4507
4607
|
{
|
|
4508
|
-
"name": "
|
|
4608
|
+
"name": "createFakeStateAdapter",
|
|
4509
4609
|
"description": null,
|
|
4510
4610
|
"sourceLocation": {
|
|
4511
|
-
"filePath": "src/runtimeBindings.ts",
|
|
4512
|
-
"line":
|
|
4611
|
+
"filePath": "src/runtimeBindings.test.ts",
|
|
4612
|
+
"line": 60,
|
|
4513
4613
|
"column": 1
|
|
4514
4614
|
}
|
|
4515
4615
|
},
|
|
4516
4616
|
{
|
|
4517
|
-
"name": "
|
|
4617
|
+
"name": "resolveRuntimeBindingsAsync",
|
|
4518
4618
|
"description": null,
|
|
4519
4619
|
"sourceLocation": {
|
|
4520
4620
|
"filePath": "src/runtimeBindings.ts",
|
|
4521
|
-
"line":
|
|
4621
|
+
"line": 76,
|
|
4522
4622
|
"column": 1
|
|
4523
4623
|
}
|
|
4524
4624
|
},
|
|
4525
4625
|
{
|
|
4526
|
-
"name": "
|
|
4626
|
+
"name": "resolveRuntimeBindings",
|
|
4527
4627
|
"description": null,
|
|
4528
4628
|
"sourceLocation": {
|
|
4529
4629
|
"filePath": "src/runtimeBindings.ts",
|
|
4530
|
-
"line":
|
|
4630
|
+
"line": 91,
|
|
4531
4631
|
"column": 1
|
|
4532
4632
|
}
|
|
4533
4633
|
},
|
|
4534
4634
|
{
|
|
4535
|
-
"name": "
|
|
4635
|
+
"name": "resolveRuntimeBindingValue",
|
|
4536
4636
|
"description": null,
|
|
4537
4637
|
"sourceLocation": {
|
|
4538
4638
|
"filePath": "src/runtimeBindings.ts",
|
|
4539
|
-
"line":
|
|
4639
|
+
"line": 105,
|
|
4540
4640
|
"column": 1
|
|
4541
4641
|
}
|
|
4542
4642
|
},
|
|
4543
4643
|
{
|
|
4544
|
-
"name": "
|
|
4644
|
+
"name": "resolveRuntimeBindingValueSync",
|
|
4545
4645
|
"description": null,
|
|
4546
4646
|
"sourceLocation": {
|
|
4547
4647
|
"filePath": "src/runtimeBindings.ts",
|
|
4548
|
-
"line":
|
|
4648
|
+
"line": 118,
|
|
4549
4649
|
"column": 1
|
|
4550
4650
|
}
|
|
4551
4651
|
},
|
|
4552
4652
|
{
|
|
4553
|
-
"name": "
|
|
4653
|
+
"name": "resolveBindingInputMap",
|
|
4554
4654
|
"description": null,
|
|
4555
4655
|
"sourceLocation": {
|
|
4556
4656
|
"filePath": "src/runtimeBindings.ts",
|
|
4557
|
-
"line":
|
|
4657
|
+
"line": 131,
|
|
4558
4658
|
"column": 1
|
|
4559
4659
|
}
|
|
4560
4660
|
},
|
|
4561
4661
|
{
|
|
4562
|
-
"name": "
|
|
4662
|
+
"name": "resolveBindingInputMapSync",
|
|
4563
4663
|
"description": null,
|
|
4564
4664
|
"sourceLocation": {
|
|
4565
4665
|
"filePath": "src/runtimeBindings.ts",
|
|
4566
|
-
"line":
|
|
4666
|
+
"line": 148,
|
|
4567
4667
|
"column": 1
|
|
4568
4668
|
}
|
|
4569
4669
|
},
|
|
4570
4670
|
{
|
|
4571
|
-
"name": "
|
|
4671
|
+
"name": "createRuntimeBindingOperationKey",
|
|
4572
4672
|
"description": null,
|
|
4573
4673
|
"sourceLocation": {
|
|
4574
4674
|
"filePath": "src/runtimeBindings.ts",
|
|
4575
|
-
"line":
|
|
4675
|
+
"line": 165,
|
|
4576
4676
|
"column": 1
|
|
4577
4677
|
}
|
|
4578
4678
|
},
|
|
4579
4679
|
{
|
|
4580
|
-
"name": "
|
|
4680
|
+
"name": "resolveRuntimeBindingValueSource",
|
|
4581
4681
|
"description": null,
|
|
4582
4682
|
"sourceLocation": {
|
|
4583
4683
|
"filePath": "src/runtimeBindings.ts",
|
|
4584
|
-
"line":
|
|
4684
|
+
"line": 171,
|
|
4585
4685
|
"column": 1
|
|
4586
4686
|
}
|
|
4587
4687
|
},
|
|
4588
4688
|
{
|
|
4589
|
-
"name": "
|
|
4689
|
+
"name": "resolveRuntimeBindingValueSourceSync",
|
|
4590
4690
|
"description": null,
|
|
4591
4691
|
"sourceLocation": {
|
|
4592
4692
|
"filePath": "src/runtimeBindings.ts",
|
|
4593
|
-
"line":
|
|
4693
|
+
"line": 213,
|
|
4594
4694
|
"column": 1
|
|
4595
4695
|
}
|
|
4596
4696
|
},
|
|
4597
4697
|
{
|
|
4598
|
-
"name": "
|
|
4698
|
+
"name": "resolveCachedOperationValue",
|
|
4599
4699
|
"description": null,
|
|
4600
4700
|
"sourceLocation": {
|
|
4601
4701
|
"filePath": "src/runtimeBindings.ts",
|
|
4602
|
-
"line":
|
|
4702
|
+
"line": 244,
|
|
4603
4703
|
"column": 1
|
|
4604
4704
|
}
|
|
4605
4705
|
},
|
|
4606
4706
|
{
|
|
4607
|
-
"name": "
|
|
4707
|
+
"name": "resolveBindingFallback",
|
|
4608
4708
|
"description": null,
|
|
4609
4709
|
"sourceLocation": {
|
|
4610
4710
|
"filePath": "src/runtimeBindings.ts",
|
|
4611
|
-
"line":
|
|
4711
|
+
"line": 254,
|
|
4612
4712
|
"column": 1
|
|
4613
4713
|
}
|
|
4614
4714
|
},
|
|
4615
4715
|
{
|
|
4616
|
-
"name": "
|
|
4716
|
+
"name": "resolveBindingFallbackSync",
|
|
4617
4717
|
"description": null,
|
|
4618
4718
|
"sourceLocation": {
|
|
4619
|
-
"filePath": "src/
|
|
4620
|
-
"line":
|
|
4719
|
+
"filePath": "src/runtimeBindings.ts",
|
|
4720
|
+
"line": 266,
|
|
4621
4721
|
"column": 1
|
|
4622
4722
|
}
|
|
4623
4723
|
},
|
|
4624
4724
|
{
|
|
4625
|
-
"name": "
|
|
4725
|
+
"name": "resolveBindingInputValue",
|
|
4626
4726
|
"description": null,
|
|
4627
4727
|
"sourceLocation": {
|
|
4628
|
-
"filePath": "src/
|
|
4629
|
-
"line":
|
|
4728
|
+
"filePath": "src/runtimeBindings.ts",
|
|
4729
|
+
"line": 278,
|
|
4630
4730
|
"column": 1
|
|
4631
4731
|
}
|
|
4632
4732
|
},
|
|
4633
4733
|
{
|
|
4634
|
-
"name": "
|
|
4734
|
+
"name": "resolveBindingInputValueSync",
|
|
4635
4735
|
"description": null,
|
|
4636
4736
|
"sourceLocation": {
|
|
4637
|
-
"filePath": "src/
|
|
4638
|
-
"line":
|
|
4737
|
+
"filePath": "src/runtimeBindings.ts",
|
|
4738
|
+
"line": 310,
|
|
4639
4739
|
"column": 1
|
|
4640
4740
|
}
|
|
4641
4741
|
},
|
|
4642
4742
|
{
|
|
4643
|
-
"name": "
|
|
4743
|
+
"name": "createRuntimeBindingDiagnostic",
|
|
4644
4744
|
"description": null,
|
|
4645
4745
|
"sourceLocation": {
|
|
4646
|
-
"filePath": "src/
|
|
4647
|
-
"line":
|
|
4746
|
+
"filePath": "src/runtimeBindings.ts",
|
|
4747
|
+
"line": 342,
|
|
4648
4748
|
"column": 1
|
|
4649
4749
|
}
|
|
4650
4750
|
},
|
|
4651
4751
|
{
|
|
4652
|
-
"name": "
|
|
4752
|
+
"name": "applyBindingValueTransforms",
|
|
4653
4753
|
"description": null,
|
|
4654
4754
|
"sourceLocation": {
|
|
4655
|
-
"filePath": "src/
|
|
4656
|
-
"line":
|
|
4755
|
+
"filePath": "src/runtimeBindings.ts",
|
|
4756
|
+
"line": 357,
|
|
4657
4757
|
"column": 1
|
|
4658
4758
|
}
|
|
4659
4759
|
},
|
|
4660
4760
|
{
|
|
4661
|
-
"name": "
|
|
4761
|
+
"name": "applyRuntimeBindingDataPath",
|
|
4662
4762
|
"description": null,
|
|
4663
4763
|
"sourceLocation": {
|
|
4664
|
-
"filePath": "src/
|
|
4665
|
-
"line":
|
|
4764
|
+
"filePath": "src/runtimeBindings.ts",
|
|
4765
|
+
"line": 375,
|
|
4666
4766
|
"column": 1
|
|
4667
4767
|
}
|
|
4668
4768
|
},
|
|
4669
4769
|
{
|
|
4670
|
-
"name": "
|
|
4770
|
+
"name": "readPath",
|
|
4671
4771
|
"description": null,
|
|
4672
4772
|
"sourceLocation": {
|
|
4673
|
-
"filePath": "src/
|
|
4674
|
-
"line":
|
|
4773
|
+
"filePath": "src/runtimeBindings.ts",
|
|
4774
|
+
"line": 383,
|
|
4675
4775
|
"column": 1
|
|
4676
4776
|
}
|
|
4677
4777
|
},
|
|
4678
4778
|
{
|
|
4679
|
-
"name": "
|
|
4779
|
+
"name": "isArrayIndexPathPart",
|
|
4680
4780
|
"description": null,
|
|
4681
4781
|
"sourceLocation": {
|
|
4682
|
-
"filePath": "src/
|
|
4683
|
-
"line":
|
|
4782
|
+
"filePath": "src/runtimeBindings.ts",
|
|
4783
|
+
"line": 395,
|
|
4684
4784
|
"column": 1
|
|
4685
4785
|
}
|
|
4686
4786
|
},
|
|
4687
4787
|
{
|
|
4688
|
-
"name": "
|
|
4788
|
+
"name": "asBindingValue",
|
|
4689
4789
|
"description": null,
|
|
4690
4790
|
"sourceLocation": {
|
|
4691
|
-
"filePath": "src/
|
|
4692
|
-
"line":
|
|
4791
|
+
"filePath": "src/runtimeBindings.ts",
|
|
4792
|
+
"line": 399,
|
|
4693
4793
|
"column": 1
|
|
4694
4794
|
}
|
|
4695
4795
|
},
|
|
4696
4796
|
{
|
|
4697
|
-
"name": "
|
|
4797
|
+
"name": "isBindingValue",
|
|
4698
4798
|
"description": null,
|
|
4699
4799
|
"sourceLocation": {
|
|
4700
|
-
"filePath": "src/
|
|
4701
|
-
"line":
|
|
4800
|
+
"filePath": "src/runtimeBindings.ts",
|
|
4801
|
+
"line": 403,
|
|
4702
4802
|
"column": 1
|
|
4703
4803
|
}
|
|
4704
4804
|
},
|
|
4705
4805
|
{
|
|
4706
|
-
"name": "
|
|
4806
|
+
"name": "isRecord",
|
|
4707
4807
|
"description": null,
|
|
4708
4808
|
"sourceLocation": {
|
|
4709
|
-
"filePath": "src/
|
|
4710
|
-
"line":
|
|
4809
|
+
"filePath": "src/runtimeBindings.ts",
|
|
4810
|
+
"line": 415,
|
|
4711
4811
|
"column": 1
|
|
4712
4812
|
}
|
|
4713
4813
|
},
|
|
4714
4814
|
{
|
|
4715
|
-
"name": "
|
|
4815
|
+
"name": "createFakeDbAdapter",
|
|
4716
4816
|
"description": null,
|
|
4717
4817
|
"sourceLocation": {
|
|
4718
|
-
"filePath": "src/
|
|
4719
|
-
"line":
|
|
4818
|
+
"filePath": "src/runtimeDbPersist.test.ts",
|
|
4819
|
+
"line": 12,
|
|
4720
4820
|
"column": 1
|
|
4721
4821
|
}
|
|
4722
4822
|
},
|
|
4723
4823
|
{
|
|
4724
|
-
"name": "
|
|
4824
|
+
"name": "createDbPersistActionHandler",
|
|
4725
4825
|
"description": null,
|
|
4726
4826
|
"sourceLocation": {
|
|
4727
|
-
"filePath": "src/
|
|
4728
|
-
"line":
|
|
4827
|
+
"filePath": "src/runtimeDbPersist.ts",
|
|
4828
|
+
"line": 36,
|
|
4729
4829
|
"column": 1
|
|
4730
4830
|
}
|
|
4731
4831
|
},
|
|
4732
4832
|
{
|
|
4733
|
-
"name": "
|
|
4833
|
+
"name": "executeDbPersistAction",
|
|
4734
4834
|
"description": null,
|
|
4735
4835
|
"sourceLocation": {
|
|
4736
|
-
"filePath": "src/
|
|
4737
|
-
"line":
|
|
4836
|
+
"filePath": "src/runtimeDbPersist.ts",
|
|
4837
|
+
"line": 48,
|
|
4738
4838
|
"column": 1
|
|
4739
4839
|
}
|
|
4740
4840
|
},
|
|
4741
4841
|
{
|
|
4742
|
-
"name": "
|
|
4842
|
+
"name": "resolveDbPersistInput",
|
|
4743
4843
|
"description": null,
|
|
4744
4844
|
"sourceLocation": {
|
|
4745
|
-
"filePath": "src/
|
|
4746
|
-
"line":
|
|
4845
|
+
"filePath": "src/runtimeDbPersist.ts",
|
|
4846
|
+
"line": 68,
|
|
4747
4847
|
"column": 1
|
|
4748
4848
|
}
|
|
4749
4849
|
},
|
|
4750
4850
|
{
|
|
4751
|
-
"name": "
|
|
4851
|
+
"name": "createError",
|
|
4752
4852
|
"description": null,
|
|
4753
4853
|
"sourceLocation": {
|
|
4754
|
-
"filePath": "src/
|
|
4755
|
-
"line":
|
|
4854
|
+
"filePath": "src/runtimeDbPersist.ts",
|
|
4855
|
+
"line": 116,
|
|
4756
4856
|
"column": 1
|
|
4757
4857
|
}
|
|
4758
4858
|
},
|
|
4759
4859
|
{
|
|
4760
|
-
"name": "
|
|
4860
|
+
"name": "createDbPersistAdapterError",
|
|
4761
4861
|
"description": null,
|
|
4762
4862
|
"sourceLocation": {
|
|
4763
|
-
"filePath": "src/
|
|
4764
|
-
"line":
|
|
4863
|
+
"filePath": "src/runtimeDbPersist.ts",
|
|
4864
|
+
"line": 126,
|
|
4765
4865
|
"column": 1
|
|
4766
4866
|
}
|
|
4767
4867
|
},
|
|
4768
4868
|
{
|
|
4769
|
-
"name": "
|
|
4869
|
+
"name": "isFieldValueEntry",
|
|
4770
4870
|
"description": null,
|
|
4771
4871
|
"sourceLocation": {
|
|
4772
|
-
"filePath": "src/
|
|
4773
|
-
"line":
|
|
4872
|
+
"filePath": "src/runtimeDbPersist.ts",
|
|
4873
|
+
"line": 133,
|
|
4774
4874
|
"column": 1
|
|
4775
4875
|
}
|
|
4776
4876
|
},
|
|
4777
4877
|
{
|
|
4778
|
-
"name": "
|
|
4878
|
+
"name": "isRecord",
|
|
4779
4879
|
"description": null,
|
|
4780
4880
|
"sourceLocation": {
|
|
4781
|
-
"filePath": "src/
|
|
4782
|
-
"line":
|
|
4881
|
+
"filePath": "src/runtimeDbPersist.ts",
|
|
4882
|
+
"line": 141,
|
|
4783
4883
|
"column": 1
|
|
4784
4884
|
}
|
|
4785
4885
|
},
|
|
4786
4886
|
{
|
|
4787
|
-
"name": "
|
|
4887
|
+
"name": "dispatchRuntimeComponentEventWithReporting",
|
|
4788
4888
|
"description": null,
|
|
4789
4889
|
"sourceLocation": {
|
|
4790
|
-
"filePath": "src/
|
|
4791
|
-
"line":
|
|
4890
|
+
"filePath": "src/runtimeEventExecution.ts",
|
|
4891
|
+
"line": 14,
|
|
4792
4892
|
"column": 1
|
|
4793
4893
|
}
|
|
4794
4894
|
},
|
|
4795
4895
|
{
|
|
4796
|
-
"name": "
|
|
4896
|
+
"name": "defineRuntimeAction",
|
|
4797
4897
|
"description": null,
|
|
4798
4898
|
"sourceLocation": {
|
|
4799
|
-
"filePath": "src/
|
|
4800
|
-
"line":
|
|
4899
|
+
"filePath": "src/runtimeManifest.ts",
|
|
4900
|
+
"line": 63,
|
|
4801
4901
|
"column": 1
|
|
4802
4902
|
}
|
|
4803
4903
|
},
|
|
4804
4904
|
{
|
|
4805
|
-
"name": "
|
|
4905
|
+
"name": "defineRuntimeAdapter",
|
|
4806
4906
|
"description": null,
|
|
4807
4907
|
"sourceLocation": {
|
|
4808
|
-
"filePath": "src/
|
|
4809
|
-
"line":
|
|
4908
|
+
"filePath": "src/runtimeManifest.ts",
|
|
4909
|
+
"line": 69,
|
|
4810
4910
|
"column": 1
|
|
4811
4911
|
}
|
|
4812
4912
|
},
|
|
4813
4913
|
{
|
|
4814
|
-
"name": "
|
|
4914
|
+
"name": "defineRuntimeBinding",
|
|
4815
4915
|
"description": null,
|
|
4816
4916
|
"sourceLocation": {
|
|
4817
|
-
"filePath": "src/
|
|
4818
|
-
"line":
|
|
4917
|
+
"filePath": "src/runtimeManifest.ts",
|
|
4918
|
+
"line": 75,
|
|
4819
4919
|
"column": 1
|
|
4820
4920
|
}
|
|
4821
4921
|
},
|
|
4822
4922
|
{
|
|
4823
|
-
"name": "
|
|
4923
|
+
"name": "createRuntimeManifest",
|
|
4824
4924
|
"description": null,
|
|
4825
4925
|
"sourceLocation": {
|
|
4826
|
-
"filePath": "src/
|
|
4827
|
-
"line":
|
|
4926
|
+
"filePath": "src/runtimeManifest.ts",
|
|
4927
|
+
"line": 81,
|
|
4828
4928
|
"column": 1
|
|
4829
4929
|
}
|
|
4830
4930
|
},
|
|
4831
4931
|
{
|
|
4832
|
-
"name": "
|
|
4932
|
+
"name": "listRuntimeCapabilities",
|
|
4833
4933
|
"description": null,
|
|
4834
4934
|
"sourceLocation": {
|
|
4835
|
-
"filePath": "src/
|
|
4836
|
-
"line":
|
|
4935
|
+
"filePath": "src/runtimeManifest.ts",
|
|
4936
|
+
"line": 93,
|
|
4837
4937
|
"column": 1
|
|
4838
4938
|
}
|
|
4839
4939
|
},
|
|
4840
4940
|
{
|
|
4841
|
-
"name": "
|
|
4941
|
+
"name": "resolver",
|
|
4842
4942
|
"description": null,
|
|
4843
4943
|
"sourceLocation": {
|
|
4844
|
-
"filePath": "src/
|
|
4845
|
-
"line":
|
|
4846
|
-
"column":
|
|
4944
|
+
"filePath": "src/runtimeMedia.test.ts",
|
|
4945
|
+
"line": 59,
|
|
4946
|
+
"column": 11
|
|
4847
4947
|
}
|
|
4848
4948
|
},
|
|
4849
4949
|
{
|
|
4850
|
-
"name": "
|
|
4950
|
+
"name": "firstResolver",
|
|
4851
4951
|
"description": null,
|
|
4852
4952
|
"sourceLocation": {
|
|
4853
|
-
"filePath": "src/
|
|
4854
|
-
"line":
|
|
4855
|
-
"column":
|
|
4953
|
+
"filePath": "src/runtimeMedia.test.ts",
|
|
4954
|
+
"line": 84,
|
|
4955
|
+
"column": 11
|
|
4856
4956
|
}
|
|
4857
4957
|
},
|
|
4858
4958
|
{
|
|
4859
|
-
"name": "
|
|
4959
|
+
"name": "secondResolver",
|
|
4860
4960
|
"description": null,
|
|
4861
4961
|
"sourceLocation": {
|
|
4862
|
-
"filePath": "src/
|
|
4863
|
-
"line":
|
|
4864
|
-
"column":
|
|
4962
|
+
"filePath": "src/runtimeMedia.test.ts",
|
|
4963
|
+
"line": 85,
|
|
4964
|
+
"column": 11
|
|
4865
4965
|
}
|
|
4866
4966
|
},
|
|
4867
4967
|
{
|
|
4868
|
-
"name": "
|
|
4968
|
+
"name": "createRuntimeMediaResolutionCache",
|
|
4869
4969
|
"description": null,
|
|
4870
4970
|
"sourceLocation": {
|
|
4871
|
-
"filePath": "src/
|
|
4872
|
-
"line":
|
|
4971
|
+
"filePath": "src/runtimeMedia.ts",
|
|
4972
|
+
"line": 24,
|
|
4873
4973
|
"column": 1
|
|
4874
4974
|
}
|
|
4875
4975
|
},
|
|
4876
4976
|
{
|
|
4877
|
-
"name": "
|
|
4977
|
+
"name": "collectRuntimeMediaReferenceIds",
|
|
4878
4978
|
"description": null,
|
|
4879
4979
|
"sourceLocation": {
|
|
4880
|
-
"filePath": "src/
|
|
4881
|
-
"line":
|
|
4980
|
+
"filePath": "src/runtimeMedia.ts",
|
|
4981
|
+
"line": 28,
|
|
4882
4982
|
"column": 1
|
|
4883
4983
|
}
|
|
4884
4984
|
},
|
|
4885
4985
|
{
|
|
4886
|
-
"name": "
|
|
4986
|
+
"name": "replaceRuntimeMediaReferences",
|
|
4887
4987
|
"description": null,
|
|
4888
4988
|
"sourceLocation": {
|
|
4889
|
-
"filePath": "src/
|
|
4890
|
-
"line":
|
|
4989
|
+
"filePath": "src/runtimeMedia.ts",
|
|
4990
|
+
"line": 34,
|
|
4891
4991
|
"column": 1
|
|
4892
4992
|
}
|
|
4893
4993
|
},
|
|
4894
4994
|
{
|
|
4895
|
-
"name": "
|
|
4995
|
+
"name": "resolveRuntimeMediaAsset",
|
|
4896
4996
|
"description": null,
|
|
4897
4997
|
"sourceLocation": {
|
|
4898
|
-
"filePath": "src/
|
|
4899
|
-
"line":
|
|
4998
|
+
"filePath": "src/runtimeMedia.ts",
|
|
4999
|
+
"line": 42,
|
|
4900
5000
|
"column": 1
|
|
4901
5001
|
}
|
|
4902
5002
|
},
|
|
4903
5003
|
{
|
|
4904
|
-
"name": "
|
|
5004
|
+
"name": "createSyncRuntimeMediaResolutionMap",
|
|
4905
5005
|
"description": null,
|
|
4906
5006
|
"sourceLocation": {
|
|
4907
|
-
"filePath": "src/
|
|
4908
|
-
"line":
|
|
5007
|
+
"filePath": "src/runtimeMedia.ts",
|
|
5008
|
+
"line": 64,
|
|
4909
5009
|
"column": 1
|
|
4910
5010
|
}
|
|
4911
5011
|
},
|
|
4912
5012
|
{
|
|
4913
|
-
"name": "
|
|
5013
|
+
"name": "collectMediaReferenceIds",
|
|
4914
5014
|
"description": null,
|
|
4915
5015
|
"sourceLocation": {
|
|
4916
|
-
"filePath": "src/
|
|
4917
|
-
"line":
|
|
4918
|
-
"column": 1
|
|
4919
|
-
}
|
|
4920
|
-
},
|
|
4921
|
-
{
|
|
4922
|
-
"name": "createFakeDbAdapter",
|
|
4923
|
-
"description": null,
|
|
4924
|
-
"sourceLocation": {
|
|
4925
|
-
"filePath": "src/runtimeDbPersist.test.ts",
|
|
4926
|
-
"line": 12,
|
|
4927
|
-
"column": 1
|
|
4928
|
-
}
|
|
4929
|
-
},
|
|
4930
|
-
{
|
|
4931
|
-
"name": "createDbPersistActionHandler",
|
|
4932
|
-
"description": null,
|
|
4933
|
-
"sourceLocation": {
|
|
4934
|
-
"filePath": "src/runtimeDbPersist.ts",
|
|
4935
|
-
"line": 36,
|
|
4936
|
-
"column": 1
|
|
4937
|
-
}
|
|
4938
|
-
},
|
|
4939
|
-
{
|
|
4940
|
-
"name": "executeDbPersistAction",
|
|
4941
|
-
"description": null,
|
|
4942
|
-
"sourceLocation": {
|
|
4943
|
-
"filePath": "src/runtimeDbPersist.ts",
|
|
4944
|
-
"line": 48,
|
|
4945
|
-
"column": 1
|
|
4946
|
-
}
|
|
4947
|
-
},
|
|
4948
|
-
{
|
|
4949
|
-
"name": "resolveDbPersistInput",
|
|
4950
|
-
"description": null,
|
|
4951
|
-
"sourceLocation": {
|
|
4952
|
-
"filePath": "src/runtimeDbPersist.ts",
|
|
4953
|
-
"line": 68,
|
|
4954
|
-
"column": 1
|
|
4955
|
-
}
|
|
4956
|
-
},
|
|
4957
|
-
{
|
|
4958
|
-
"name": "createError",
|
|
4959
|
-
"description": null,
|
|
4960
|
-
"sourceLocation": {
|
|
4961
|
-
"filePath": "src/runtimeDbPersist.ts",
|
|
4962
|
-
"line": 116,
|
|
4963
|
-
"column": 1
|
|
4964
|
-
}
|
|
4965
|
-
},
|
|
4966
|
-
{
|
|
4967
|
-
"name": "createDbPersistAdapterError",
|
|
4968
|
-
"description": null,
|
|
4969
|
-
"sourceLocation": {
|
|
4970
|
-
"filePath": "src/runtimeDbPersist.ts",
|
|
4971
|
-
"line": 126,
|
|
4972
|
-
"column": 1
|
|
4973
|
-
}
|
|
4974
|
-
},
|
|
4975
|
-
{
|
|
4976
|
-
"name": "isFieldValueEntry",
|
|
4977
|
-
"description": null,
|
|
4978
|
-
"sourceLocation": {
|
|
4979
|
-
"filePath": "src/runtimeDbPersist.ts",
|
|
4980
|
-
"line": 133,
|
|
4981
|
-
"column": 1
|
|
4982
|
-
}
|
|
4983
|
-
},
|
|
4984
|
-
{
|
|
4985
|
-
"name": "isRecord",
|
|
4986
|
-
"description": null,
|
|
4987
|
-
"sourceLocation": {
|
|
4988
|
-
"filePath": "src/runtimeDbPersist.ts",
|
|
4989
|
-
"line": 141,
|
|
4990
|
-
"column": 1
|
|
4991
|
-
}
|
|
4992
|
-
},
|
|
4993
|
-
{
|
|
4994
|
-
"name": "dispatchRuntimeComponentEventWithReporting",
|
|
4995
|
-
"description": null,
|
|
4996
|
-
"sourceLocation": {
|
|
4997
|
-
"filePath": "src/runtimeEventExecution.ts",
|
|
4998
|
-
"line": 14,
|
|
4999
|
-
"column": 1
|
|
5000
|
-
}
|
|
5001
|
-
},
|
|
5002
|
-
{
|
|
5003
|
-
"name": "defineRuntimeAction",
|
|
5004
|
-
"description": null,
|
|
5005
|
-
"sourceLocation": {
|
|
5006
|
-
"filePath": "src/runtimeManifest.ts",
|
|
5007
|
-
"line": 63,
|
|
5008
|
-
"column": 1
|
|
5009
|
-
}
|
|
5010
|
-
},
|
|
5011
|
-
{
|
|
5012
|
-
"name": "defineRuntimeAdapter",
|
|
5013
|
-
"description": null,
|
|
5014
|
-
"sourceLocation": {
|
|
5015
|
-
"filePath": "src/runtimeManifest.ts",
|
|
5016
|
-
"line": 69,
|
|
5017
|
-
"column": 1
|
|
5018
|
-
}
|
|
5019
|
-
},
|
|
5020
|
-
{
|
|
5021
|
-
"name": "defineRuntimeBinding",
|
|
5022
|
-
"description": null,
|
|
5023
|
-
"sourceLocation": {
|
|
5024
|
-
"filePath": "src/runtimeManifest.ts",
|
|
5025
|
-
"line": 75,
|
|
5026
|
-
"column": 1
|
|
5027
|
-
}
|
|
5028
|
-
},
|
|
5029
|
-
{
|
|
5030
|
-
"name": "createRuntimeManifest",
|
|
5031
|
-
"description": null,
|
|
5032
|
-
"sourceLocation": {
|
|
5033
|
-
"filePath": "src/runtimeManifest.ts",
|
|
5034
|
-
"line": 81,
|
|
5035
|
-
"column": 1
|
|
5036
|
-
}
|
|
5037
|
-
},
|
|
5038
|
-
{
|
|
5039
|
-
"name": "listRuntimeCapabilities",
|
|
5040
|
-
"description": null,
|
|
5041
|
-
"sourceLocation": {
|
|
5042
|
-
"filePath": "src/runtimeManifest.ts",
|
|
5043
|
-
"line": 93,
|
|
5044
|
-
"column": 1
|
|
5045
|
-
}
|
|
5046
|
-
},
|
|
5047
|
-
{
|
|
5048
|
-
"name": "resolver",
|
|
5049
|
-
"description": null,
|
|
5050
|
-
"sourceLocation": {
|
|
5051
|
-
"filePath": "src/runtimeMedia.test.ts",
|
|
5052
|
-
"line": 59,
|
|
5053
|
-
"column": 11
|
|
5054
|
-
}
|
|
5055
|
-
},
|
|
5056
|
-
{
|
|
5057
|
-
"name": "firstResolver",
|
|
5058
|
-
"description": null,
|
|
5059
|
-
"sourceLocation": {
|
|
5060
|
-
"filePath": "src/runtimeMedia.test.ts",
|
|
5061
|
-
"line": 84,
|
|
5062
|
-
"column": 11
|
|
5063
|
-
}
|
|
5064
|
-
},
|
|
5065
|
-
{
|
|
5066
|
-
"name": "secondResolver",
|
|
5067
|
-
"description": null,
|
|
5068
|
-
"sourceLocation": {
|
|
5069
|
-
"filePath": "src/runtimeMedia.test.ts",
|
|
5070
|
-
"line": 85,
|
|
5071
|
-
"column": 11
|
|
5072
|
-
}
|
|
5073
|
-
},
|
|
5074
|
-
{
|
|
5075
|
-
"name": "createRuntimeMediaResolutionCache",
|
|
5076
|
-
"description": null,
|
|
5077
|
-
"sourceLocation": {
|
|
5078
|
-
"filePath": "src/runtimeMedia.ts",
|
|
5079
|
-
"line": 24,
|
|
5080
|
-
"column": 1
|
|
5081
|
-
}
|
|
5082
|
-
},
|
|
5083
|
-
{
|
|
5084
|
-
"name": "collectRuntimeMediaReferenceIds",
|
|
5085
|
-
"description": null,
|
|
5086
|
-
"sourceLocation": {
|
|
5087
|
-
"filePath": "src/runtimeMedia.ts",
|
|
5088
|
-
"line": 28,
|
|
5089
|
-
"column": 1
|
|
5090
|
-
}
|
|
5091
|
-
},
|
|
5092
|
-
{
|
|
5093
|
-
"name": "replaceRuntimeMediaReferences",
|
|
5094
|
-
"description": null,
|
|
5095
|
-
"sourceLocation": {
|
|
5096
|
-
"filePath": "src/runtimeMedia.ts",
|
|
5097
|
-
"line": 34,
|
|
5098
|
-
"column": 1
|
|
5099
|
-
}
|
|
5100
|
-
},
|
|
5101
|
-
{
|
|
5102
|
-
"name": "resolveRuntimeMediaAsset",
|
|
5103
|
-
"description": null,
|
|
5104
|
-
"sourceLocation": {
|
|
5105
|
-
"filePath": "src/runtimeMedia.ts",
|
|
5106
|
-
"line": 42,
|
|
5107
|
-
"column": 1
|
|
5108
|
-
}
|
|
5109
|
-
},
|
|
5110
|
-
{
|
|
5111
|
-
"name": "createSyncRuntimeMediaResolutionMap",
|
|
5112
|
-
"description": null,
|
|
5113
|
-
"sourceLocation": {
|
|
5114
|
-
"filePath": "src/runtimeMedia.ts",
|
|
5115
|
-
"line": 64,
|
|
5116
|
-
"column": 1
|
|
5117
|
-
}
|
|
5118
|
-
},
|
|
5119
|
-
{
|
|
5120
|
-
"name": "collectMediaReferenceIds",
|
|
5121
|
-
"description": null,
|
|
5122
|
-
"sourceLocation": {
|
|
5123
|
-
"filePath": "src/runtimeMedia.ts",
|
|
5124
|
-
"line": 78,
|
|
5016
|
+
"filePath": "src/runtimeMedia.ts",
|
|
5017
|
+
"line": 78,
|
|
5125
5018
|
"column": 1
|
|
5126
5019
|
}
|
|
5127
5020
|
},
|
|
@@ -5450,7 +5343,7 @@
|
|
|
5450
5343
|
}
|
|
5451
5344
|
},
|
|
5452
5345
|
{
|
|
5453
|
-
"name": "
|
|
5346
|
+
"name": "createApis",
|
|
5454
5347
|
"description": null,
|
|
5455
5348
|
"sourceLocation": {
|
|
5456
5349
|
"filePath": "src/runtimeRepeat.test.ts",
|
|
@@ -5463,7 +5356,7 @@
|
|
|
5463
5356
|
"description": null,
|
|
5464
5357
|
"sourceLocation": {
|
|
5465
5358
|
"filePath": "src/runtimeRepeat.test.ts",
|
|
5466
|
-
"line":
|
|
5359
|
+
"line": 45,
|
|
5467
5360
|
"column": 1
|
|
5468
5361
|
}
|
|
5469
5362
|
},
|
|
@@ -5472,7 +5365,7 @@
|
|
|
5472
5365
|
"description": null,
|
|
5473
5366
|
"sourceLocation": {
|
|
5474
5367
|
"filePath": "src/runtimeRepeat.test.ts",
|
|
5475
|
-
"line":
|
|
5368
|
+
"line": 71,
|
|
5476
5369
|
"column": 1
|
|
5477
5370
|
}
|
|
5478
5371
|
},
|
|
@@ -5535,7 +5428,7 @@
|
|
|
5535
5428
|
"description": null,
|
|
5536
5429
|
"sourceLocation": {
|
|
5537
5430
|
"filePath": "src/runtimeRepeat.ts",
|
|
5538
|
-
"line":
|
|
5431
|
+
"line": 215,
|
|
5539
5432
|
"column": 1
|
|
5540
5433
|
}
|
|
5541
5434
|
},
|
|
@@ -5585,65 +5478,56 @@
|
|
|
5585
5478
|
}
|
|
5586
5479
|
},
|
|
5587
5480
|
{
|
|
5588
|
-
"name": "
|
|
5589
|
-
"description": null,
|
|
5590
|
-
"sourceLocation": {
|
|
5591
|
-
"filePath": "src/runtimeScreenLoaders.test.ts",
|
|
5592
|
-
"line": 36,
|
|
5593
|
-
"column": 1
|
|
5594
|
-
}
|
|
5595
|
-
},
|
|
5596
|
-
{
|
|
5597
|
-
"name": "createDetailScreenRoot",
|
|
5481
|
+
"name": "createApis",
|
|
5598
5482
|
"description": null,
|
|
5599
5483
|
"sourceLocation": {
|
|
5600
|
-
"filePath": "src/runtimeScreenLoaders.test.ts",
|
|
5601
|
-
"line":
|
|
5484
|
+
"filePath": "src/runtimeScreenLoaders.execution.test.ts",
|
|
5485
|
+
"line": 24,
|
|
5602
5486
|
"column": 1
|
|
5603
5487
|
}
|
|
5604
5488
|
},
|
|
5605
5489
|
{
|
|
5606
|
-
"name": "
|
|
5490
|
+
"name": "createLoader",
|
|
5607
5491
|
"description": null,
|
|
5608
5492
|
"sourceLocation": {
|
|
5609
|
-
"filePath": "src/runtimeScreenLoaders.test.ts",
|
|
5610
|
-
"line":
|
|
5493
|
+
"filePath": "src/runtimeScreenLoaders.execution.test.ts",
|
|
5494
|
+
"line": 51,
|
|
5611
5495
|
"column": 1
|
|
5612
5496
|
}
|
|
5613
5497
|
},
|
|
5614
5498
|
{
|
|
5615
|
-
"name": "
|
|
5499
|
+
"name": "createScreen",
|
|
5616
5500
|
"description": null,
|
|
5617
5501
|
"sourceLocation": {
|
|
5618
|
-
"filePath": "src/runtimeScreenLoaders.test.ts",
|
|
5619
|
-
"line":
|
|
5502
|
+
"filePath": "src/runtimeScreenLoaders.execution.test.ts",
|
|
5503
|
+
"line": 65,
|
|
5620
5504
|
"column": 1
|
|
5621
5505
|
}
|
|
5622
5506
|
},
|
|
5623
5507
|
{
|
|
5624
|
-
"name": "
|
|
5508
|
+
"name": "createBindings",
|
|
5625
5509
|
"description": null,
|
|
5626
5510
|
"sourceLocation": {
|
|
5627
|
-
"filePath": "src/runtimeScreenLoaders.test.ts",
|
|
5628
|
-
"line":
|
|
5511
|
+
"filePath": "src/runtimeScreenLoaders.execution.test.ts",
|
|
5512
|
+
"line": 76,
|
|
5629
5513
|
"column": 1
|
|
5630
5514
|
}
|
|
5631
5515
|
},
|
|
5632
5516
|
{
|
|
5633
|
-
"name": "
|
|
5517
|
+
"name": "routeContext",
|
|
5634
5518
|
"description": null,
|
|
5635
5519
|
"sourceLocation": {
|
|
5636
|
-
"filePath": "src/runtimeScreenLoaders.test.ts",
|
|
5637
|
-
"line":
|
|
5520
|
+
"filePath": "src/runtimeScreenLoaders.execution.test.ts",
|
|
5521
|
+
"line": 93,
|
|
5638
5522
|
"column": 1
|
|
5639
5523
|
}
|
|
5640
5524
|
},
|
|
5641
5525
|
{
|
|
5642
|
-
"name": "
|
|
5526
|
+
"name": "loadedResult",
|
|
5643
5527
|
"description": null,
|
|
5644
5528
|
"sourceLocation": {
|
|
5645
|
-
"filePath": "src/runtimeScreenLoaders.test.ts",
|
|
5646
|
-
"line":
|
|
5529
|
+
"filePath": "src/runtimeScreenLoaders.lifecycle.test.ts",
|
|
5530
|
+
"line": 19,
|
|
5647
5531
|
"column": 1
|
|
5648
5532
|
}
|
|
5649
5533
|
},
|
|
@@ -6003,17 +5887,17 @@
|
|
|
6003
5887
|
},
|
|
6004
5888
|
{
|
|
6005
5889
|
"kind": "export",
|
|
6006
|
-
"name": "
|
|
6007
|
-
"sourcePath": "src/
|
|
6008
|
-
"symbolName": "
|
|
5890
|
+
"name": "createRuntimeApiOperationExecutor",
|
|
5891
|
+
"sourcePath": "src/runtimeApiOperations.ts",
|
|
5892
|
+
"symbolName": "createRuntimeApiOperationExecutor",
|
|
6009
5893
|
"description": null,
|
|
6010
5894
|
"isReadme": false
|
|
6011
5895
|
},
|
|
6012
5896
|
{
|
|
6013
5897
|
"kind": "export",
|
|
6014
|
-
"name": "
|
|
6015
|
-
"sourcePath": "src/
|
|
6016
|
-
"symbolName": "
|
|
5898
|
+
"name": "createRuntimeBindingOperationKey",
|
|
5899
|
+
"sourcePath": "src/runtimeBindings.ts",
|
|
5900
|
+
"symbolName": "createRuntimeBindingOperationKey",
|
|
6017
5901
|
"description": null,
|
|
6018
5902
|
"isReadme": false
|
|
6019
5903
|
},
|
|
@@ -6228,7 +6112,7 @@
|
|
|
6228
6112
|
{
|
|
6229
6113
|
"kind": "export",
|
|
6230
6114
|
"name": "validateRuntimeBindingOperationRef",
|
|
6231
|
-
"sourcePath": "src/
|
|
6115
|
+
"sourcePath": "src/runtimeApiSelection.ts",
|
|
6232
6116
|
"symbolName": "validateRuntimeBindingOperationRef",
|
|
6233
6117
|
"description": null,
|
|
6234
6118
|
"isReadme": false
|
|
@@ -6261,12 +6145,17 @@
|
|
|
6261
6145
|
},
|
|
6262
6146
|
{
|
|
6263
6147
|
"fromPath": "src/index.ts",
|
|
6264
|
-
"toPath": "src/
|
|
6148
|
+
"toPath": "src/runtimeApiOperations.ts",
|
|
6149
|
+
"sourcePath": "src/index.ts"
|
|
6150
|
+
},
|
|
6151
|
+
{
|
|
6152
|
+
"fromPath": "src/index.ts",
|
|
6153
|
+
"toPath": "src/runtimeApiSelection.ts",
|
|
6265
6154
|
"sourcePath": "src/index.ts"
|
|
6266
6155
|
},
|
|
6267
6156
|
{
|
|
6268
6157
|
"fromPath": "src/index.ts",
|
|
6269
|
-
"toPath": "src/
|
|
6158
|
+
"toPath": "src/runtimeBindings.ts",
|
|
6270
6159
|
"sourcePath": "src/index.ts"
|
|
6271
6160
|
},
|
|
6272
6161
|
{
|
|
@@ -6350,14 +6239,29 @@
|
|
|
6350
6239
|
"sourcePath": "src/rendering.ts"
|
|
6351
6240
|
},
|
|
6352
6241
|
{
|
|
6353
|
-
"fromPath": "src/runtimeActionRegistry.test.ts",
|
|
6242
|
+
"fromPath": "src/runtimeActionRegistry.actions.test.ts",
|
|
6243
|
+
"toPath": "src/runtimeActionRegistry.ts",
|
|
6244
|
+
"sourcePath": "src/runtimeActionRegistry.actions.test.ts"
|
|
6245
|
+
},
|
|
6246
|
+
{
|
|
6247
|
+
"fromPath": "src/runtimeActionRegistry.chains.test.ts",
|
|
6248
|
+
"toPath": "src/runtimeActionRegistry.ts",
|
|
6249
|
+
"sourcePath": "src/runtimeActionRegistry.chains.test.ts"
|
|
6250
|
+
},
|
|
6251
|
+
{
|
|
6252
|
+
"fromPath": "src/runtimeActionRegistry.operations.test.ts",
|
|
6354
6253
|
"toPath": "src/runtimeActionRegistry.ts",
|
|
6355
|
-
"sourcePath": "src/runtimeActionRegistry.test.ts"
|
|
6254
|
+
"sourcePath": "src/runtimeActionRegistry.operations.test.ts"
|
|
6356
6255
|
},
|
|
6357
6256
|
{
|
|
6358
|
-
"fromPath": "src/runtimeActionRegistry.test.ts",
|
|
6257
|
+
"fromPath": "src/runtimeActionRegistry.operations.test.ts",
|
|
6359
6258
|
"toPath": "src/runtimeBindings.ts",
|
|
6360
|
-
"sourcePath": "src/runtimeActionRegistry.test.ts"
|
|
6259
|
+
"sourcePath": "src/runtimeActionRegistry.operations.test.ts"
|
|
6260
|
+
},
|
|
6261
|
+
{
|
|
6262
|
+
"fromPath": "src/runtimeActionRegistry.ts",
|
|
6263
|
+
"toPath": "src/runtimeApiSelection.ts",
|
|
6264
|
+
"sourcePath": "src/runtimeActionRegistry.ts"
|
|
6361
6265
|
},
|
|
6362
6266
|
{
|
|
6363
6267
|
"fromPath": "src/runtimeActionRegistry.ts",
|
|
@@ -6370,34 +6274,39 @@
|
|
|
6370
6274
|
"sourcePath": "src/runtimeActionRegistry.ts"
|
|
6371
6275
|
},
|
|
6372
6276
|
{
|
|
6373
|
-
"fromPath": "src/
|
|
6277
|
+
"fromPath": "src/runtimeApiOperations.test.ts",
|
|
6278
|
+
"toPath": "src/runtimeApiOperations.ts",
|
|
6279
|
+
"sourcePath": "src/runtimeApiOperations.test.ts"
|
|
6280
|
+
},
|
|
6281
|
+
{
|
|
6282
|
+
"fromPath": "src/runtimeApiOperations.ts",
|
|
6374
6283
|
"toPath": "src/runtimeBindings.ts",
|
|
6375
|
-
"sourcePath": "src/
|
|
6284
|
+
"sourcePath": "src/runtimeApiOperations.ts"
|
|
6285
|
+
},
|
|
6286
|
+
{
|
|
6287
|
+
"fromPath": "src/runtimeApiSelection.test.ts",
|
|
6288
|
+
"toPath": "src/runtimeApiSelection.ts",
|
|
6289
|
+
"sourcePath": "src/runtimeApiSelection.test.ts"
|
|
6376
6290
|
},
|
|
6377
6291
|
{
|
|
6378
6292
|
"fromPath": "src/runtimeBindings.test.ts",
|
|
6379
|
-
"toPath": "src/
|
|
6293
|
+
"toPath": "src/runtimeApiSelection.ts",
|
|
6380
6294
|
"sourcePath": "src/runtimeBindings.test.ts"
|
|
6381
6295
|
},
|
|
6382
6296
|
{
|
|
6383
|
-
"fromPath": "src/
|
|
6297
|
+
"fromPath": "src/runtimeBindings.test.ts",
|
|
6384
6298
|
"toPath": "src/runtimeBindings.ts",
|
|
6385
|
-
"sourcePath": "src/
|
|
6386
|
-
},
|
|
6387
|
-
{
|
|
6388
|
-
"fromPath": "src/runtimeDataSourceOperations.test.ts",
|
|
6389
|
-
"toPath": "src/runtimeDataSourceOperations.ts",
|
|
6390
|
-
"sourcePath": "src/runtimeDataSourceOperations.test.ts"
|
|
6299
|
+
"sourcePath": "src/runtimeBindings.test.ts"
|
|
6391
6300
|
},
|
|
6392
6301
|
{
|
|
6393
|
-
"fromPath": "src/
|
|
6394
|
-
"toPath": "src/
|
|
6395
|
-
"sourcePath": "src/
|
|
6302
|
+
"fromPath": "src/runtimeBindings.test.ts",
|
|
6303
|
+
"toPath": "src/runtimeNodeProps.ts",
|
|
6304
|
+
"sourcePath": "src/runtimeBindings.test.ts"
|
|
6396
6305
|
},
|
|
6397
6306
|
{
|
|
6398
|
-
"fromPath": "src/
|
|
6399
|
-
"toPath": "src/
|
|
6400
|
-
"sourcePath": "src/
|
|
6307
|
+
"fromPath": "src/runtimeBindings.ts",
|
|
6308
|
+
"toPath": "src/runtimeApiSelection.ts",
|
|
6309
|
+
"sourcePath": "src/runtimeBindings.ts"
|
|
6401
6310
|
},
|
|
6402
6311
|
{
|
|
6403
6312
|
"fromPath": "src/runtimeDbPersist.test.ts",
|
|
@@ -6569,6 +6478,11 @@
|
|
|
6569
6478
|
"toPath": "src/runtimeRepeat.ts",
|
|
6570
6479
|
"sourcePath": "src/runtimeRepeat.test.ts"
|
|
6571
6480
|
},
|
|
6481
|
+
{
|
|
6482
|
+
"fromPath": "src/runtimeRepeat.ts",
|
|
6483
|
+
"toPath": "src/runtimeApiSelection.ts",
|
|
6484
|
+
"sourcePath": "src/runtimeRepeat.ts"
|
|
6485
|
+
},
|
|
6572
6486
|
{
|
|
6573
6487
|
"fromPath": "src/runtimeRepeat.ts",
|
|
6574
6488
|
"toPath": "src/runtimeBindings.ts",
|
|
@@ -6610,14 +6524,29 @@
|
|
|
6610
6524
|
"sourcePath": "src/runtimeScreenLoaders.arrayPath.test.ts"
|
|
6611
6525
|
},
|
|
6612
6526
|
{
|
|
6613
|
-
"fromPath": "src/runtimeScreenLoaders.test.ts",
|
|
6527
|
+
"fromPath": "src/runtimeScreenLoaders.execution.test.ts",
|
|
6528
|
+
"toPath": "src/runtimeBindings.ts",
|
|
6529
|
+
"sourcePath": "src/runtimeScreenLoaders.execution.test.ts"
|
|
6530
|
+
},
|
|
6531
|
+
{
|
|
6532
|
+
"fromPath": "src/runtimeScreenLoaders.execution.test.ts",
|
|
6533
|
+
"toPath": "src/runtimeScreenLoaders.ts",
|
|
6534
|
+
"sourcePath": "src/runtimeScreenLoaders.execution.test.ts"
|
|
6535
|
+
},
|
|
6536
|
+
{
|
|
6537
|
+
"fromPath": "src/runtimeScreenLoaders.lifecycle.test.ts",
|
|
6614
6538
|
"toPath": "src/runtimeBindings.ts",
|
|
6615
|
-
"sourcePath": "src/runtimeScreenLoaders.test.ts"
|
|
6539
|
+
"sourcePath": "src/runtimeScreenLoaders.lifecycle.test.ts"
|
|
6616
6540
|
},
|
|
6617
6541
|
{
|
|
6618
|
-
"fromPath": "src/runtimeScreenLoaders.test.ts",
|
|
6542
|
+
"fromPath": "src/runtimeScreenLoaders.lifecycle.test.ts",
|
|
6619
6543
|
"toPath": "src/runtimeScreenLoaders.ts",
|
|
6620
|
-
"sourcePath": "src/runtimeScreenLoaders.test.ts"
|
|
6544
|
+
"sourcePath": "src/runtimeScreenLoaders.lifecycle.test.ts"
|
|
6545
|
+
},
|
|
6546
|
+
{
|
|
6547
|
+
"fromPath": "src/runtimeScreenLoaders.ts",
|
|
6548
|
+
"toPath": "src/runtimeApiSelection.ts",
|
|
6549
|
+
"sourcePath": "src/runtimeScreenLoaders.ts"
|
|
6621
6550
|
},
|
|
6622
6551
|
{
|
|
6623
6552
|
"fromPath": "src/runtimeScreenLoaders.ts",
|
|
@@ -6748,94 +6677,178 @@
|
|
|
6748
6677
|
"sourcePath": "src/rendering.test.ts"
|
|
6749
6678
|
},
|
|
6750
6679
|
{
|
|
6751
|
-
"fromSymbol": "src/runtimeActionRegistry.test.ts",
|
|
6680
|
+
"fromSymbol": "src/runtimeActionRegistry.actions.test.ts",
|
|
6752
6681
|
"toSymbol": "describe",
|
|
6753
6682
|
"callExpression": "describe",
|
|
6754
|
-
"sourcePath": "src/runtimeActionRegistry.test.ts"
|
|
6683
|
+
"sourcePath": "src/runtimeActionRegistry.actions.test.ts"
|
|
6755
6684
|
},
|
|
6756
6685
|
{
|
|
6757
|
-
"fromSymbol": "src/runtimeActionRegistry.test.ts",
|
|
6686
|
+
"fromSymbol": "src/runtimeActionRegistry.actions.test.ts",
|
|
6758
6687
|
"toSymbol": "it",
|
|
6759
6688
|
"callExpression": "it",
|
|
6760
|
-
"sourcePath": "src/runtimeActionRegistry.test.ts"
|
|
6689
|
+
"sourcePath": "src/runtimeActionRegistry.actions.test.ts"
|
|
6761
6690
|
},
|
|
6762
6691
|
{
|
|
6763
|
-
"fromSymbol": "src/runtimeActionRegistry.test.ts",
|
|
6692
|
+
"fromSymbol": "src/runtimeActionRegistry.actions.test.ts",
|
|
6764
6693
|
"toSymbol": "dispatchRuntimeComponentEvent",
|
|
6765
6694
|
"callExpression": "dispatchRuntimeComponentEvent",
|
|
6766
|
-
"sourcePath": "src/runtimeActionRegistry.test.ts"
|
|
6695
|
+
"sourcePath": "src/runtimeActionRegistry.actions.test.ts"
|
|
6767
6696
|
},
|
|
6768
6697
|
{
|
|
6769
|
-
"fromSymbol": "src/runtimeActionRegistry.test.ts",
|
|
6698
|
+
"fromSymbol": "src/runtimeActionRegistry.actions.test.ts",
|
|
6770
6699
|
"toSymbol": "expect",
|
|
6771
6700
|
"callExpression": "expect",
|
|
6772
|
-
"sourcePath": "src/runtimeActionRegistry.test.ts"
|
|
6773
|
-
},
|
|
6774
|
-
{
|
|
6775
|
-
"fromSymbol": "src/runtimeActionRegistry.test.ts",
|
|
6776
|
-
"toSymbol": "createDataSources",
|
|
6777
|
-
"callExpression": "createDataSources",
|
|
6778
|
-
"sourcePath": "src/runtimeActionRegistry.test.ts"
|
|
6779
|
-
},
|
|
6780
|
-
{
|
|
6781
|
-
"fromSymbol": "src/runtimeActionRegistry.test.ts",
|
|
6782
|
-
"toSymbol": "createRuntimeBindingOperationKey",
|
|
6783
|
-
"callExpression": "createRuntimeBindingOperationKey",
|
|
6784
|
-
"sourcePath": "src/runtimeActionRegistry.test.ts"
|
|
6701
|
+
"sourcePath": "src/runtimeActionRegistry.actions.test.ts"
|
|
6785
6702
|
},
|
|
6786
6703
|
{
|
|
6787
|
-
"fromSymbol": "src/runtimeActionRegistry.test.ts",
|
|
6788
|
-
"toSymbol": "resolveRuntimeBindings",
|
|
6789
|
-
"callExpression": "resolveRuntimeBindings",
|
|
6790
|
-
"sourcePath": "src/runtimeActionRegistry.test.ts"
|
|
6791
|
-
},
|
|
6792
|
-
{
|
|
6793
|
-
"fromSymbol": "src/runtimeActionRegistry.test.ts",
|
|
6704
|
+
"fromSymbol": "src/runtimeActionRegistry.actions.test.ts",
|
|
6794
6705
|
"toSymbol": "createComponentEventFromHandlerArgs",
|
|
6795
6706
|
"callExpression": "createComponentEventFromHandlerArgs",
|
|
6796
|
-
"sourcePath": "src/runtimeActionRegistry.test.ts"
|
|
6707
|
+
"sourcePath": "src/runtimeActionRegistry.actions.test.ts"
|
|
6797
6708
|
},
|
|
6798
6709
|
{
|
|
6799
|
-
"fromSymbol": "src/runtimeActionRegistry.test.ts",
|
|
6710
|
+
"fromSymbol": "src/runtimeActionRegistry.actions.test.ts",
|
|
6800
6711
|
"toSymbol": "wrapRuntimeEventProps",
|
|
6801
6712
|
"callExpression": "wrapRuntimeEventProps",
|
|
6802
|
-
"sourcePath": "src/runtimeActionRegistry.test.ts"
|
|
6713
|
+
"sourcePath": "src/runtimeActionRegistry.actions.test.ts"
|
|
6803
6714
|
},
|
|
6804
6715
|
{
|
|
6805
|
-
"fromSymbol": "src/runtimeActionRegistry.test.ts",
|
|
6716
|
+
"fromSymbol": "src/runtimeActionRegistry.actions.test.ts",
|
|
6717
|
+
"toSymbol": "createActionBindings",
|
|
6718
|
+
"callExpression": "createActionBindings",
|
|
6719
|
+
"sourcePath": "src/runtimeActionRegistry.actions.test.ts"
|
|
6720
|
+
},
|
|
6721
|
+
{
|
|
6722
|
+
"fromSymbol": "src/runtimeActionRegistry.actions.test.ts",
|
|
6806
6723
|
"toSymbol": "isNoArgFunction",
|
|
6807
6724
|
"callExpression": "isNoArgFunction",
|
|
6808
|
-
"sourcePath": "src/runtimeActionRegistry.test.ts"
|
|
6725
|
+
"sourcePath": "src/runtimeActionRegistry.actions.test.ts"
|
|
6809
6726
|
},
|
|
6810
6727
|
{
|
|
6811
|
-
"fromSymbol": "src/runtimeActionRegistry.test.ts",
|
|
6812
|
-
"toSymbol": "
|
|
6813
|
-
"callExpression": "onPress",
|
|
6814
|
-
"sourcePath": "src/runtimeActionRegistry.test.ts"
|
|
6728
|
+
"fromSymbol": "src/runtimeActionRegistry.actions.test.ts",
|
|
6729
|
+
"toSymbol": "__type",
|
|
6730
|
+
"callExpression": "props.onPress",
|
|
6731
|
+
"sourcePath": "src/runtimeActionRegistry.actions.test.ts"
|
|
6815
6732
|
},
|
|
6816
6733
|
{
|
|
6817
|
-
"fromSymbol": "src/runtimeActionRegistry.test.ts",
|
|
6734
|
+
"fromSymbol": "src/runtimeActionRegistry.actions.test.ts",
|
|
6818
6735
|
"toSymbol": "createRuntimeActionRegistry",
|
|
6819
6736
|
"callExpression": "createRuntimeActionRegistry",
|
|
6820
|
-
"sourcePath": "src/runtimeActionRegistry.test.ts"
|
|
6737
|
+
"sourcePath": "src/runtimeActionRegistry.actions.test.ts"
|
|
6821
6738
|
},
|
|
6822
6739
|
{
|
|
6823
|
-
"fromSymbol": "src/runtimeActionRegistry.test.ts",
|
|
6740
|
+
"fromSymbol": "src/runtimeActionRegistry.actions.test.ts",
|
|
6824
6741
|
"toSymbol": "registerActionHandler",
|
|
6825
6742
|
"callExpression": "registry.registerActionHandler",
|
|
6826
|
-
"sourcePath": "src/runtimeActionRegistry.test.ts"
|
|
6743
|
+
"sourcePath": "src/runtimeActionRegistry.actions.test.ts"
|
|
6827
6744
|
},
|
|
6828
6745
|
{
|
|
6829
|
-
"fromSymbol": "src/runtimeActionRegistry.test.ts",
|
|
6746
|
+
"fromSymbol": "src/runtimeActionRegistry.actions.test.ts",
|
|
6830
6747
|
"toSymbol": "dispatchComponentEvent",
|
|
6831
6748
|
"callExpression": "registry.dispatchComponentEvent",
|
|
6832
|
-
"sourcePath": "src/runtimeActionRegistry.test.ts"
|
|
6749
|
+
"sourcePath": "src/runtimeActionRegistry.actions.test.ts"
|
|
6833
6750
|
},
|
|
6834
6751
|
{
|
|
6835
|
-
"fromSymbol": "src/runtimeActionRegistry.test.ts",
|
|
6752
|
+
"fromSymbol": "src/runtimeActionRegistry.actions.test.ts",
|
|
6836
6753
|
"toSymbol": "unregister",
|
|
6837
6754
|
"callExpression": "unregister",
|
|
6838
|
-
"sourcePath": "src/runtimeActionRegistry.test.ts"
|
|
6755
|
+
"sourcePath": "src/runtimeActionRegistry.actions.test.ts"
|
|
6756
|
+
},
|
|
6757
|
+
{
|
|
6758
|
+
"fromSymbol": "src/runtimeActionRegistry.chains.test.ts",
|
|
6759
|
+
"toSymbol": "describe",
|
|
6760
|
+
"callExpression": "describe",
|
|
6761
|
+
"sourcePath": "src/runtimeActionRegistry.chains.test.ts"
|
|
6762
|
+
},
|
|
6763
|
+
{
|
|
6764
|
+
"fromSymbol": "src/runtimeActionRegistry.chains.test.ts",
|
|
6765
|
+
"toSymbol": "it",
|
|
6766
|
+
"callExpression": "it",
|
|
6767
|
+
"sourcePath": "src/runtimeActionRegistry.chains.test.ts"
|
|
6768
|
+
},
|
|
6769
|
+
{
|
|
6770
|
+
"fromSymbol": "src/runtimeActionRegistry.chains.test.ts",
|
|
6771
|
+
"toSymbol": "dispatchRuntimeComponentEvent",
|
|
6772
|
+
"callExpression": "dispatchRuntimeComponentEvent",
|
|
6773
|
+
"sourcePath": "src/runtimeActionRegistry.chains.test.ts"
|
|
6774
|
+
},
|
|
6775
|
+
{
|
|
6776
|
+
"fromSymbol": "src/runtimeActionRegistry.chains.test.ts",
|
|
6777
|
+
"toSymbol": "scannerEvent",
|
|
6778
|
+
"callExpression": "scannerEvent",
|
|
6779
|
+
"sourcePath": "src/runtimeActionRegistry.chains.test.ts"
|
|
6780
|
+
},
|
|
6781
|
+
{
|
|
6782
|
+
"fromSymbol": "src/runtimeActionRegistry.chains.test.ts",
|
|
6783
|
+
"toSymbol": "createApis",
|
|
6784
|
+
"callExpression": "createApis",
|
|
6785
|
+
"sourcePath": "src/runtimeActionRegistry.chains.test.ts"
|
|
6786
|
+
},
|
|
6787
|
+
{
|
|
6788
|
+
"fromSymbol": "src/runtimeActionRegistry.chains.test.ts",
|
|
6789
|
+
"toSymbol": "createScannerBindings",
|
|
6790
|
+
"callExpression": "createScannerBindings",
|
|
6791
|
+
"sourcePath": "src/runtimeActionRegistry.chains.test.ts"
|
|
6792
|
+
},
|
|
6793
|
+
{
|
|
6794
|
+
"fromSymbol": "src/runtimeActionRegistry.chains.test.ts",
|
|
6795
|
+
"toSymbol": "expect",
|
|
6796
|
+
"callExpression": "expect",
|
|
6797
|
+
"sourcePath": "src/runtimeActionRegistry.chains.test.ts"
|
|
6798
|
+
},
|
|
6799
|
+
{
|
|
6800
|
+
"fromSymbol": "src/runtimeActionRegistry.operations.test.ts",
|
|
6801
|
+
"toSymbol": "describe",
|
|
6802
|
+
"callExpression": "describe",
|
|
6803
|
+
"sourcePath": "src/runtimeActionRegistry.operations.test.ts"
|
|
6804
|
+
},
|
|
6805
|
+
{
|
|
6806
|
+
"fromSymbol": "src/runtimeActionRegistry.operations.test.ts",
|
|
6807
|
+
"toSymbol": "it",
|
|
6808
|
+
"callExpression": "it",
|
|
6809
|
+
"sourcePath": "src/runtimeActionRegistry.operations.test.ts"
|
|
6810
|
+
},
|
|
6811
|
+
{
|
|
6812
|
+
"fromSymbol": "src/runtimeActionRegistry.operations.test.ts",
|
|
6813
|
+
"toSymbol": "dispatchRuntimeComponentEvent",
|
|
6814
|
+
"callExpression": "dispatchRuntimeComponentEvent",
|
|
6815
|
+
"sourcePath": "src/runtimeActionRegistry.operations.test.ts"
|
|
6816
|
+
},
|
|
6817
|
+
{
|
|
6818
|
+
"fromSymbol": "src/runtimeActionRegistry.operations.test.ts",
|
|
6819
|
+
"toSymbol": "refreshEventArgs",
|
|
6820
|
+
"callExpression": "refreshEventArgs",
|
|
6821
|
+
"sourcePath": "src/runtimeActionRegistry.operations.test.ts"
|
|
6822
|
+
},
|
|
6823
|
+
{
|
|
6824
|
+
"fromSymbol": "src/runtimeActionRegistry.operations.test.ts",
|
|
6825
|
+
"toSymbol": "createApis",
|
|
6826
|
+
"callExpression": "createApis",
|
|
6827
|
+
"sourcePath": "src/runtimeActionRegistry.operations.test.ts"
|
|
6828
|
+
},
|
|
6829
|
+
{
|
|
6830
|
+
"fromSymbol": "src/runtimeActionRegistry.operations.test.ts",
|
|
6831
|
+
"toSymbol": "expect",
|
|
6832
|
+
"callExpression": "expect",
|
|
6833
|
+
"sourcePath": "src/runtimeActionRegistry.operations.test.ts"
|
|
6834
|
+
},
|
|
6835
|
+
{
|
|
6836
|
+
"fromSymbol": "src/runtimeActionRegistry.operations.test.ts",
|
|
6837
|
+
"toSymbol": "createOperationBindings",
|
|
6838
|
+
"callExpression": "createOperationBindings",
|
|
6839
|
+
"sourcePath": "src/runtimeActionRegistry.operations.test.ts"
|
|
6840
|
+
},
|
|
6841
|
+
{
|
|
6842
|
+
"fromSymbol": "src/runtimeActionRegistry.operations.test.ts",
|
|
6843
|
+
"toSymbol": "resolveRuntimeBindings",
|
|
6844
|
+
"callExpression": "resolveRuntimeBindings",
|
|
6845
|
+
"sourcePath": "src/runtimeActionRegistry.operations.test.ts"
|
|
6846
|
+
},
|
|
6847
|
+
{
|
|
6848
|
+
"fromSymbol": "src/runtimeActionRegistry.operations.test.ts",
|
|
6849
|
+
"toSymbol": "createRuntimeBindingOperationKey",
|
|
6850
|
+
"callExpression": "createRuntimeBindingOperationKey",
|
|
6851
|
+
"sourcePath": "src/runtimeActionRegistry.operations.test.ts"
|
|
6839
6852
|
},
|
|
6840
6853
|
{
|
|
6841
6854
|
"fromSymbol": "dispatchComponentEvent",
|
|
@@ -6941,8 +6954,8 @@
|
|
|
6941
6954
|
},
|
|
6942
6955
|
{
|
|
6943
6956
|
"fromSymbol": "dispatchRuntimeOperationEventBinding",
|
|
6944
|
-
"toSymbol": "
|
|
6945
|
-
"callExpression": "
|
|
6957
|
+
"toSymbol": "resolveRuntimeBindingOperationSelection",
|
|
6958
|
+
"callExpression": "resolveRuntimeBindingOperationSelection",
|
|
6946
6959
|
"sourcePath": "src/runtimeActionRegistry.ts"
|
|
6947
6960
|
},
|
|
6948
6961
|
{
|
|
@@ -7053,6 +7066,168 @@
|
|
|
7053
7066
|
"callExpression": "isRecord",
|
|
7054
7067
|
"sourcePath": "src/runtimeActionRegistry.ts"
|
|
7055
7068
|
},
|
|
7069
|
+
{
|
|
7070
|
+
"fromSymbol": "createNutritionApi",
|
|
7071
|
+
"toSymbol": "createProductsEndpoint",
|
|
7072
|
+
"callExpression": "createProductsEndpoint",
|
|
7073
|
+
"sourcePath": "src/runtimeApiOperations.test.ts"
|
|
7074
|
+
},
|
|
7075
|
+
{
|
|
7076
|
+
"fromSymbol": "src/runtimeApiOperations.test.ts",
|
|
7077
|
+
"toSymbol": "describe",
|
|
7078
|
+
"callExpression": "describe",
|
|
7079
|
+
"sourcePath": "src/runtimeApiOperations.test.ts"
|
|
7080
|
+
},
|
|
7081
|
+
{
|
|
7082
|
+
"fromSymbol": "src/runtimeApiOperations.test.ts",
|
|
7083
|
+
"toSymbol": "it",
|
|
7084
|
+
"callExpression": "it",
|
|
7085
|
+
"sourcePath": "src/runtimeApiOperations.test.ts"
|
|
7086
|
+
},
|
|
7087
|
+
{
|
|
7088
|
+
"fromSymbol": "src/runtimeApiOperations.test.ts",
|
|
7089
|
+
"toSymbol": "createNutritionApi",
|
|
7090
|
+
"callExpression": "createNutritionApi",
|
|
7091
|
+
"sourcePath": "src/runtimeApiOperations.test.ts"
|
|
7092
|
+
},
|
|
7093
|
+
{
|
|
7094
|
+
"fromSymbol": "src/runtimeApiOperations.test.ts",
|
|
7095
|
+
"toSymbol": "getProductsEndpoint",
|
|
7096
|
+
"callExpression": "getProductsEndpoint",
|
|
7097
|
+
"sourcePath": "src/runtimeApiOperations.test.ts"
|
|
7098
|
+
},
|
|
7099
|
+
{
|
|
7100
|
+
"fromSymbol": "src/runtimeApiOperations.test.ts",
|
|
7101
|
+
"toSymbol": "createRuntimeApiOperationExecutor",
|
|
7102
|
+
"callExpression": "createRuntimeApiOperationExecutor",
|
|
7103
|
+
"sourcePath": "src/runtimeApiOperations.test.ts"
|
|
7104
|
+
},
|
|
7105
|
+
{
|
|
7106
|
+
"fromSymbol": "src/runtimeApiOperations.test.ts",
|
|
7107
|
+
"toSymbol": "executor",
|
|
7108
|
+
"callExpression": "executor",
|
|
7109
|
+
"sourcePath": "src/runtimeApiOperations.test.ts"
|
|
7110
|
+
},
|
|
7111
|
+
{
|
|
7112
|
+
"fromSymbol": "src/runtimeApiOperations.test.ts",
|
|
7113
|
+
"toSymbol": "expect",
|
|
7114
|
+
"callExpression": "expect",
|
|
7115
|
+
"sourcePath": "src/runtimeApiOperations.test.ts"
|
|
7116
|
+
},
|
|
7117
|
+
{
|
|
7118
|
+
"fromSymbol": "src/runtimeApiOperations.test.ts",
|
|
7119
|
+
"toSymbol": "__type",
|
|
7120
|
+
"callExpression": "createRuntimeApiOperationExecutor({})",
|
|
7121
|
+
"sourcePath": "src/runtimeApiOperations.test.ts"
|
|
7122
|
+
},
|
|
7123
|
+
{
|
|
7124
|
+
"fromSymbol": "src/runtimeApiOperations.test.ts",
|
|
7125
|
+
"toSymbol": "createProductsEndpoint",
|
|
7126
|
+
"callExpression": "createProductsEndpoint",
|
|
7127
|
+
"sourcePath": "src/runtimeApiOperations.test.ts"
|
|
7128
|
+
},
|
|
7129
|
+
{
|
|
7130
|
+
"fromSymbol": "src/runtimeApiOperations.test.ts",
|
|
7131
|
+
"toSymbol": "__type",
|
|
7132
|
+
"callExpression": "createRuntimeApiOperationExecutor({\n fetch: (url) => {\n calls.push(url);\n throw new Error('Internal API phase-1 execution must not reach fetch.');\n },\n })",
|
|
7133
|
+
"sourcePath": "src/runtimeApiOperations.test.ts"
|
|
7134
|
+
},
|
|
7135
|
+
{
|
|
7136
|
+
"fromSymbol": "src/runtimeApiOperations.ts",
|
|
7137
|
+
"toSymbol": "asBindingValueRecord",
|
|
7138
|
+
"callExpression": "asBindingValueRecord",
|
|
7139
|
+
"sourcePath": "src/runtimeApiOperations.ts"
|
|
7140
|
+
},
|
|
7141
|
+
{
|
|
7142
|
+
"fromSymbol": "src/runtimeApiOperations.ts",
|
|
7143
|
+
"toSymbol": "invalidInput",
|
|
7144
|
+
"callExpression": "invalidInput",
|
|
7145
|
+
"sourcePath": "src/runtimeApiOperations.ts"
|
|
7146
|
+
},
|
|
7147
|
+
{
|
|
7148
|
+
"fromSymbol": "src/runtimeApiOperations.ts",
|
|
7149
|
+
"toSymbol": "testEndpoint",
|
|
7150
|
+
"callExpression": "testEndpoint",
|
|
7151
|
+
"sourcePath": "src/runtimeApiOperations.ts"
|
|
7152
|
+
},
|
|
7153
|
+
{
|
|
7154
|
+
"fromSymbol": "asBindingValueRecord",
|
|
7155
|
+
"toSymbol": "isBindingValueRecord",
|
|
7156
|
+
"callExpression": "isBindingValueRecord",
|
|
7157
|
+
"sourcePath": "src/runtimeApiOperations.ts"
|
|
7158
|
+
},
|
|
7159
|
+
{
|
|
7160
|
+
"fromSymbol": "src/runtimeApiSelection.test.ts",
|
|
7161
|
+
"toSymbol": "describe",
|
|
7162
|
+
"callExpression": "describe",
|
|
7163
|
+
"sourcePath": "src/runtimeApiSelection.test.ts"
|
|
7164
|
+
},
|
|
7165
|
+
{
|
|
7166
|
+
"fromSymbol": "src/runtimeApiSelection.test.ts",
|
|
7167
|
+
"toSymbol": "it",
|
|
7168
|
+
"callExpression": "it",
|
|
7169
|
+
"sourcePath": "src/runtimeApiSelection.test.ts"
|
|
7170
|
+
},
|
|
7171
|
+
{
|
|
7172
|
+
"fromSymbol": "src/runtimeApiSelection.test.ts",
|
|
7173
|
+
"toSymbol": "expect",
|
|
7174
|
+
"callExpression": "expect",
|
|
7175
|
+
"sourcePath": "src/runtimeApiSelection.test.ts"
|
|
7176
|
+
},
|
|
7177
|
+
{
|
|
7178
|
+
"fromSymbol": "src/runtimeApiSelection.test.ts",
|
|
7179
|
+
"toSymbol": "validateRuntimeBindingOperationRef",
|
|
7180
|
+
"callExpression": "validateRuntimeBindingOperationRef",
|
|
7181
|
+
"sourcePath": "src/runtimeApiSelection.test.ts"
|
|
7182
|
+
},
|
|
7183
|
+
{
|
|
7184
|
+
"fromSymbol": "src/runtimeApiSelection.test.ts",
|
|
7185
|
+
"toSymbol": "operation",
|
|
7186
|
+
"callExpression": "operation",
|
|
7187
|
+
"sourcePath": "src/runtimeApiSelection.test.ts"
|
|
7188
|
+
},
|
|
7189
|
+
{
|
|
7190
|
+
"fromSymbol": "src/runtimeApiSelection.test.ts",
|
|
7191
|
+
"toSymbol": "createApis",
|
|
7192
|
+
"callExpression": "createApis",
|
|
7193
|
+
"sourcePath": "src/runtimeApiSelection.test.ts"
|
|
7194
|
+
},
|
|
7195
|
+
{
|
|
7196
|
+
"fromSymbol": "validateRuntimeBindingOperationRef",
|
|
7197
|
+
"toSymbol": "findRuntimeApi",
|
|
7198
|
+
"callExpression": "findRuntimeApi",
|
|
7199
|
+
"sourcePath": "src/runtimeApiSelection.ts"
|
|
7200
|
+
},
|
|
7201
|
+
{
|
|
7202
|
+
"fromSymbol": "validateRuntimeBindingOperationRef",
|
|
7203
|
+
"toSymbol": "createApiDiagnostic",
|
|
7204
|
+
"callExpression": "createApiDiagnostic",
|
|
7205
|
+
"sourcePath": "src/runtimeApiSelection.ts"
|
|
7206
|
+
},
|
|
7207
|
+
{
|
|
7208
|
+
"fromSymbol": "validateRuntimeBindingOperationRef",
|
|
7209
|
+
"toSymbol": "resolveRuntimeApiEndpoint",
|
|
7210
|
+
"callExpression": "resolveRuntimeApiEndpoint",
|
|
7211
|
+
"sourcePath": "src/runtimeApiSelection.ts"
|
|
7212
|
+
},
|
|
7213
|
+
{
|
|
7214
|
+
"fromSymbol": "resolveRuntimeBindingOperationSelection",
|
|
7215
|
+
"toSymbol": "validateRuntimeBindingOperationRef",
|
|
7216
|
+
"callExpression": "validateRuntimeBindingOperationRef",
|
|
7217
|
+
"sourcePath": "src/runtimeApiSelection.ts"
|
|
7218
|
+
},
|
|
7219
|
+
{
|
|
7220
|
+
"fromSymbol": "resolveRuntimeBindingOperationSelection",
|
|
7221
|
+
"toSymbol": "findRuntimeApi",
|
|
7222
|
+
"callExpression": "findRuntimeApi",
|
|
7223
|
+
"sourcePath": "src/runtimeApiSelection.ts"
|
|
7224
|
+
},
|
|
7225
|
+
{
|
|
7226
|
+
"fromSymbol": "resolveRuntimeBindingOperationSelection",
|
|
7227
|
+
"toSymbol": "resolveRuntimeApiEndpoint",
|
|
7228
|
+
"callExpression": "resolveRuntimeApiEndpoint",
|
|
7229
|
+
"sourcePath": "src/runtimeApiSelection.ts"
|
|
7230
|
+
},
|
|
7056
7231
|
{
|
|
7057
7232
|
"fromSymbol": "src/runtimeBindings.test.ts",
|
|
7058
7233
|
"toSymbol": "describe",
|
|
@@ -7091,8 +7266,8 @@
|
|
|
7091
7266
|
},
|
|
7092
7267
|
{
|
|
7093
7268
|
"fromSymbol": "src/runtimeBindings.test.ts",
|
|
7094
|
-
"toSymbol": "
|
|
7095
|
-
"callExpression": "
|
|
7269
|
+
"toSymbol": "createApis",
|
|
7270
|
+
"callExpression": "createApis",
|
|
7096
7271
|
"sourcePath": "src/runtimeBindings.test.ts"
|
|
7097
7272
|
},
|
|
7098
7273
|
{
|
|
@@ -7163,579 +7338,189 @@
|
|
|
7163
7338
|
},
|
|
7164
7339
|
{
|
|
7165
7340
|
"fromSymbol": "resolveRuntimeBindingValueSync",
|
|
7166
|
-
"toSymbol": "applyBindingValueTransforms",
|
|
7167
|
-
"callExpression": "applyBindingValueTransforms",
|
|
7168
|
-
"sourcePath": "src/runtimeBindings.ts"
|
|
7169
|
-
},
|
|
7170
|
-
{
|
|
7171
|
-
"fromSymbol": "resolveRuntimeBindingValueSync",
|
|
7172
|
-
"toSymbol": "resolveBindingFallbackSync",
|
|
7173
|
-
"callExpression": "resolveBindingFallbackSync",
|
|
7174
|
-
"sourcePath": "src/runtimeBindings.ts"
|
|
7175
|
-
},
|
|
7176
|
-
{
|
|
7177
|
-
"fromSymbol": "resolveBindingInputMap",
|
|
7178
|
-
"toSymbol": "resolveBindingInputValue",
|
|
7179
|
-
"callExpression": "resolveBindingInputValue",
|
|
7180
|
-
"sourcePath": "src/runtimeBindings.ts"
|
|
7181
|
-
},
|
|
7182
|
-
{
|
|
7183
|
-
"fromSymbol": "resolveBindingInputMapSync",
|
|
7184
|
-
"toSymbol": "resolveBindingInputValueSync",
|
|
7185
|
-
"callExpression": "resolveBindingInputValueSync",
|
|
7186
|
-
"sourcePath": "src/runtimeBindings.ts"
|
|
7187
|
-
},
|
|
7188
|
-
{
|
|
7189
|
-
"fromSymbol": "validateRuntimeBindingOperationRef",
|
|
7190
|
-
"toSymbol": "createRuntimeBindingDiagnostic",
|
|
7191
|
-
"callExpression": "createRuntimeBindingDiagnostic",
|
|
7192
|
-
"sourcePath": "src/runtimeBindings.ts"
|
|
7193
|
-
},
|
|
7194
|
-
{
|
|
7195
|
-
"fromSymbol": "validateRuntimeBindingOperationRef",
|
|
7196
|
-
"toSymbol": "resolveRuntimeBindingEndpoint",
|
|
7197
|
-
"callExpression": "resolveRuntimeBindingEndpoint",
|
|
7198
|
-
"sourcePath": "src/runtimeBindings.ts"
|
|
7199
|
-
},
|
|
7200
|
-
{
|
|
7201
|
-
"fromSymbol": "resolveRuntimeBindingValueSource",
|
|
7202
|
-
"toSymbol": "resolveRuntimeBindingValueSourceSync",
|
|
7203
|
-
"callExpression": "resolveRuntimeBindingValueSourceSync",
|
|
7204
|
-
"sourcePath": "src/runtimeBindings.ts"
|
|
7205
|
-
},
|
|
7206
|
-
{
|
|
7207
|
-
"fromSymbol": "resolveRuntimeBindingValueSource",
|
|
7208
|
-
"toSymbol": "resolveCachedOperationValue",
|
|
7209
|
-
"callExpression": "resolveCachedOperationValue",
|
|
7210
|
-
"sourcePath": "src/runtimeBindings.ts"
|
|
7211
|
-
},
|
|
7212
|
-
{
|
|
7213
|
-
"fromSymbol": "resolveRuntimeBindingValueSource",
|
|
7214
|
-
"toSymbol": "createRuntimeBindingDiagnostic",
|
|
7215
|
-
"callExpression": "createRuntimeBindingDiagnostic",
|
|
7216
|
-
"sourcePath": "src/runtimeBindings.ts"
|
|
7217
|
-
},
|
|
7218
|
-
{
|
|
7219
|
-
"fromSymbol": "resolveRuntimeBindingValueSource",
|
|
7220
|
-
"toSymbol": "resolveRuntimeBindingOperationSelection",
|
|
7221
|
-
"callExpression": "resolveRuntimeBindingOperationSelection",
|
|
7222
|
-
"sourcePath": "src/runtimeBindings.ts"
|
|
7223
|
-
},
|
|
7224
|
-
{
|
|
7225
|
-
"fromSymbol": "resolveRuntimeBindingValueSource",
|
|
7226
|
-
"toSymbol": "executeOperation",
|
|
7227
|
-
"callExpression": "context.executeOperation",
|
|
7228
|
-
"sourcePath": "src/runtimeBindings.ts"
|
|
7229
|
-
},
|
|
7230
|
-
{
|
|
7231
|
-
"fromSymbol": "resolveRuntimeBindingValueSource",
|
|
7232
|
-
"toSymbol": "applyRuntimeBindingDataPath",
|
|
7233
|
-
"callExpression": "applyRuntimeBindingDataPath",
|
|
7234
|
-
"sourcePath": "src/runtimeBindings.ts"
|
|
7235
|
-
},
|
|
7236
|
-
{
|
|
7237
|
-
"fromSymbol": "resolveRuntimeBindingValueSourceSync",
|
|
7238
|
-
"toSymbol": "asBindingValue",
|
|
7239
|
-
"callExpression": "asBindingValue",
|
|
7240
|
-
"sourcePath": "src/runtimeBindings.ts"
|
|
7241
|
-
},
|
|
7242
|
-
{
|
|
7243
|
-
"fromSymbol": "resolveRuntimeBindingValueSourceSync",
|
|
7244
|
-
"toSymbol": "readPath",
|
|
7245
|
-
"callExpression": "readPath",
|
|
7246
|
-
"sourcePath": "src/runtimeBindings.ts"
|
|
7247
|
-
},
|
|
7248
|
-
{
|
|
7249
|
-
"fromSymbol": "resolveRuntimeBindingValueSourceSync",
|
|
7250
|
-
"toSymbol": "resolveCachedOperationValue",
|
|
7251
|
-
"callExpression": "resolveCachedOperationValue",
|
|
7252
|
-
"sourcePath": "src/runtimeBindings.ts"
|
|
7253
|
-
},
|
|
7254
|
-
{
|
|
7255
|
-
"fromSymbol": "resolveRuntimeBindingValueSourceSync",
|
|
7256
|
-
"toSymbol": "createRuntimeBindingDiagnostic",
|
|
7257
|
-
"callExpression": "createRuntimeBindingDiagnostic",
|
|
7258
|
-
"sourcePath": "src/runtimeBindings.ts"
|
|
7259
|
-
},
|
|
7260
|
-
{
|
|
7261
|
-
"fromSymbol": "resolveCachedOperationValue",
|
|
7262
|
-
"toSymbol": "createRuntimeBindingOperationKey",
|
|
7263
|
-
"callExpression": "createRuntimeBindingOperationKey",
|
|
7264
|
-
"sourcePath": "src/runtimeBindings.ts"
|
|
7265
|
-
},
|
|
7266
|
-
{
|
|
7267
|
-
"fromSymbol": "resolveCachedOperationValue",
|
|
7268
|
-
"toSymbol": "applyRuntimeBindingDataPath",
|
|
7269
|
-
"callExpression": "applyRuntimeBindingDataPath",
|
|
7270
|
-
"sourcePath": "src/runtimeBindings.ts"
|
|
7271
|
-
},
|
|
7272
|
-
{
|
|
7273
|
-
"fromSymbol": "resolveBindingFallback",
|
|
7274
|
-
"toSymbol": "resolveRuntimeBindingValueSource",
|
|
7275
|
-
"callExpression": "resolveRuntimeBindingValueSource",
|
|
7276
|
-
"sourcePath": "src/runtimeBindings.ts"
|
|
7277
|
-
},
|
|
7278
|
-
{
|
|
7279
|
-
"fromSymbol": "resolveBindingFallbackSync",
|
|
7280
|
-
"toSymbol": "resolveRuntimeBindingValueSourceSync",
|
|
7281
|
-
"callExpression": "resolveRuntimeBindingValueSourceSync",
|
|
7282
|
-
"sourcePath": "src/runtimeBindings.ts"
|
|
7283
|
-
},
|
|
7284
|
-
{
|
|
7285
|
-
"fromSymbol": "resolveBindingInputValue",
|
|
7286
|
-
"toSymbol": "resolveRuntimeBindingValueSource",
|
|
7287
|
-
"callExpression": "resolveRuntimeBindingValueSource",
|
|
7288
|
-
"sourcePath": "src/runtimeBindings.ts"
|
|
7289
|
-
},
|
|
7290
|
-
{
|
|
7291
|
-
"fromSymbol": "resolveBindingInputValue",
|
|
7292
|
-
"toSymbol": "applyBindingValueTransforms",
|
|
7293
|
-
"callExpression": "applyBindingValueTransforms",
|
|
7294
|
-
"sourcePath": "src/runtimeBindings.ts"
|
|
7295
|
-
},
|
|
7296
|
-
{
|
|
7297
|
-
"fromSymbol": "resolveBindingInputValue",
|
|
7298
|
-
"toSymbol": "resolveBindingInputValue",
|
|
7299
|
-
"callExpression": "resolveBindingInputValue",
|
|
7300
|
-
"sourcePath": "src/runtimeBindings.ts"
|
|
7301
|
-
},
|
|
7302
|
-
{
|
|
7303
|
-
"fromSymbol": "resolveBindingInputValueSync",
|
|
7304
|
-
"toSymbol": "resolveRuntimeBindingValueSourceSync",
|
|
7305
|
-
"callExpression": "resolveRuntimeBindingValueSourceSync",
|
|
7306
|
-
"sourcePath": "src/runtimeBindings.ts"
|
|
7307
|
-
},
|
|
7308
|
-
{
|
|
7309
|
-
"fromSymbol": "resolveBindingInputValueSync",
|
|
7310
|
-
"toSymbol": "applyBindingValueTransforms",
|
|
7311
|
-
"callExpression": "applyBindingValueTransforms",
|
|
7312
|
-
"sourcePath": "src/runtimeBindings.ts"
|
|
7313
|
-
},
|
|
7314
|
-
{
|
|
7315
|
-
"fromSymbol": "resolveBindingInputValueSync",
|
|
7316
|
-
"toSymbol": "resolveBindingInputValueSync",
|
|
7317
|
-
"callExpression": "resolveBindingInputValueSync",
|
|
7318
|
-
"sourcePath": "src/runtimeBindings.ts"
|
|
7319
|
-
},
|
|
7320
|
-
{
|
|
7321
|
-
"fromSymbol": "resolveRuntimeBindingOperationSelection",
|
|
7322
|
-
"toSymbol": "validateRuntimeBindingOperationRef",
|
|
7323
|
-
"callExpression": "validateRuntimeBindingOperationRef",
|
|
7324
|
-
"sourcePath": "src/runtimeBindings.ts"
|
|
7325
|
-
},
|
|
7326
|
-
{
|
|
7327
|
-
"fromSymbol": "resolveRuntimeBindingOperationSelection",
|
|
7328
|
-
"toSymbol": "resolveRuntimeBindingEndpoint",
|
|
7329
|
-
"callExpression": "resolveRuntimeBindingEndpoint",
|
|
7330
|
-
"sourcePath": "src/runtimeBindings.ts"
|
|
7331
|
-
},
|
|
7332
|
-
{
|
|
7333
|
-
"fromSymbol": "applyBindingValueTransforms",
|
|
7334
|
-
"toSymbol": "asBindingValue",
|
|
7335
|
-
"callExpression": "asBindingValue",
|
|
7336
|
-
"sourcePath": "src/runtimeBindings.ts"
|
|
7337
|
-
},
|
|
7338
|
-
{
|
|
7339
|
-
"fromSymbol": "applyRuntimeBindingDataPath",
|
|
7340
|
-
"toSymbol": "asBindingValue",
|
|
7341
|
-
"callExpression": "asBindingValue",
|
|
7342
|
-
"sourcePath": "src/runtimeBindings.ts"
|
|
7343
|
-
},
|
|
7344
|
-
{
|
|
7345
|
-
"fromSymbol": "applyRuntimeBindingDataPath",
|
|
7346
|
-
"toSymbol": "readPath",
|
|
7347
|
-
"callExpression": "readPath",
|
|
7348
|
-
"sourcePath": "src/runtimeBindings.ts"
|
|
7349
|
-
},
|
|
7350
|
-
{
|
|
7351
|
-
"fromSymbol": "src/runtimeBindings.ts",
|
|
7352
|
-
"toSymbol": "isArrayIndexPathPart",
|
|
7353
|
-
"callExpression": "isArrayIndexPathPart",
|
|
7354
|
-
"sourcePath": "src/runtimeBindings.ts"
|
|
7355
|
-
},
|
|
7356
|
-
{
|
|
7357
|
-
"fromSymbol": "src/runtimeBindings.ts",
|
|
7358
|
-
"toSymbol": "isRecord",
|
|
7359
|
-
"callExpression": "isRecord",
|
|
7360
|
-
"sourcePath": "src/runtimeBindings.ts"
|
|
7361
|
-
},
|
|
7362
|
-
{
|
|
7363
|
-
"fromSymbol": "asBindingValue",
|
|
7364
|
-
"toSymbol": "isBindingValue",
|
|
7365
|
-
"callExpression": "isBindingValue",
|
|
7366
|
-
"sourcePath": "src/runtimeBindings.ts"
|
|
7367
|
-
},
|
|
7368
|
-
{
|
|
7369
|
-
"fromSymbol": "isBindingValue",
|
|
7370
|
-
"toSymbol": "isRecord",
|
|
7371
|
-
"callExpression": "isRecord",
|
|
7372
|
-
"sourcePath": "src/runtimeBindings.ts"
|
|
7373
|
-
},
|
|
7374
|
-
{
|
|
7375
|
-
"fromSymbol": "executeRuntimeDatabaseOperation",
|
|
7376
|
-
"toSymbol": "resolveOperationPlan",
|
|
7377
|
-
"callExpression": "resolveOperationPlan",
|
|
7378
|
-
"sourcePath": "src/runtimeDatabaseOperationExecutor.ts"
|
|
7379
|
-
},
|
|
7380
|
-
{
|
|
7381
|
-
"fromSymbol": "executeRuntimeDatabaseOperation",
|
|
7382
|
-
"toSymbol": "failure",
|
|
7383
|
-
"callExpression": "failure",
|
|
7384
|
-
"sourcePath": "src/runtimeDatabaseOperationExecutor.ts"
|
|
7385
|
-
},
|
|
7386
|
-
{
|
|
7387
|
-
"fromSymbol": "executeRuntimeDatabaseOperation",
|
|
7388
|
-
"toSymbol": "executeList",
|
|
7389
|
-
"callExpression": "executeList",
|
|
7390
|
-
"sourcePath": "src/runtimeDatabaseOperationExecutor.ts"
|
|
7391
|
-
},
|
|
7392
|
-
{
|
|
7393
|
-
"fromSymbol": "executeRuntimeDatabaseOperation",
|
|
7394
|
-
"toSymbol": "executeRead",
|
|
7395
|
-
"callExpression": "executeRead",
|
|
7396
|
-
"sourcePath": "src/runtimeDatabaseOperationExecutor.ts"
|
|
7397
|
-
},
|
|
7398
|
-
{
|
|
7399
|
-
"fromSymbol": "executeRuntimeDatabaseOperation",
|
|
7400
|
-
"toSymbol": "executeCreate",
|
|
7401
|
-
"callExpression": "executeCreate",
|
|
7402
|
-
"sourcePath": "src/runtimeDatabaseOperationExecutor.ts"
|
|
7403
|
-
},
|
|
7404
|
-
{
|
|
7405
|
-
"fromSymbol": "executeRuntimeDatabaseOperation",
|
|
7406
|
-
"toSymbol": "executeUpdate",
|
|
7407
|
-
"callExpression": "executeUpdate",
|
|
7408
|
-
"sourcePath": "src/runtimeDatabaseOperationExecutor.ts"
|
|
7409
|
-
},
|
|
7410
|
-
{
|
|
7411
|
-
"fromSymbol": "executeRuntimeDatabaseOperation",
|
|
7412
|
-
"toSymbol": "executeDelete",
|
|
7413
|
-
"callExpression": "executeDelete",
|
|
7414
|
-
"sourcePath": "src/runtimeDatabaseOperationExecutor.ts"
|
|
7415
|
-
},
|
|
7416
|
-
{
|
|
7417
|
-
"fromSymbol": "resolveOperationPlan",
|
|
7418
|
-
"toSymbol": "asRecord",
|
|
7419
|
-
"callExpression": "asRecord",
|
|
7420
|
-
"sourcePath": "src/runtimeDatabaseOperationExecutor.ts"
|
|
7421
|
-
},
|
|
7422
|
-
{
|
|
7423
|
-
"fromSymbol": "resolveOperationPlan",
|
|
7424
|
-
"toSymbol": "resolveAdapterId",
|
|
7425
|
-
"callExpression": "resolveAdapterId",
|
|
7426
|
-
"sourcePath": "src/runtimeDatabaseOperationExecutor.ts"
|
|
7427
|
-
},
|
|
7428
|
-
{
|
|
7429
|
-
"fromSymbol": "resolveOperationPlan",
|
|
7430
|
-
"toSymbol": "invalidPlan",
|
|
7431
|
-
"callExpression": "invalidPlan",
|
|
7432
|
-
"sourcePath": "src/runtimeDatabaseOperationExecutor.ts"
|
|
7433
|
-
},
|
|
7434
|
-
{
|
|
7435
|
-
"fromSymbol": "resolveOperationPlan",
|
|
7436
|
-
"toSymbol": "isGeneratedCrudOperation",
|
|
7437
|
-
"callExpression": "isGeneratedCrudOperation",
|
|
7438
|
-
"sourcePath": "src/runtimeDatabaseOperationExecutor.ts"
|
|
7439
|
-
},
|
|
7440
|
-
{
|
|
7441
|
-
"fromSymbol": "resolveOperationPlan",
|
|
7442
|
-
"toSymbol": "resolvePrimaryKey",
|
|
7443
|
-
"callExpression": "resolvePrimaryKey",
|
|
7444
|
-
"sourcePath": "src/runtimeDatabaseOperationExecutor.ts"
|
|
7445
|
-
},
|
|
7446
|
-
{
|
|
7447
|
-
"fromSymbol": "executeList",
|
|
7448
|
-
"toSymbol": "resolvePage",
|
|
7449
|
-
"callExpression": "resolvePage",
|
|
7450
|
-
"sourcePath": "src/runtimeDatabaseOperationExecutor.ts"
|
|
7451
|
-
},
|
|
7452
|
-
{
|
|
7453
|
-
"fromSymbol": "executeList",
|
|
7454
|
-
"toSymbol": "failure",
|
|
7455
|
-
"callExpression": "failure",
|
|
7456
|
-
"sourcePath": "src/runtimeDatabaseOperationExecutor.ts"
|
|
7457
|
-
},
|
|
7458
|
-
{
|
|
7459
|
-
"fromSymbol": "executeList",
|
|
7460
|
-
"toSymbol": "resolveDbResult",
|
|
7461
|
-
"callExpression": "resolveDbResult",
|
|
7462
|
-
"sourcePath": "src/runtimeDatabaseOperationExecutor.ts"
|
|
7463
|
-
},
|
|
7464
|
-
{
|
|
7465
|
-
"fromSymbol": "executeRead",
|
|
7466
|
-
"toSymbol": "resolveIdentity",
|
|
7467
|
-
"callExpression": "resolveIdentity",
|
|
7468
|
-
"sourcePath": "src/runtimeDatabaseOperationExecutor.ts"
|
|
7469
|
-
},
|
|
7470
|
-
{
|
|
7471
|
-
"fromSymbol": "executeRead",
|
|
7472
|
-
"toSymbol": "failure",
|
|
7473
|
-
"callExpression": "failure",
|
|
7474
|
-
"sourcePath": "src/runtimeDatabaseOperationExecutor.ts"
|
|
7475
|
-
},
|
|
7476
|
-
{
|
|
7477
|
-
"fromSymbol": "executeRead",
|
|
7478
|
-
"toSymbol": "resolveDbResult",
|
|
7479
|
-
"callExpression": "resolveDbResult",
|
|
7480
|
-
"sourcePath": "src/runtimeDatabaseOperationExecutor.ts"
|
|
7481
|
-
},
|
|
7482
|
-
{
|
|
7483
|
-
"fromSymbol": "executeCreate",
|
|
7484
|
-
"toSymbol": "resolveDbResult",
|
|
7485
|
-
"callExpression": "resolveDbResult",
|
|
7486
|
-
"sourcePath": "src/runtimeDatabaseOperationExecutor.ts"
|
|
7487
|
-
},
|
|
7488
|
-
{
|
|
7489
|
-
"fromSymbol": "executeUpdate",
|
|
7490
|
-
"toSymbol": "resolveIdentity",
|
|
7491
|
-
"callExpression": "resolveIdentity",
|
|
7492
|
-
"sourcePath": "src/runtimeDatabaseOperationExecutor.ts"
|
|
7493
|
-
},
|
|
7494
|
-
{
|
|
7495
|
-
"fromSymbol": "executeUpdate",
|
|
7496
|
-
"toSymbol": "failure",
|
|
7497
|
-
"callExpression": "failure",
|
|
7498
|
-
"sourcePath": "src/runtimeDatabaseOperationExecutor.ts"
|
|
7499
|
-
},
|
|
7500
|
-
{
|
|
7501
|
-
"fromSymbol": "executeUpdate",
|
|
7502
|
-
"toSymbol": "omitKey",
|
|
7503
|
-
"callExpression": "omitKey",
|
|
7504
|
-
"sourcePath": "src/runtimeDatabaseOperationExecutor.ts"
|
|
7505
|
-
},
|
|
7506
|
-
{
|
|
7507
|
-
"fromSymbol": "executeUpdate",
|
|
7508
|
-
"toSymbol": "createIdentityFilter",
|
|
7509
|
-
"callExpression": "createIdentityFilter",
|
|
7510
|
-
"sourcePath": "src/runtimeDatabaseOperationExecutor.ts"
|
|
7511
|
-
},
|
|
7512
|
-
{
|
|
7513
|
-
"fromSymbol": "executeUpdate",
|
|
7514
|
-
"toSymbol": "resolveDbResult",
|
|
7515
|
-
"callExpression": "resolveDbResult",
|
|
7516
|
-
"sourcePath": "src/runtimeDatabaseOperationExecutor.ts"
|
|
7517
|
-
},
|
|
7518
|
-
{
|
|
7519
|
-
"fromSymbol": "executeDelete",
|
|
7520
|
-
"toSymbol": "resolveIdentity",
|
|
7521
|
-
"callExpression": "resolveIdentity",
|
|
7522
|
-
"sourcePath": "src/runtimeDatabaseOperationExecutor.ts"
|
|
7523
|
-
},
|
|
7524
|
-
{
|
|
7525
|
-
"fromSymbol": "executeDelete",
|
|
7526
|
-
"toSymbol": "failure",
|
|
7527
|
-
"callExpression": "failure",
|
|
7528
|
-
"sourcePath": "src/runtimeDatabaseOperationExecutor.ts"
|
|
7529
|
-
},
|
|
7530
|
-
{
|
|
7531
|
-
"fromSymbol": "executeDelete",
|
|
7532
|
-
"toSymbol": "createIdentityFilter",
|
|
7533
|
-
"callExpression": "createIdentityFilter",
|
|
7534
|
-
"sourcePath": "src/runtimeDatabaseOperationExecutor.ts"
|
|
7535
|
-
},
|
|
7536
|
-
{
|
|
7537
|
-
"fromSymbol": "executeDelete",
|
|
7538
|
-
"toSymbol": "resolveDbResult",
|
|
7539
|
-
"callExpression": "resolveDbResult",
|
|
7540
|
-
"sourcePath": "src/runtimeDatabaseOperationExecutor.ts"
|
|
7541
|
-
},
|
|
7542
|
-
{
|
|
7543
|
-
"fromSymbol": "resolveDbResult",
|
|
7544
|
-
"toSymbol": "failure",
|
|
7545
|
-
"callExpression": "failure",
|
|
7546
|
-
"sourcePath": "src/runtimeDatabaseOperationExecutor.ts"
|
|
7547
|
-
},
|
|
7548
|
-
{
|
|
7549
|
-
"fromSymbol": "resolveDbResult",
|
|
7550
|
-
"toSymbol": "toBindingValue",
|
|
7551
|
-
"callExpression": "toBindingValue",
|
|
7552
|
-
"sourcePath": "src/runtimeDatabaseOperationExecutor.ts"
|
|
7553
|
-
},
|
|
7554
|
-
{
|
|
7555
|
-
"fromSymbol": "resolveDbResult",
|
|
7556
|
-
"toSymbol": "select",
|
|
7557
|
-
"callExpression": "select",
|
|
7558
|
-
"sourcePath": "src/runtimeDatabaseOperationExecutor.ts"
|
|
7341
|
+
"toSymbol": "applyBindingValueTransforms",
|
|
7342
|
+
"callExpression": "applyBindingValueTransforms",
|
|
7343
|
+
"sourcePath": "src/runtimeBindings.ts"
|
|
7559
7344
|
},
|
|
7560
7345
|
{
|
|
7561
|
-
"fromSymbol": "
|
|
7562
|
-
"toSymbol": "
|
|
7563
|
-
"callExpression": "
|
|
7564
|
-
"sourcePath": "src/
|
|
7346
|
+
"fromSymbol": "resolveRuntimeBindingValueSync",
|
|
7347
|
+
"toSymbol": "resolveBindingFallbackSync",
|
|
7348
|
+
"callExpression": "resolveBindingFallbackSync",
|
|
7349
|
+
"sourcePath": "src/runtimeBindings.ts"
|
|
7565
7350
|
},
|
|
7566
7351
|
{
|
|
7567
|
-
"fromSymbol": "
|
|
7568
|
-
"toSymbol": "
|
|
7569
|
-
"callExpression": "
|
|
7570
|
-
"sourcePath": "src/
|
|
7352
|
+
"fromSymbol": "resolveBindingInputMap",
|
|
7353
|
+
"toSymbol": "resolveBindingInputValue",
|
|
7354
|
+
"callExpression": "resolveBindingInputValue",
|
|
7355
|
+
"sourcePath": "src/runtimeBindings.ts"
|
|
7571
7356
|
},
|
|
7572
7357
|
{
|
|
7573
|
-
"fromSymbol": "
|
|
7574
|
-
"toSymbol": "
|
|
7575
|
-
"callExpression": "
|
|
7576
|
-
"sourcePath": "src/
|
|
7358
|
+
"fromSymbol": "resolveBindingInputMapSync",
|
|
7359
|
+
"toSymbol": "resolveBindingInputValueSync",
|
|
7360
|
+
"callExpression": "resolveBindingInputValueSync",
|
|
7361
|
+
"sourcePath": "src/runtimeBindings.ts"
|
|
7577
7362
|
},
|
|
7578
7363
|
{
|
|
7579
|
-
"fromSymbol": "
|
|
7580
|
-
"toSymbol": "
|
|
7581
|
-
"callExpression": "
|
|
7582
|
-
"sourcePath": "src/
|
|
7364
|
+
"fromSymbol": "resolveRuntimeBindingValueSource",
|
|
7365
|
+
"toSymbol": "resolveRuntimeBindingValueSourceSync",
|
|
7366
|
+
"callExpression": "resolveRuntimeBindingValueSourceSync",
|
|
7367
|
+
"sourcePath": "src/runtimeBindings.ts"
|
|
7583
7368
|
},
|
|
7584
7369
|
{
|
|
7585
|
-
"fromSymbol": "
|
|
7586
|
-
"toSymbol": "
|
|
7587
|
-
"callExpression": "
|
|
7588
|
-
"sourcePath": "src/
|
|
7370
|
+
"fromSymbol": "resolveRuntimeBindingValueSource",
|
|
7371
|
+
"toSymbol": "resolveCachedOperationValue",
|
|
7372
|
+
"callExpression": "resolveCachedOperationValue",
|
|
7373
|
+
"sourcePath": "src/runtimeBindings.ts"
|
|
7589
7374
|
},
|
|
7590
7375
|
{
|
|
7591
|
-
"fromSymbol": "
|
|
7592
|
-
"toSymbol": "
|
|
7593
|
-
"callExpression": "
|
|
7594
|
-
"sourcePath": "src/
|
|
7376
|
+
"fromSymbol": "resolveRuntimeBindingValueSource",
|
|
7377
|
+
"toSymbol": "createRuntimeBindingDiagnostic",
|
|
7378
|
+
"callExpression": "createRuntimeBindingDiagnostic",
|
|
7379
|
+
"sourcePath": "src/runtimeBindings.ts"
|
|
7595
7380
|
},
|
|
7596
7381
|
{
|
|
7597
|
-
"fromSymbol": "
|
|
7598
|
-
"toSymbol": "
|
|
7599
|
-
"callExpression": "
|
|
7600
|
-
"sourcePath": "src/
|
|
7382
|
+
"fromSymbol": "resolveRuntimeBindingValueSource",
|
|
7383
|
+
"toSymbol": "resolveRuntimeBindingOperationSelection",
|
|
7384
|
+
"callExpression": "resolveRuntimeBindingOperationSelection",
|
|
7385
|
+
"sourcePath": "src/runtimeBindings.ts"
|
|
7601
7386
|
},
|
|
7602
7387
|
{
|
|
7603
|
-
"fromSymbol": "
|
|
7604
|
-
"toSymbol": "
|
|
7605
|
-
"callExpression": "
|
|
7606
|
-
"sourcePath": "src/
|
|
7388
|
+
"fromSymbol": "resolveRuntimeBindingValueSource",
|
|
7389
|
+
"toSymbol": "executeOperation",
|
|
7390
|
+
"callExpression": "context.executeOperation",
|
|
7391
|
+
"sourcePath": "src/runtimeBindings.ts"
|
|
7607
7392
|
},
|
|
7608
7393
|
{
|
|
7609
|
-
"fromSymbol": "
|
|
7610
|
-
"toSymbol": "
|
|
7611
|
-
"callExpression": "
|
|
7612
|
-
"sourcePath": "src/
|
|
7394
|
+
"fromSymbol": "resolveRuntimeBindingValueSource",
|
|
7395
|
+
"toSymbol": "applyRuntimeBindingDataPath",
|
|
7396
|
+
"callExpression": "applyRuntimeBindingDataPath",
|
|
7397
|
+
"sourcePath": "src/runtimeBindings.ts"
|
|
7613
7398
|
},
|
|
7614
7399
|
{
|
|
7615
|
-
"fromSymbol": "
|
|
7616
|
-
"toSymbol": "
|
|
7617
|
-
"callExpression": "
|
|
7618
|
-
"sourcePath": "src/
|
|
7400
|
+
"fromSymbol": "resolveRuntimeBindingValueSourceSync",
|
|
7401
|
+
"toSymbol": "asBindingValue",
|
|
7402
|
+
"callExpression": "asBindingValue",
|
|
7403
|
+
"sourcePath": "src/runtimeBindings.ts"
|
|
7619
7404
|
},
|
|
7620
7405
|
{
|
|
7621
|
-
"fromSymbol": "
|
|
7622
|
-
"toSymbol": "
|
|
7623
|
-
"callExpression": "
|
|
7624
|
-
"sourcePath": "src/
|
|
7406
|
+
"fromSymbol": "resolveRuntimeBindingValueSourceSync",
|
|
7407
|
+
"toSymbol": "readPath",
|
|
7408
|
+
"callExpression": "readPath",
|
|
7409
|
+
"sourcePath": "src/runtimeBindings.ts"
|
|
7625
7410
|
},
|
|
7626
7411
|
{
|
|
7627
|
-
"fromSymbol": "
|
|
7628
|
-
"toSymbol": "
|
|
7629
|
-
"callExpression": "
|
|
7630
|
-
"sourcePath": "src/
|
|
7412
|
+
"fromSymbol": "resolveRuntimeBindingValueSourceSync",
|
|
7413
|
+
"toSymbol": "resolveCachedOperationValue",
|
|
7414
|
+
"callExpression": "resolveCachedOperationValue",
|
|
7415
|
+
"sourcePath": "src/runtimeBindings.ts"
|
|
7631
7416
|
},
|
|
7632
7417
|
{
|
|
7633
|
-
"fromSymbol": "
|
|
7634
|
-
"toSymbol": "
|
|
7635
|
-
"callExpression": "
|
|
7636
|
-
"sourcePath": "src/
|
|
7418
|
+
"fromSymbol": "resolveRuntimeBindingValueSourceSync",
|
|
7419
|
+
"toSymbol": "createRuntimeBindingDiagnostic",
|
|
7420
|
+
"callExpression": "createRuntimeBindingDiagnostic",
|
|
7421
|
+
"sourcePath": "src/runtimeBindings.ts"
|
|
7637
7422
|
},
|
|
7638
7423
|
{
|
|
7639
|
-
"fromSymbol": "
|
|
7640
|
-
"toSymbol": "
|
|
7641
|
-
"callExpression": "
|
|
7642
|
-
"sourcePath": "src/
|
|
7424
|
+
"fromSymbol": "resolveCachedOperationValue",
|
|
7425
|
+
"toSymbol": "createRuntimeBindingOperationKey",
|
|
7426
|
+
"callExpression": "createRuntimeBindingOperationKey",
|
|
7427
|
+
"sourcePath": "src/runtimeBindings.ts"
|
|
7643
7428
|
},
|
|
7644
7429
|
{
|
|
7645
|
-
"fromSymbol": "
|
|
7646
|
-
"toSymbol": "
|
|
7647
|
-
"callExpression": "
|
|
7648
|
-
"sourcePath": "src/
|
|
7430
|
+
"fromSymbol": "resolveCachedOperationValue",
|
|
7431
|
+
"toSymbol": "applyRuntimeBindingDataPath",
|
|
7432
|
+
"callExpression": "applyRuntimeBindingDataPath",
|
|
7433
|
+
"sourcePath": "src/runtimeBindings.ts"
|
|
7649
7434
|
},
|
|
7650
7435
|
{
|
|
7651
|
-
"fromSymbol": "
|
|
7652
|
-
"toSymbol": "
|
|
7653
|
-
"callExpression": "
|
|
7654
|
-
"sourcePath": "src/
|
|
7436
|
+
"fromSymbol": "resolveBindingFallback",
|
|
7437
|
+
"toSymbol": "resolveRuntimeBindingValueSource",
|
|
7438
|
+
"callExpression": "resolveRuntimeBindingValueSource",
|
|
7439
|
+
"sourcePath": "src/runtimeBindings.ts"
|
|
7655
7440
|
},
|
|
7656
7441
|
{
|
|
7657
|
-
"fromSymbol": "
|
|
7658
|
-
"toSymbol": "
|
|
7659
|
-
"callExpression": "
|
|
7660
|
-
"sourcePath": "src/
|
|
7442
|
+
"fromSymbol": "resolveBindingFallbackSync",
|
|
7443
|
+
"toSymbol": "resolveRuntimeBindingValueSourceSync",
|
|
7444
|
+
"callExpression": "resolveRuntimeBindingValueSourceSync",
|
|
7445
|
+
"sourcePath": "src/runtimeBindings.ts"
|
|
7661
7446
|
},
|
|
7662
7447
|
{
|
|
7663
|
-
"fromSymbol": "
|
|
7664
|
-
"toSymbol": "
|
|
7665
|
-
"callExpression": "
|
|
7666
|
-
"sourcePath": "src/
|
|
7448
|
+
"fromSymbol": "resolveBindingInputValue",
|
|
7449
|
+
"toSymbol": "resolveRuntimeBindingValueSource",
|
|
7450
|
+
"callExpression": "resolveRuntimeBindingValueSource",
|
|
7451
|
+
"sourcePath": "src/runtimeBindings.ts"
|
|
7667
7452
|
},
|
|
7668
7453
|
{
|
|
7669
|
-
"fromSymbol": "
|
|
7670
|
-
"toSymbol": "
|
|
7671
|
-
"callExpression": "
|
|
7672
|
-
"sourcePath": "src/
|
|
7454
|
+
"fromSymbol": "resolveBindingInputValue",
|
|
7455
|
+
"toSymbol": "applyBindingValueTransforms",
|
|
7456
|
+
"callExpression": "applyBindingValueTransforms",
|
|
7457
|
+
"sourcePath": "src/runtimeBindings.ts"
|
|
7673
7458
|
},
|
|
7674
7459
|
{
|
|
7675
|
-
"fromSymbol": "
|
|
7676
|
-
"toSymbol": "
|
|
7677
|
-
"callExpression": "
|
|
7678
|
-
"sourcePath": "src/
|
|
7460
|
+
"fromSymbol": "resolveBindingInputValue",
|
|
7461
|
+
"toSymbol": "resolveBindingInputValue",
|
|
7462
|
+
"callExpression": "resolveBindingInputValue",
|
|
7463
|
+
"sourcePath": "src/runtimeBindings.ts"
|
|
7679
7464
|
},
|
|
7680
7465
|
{
|
|
7681
|
-
"fromSymbol": "
|
|
7682
|
-
"toSymbol": "
|
|
7683
|
-
"callExpression": "
|
|
7684
|
-
"sourcePath": "src/
|
|
7466
|
+
"fromSymbol": "resolveBindingInputValueSync",
|
|
7467
|
+
"toSymbol": "resolveRuntimeBindingValueSourceSync",
|
|
7468
|
+
"callExpression": "resolveRuntimeBindingValueSourceSync",
|
|
7469
|
+
"sourcePath": "src/runtimeBindings.ts"
|
|
7685
7470
|
},
|
|
7686
7471
|
{
|
|
7687
|
-
"fromSymbol": "
|
|
7688
|
-
"toSymbol": "
|
|
7689
|
-
"callExpression": "
|
|
7690
|
-
"sourcePath": "src/
|
|
7472
|
+
"fromSymbol": "resolveBindingInputValueSync",
|
|
7473
|
+
"toSymbol": "applyBindingValueTransforms",
|
|
7474
|
+
"callExpression": "applyBindingValueTransforms",
|
|
7475
|
+
"sourcePath": "src/runtimeBindings.ts"
|
|
7691
7476
|
},
|
|
7692
7477
|
{
|
|
7693
|
-
"fromSymbol": "
|
|
7694
|
-
"toSymbol": "
|
|
7695
|
-
"callExpression": "
|
|
7696
|
-
"sourcePath": "src/
|
|
7478
|
+
"fromSymbol": "resolveBindingInputValueSync",
|
|
7479
|
+
"toSymbol": "resolveBindingInputValueSync",
|
|
7480
|
+
"callExpression": "resolveBindingInputValueSync",
|
|
7481
|
+
"sourcePath": "src/runtimeBindings.ts"
|
|
7697
7482
|
},
|
|
7698
7483
|
{
|
|
7699
|
-
"fromSymbol": "
|
|
7700
|
-
"toSymbol": "
|
|
7701
|
-
"callExpression": "
|
|
7702
|
-
"sourcePath": "src/
|
|
7484
|
+
"fromSymbol": "applyBindingValueTransforms",
|
|
7485
|
+
"toSymbol": "asBindingValue",
|
|
7486
|
+
"callExpression": "asBindingValue",
|
|
7487
|
+
"sourcePath": "src/runtimeBindings.ts"
|
|
7703
7488
|
},
|
|
7704
7489
|
{
|
|
7705
|
-
"fromSymbol": "
|
|
7706
|
-
"toSymbol": "
|
|
7707
|
-
"callExpression": "
|
|
7708
|
-
"sourcePath": "src/
|
|
7490
|
+
"fromSymbol": "applyRuntimeBindingDataPath",
|
|
7491
|
+
"toSymbol": "asBindingValue",
|
|
7492
|
+
"callExpression": "asBindingValue",
|
|
7493
|
+
"sourcePath": "src/runtimeBindings.ts"
|
|
7709
7494
|
},
|
|
7710
7495
|
{
|
|
7711
|
-
"fromSymbol": "
|
|
7712
|
-
"toSymbol": "
|
|
7713
|
-
"callExpression": "
|
|
7714
|
-
"sourcePath": "src/
|
|
7496
|
+
"fromSymbol": "applyRuntimeBindingDataPath",
|
|
7497
|
+
"toSymbol": "readPath",
|
|
7498
|
+
"callExpression": "readPath",
|
|
7499
|
+
"sourcePath": "src/runtimeBindings.ts"
|
|
7715
7500
|
},
|
|
7716
7501
|
{
|
|
7717
|
-
"fromSymbol": "
|
|
7718
|
-
"toSymbol": "
|
|
7719
|
-
"callExpression": "
|
|
7720
|
-
"sourcePath": "src/
|
|
7502
|
+
"fromSymbol": "src/runtimeBindings.ts",
|
|
7503
|
+
"toSymbol": "isArrayIndexPathPart",
|
|
7504
|
+
"callExpression": "isArrayIndexPathPart",
|
|
7505
|
+
"sourcePath": "src/runtimeBindings.ts"
|
|
7721
7506
|
},
|
|
7722
7507
|
{
|
|
7723
|
-
"fromSymbol": "
|
|
7724
|
-
"toSymbol": "
|
|
7725
|
-
"callExpression": "
|
|
7726
|
-
"sourcePath": "src/
|
|
7508
|
+
"fromSymbol": "src/runtimeBindings.ts",
|
|
7509
|
+
"toSymbol": "isRecord",
|
|
7510
|
+
"callExpression": "isRecord",
|
|
7511
|
+
"sourcePath": "src/runtimeBindings.ts"
|
|
7727
7512
|
},
|
|
7728
7513
|
{
|
|
7729
|
-
"fromSymbol": "
|
|
7730
|
-
"toSymbol": "
|
|
7731
|
-
"callExpression": "
|
|
7732
|
-
"sourcePath": "src/
|
|
7514
|
+
"fromSymbol": "asBindingValue",
|
|
7515
|
+
"toSymbol": "isBindingValue",
|
|
7516
|
+
"callExpression": "isBindingValue",
|
|
7517
|
+
"sourcePath": "src/runtimeBindings.ts"
|
|
7733
7518
|
},
|
|
7734
7519
|
{
|
|
7735
|
-
"fromSymbol": "
|
|
7736
|
-
"toSymbol": "
|
|
7737
|
-
"callExpression": "
|
|
7738
|
-
"sourcePath": "src/
|
|
7520
|
+
"fromSymbol": "isBindingValue",
|
|
7521
|
+
"toSymbol": "isRecord",
|
|
7522
|
+
"callExpression": "isRecord",
|
|
7523
|
+
"sourcePath": "src/runtimeBindings.ts"
|
|
7739
7524
|
},
|
|
7740
7525
|
{
|
|
7741
7526
|
"fromSymbol": "src/runtimeDbPersist.test.ts",
|
|
@@ -8292,7 +8077,7 @@
|
|
|
8292
8077
|
{
|
|
8293
8078
|
"fromSymbol": "src/RuntimeRenderer.tsx",
|
|
8294
8079
|
"toSymbol": "__function",
|
|
8295
|
-
"callExpression": "(async () => {\n const result = await resolveRuntimeRepeatItemsAsync(repeat, {\n
|
|
8080
|
+
"callExpression": "(async () => {\n const result = await resolveRuntimeRepeatItemsAsync(repeat, {\n apis: effectiveConfig.apis,\n context: effectiveConfig.bindingContext,\n dataBindings: effectiveConfig.dataBindings,\n executeOperation: effectiveConfig.executeOperation,\n node,\n operationResults: effectiveConfig.operationResults,\n stateAdapter: effectiveConfig.stateAdapter,\n writeOperationResult: effectiveConfig.writeOperationResult,\n });\n\n if (repeatRequestIdRef.current !== requestId) {\n return;\n }\n\n setAsyncRepeatResult(result);\n })",
|
|
8296
8081
|
"sourcePath": "src/RuntimeRenderer.tsx"
|
|
8297
8082
|
},
|
|
8298
8083
|
{
|
|
@@ -8519,8 +8304,8 @@
|
|
|
8519
8304
|
},
|
|
8520
8305
|
{
|
|
8521
8306
|
"fromSymbol": "src/runtimeRepeat.test.ts",
|
|
8522
|
-
"toSymbol": "
|
|
8523
|
-
"callExpression": "
|
|
8307
|
+
"toSymbol": "createApis",
|
|
8308
|
+
"callExpression": "createApis",
|
|
8524
8309
|
"sourcePath": "src/runtimeRepeat.test.ts"
|
|
8525
8310
|
},
|
|
8526
8311
|
{
|
|
@@ -8716,136 +8501,148 @@
|
|
|
8716
8501
|
"sourcePath": "src/runtimeScreenLoaders.arrayPath.test.ts"
|
|
8717
8502
|
},
|
|
8718
8503
|
{
|
|
8719
|
-
"fromSymbol": "
|
|
8720
|
-
"toSymbol": "
|
|
8721
|
-
"callExpression": "
|
|
8722
|
-
"sourcePath": "src/runtimeScreenLoaders.test.ts"
|
|
8723
|
-
},
|
|
8724
|
-
{
|
|
8725
|
-
"fromSymbol": "createDetailScreen",
|
|
8726
|
-
"toSymbol": "createDetailLoader",
|
|
8727
|
-
"callExpression": "createDetailLoader",
|
|
8728
|
-
"sourcePath": "src/runtimeScreenLoaders.test.ts"
|
|
8504
|
+
"fromSymbol": "createScreen",
|
|
8505
|
+
"toSymbol": "createLoader",
|
|
8506
|
+
"callExpression": "createLoader",
|
|
8507
|
+
"sourcePath": "src/runtimeScreenLoaders.execution.test.ts"
|
|
8729
8508
|
},
|
|
8730
8509
|
{
|
|
8731
|
-
"fromSymbol": "src/runtimeScreenLoaders.test.ts",
|
|
8510
|
+
"fromSymbol": "src/runtimeScreenLoaders.execution.test.ts",
|
|
8732
8511
|
"toSymbol": "describe",
|
|
8733
8512
|
"callExpression": "describe",
|
|
8734
|
-
"sourcePath": "src/runtimeScreenLoaders.test.ts"
|
|
8513
|
+
"sourcePath": "src/runtimeScreenLoaders.execution.test.ts"
|
|
8735
8514
|
},
|
|
8736
8515
|
{
|
|
8737
|
-
"fromSymbol": "src/runtimeScreenLoaders.test.ts",
|
|
8516
|
+
"fromSymbol": "src/runtimeScreenLoaders.execution.test.ts",
|
|
8738
8517
|
"toSymbol": "it",
|
|
8739
8518
|
"callExpression": "it",
|
|
8740
|
-
"sourcePath": "src/runtimeScreenLoaders.test.ts"
|
|
8519
|
+
"sourcePath": "src/runtimeScreenLoaders.execution.test.ts"
|
|
8741
8520
|
},
|
|
8742
8521
|
{
|
|
8743
|
-
"fromSymbol": "src/runtimeScreenLoaders.test.ts",
|
|
8744
|
-
"toSymbol": "
|
|
8745
|
-
"callExpression": "
|
|
8746
|
-
"sourcePath": "src/runtimeScreenLoaders.test.ts"
|
|
8522
|
+
"fromSymbol": "src/runtimeScreenLoaders.execution.test.ts",
|
|
8523
|
+
"toSymbol": "createScreen",
|
|
8524
|
+
"callExpression": "createScreen",
|
|
8525
|
+
"sourcePath": "src/runtimeScreenLoaders.execution.test.ts"
|
|
8747
8526
|
},
|
|
8748
8527
|
{
|
|
8749
|
-
"fromSymbol": "src/runtimeScreenLoaders.test.ts",
|
|
8528
|
+
"fromSymbol": "src/runtimeScreenLoaders.execution.test.ts",
|
|
8750
8529
|
"toSymbol": "executeRuntimeScreenOperationLoaders",
|
|
8751
8530
|
"callExpression": "executeRuntimeScreenOperationLoaders",
|
|
8752
|
-
"sourcePath": "src/runtimeScreenLoaders.test.ts"
|
|
8531
|
+
"sourcePath": "src/runtimeScreenLoaders.execution.test.ts"
|
|
8532
|
+
},
|
|
8533
|
+
{
|
|
8534
|
+
"fromSymbol": "src/runtimeScreenLoaders.execution.test.ts",
|
|
8535
|
+
"toSymbol": "createApis",
|
|
8536
|
+
"callExpression": "createApis",
|
|
8537
|
+
"sourcePath": "src/runtimeScreenLoaders.execution.test.ts"
|
|
8753
8538
|
},
|
|
8754
8539
|
{
|
|
8755
|
-
"fromSymbol": "src/runtimeScreenLoaders.test.ts",
|
|
8756
|
-
"toSymbol": "
|
|
8757
|
-
"callExpression": "
|
|
8758
|
-
"sourcePath": "src/runtimeScreenLoaders.test.ts"
|
|
8540
|
+
"fromSymbol": "src/runtimeScreenLoaders.execution.test.ts",
|
|
8541
|
+
"toSymbol": "routeContext",
|
|
8542
|
+
"callExpression": "routeContext",
|
|
8543
|
+
"sourcePath": "src/runtimeScreenLoaders.execution.test.ts"
|
|
8759
8544
|
},
|
|
8760
8545
|
{
|
|
8761
|
-
"fromSymbol": "src/runtimeScreenLoaders.test.ts",
|
|
8546
|
+
"fromSymbol": "src/runtimeScreenLoaders.execution.test.ts",
|
|
8762
8547
|
"toSymbol": "resolveScreenOperationLoaders",
|
|
8763
8548
|
"callExpression": "resolveScreenOperationLoaders",
|
|
8764
|
-
"sourcePath": "src/runtimeScreenLoaders.test.ts"
|
|
8549
|
+
"sourcePath": "src/runtimeScreenLoaders.execution.test.ts"
|
|
8765
8550
|
},
|
|
8766
8551
|
{
|
|
8767
|
-
"fromSymbol": "src/runtimeScreenLoaders.test.ts",
|
|
8552
|
+
"fromSymbol": "src/runtimeScreenLoaders.execution.test.ts",
|
|
8768
8553
|
"toSymbol": "expect",
|
|
8769
8554
|
"callExpression": "expect",
|
|
8770
|
-
"sourcePath": "src/runtimeScreenLoaders.test.ts"
|
|
8555
|
+
"sourcePath": "src/runtimeScreenLoaders.execution.test.ts"
|
|
8771
8556
|
},
|
|
8772
8557
|
{
|
|
8773
|
-
"fromSymbol": "src/runtimeScreenLoaders.test.ts",
|
|
8558
|
+
"fromSymbol": "src/runtimeScreenLoaders.execution.test.ts",
|
|
8774
8559
|
"toSymbol": "createRuntimeBindingOperationKey",
|
|
8775
8560
|
"callExpression": "createRuntimeBindingOperationKey",
|
|
8776
|
-
"sourcePath": "src/runtimeScreenLoaders.test.ts"
|
|
8561
|
+
"sourcePath": "src/runtimeScreenLoaders.execution.test.ts"
|
|
8777
8562
|
},
|
|
8778
8563
|
{
|
|
8779
|
-
"fromSymbol": "src/runtimeScreenLoaders.test.ts",
|
|
8564
|
+
"fromSymbol": "src/runtimeScreenLoaders.execution.test.ts",
|
|
8780
8565
|
"toSymbol": "resolveRuntimeBindings",
|
|
8781
8566
|
"callExpression": "resolveRuntimeBindings",
|
|
8782
|
-
"sourcePath": "src/runtimeScreenLoaders.test.ts"
|
|
8567
|
+
"sourcePath": "src/runtimeScreenLoaders.execution.test.ts"
|
|
8783
8568
|
},
|
|
8784
8569
|
{
|
|
8785
|
-
"fromSymbol": "src/runtimeScreenLoaders.test.ts",
|
|
8786
|
-
"toSymbol": "
|
|
8787
|
-
"callExpression": "
|
|
8788
|
-
"sourcePath": "src/runtimeScreenLoaders.test.ts"
|
|
8570
|
+
"fromSymbol": "src/runtimeScreenLoaders.execution.test.ts",
|
|
8571
|
+
"toSymbol": "createBindings",
|
|
8572
|
+
"callExpression": "createBindings",
|
|
8573
|
+
"sourcePath": "src/runtimeScreenLoaders.execution.test.ts"
|
|
8789
8574
|
},
|
|
8790
8575
|
{
|
|
8791
|
-
"fromSymbol": "src/runtimeScreenLoaders.test.ts",
|
|
8792
|
-
"toSymbol": "
|
|
8793
|
-
"callExpression": "
|
|
8794
|
-
"sourcePath": "src/runtimeScreenLoaders.test.ts"
|
|
8576
|
+
"fromSymbol": "src/runtimeScreenLoaders.execution.test.ts",
|
|
8577
|
+
"toSymbol": "createLoader",
|
|
8578
|
+
"callExpression": "createLoader",
|
|
8579
|
+
"sourcePath": "src/runtimeScreenLoaders.execution.test.ts"
|
|
8795
8580
|
},
|
|
8796
8581
|
{
|
|
8797
|
-
"fromSymbol": "src/runtimeScreenLoaders.test.ts",
|
|
8582
|
+
"fromSymbol": "src/runtimeScreenLoaders.execution.test.ts",
|
|
8798
8583
|
"toSymbol": "createRuntimeScreenLoaderRequestKey",
|
|
8799
8584
|
"callExpression": "createRuntimeScreenLoaderRequestKey",
|
|
8800
|
-
"sourcePath": "src/runtimeScreenLoaders.test.ts"
|
|
8585
|
+
"sourcePath": "src/runtimeScreenLoaders.execution.test.ts"
|
|
8801
8586
|
},
|
|
8802
8587
|
{
|
|
8803
|
-
"fromSymbol": "
|
|
8804
|
-
"toSymbol": "
|
|
8805
|
-
"callExpression": "
|
|
8806
|
-
"sourcePath": "src/runtimeScreenLoaders.test.ts"
|
|
8588
|
+
"fromSymbol": "loadedResult",
|
|
8589
|
+
"toSymbol": "createRuntimeBindingOperationKey",
|
|
8590
|
+
"callExpression": "createRuntimeBindingOperationKey",
|
|
8591
|
+
"sourcePath": "src/runtimeScreenLoaders.lifecycle.test.ts"
|
|
8807
8592
|
},
|
|
8808
8593
|
{
|
|
8809
|
-
"fromSymbol": "src/runtimeScreenLoaders.test.ts",
|
|
8810
|
-
"toSymbol": "
|
|
8811
|
-
"callExpression": "
|
|
8812
|
-
"sourcePath": "src/runtimeScreenLoaders.test.ts"
|
|
8594
|
+
"fromSymbol": "src/runtimeScreenLoaders.lifecycle.test.ts",
|
|
8595
|
+
"toSymbol": "describe",
|
|
8596
|
+
"callExpression": "describe",
|
|
8597
|
+
"sourcePath": "src/runtimeScreenLoaders.lifecycle.test.ts"
|
|
8813
8598
|
},
|
|
8814
8599
|
{
|
|
8815
|
-
"fromSymbol": "src/runtimeScreenLoaders.test.ts",
|
|
8816
|
-
"toSymbol": "
|
|
8817
|
-
"callExpression": "
|
|
8818
|
-
"sourcePath": "src/runtimeScreenLoaders.test.ts"
|
|
8600
|
+
"fromSymbol": "src/runtimeScreenLoaders.lifecycle.test.ts",
|
|
8601
|
+
"toSymbol": "it",
|
|
8602
|
+
"callExpression": "it",
|
|
8603
|
+
"sourcePath": "src/runtimeScreenLoaders.lifecycle.test.ts"
|
|
8819
8604
|
},
|
|
8820
8605
|
{
|
|
8821
|
-
"fromSymbol": "src/runtimeScreenLoaders.test.ts",
|
|
8606
|
+
"fromSymbol": "src/runtimeScreenLoaders.lifecycle.test.ts",
|
|
8822
8607
|
"toSymbol": "createIdleRuntimeScreenOperationLoaderState",
|
|
8823
8608
|
"callExpression": "createIdleRuntimeScreenOperationLoaderState",
|
|
8824
|
-
"sourcePath": "src/runtimeScreenLoaders.test.ts"
|
|
8609
|
+
"sourcePath": "src/runtimeScreenLoaders.lifecycle.test.ts"
|
|
8825
8610
|
},
|
|
8826
8611
|
{
|
|
8827
|
-
"fromSymbol": "src/runtimeScreenLoaders.test.ts",
|
|
8612
|
+
"fromSymbol": "src/runtimeScreenLoaders.lifecycle.test.ts",
|
|
8828
8613
|
"toSymbol": "beginRuntimeScreenOperationLoaderRequest",
|
|
8829
8614
|
"callExpression": "beginRuntimeScreenOperationLoaderRequest",
|
|
8830
|
-
"sourcePath": "src/runtimeScreenLoaders.test.ts"
|
|
8615
|
+
"sourcePath": "src/runtimeScreenLoaders.lifecycle.test.ts"
|
|
8831
8616
|
},
|
|
8832
8617
|
{
|
|
8833
|
-
"fromSymbol": "src/runtimeScreenLoaders.test.ts",
|
|
8618
|
+
"fromSymbol": "src/runtimeScreenLoaders.lifecycle.test.ts",
|
|
8834
8619
|
"toSymbol": "createRuntimeScreenOperationLoaderLifecycle",
|
|
8835
8620
|
"callExpression": "createRuntimeScreenOperationLoaderLifecycle",
|
|
8836
|
-
"sourcePath": "src/runtimeScreenLoaders.test.ts"
|
|
8621
|
+
"sourcePath": "src/runtimeScreenLoaders.lifecycle.test.ts"
|
|
8622
|
+
},
|
|
8623
|
+
{
|
|
8624
|
+
"fromSymbol": "src/runtimeScreenLoaders.lifecycle.test.ts",
|
|
8625
|
+
"toSymbol": "expect",
|
|
8626
|
+
"callExpression": "expect",
|
|
8627
|
+
"sourcePath": "src/runtimeScreenLoaders.lifecycle.test.ts"
|
|
8837
8628
|
},
|
|
8838
8629
|
{
|
|
8839
|
-
"fromSymbol": "src/runtimeScreenLoaders.test.ts",
|
|
8630
|
+
"fromSymbol": "src/runtimeScreenLoaders.lifecycle.test.ts",
|
|
8840
8631
|
"toSymbol": "createPendingRuntimeScreenOperationLoaderState",
|
|
8841
8632
|
"callExpression": "createPendingRuntimeScreenOperationLoaderState",
|
|
8842
|
-
"sourcePath": "src/runtimeScreenLoaders.test.ts"
|
|
8633
|
+
"sourcePath": "src/runtimeScreenLoaders.lifecycle.test.ts"
|
|
8843
8634
|
},
|
|
8844
8635
|
{
|
|
8845
|
-
"fromSymbol": "src/runtimeScreenLoaders.test.ts",
|
|
8636
|
+
"fromSymbol": "src/runtimeScreenLoaders.lifecycle.test.ts",
|
|
8846
8637
|
"toSymbol": "completeRuntimeScreenOperationLoaderRequest",
|
|
8847
8638
|
"callExpression": "completeRuntimeScreenOperationLoaderRequest",
|
|
8848
|
-
"sourcePath": "src/runtimeScreenLoaders.test.ts"
|
|
8639
|
+
"sourcePath": "src/runtimeScreenLoaders.lifecycle.test.ts"
|
|
8640
|
+
},
|
|
8641
|
+
{
|
|
8642
|
+
"fromSymbol": "src/runtimeScreenLoaders.lifecycle.test.ts",
|
|
8643
|
+
"toSymbol": "loadedResult",
|
|
8644
|
+
"callExpression": "loadedResult",
|
|
8645
|
+
"sourcePath": "src/runtimeScreenLoaders.lifecycle.test.ts"
|
|
8849
8646
|
},
|
|
8850
8647
|
{
|
|
8851
8648
|
"fromSymbol": "createRuntimeScreenLoaderRequestKey",
|
|
@@ -8880,7 +8677,7 @@
|
|
|
8880
8677
|
{
|
|
8881
8678
|
"fromSymbol": "executePreparedRuntimeScreenOperationLoaders",
|
|
8882
8679
|
"toSymbol": "__function",
|
|
8883
|
-
"callExpression": "(async () => {\n const operationResults: Record<string, BindingValue | undefined> = {};\n\n for (const preparedLoader of args.plan.loaders) {\n const selection = resolveRuntimeBindingOperationSelection(\n preparedLoader.loader.operation,\n args.
|
|
8680
|
+
"callExpression": "(async () => {\n const operationResults: Record<string, BindingValue | undefined> = {};\n\n for (const preparedLoader of args.plan.loaders) {\n const selection = resolveRuntimeBindingOperationSelection(\n preparedLoader.loader.operation,\n args.apis,\n diagnostics,\n );\n if (selection === undefined) {\n continue;\n }\n\n const result = await executeOperation({\n api: selection.api,\n endpoint: selection.endpoint,\n input: preparedLoader.input,\n node: args.screen.root,\n operation: preparedLoader.loader.operation,\n });\n diagnostics.push(...(result.diagnostics ?? []));\n\n if (!result.ok) {\n continue;\n }\n\n operationResults[preparedLoader.operationKey] = result.data;\n }\n\n return {\n dependencyKey: args.plan.requestKey,\n diagnostics,\n operationResults,\n };\n })",
|
|
8884
8681
|
"sourcePath": "src/runtimeScreenLoaders.ts"
|
|
8885
8682
|
},
|
|
8886
8683
|
{
|
|
@@ -9398,22 +9195,22 @@
|
|
|
9398
9195
|
},
|
|
9399
9196
|
{
|
|
9400
9197
|
"fromSymbol": "RuntimeComponentEventDispatchArgs",
|
|
9401
|
-
"toType": "
|
|
9198
|
+
"toType": "ApiDefinitionList",
|
|
9402
9199
|
"sourcePath": "src/runtimeActionRegistry.ts"
|
|
9403
9200
|
},
|
|
9404
9201
|
{
|
|
9405
9202
|
"fromSymbol": "RuntimeComponentEventDispatchArgs",
|
|
9406
|
-
"toType": "
|
|
9203
|
+
"toType": "BindingValue",
|
|
9407
9204
|
"sourcePath": "src/runtimeActionRegistry.ts"
|
|
9408
9205
|
},
|
|
9409
9206
|
{
|
|
9410
9207
|
"fromSymbol": "RuntimeComponentEventDispatchArgs",
|
|
9411
|
-
"toType": "
|
|
9208
|
+
"toType": "ComponentDataBinding",
|
|
9412
9209
|
"sourcePath": "src/runtimeActionRegistry.ts"
|
|
9413
9210
|
},
|
|
9414
9211
|
{
|
|
9415
9212
|
"fromSymbol": "RuntimeComponentEventDispatchArgs",
|
|
9416
|
-
"toType": "
|
|
9213
|
+
"toType": "ComponentEventDto",
|
|
9417
9214
|
"sourcePath": "src/runtimeActionRegistry.ts"
|
|
9418
9215
|
},
|
|
9419
9216
|
{
|
|
@@ -9483,12 +9280,12 @@
|
|
|
9483
9280
|
},
|
|
9484
9281
|
{
|
|
9485
9282
|
"fromSymbol": "createRuntimeActionRegistry",
|
|
9486
|
-
"toType": "
|
|
9283
|
+
"toType": "ApiDefinitionList",
|
|
9487
9284
|
"sourcePath": "src/runtimeActionRegistry.ts"
|
|
9488
9285
|
},
|
|
9489
9286
|
{
|
|
9490
9287
|
"fromSymbol": "createRuntimeActionRegistry",
|
|
9491
|
-
"toType": "
|
|
9288
|
+
"toType": "ComponentDataBindingRegistry",
|
|
9492
9289
|
"sourcePath": "src/runtimeActionRegistry.ts"
|
|
9493
9290
|
},
|
|
9494
9291
|
{
|
|
@@ -9552,23 +9349,68 @@
|
|
|
9552
9349
|
"sourcePath": "src/runtimeActionRegistry.ts"
|
|
9553
9350
|
},
|
|
9554
9351
|
{
|
|
9555
|
-
"fromSymbol": "
|
|
9352
|
+
"fromSymbol": "RuntimeApiOperationExecutorOptions",
|
|
9353
|
+
"toType": "EndpointTestCredentialResolver",
|
|
9354
|
+
"sourcePath": "src/runtimeApiOperations.ts"
|
|
9355
|
+
},
|
|
9356
|
+
{
|
|
9357
|
+
"fromSymbol": "RuntimeApiOperationExecutorOptions",
|
|
9358
|
+
"toType": "EndpointTestFetch",
|
|
9359
|
+
"sourcePath": "src/runtimeApiOperations.ts"
|
|
9360
|
+
},
|
|
9361
|
+
{
|
|
9362
|
+
"fromSymbol": "createRuntimeApiOperationExecutor",
|
|
9363
|
+
"toType": "RuntimeApiOperationExecutorOptions",
|
|
9364
|
+
"sourcePath": "src/runtimeApiOperations.ts"
|
|
9365
|
+
},
|
|
9366
|
+
{
|
|
9367
|
+
"fromSymbol": "createRuntimeApiOperationExecutor",
|
|
9368
|
+
"toType": "RuntimeBindingOperationExecutor",
|
|
9369
|
+
"sourcePath": "src/runtimeApiOperations.ts"
|
|
9370
|
+
},
|
|
9371
|
+
{
|
|
9372
|
+
"fromSymbol": "RuntimeApiOperationSelection",
|
|
9373
|
+
"toType": "ApiDefinition",
|
|
9374
|
+
"sourcePath": "src/runtimeApiSelection.ts"
|
|
9375
|
+
},
|
|
9376
|
+
{
|
|
9377
|
+
"fromSymbol": "RuntimeApiOperationSelection",
|
|
9378
|
+
"toType": "DataEndpointConfig",
|
|
9379
|
+
"sourcePath": "src/runtimeApiSelection.ts"
|
|
9380
|
+
},
|
|
9381
|
+
{
|
|
9382
|
+
"fromSymbol": "validateRuntimeBindingOperationRef",
|
|
9383
|
+
"toType": "ApiDefinitionList",
|
|
9384
|
+
"sourcePath": "src/runtimeApiSelection.ts"
|
|
9385
|
+
},
|
|
9386
|
+
{
|
|
9387
|
+
"fromSymbol": "validateRuntimeBindingOperationRef",
|
|
9556
9388
|
"toType": "BindingOperationRef",
|
|
9389
|
+
"sourcePath": "src/runtimeApiSelection.ts"
|
|
9390
|
+
},
|
|
9391
|
+
{
|
|
9392
|
+
"fromSymbol": "validateRuntimeBindingOperationRef",
|
|
9393
|
+
"toType": "DataSourceDiagnostic",
|
|
9394
|
+
"sourcePath": "src/runtimeApiSelection.ts"
|
|
9395
|
+
},
|
|
9396
|
+
{
|
|
9397
|
+
"fromSymbol": "RuntimeBindingOperationExecutionArgs",
|
|
9398
|
+
"toType": "ApiDefinition",
|
|
9557
9399
|
"sourcePath": "src/runtimeBindings.ts"
|
|
9558
9400
|
},
|
|
9559
9401
|
{
|
|
9560
9402
|
"fromSymbol": "RuntimeBindingOperationExecutionArgs",
|
|
9561
|
-
"toType": "
|
|
9403
|
+
"toType": "BindingOperationRef",
|
|
9562
9404
|
"sourcePath": "src/runtimeBindings.ts"
|
|
9563
9405
|
},
|
|
9564
9406
|
{
|
|
9565
9407
|
"fromSymbol": "RuntimeBindingOperationExecutionArgs",
|
|
9566
|
-
"toType": "
|
|
9408
|
+
"toType": "BindingValue",
|
|
9567
9409
|
"sourcePath": "src/runtimeBindings.ts"
|
|
9568
9410
|
},
|
|
9569
9411
|
{
|
|
9570
9412
|
"fromSymbol": "RuntimeBindingOperationExecutionArgs",
|
|
9571
|
-
"toType": "
|
|
9413
|
+
"toType": "DataEndpointConfig",
|
|
9572
9414
|
"sourcePath": "src/runtimeBindings.ts"
|
|
9573
9415
|
},
|
|
9574
9416
|
{
|
|
@@ -9578,22 +9420,22 @@
|
|
|
9578
9420
|
},
|
|
9579
9421
|
{
|
|
9580
9422
|
"fromSymbol": "RuntimeBindingResolutionArgs",
|
|
9581
|
-
"toType": "
|
|
9423
|
+
"toType": "ApiDefinitionList",
|
|
9582
9424
|
"sourcePath": "src/runtimeBindings.ts"
|
|
9583
9425
|
},
|
|
9584
9426
|
{
|
|
9585
9427
|
"fromSymbol": "RuntimeBindingResolutionArgs",
|
|
9586
|
-
"toType": "
|
|
9428
|
+
"toType": "BindingValue",
|
|
9587
9429
|
"sourcePath": "src/runtimeBindings.ts"
|
|
9588
9430
|
},
|
|
9589
9431
|
{
|
|
9590
9432
|
"fromSymbol": "RuntimeBindingResolutionArgs",
|
|
9591
|
-
"toType": "
|
|
9433
|
+
"toType": "ComponentDataBinding",
|
|
9592
9434
|
"sourcePath": "src/runtimeBindings.ts"
|
|
9593
9435
|
},
|
|
9594
9436
|
{
|
|
9595
9437
|
"fromSymbol": "RuntimeBindingResolutionArgs",
|
|
9596
|
-
"toType": "
|
|
9438
|
+
"toType": "ComponentEventDto",
|
|
9597
9439
|
"sourcePath": "src/runtimeBindings.ts"
|
|
9598
9440
|
},
|
|
9599
9441
|
{
|
|
@@ -9618,22 +9460,22 @@
|
|
|
9618
9460
|
},
|
|
9619
9461
|
{
|
|
9620
9462
|
"fromSymbol": "RuntimeBindingResolutionContext",
|
|
9621
|
-
"toType": "
|
|
9463
|
+
"toType": "ApiDefinitionList",
|
|
9622
9464
|
"sourcePath": "src/runtimeBindings.ts"
|
|
9623
9465
|
},
|
|
9624
9466
|
{
|
|
9625
9467
|
"fromSymbol": "RuntimeBindingResolutionContext",
|
|
9626
|
-
"toType": "
|
|
9468
|
+
"toType": "BindingValue",
|
|
9627
9469
|
"sourcePath": "src/runtimeBindings.ts"
|
|
9628
9470
|
},
|
|
9629
9471
|
{
|
|
9630
9472
|
"fromSymbol": "RuntimeBindingResolutionContext",
|
|
9631
|
-
"toType": "
|
|
9473
|
+
"toType": "ComponentDataBinding",
|
|
9632
9474
|
"sourcePath": "src/runtimeBindings.ts"
|
|
9633
9475
|
},
|
|
9634
9476
|
{
|
|
9635
9477
|
"fromSymbol": "RuntimeBindingResolutionContext",
|
|
9636
|
-
"toType": "
|
|
9478
|
+
"toType": "ComponentEventDto",
|
|
9637
9479
|
"sourcePath": "src/runtimeBindings.ts"
|
|
9638
9480
|
},
|
|
9639
9481
|
{
|
|
@@ -9736,56 +9578,6 @@
|
|
|
9736
9578
|
"toType": "RuntimeBindingResolutionContext",
|
|
9737
9579
|
"sourcePath": "src/runtimeBindings.ts"
|
|
9738
9580
|
},
|
|
9739
|
-
{
|
|
9740
|
-
"fromSymbol": "validateRuntimeBindingOperationRef",
|
|
9741
|
-
"toType": "BindingOperationRef",
|
|
9742
|
-
"sourcePath": "src/runtimeBindings.ts"
|
|
9743
|
-
},
|
|
9744
|
-
{
|
|
9745
|
-
"fromSymbol": "validateRuntimeBindingOperationRef",
|
|
9746
|
-
"toType": "DataSourceConfig",
|
|
9747
|
-
"sourcePath": "src/runtimeBindings.ts"
|
|
9748
|
-
},
|
|
9749
|
-
{
|
|
9750
|
-
"fromSymbol": "validateRuntimeBindingOperationRef",
|
|
9751
|
-
"toType": "DataSourceDiagnostic",
|
|
9752
|
-
"sourcePath": "src/runtimeBindings.ts"
|
|
9753
|
-
},
|
|
9754
|
-
{
|
|
9755
|
-
"fromSymbol": "validateRuntimeBindingOperationRef",
|
|
9756
|
-
"toType": "Readonly",
|
|
9757
|
-
"sourcePath": "src/runtimeBindings.ts"
|
|
9758
|
-
},
|
|
9759
|
-
{
|
|
9760
|
-
"fromSymbol": "RuntimeDataSourceOperationExecutorOptions",
|
|
9761
|
-
"toType": "DbAdapter",
|
|
9762
|
-
"sourcePath": "src/runtimeDataSourceOperations.ts"
|
|
9763
|
-
},
|
|
9764
|
-
{
|
|
9765
|
-
"fromSymbol": "RuntimeDataSourceOperationExecutorOptions",
|
|
9766
|
-
"toType": "EndpointTestCredentialResolver",
|
|
9767
|
-
"sourcePath": "src/runtimeDataSourceOperations.ts"
|
|
9768
|
-
},
|
|
9769
|
-
{
|
|
9770
|
-
"fromSymbol": "RuntimeDataSourceOperationExecutorOptions",
|
|
9771
|
-
"toType": "EndpointTestFetch",
|
|
9772
|
-
"sourcePath": "src/runtimeDataSourceOperations.ts"
|
|
9773
|
-
},
|
|
9774
|
-
{
|
|
9775
|
-
"fromSymbol": "RuntimeDataSourceOperationExecutorOptions",
|
|
9776
|
-
"toType": "Readonly",
|
|
9777
|
-
"sourcePath": "src/runtimeDataSourceOperations.ts"
|
|
9778
|
-
},
|
|
9779
|
-
{
|
|
9780
|
-
"fromSymbol": "createRuntimeDataSourceOperationExecutor",
|
|
9781
|
-
"toType": "RuntimeBindingOperationExecutor",
|
|
9782
|
-
"sourcePath": "src/runtimeDataSourceOperations.ts"
|
|
9783
|
-
},
|
|
9784
|
-
{
|
|
9785
|
-
"fromSymbol": "createRuntimeDataSourceOperationExecutor",
|
|
9786
|
-
"toType": "RuntimeDataSourceOperationExecutorOptions",
|
|
9787
|
-
"sourcePath": "src/runtimeDataSourceOperations.ts"
|
|
9788
|
-
},
|
|
9789
9581
|
{
|
|
9790
9582
|
"fromSymbol": "RuntimeDbPersistResult",
|
|
9791
9583
|
"toType": "DbInsertInput",
|
|
@@ -9963,17 +9755,17 @@
|
|
|
9963
9755
|
},
|
|
9964
9756
|
{
|
|
9965
9757
|
"fromSymbol": "RuntimeRendererProps",
|
|
9966
|
-
"toType": "
|
|
9758
|
+
"toType": "ApiDefinitionList",
|
|
9967
9759
|
"sourcePath": "src/RuntimeRenderer.tsx"
|
|
9968
9760
|
},
|
|
9969
9761
|
{
|
|
9970
9762
|
"fromSymbol": "RuntimeRendererProps",
|
|
9971
|
-
"toType": "
|
|
9763
|
+
"toType": "BindingValue",
|
|
9972
9764
|
"sourcePath": "src/RuntimeRenderer.tsx"
|
|
9973
9765
|
},
|
|
9974
9766
|
{
|
|
9975
9767
|
"fromSymbol": "RuntimeRendererProps",
|
|
9976
|
-
"toType": "
|
|
9768
|
+
"toType": "ComponentDataBinding",
|
|
9977
9769
|
"sourcePath": "src/RuntimeRenderer.tsx"
|
|
9978
9770
|
},
|
|
9979
9771
|
{
|
|
@@ -10108,17 +9900,17 @@
|
|
|
10108
9900
|
},
|
|
10109
9901
|
{
|
|
10110
9902
|
"fromSymbol": "RuntimeRendererConfig",
|
|
10111
|
-
"toType": "
|
|
9903
|
+
"toType": "ApiDefinitionList",
|
|
10112
9904
|
"sourcePath": "src/RuntimeRendererConfig.tsx"
|
|
10113
9905
|
},
|
|
10114
9906
|
{
|
|
10115
9907
|
"fromSymbol": "RuntimeRendererConfig",
|
|
10116
|
-
"toType": "
|
|
9908
|
+
"toType": "BindingValue",
|
|
10117
9909
|
"sourcePath": "src/RuntimeRendererConfig.tsx"
|
|
10118
9910
|
},
|
|
10119
9911
|
{
|
|
10120
9912
|
"fromSymbol": "RuntimeRendererConfig",
|
|
10121
|
-
"toType": "
|
|
9913
|
+
"toType": "ComponentDataBinding",
|
|
10122
9914
|
"sourcePath": "src/RuntimeRendererConfig.tsx"
|
|
10123
9915
|
},
|
|
10124
9916
|
{
|
|
@@ -10507,7 +10299,7 @@
|
|
|
10507
10299
|
{
|
|
10508
10300
|
"fromComponent": "RuntimeScreen",
|
|
10509
10301
|
"toComponent": "RuntimeRenderer",
|
|
10510
|
-
"jsxElement": "<RuntimeRenderer\n key={`${screen.id}:${screenOperationLoaders.renderVersion}`}\n node={screen.root}\n isRoot\n registry={registry}\n stateAdapter={stateAdapter}\n
|
|
10302
|
+
"jsxElement": "<RuntimeRenderer\n key={`${screen.id}:${screenOperationLoaders.renderVersion}`}\n node={screen.root}\n isRoot\n registry={registry}\n stateAdapter={stateAdapter}\n apis={apis}\n dataBindings={manifest.dataBindings}\n mediaAssets={manifest.media?.assets}\n operationResults={screenOperationLoaders.operationResults}\n />",
|
|
10511
10303
|
"sourcePath": "src/RuntimeScreen.tsx"
|
|
10512
10304
|
}
|
|
10513
10305
|
]
|