pareto 0.60.0 → 0.62.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/auto.dist/public/modules/main/implementations/temp_$compile_$boekhouding.alg.js +7 -7
- package/auto.dist/public/modules/pareto__2__fountain__pen/implementations/compilationUnit_$2_$Indented_$Lines.alg.js +8 -8
- package/auto.dist/public/modules/string__aware__fountain__pen__2__fountain__pen/auto.api.d.ts +1 -1
- package/auto.dist/public/modules/string__aware__fountain__pen__2__fountain__pen/auto.implementation.d.ts +1 -1
- package/auto.dist/public/modules/string__aware__fountain__pen__2__fountain__pen/auto.implementation.js +4 -4
- package/auto.dist/public/modules/string__aware__fountain__pen__2__fountain__pen/auto.provided_interface_glossary.d.ts +1 -1
- package/auto.dist/public/modules/string__aware__fountain__pen__2__fountain__pen/auto.provided_interface_glossary.shadow.d.ts +1 -1
- package/auto.dist/public/modules/string__aware__fountain__pen__2__fountain__pen/implementations/map.alg.d.ts +0 -2
- package/auto.dist/public/modules/string__aware__fountain__pen__2__fountain__pen/implementations/map.alg.js +1 -64
- package/auto.dist/public/modules/string__aware__fountain__pen__2__fountain__pen/implementations/map__Block__2__Block.alg.d.ts +2 -0
- package/auto.dist/public/modules/string__aware__fountain__pen__2__fountain__pen/implementations/map__Block__2__Block.alg.js +65 -0
- package/auto.dist/public/modules/typescript__intermediate__2__fountain__pen/auto.api.d.ts +1 -1
- package/auto.dist/public/modules/typescript__intermediate__2__fountain__pen/auto.implementation.d.ts +1 -1
- package/auto.dist/public/modules/typescript__intermediate__2__fountain__pen/auto.implementation.js +4 -4
- package/auto.dist/public/modules/typescript__intermediate__2__fountain__pen/auto.provided_interface_glossary.d.ts +42 -42
- package/auto.dist/public/modules/typescript__intermediate__2__fountain__pen/auto.provided_interface_glossary.shadow.d.ts +3 -3
- package/auto.dist/public/modules/typescript__intermediate__2__fountain__pen/implementations/map__Block__2__Block.alg.d.ts +2 -0
- package/auto.dist/public/modules/typescript__intermediate__2__fountain__pen/implementations/map__Block__2__Block.alg.js +95 -0
- package/auto.dist/public/modules/typescript__intermediate__2__fountain__pen/implementations/serialize.alg.d.ts +0 -2
- package/auto.dist/public/modules/typescript__intermediate__2__fountain__pen/implementations/serialize.alg.js +1 -94
- package/auto.dist/public/modules/typescript__naming/implementations/createIdentifier.alg.js +3 -2
- package/auto.pareto/auto.dependencies/index.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-pure/$.data.ts +39 -30
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/index.ts +1 -1
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/array/glossary.data.ts +65 -63
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/boolean/glossary.data.ts +14 -12
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/buildInterfaceInitializers/glossary.data.ts +34 -31
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/dictionary/api.data.ts +18 -13
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/dictionary/glossary.data.ts +52 -40
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/nested/glossary.data.ts +9 -7
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/number/glossary.data.ts +26 -24
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/optional/glossary.data.ts +14 -12
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/resolve/glossary.data.ts +9 -7
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/string/api.data.ts +6 -2
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/string/glossary.data.ts +71 -38
- package/auto.pareto/auto.dependencies/pareto-pure/auto.dependencies/pareto-standard-library/modules/tostring/glossary.data.ts +11 -9
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/astn.data.ts +22 -20
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.alan_light.data.ts +2 -0
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.cosmos_type_system.data.ts +115 -65
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.cosmos_typescript.data.ts +2 -0
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.grammar.data.ts +2 -0
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.graphviz.data.ts +2 -0
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.pareto.data.ts +2 -0
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.tendril.data.ts +2 -0
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.tendril_resolved.data.ts +2 -0
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/fountain_pen_directory.data.ts +47 -0
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/fountain_pen_indented_file.data.ts +50 -0
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/fountain_pen_indented_file_with_escaped_strings.data.ts +42 -0
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/lines.data.ts +9 -7
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/testresult.data.ts +115 -113
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/typescript_intermediate.data.ts +49 -47
- package/auto.pareto/auto.dependencies/pareto-pure/modules/{graphviz_2_string_aware_fountain_pen → alan_light_2_fountain_pen_indented_file_with_escaped_strings}/api.data.ts +1 -1
- package/auto.pareto/auto.dependencies/pareto-pure/modules/{alan_light_2_string_aware_fountain_pen → alan_light_2_fountain_pen_indented_file_with_escaped_strings}/glossary.data.ts +12 -10
- package/auto.pareto/auto.dependencies/pareto-pure/modules/{astn_2_fountain_pen → astn_2_fountain_pen_indented_file_with_escaped_strings}/api.data.ts +1 -1
- package/auto.pareto/auto.dependencies/pareto-pure/modules/{astn_2_fountain_pen → astn_2_fountain_pen_indented_file_with_escaped_strings}/glossary.data.ts +13 -11
- package/auto.pareto/auto.dependencies/pareto-pure/modules/cosmos_type_system_2_graphviz/api.data.ts +1 -1
- package/auto.pareto/auto.dependencies/pareto-pure/modules/cosmos_type_system_2_graphviz/glossary.data.ts +11 -9
- package/auto.pareto/auto.dependencies/pareto-pure/modules/cosmos_type_system_2_pareto/api.data.ts +1 -1
- package/auto.pareto/auto.dependencies/pareto-pure/modules/cosmos_type_system_2_pareto/glossary.data.ts +14 -12
- package/auto.pareto/auto.dependencies/pareto-pure/modules/cosmos_typescript_2_fountain_pen_directory/api.data.ts +17 -0
- package/auto.pareto/auto.dependencies/pareto-pure/modules/cosmos_typescript_2_fountain_pen_directory/glossary.data.ts +38 -0
- package/auto.pareto/auto.dependencies/pareto-pure/modules/{fountain_pen_2_fountain_pen → fountain_pen_indented_file_2_fountain_pen_indented_file}/api.data.ts +1 -1
- package/auto.pareto/auto.dependencies/pareto-pure/modules/fountain_pen_indented_file_2_fountain_pen_indented_file/glossary.data.ts +38 -0
- package/auto.pareto/auto.dependencies/pareto-pure/modules/{fountain_pen_2_lines → fountain_pen_lines_2_lines}/api.data.ts +1 -1
- package/auto.pareto/auto.dependencies/pareto-pure/modules/{fountain_pen_2_lines → fountain_pen_lines_2_lines}/glossary.data.ts +17 -15
- package/auto.pareto/auto.dependencies/pareto-pure/modules/{alan_light_2_string_aware_fountain_pen → graphviz_2_fountain_pen_indented_file_with_escaped_strings}/api.data.ts +1 -1
- package/auto.pareto/auto.dependencies/pareto-pure/modules/{graphviz_2_string_aware_fountain_pen → graphviz_2_fountain_pen_indented_file_with_escaped_strings}/glossary.data.ts +12 -10
- package/auto.pareto/auto.dependencies/pareto-pure/modules/{pareto_2_typescript → pareto_2_typescript_intermediate}/api.data.ts +1 -1
- package/auto.pareto/auto.dependencies/pareto-pure/modules/{pareto_2_typescript → pareto_2_typescript_intermediate}/glossary.data.ts +15 -13
- package/auto.pareto/auto.dependencies/pareto-pure/modules/tendril_2_alan_light/api.data.ts +1 -1
- package/auto.pareto/auto.dependencies/pareto-pure/modules/tendril_2_alan_light/glossary.data.ts +11 -9
- package/auto.pareto/auto.dependencies/pareto-pure/modules/tendril_2_cosmos_type_system/glossary.data.ts +49 -47
- package/auto.pareto/auto.dependencies/pareto-pure/modules/tendril_2_pareto/glossary.data.ts +11 -9
- package/auto.pareto/auto.dependencies/pareto-pure/modules/testresult_2_testresult/glossary.data.ts +115 -113
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/array/glossary.data.ts +65 -63
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/boolean/glossary.data.ts +14 -12
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/buildInterfaceInitializers/glossary.data.ts +34 -31
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/dictionary/api.data.ts +18 -13
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/dictionary/glossary.data.ts +52 -40
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/nested/glossary.data.ts +9 -7
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/number/glossary.data.ts +26 -24
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/optional/glossary.data.ts +14 -12
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/resolve/glossary.data.ts +9 -7
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/string/api.data.ts +6 -2
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/string/glossary.data.ts +71 -38
- package/auto.pareto/auto.dependencies/pareto-standard-library/modules/tostring/glossary.data.ts +11 -9
- package/auto.pareto/auto.dependencies/pareto-subatomic-library/glossaries/lines.data.ts +9 -7
- package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/array/glossary.data.ts +40 -28
- package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/dictionary/glossary.data.ts +20 -18
- package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/filesystem/glossary.data.ts +18 -16
- package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/json/glossary.data.ts +23 -20
- package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/numerical_predicates/glossary.data.ts +19 -17
- package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/string/api.data.ts +1 -3
- package/auto.pareto/auto.dependencies/pareto-subatomic-library/modules/string/glossary.data.ts +92 -77
- package/auto.pareto/modules/main/glossary.data.ts +14 -12
- package/auto.pareto/modules/pareto_2_fountain_pen/glossary.data.ts +16 -14
- package/auto.pareto/modules/string_aware_fountain_pen_2 fountain_pen/api.data.ts +1 -1
- package/auto.pareto/modules/string_aware_fountain_pen_2 fountain_pen/glossary.data.ts +13 -11
- package/auto.pareto/modules/typescript_intermediate_2_fountain_pen/api.data.ts +1 -1
- package/auto.pareto/modules/typescript_intermediate_2_fountain_pen/glossary.data.ts +13 -11
- package/auto.pareto/modules/typescript_naming/glossary.data.ts +10 -8
- package/package.json +8 -8
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/fountain_pen.data.ts +0 -48
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/string_aware_fountain_pen.data.ts +0 -40
- package/auto.pareto/auto.dependencies/pareto-pure/modules/fountain_pen_2_fountain_pen/glossary.data.ts +0 -36
package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.cosmos_type_system.data.ts
CHANGED
|
@@ -6,6 +6,7 @@ const d = pd.d
|
|
|
6
6
|
const a = pd.a
|
|
7
7
|
|
|
8
8
|
export const $: g_cosmos.D.Glossary = {
|
|
9
|
+
'data glossary': {
|
|
9
10
|
'imports': d({}),
|
|
10
11
|
'glossary parameters': d({}),
|
|
11
12
|
'root': {
|
|
@@ -172,6 +173,47 @@ export const $: g_cosmos.D.Glossary = {
|
|
|
172
173
|
})],
|
|
173
174
|
})]
|
|
174
175
|
},
|
|
176
|
+
"Data Glossary": {
|
|
177
|
+
'parameters': d({}),
|
|
178
|
+
'type': <g_cosmos.D.Data__Type>['group', d({
|
|
179
|
+
"glossary parameters": {
|
|
180
|
+
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
181
|
+
'context': ['local', null],
|
|
182
|
+
'typeXX': "Parameters",
|
|
183
|
+
'tailXX': a([]),
|
|
184
|
+
'type arguments': d({}),
|
|
185
|
+
}]],
|
|
186
|
+
},
|
|
187
|
+
"imports": {
|
|
188
|
+
'type': <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['group', d({
|
|
189
|
+
"glossary": {
|
|
190
|
+
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
191
|
+
'context': ['local', null],
|
|
192
|
+
'typeXX': "Glossary",
|
|
193
|
+
'tailXX': a([]),
|
|
194
|
+
'type arguments': d({}),
|
|
195
|
+
}]],
|
|
196
|
+
},
|
|
197
|
+
"type arguments": {
|
|
198
|
+
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
199
|
+
'context': ['local', null],
|
|
200
|
+
'typeXX': "Arguments",
|
|
201
|
+
'tailXX': a([]),
|
|
202
|
+
'type arguments': d({}),
|
|
203
|
+
}]],
|
|
204
|
+
},
|
|
205
|
+
})]],
|
|
206
|
+
},
|
|
207
|
+
"root": {
|
|
208
|
+
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
209
|
+
'context': ['local', null],
|
|
210
|
+
'typeXX': "Namespace",
|
|
211
|
+
'tailXX': a([]),
|
|
212
|
+
'type arguments': d({}),
|
|
213
|
+
}]],
|
|
214
|
+
},
|
|
215
|
+
})]
|
|
216
|
+
},
|
|
175
217
|
"Data Or Synchronous Interface": {
|
|
176
218
|
'parameters': d({}),
|
|
177
219
|
'type': <g_cosmos.D.Data__Type>['taggedUnion', d({
|
|
@@ -395,34 +437,14 @@ export const $: g_cosmos.D.Glossary = {
|
|
|
395
437
|
},
|
|
396
438
|
})]],
|
|
397
439
|
},
|
|
398
|
-
"glossary
|
|
440
|
+
"data glossary": {
|
|
399
441
|
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
400
442
|
'context': ['local', null],
|
|
401
|
-
'typeXX': "
|
|
443
|
+
'typeXX': "Data Glossary",
|
|
402
444
|
'tailXX': a([]),
|
|
403
445
|
'type arguments': d({}),
|
|
404
446
|
}]],
|
|
405
447
|
},
|
|
406
|
-
"imports": {
|
|
407
|
-
'type': <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['group', d({
|
|
408
|
-
"glossary": {
|
|
409
|
-
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
410
|
-
'context': ['local', null],
|
|
411
|
-
'typeXX': "Glossary",
|
|
412
|
-
'tailXX': a([]),
|
|
413
|
-
'type arguments': d({}),
|
|
414
|
-
}]],
|
|
415
|
-
},
|
|
416
|
-
"type arguments": {
|
|
417
|
-
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
418
|
-
'context': ['local', null],
|
|
419
|
-
'typeXX': "Arguments",
|
|
420
|
-
'tailXX': a([]),
|
|
421
|
-
'type arguments': d({}),
|
|
422
|
-
}]],
|
|
423
|
-
},
|
|
424
|
-
})]],
|
|
425
|
-
},
|
|
426
448
|
"interface types": {
|
|
427
449
|
'type': <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['group', d({
|
|
428
450
|
"parameters": {
|
|
@@ -459,14 +481,6 @@ export const $: g_cosmos.D.Glossary = {
|
|
|
459
481
|
},
|
|
460
482
|
})]],
|
|
461
483
|
},
|
|
462
|
-
"root": {
|
|
463
|
-
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
464
|
-
'context': ['local', null],
|
|
465
|
-
'typeXX': "Namespace",
|
|
466
|
-
'tailXX': a([]),
|
|
467
|
-
'type arguments': d({}),
|
|
468
|
-
}]],
|
|
469
|
-
},
|
|
470
484
|
})]
|
|
471
485
|
},
|
|
472
486
|
"Glossary Reference": {
|
|
@@ -540,12 +554,19 @@ export const $: g_cosmos.D.Glossary = {
|
|
|
540
554
|
'parameters': d({}),
|
|
541
555
|
'type': <g_cosmos.D.Data__Type>['group', d({
|
|
542
556
|
"glossaries": {
|
|
543
|
-
'type': <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
557
|
+
'type': <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['group', d({
|
|
558
|
+
"description": {
|
|
559
|
+
'type': <g_cosmos.D.Data__Type>['string', null],
|
|
560
|
+
},
|
|
561
|
+
"glossary": {
|
|
562
|
+
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
563
|
+
'context': ['local', null],
|
|
564
|
+
'typeXX': "Glossary",
|
|
565
|
+
'tailXX': a([]),
|
|
566
|
+
'type arguments': d({}),
|
|
567
|
+
}]],
|
|
568
|
+
},
|
|
569
|
+
})]],
|
|
549
570
|
},
|
|
550
571
|
"modules": {
|
|
551
572
|
'type': <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
@@ -942,6 +963,47 @@ export const $: g_cosmos.D.Glossary = {
|
|
|
942
963
|
},
|
|
943
964
|
}),
|
|
944
965
|
},
|
|
966
|
+
"Data Glossary": {
|
|
967
|
+
'data types': d({}),
|
|
968
|
+
'namespaces': d({
|
|
969
|
+
"G": {
|
|
970
|
+
'data types': d({}),
|
|
971
|
+
'namespaces': d({
|
|
972
|
+
"glossary parameters": {
|
|
973
|
+
'data types': d({}),
|
|
974
|
+
'namespaces': d({}),
|
|
975
|
+
},
|
|
976
|
+
"imports": {
|
|
977
|
+
'data types': d({}),
|
|
978
|
+
'namespaces': d({
|
|
979
|
+
"DX": {
|
|
980
|
+
'data types': d({}),
|
|
981
|
+
'namespaces': d({
|
|
982
|
+
"G": {
|
|
983
|
+
'data types': d({}),
|
|
984
|
+
'namespaces': d({
|
|
985
|
+
"glossary": {
|
|
986
|
+
'data types': d({}),
|
|
987
|
+
'namespaces': d({}),
|
|
988
|
+
},
|
|
989
|
+
"type arguments": {
|
|
990
|
+
'data types': d({}),
|
|
991
|
+
'namespaces': d({}),
|
|
992
|
+
},
|
|
993
|
+
}),
|
|
994
|
+
},
|
|
995
|
+
}),
|
|
996
|
+
},
|
|
997
|
+
}),
|
|
998
|
+
},
|
|
999
|
+
"root": {
|
|
1000
|
+
'data types': d({}),
|
|
1001
|
+
'namespaces': d({}),
|
|
1002
|
+
},
|
|
1003
|
+
}),
|
|
1004
|
+
},
|
|
1005
|
+
}),
|
|
1006
|
+
},
|
|
945
1007
|
"Data Or Synchronous Interface": {
|
|
946
1008
|
'data types': d({}),
|
|
947
1009
|
'namespaces': d({
|
|
@@ -1271,33 +1333,10 @@ export const $: g_cosmos.D.Glossary = {
|
|
|
1271
1333
|
},
|
|
1272
1334
|
}),
|
|
1273
1335
|
},
|
|
1274
|
-
"glossary
|
|
1336
|
+
"data glossary": {
|
|
1275
1337
|
'data types': d({}),
|
|
1276
1338
|
'namespaces': d({}),
|
|
1277
1339
|
},
|
|
1278
|
-
"imports": {
|
|
1279
|
-
'data types': d({}),
|
|
1280
|
-
'namespaces': d({
|
|
1281
|
-
"DX": {
|
|
1282
|
-
'data types': d({}),
|
|
1283
|
-
'namespaces': d({
|
|
1284
|
-
"G": {
|
|
1285
|
-
'data types': d({}),
|
|
1286
|
-
'namespaces': d({
|
|
1287
|
-
"glossary": {
|
|
1288
|
-
'data types': d({}),
|
|
1289
|
-
'namespaces': d({}),
|
|
1290
|
-
},
|
|
1291
|
-
"type arguments": {
|
|
1292
|
-
'data types': d({}),
|
|
1293
|
-
'namespaces': d({}),
|
|
1294
|
-
},
|
|
1295
|
-
}),
|
|
1296
|
-
},
|
|
1297
|
-
}),
|
|
1298
|
-
},
|
|
1299
|
-
}),
|
|
1300
|
-
},
|
|
1301
1340
|
"interface types": {
|
|
1302
1341
|
'data types': d({}),
|
|
1303
1342
|
'namespaces': d({
|
|
@@ -1355,10 +1394,6 @@ export const $: g_cosmos.D.Glossary = {
|
|
|
1355
1394
|
},
|
|
1356
1395
|
}),
|
|
1357
1396
|
},
|
|
1358
|
-
"root": {
|
|
1359
|
-
'data types': d({}),
|
|
1360
|
-
'namespaces': d({}),
|
|
1361
|
-
},
|
|
1362
1397
|
}),
|
|
1363
1398
|
},
|
|
1364
1399
|
}),
|
|
@@ -1484,7 +1519,21 @@ export const $: g_cosmos.D.Glossary = {
|
|
|
1484
1519
|
'namespaces': d({
|
|
1485
1520
|
"DX": {
|
|
1486
1521
|
'data types': d({}),
|
|
1487
|
-
'namespaces': d({
|
|
1522
|
+
'namespaces': d({
|
|
1523
|
+
"G": {
|
|
1524
|
+
'data types': d({}),
|
|
1525
|
+
'namespaces': d({
|
|
1526
|
+
"description": {
|
|
1527
|
+
'data types': d({}),
|
|
1528
|
+
'namespaces': d({}),
|
|
1529
|
+
},
|
|
1530
|
+
"glossary": {
|
|
1531
|
+
'data types': d({}),
|
|
1532
|
+
'namespaces': d({}),
|
|
1533
|
+
},
|
|
1534
|
+
}),
|
|
1535
|
+
},
|
|
1536
|
+
}),
|
|
1488
1537
|
},
|
|
1489
1538
|
}),
|
|
1490
1539
|
},
|
|
@@ -1676,6 +1725,7 @@ export const $: g_cosmos.D.Glossary = {
|
|
|
1676
1725
|
},
|
|
1677
1726
|
}),
|
|
1678
1727
|
},
|
|
1728
|
+
},
|
|
1679
1729
|
'interface types': d({}),
|
|
1680
1730
|
'algorithm types': d({}),
|
|
1681
1731
|
}
|
|
@@ -6,6 +6,7 @@ const d = pd.d
|
|
|
6
6
|
const a = pd.a
|
|
7
7
|
|
|
8
8
|
export const $: g_cosmos.D.Glossary = {
|
|
9
|
+
'data glossary': {
|
|
9
10
|
'imports': d({}),
|
|
10
11
|
'glossary parameters': d({}),
|
|
11
12
|
'root': {
|
|
@@ -117,6 +118,7 @@ export const $: g_cosmos.D.Glossary = {
|
|
|
117
118
|
},
|
|
118
119
|
}),
|
|
119
120
|
},
|
|
121
|
+
},
|
|
120
122
|
'interface types': d({}),
|
|
121
123
|
'algorithm types': d({}),
|
|
122
124
|
}
|
|
@@ -6,6 +6,7 @@ const d = pd.d
|
|
|
6
6
|
const a = pd.a
|
|
7
7
|
|
|
8
8
|
export const $: g_cosmos.D.Glossary = {
|
|
9
|
+
'data glossary': {
|
|
9
10
|
'imports': d({}),
|
|
10
11
|
'glossary parameters': d({
|
|
11
12
|
"Annotation": null,
|
|
@@ -257,6 +258,7 @@ export const $: g_cosmos.D.Glossary = {
|
|
|
257
258
|
},
|
|
258
259
|
}),
|
|
259
260
|
},
|
|
261
|
+
},
|
|
260
262
|
'interface types': d({}),
|
|
261
263
|
'algorithm types': d({}),
|
|
262
264
|
}
|
|
@@ -6,6 +6,7 @@ const d = pd.d
|
|
|
6
6
|
const a = pd.a
|
|
7
7
|
|
|
8
8
|
export const $: g_cosmos.D.Glossary = {
|
|
9
|
+
'data glossary': {
|
|
9
10
|
'imports': d({}),
|
|
10
11
|
'glossary parameters': d({}),
|
|
11
12
|
'root': {
|
|
@@ -663,6 +664,7 @@ export const $: g_cosmos.D.Glossary = {
|
|
|
663
664
|
},
|
|
664
665
|
}),
|
|
665
666
|
},
|
|
667
|
+
},
|
|
666
668
|
'interface types': d({}),
|
|
667
669
|
'algorithm types': d({}),
|
|
668
670
|
}
|
|
@@ -6,6 +6,7 @@ const d = pd.d
|
|
|
6
6
|
const a = pd.a
|
|
7
7
|
|
|
8
8
|
export const $: g_cosmos.D.Glossary = {
|
|
9
|
+
'data glossary': {
|
|
9
10
|
'imports': d({}),
|
|
10
11
|
'glossary parameters': d({}),
|
|
11
12
|
'root': {
|
|
@@ -1449,6 +1450,7 @@ export const $: g_cosmos.D.Glossary = {
|
|
|
1449
1450
|
},
|
|
1450
1451
|
}),
|
|
1451
1452
|
},
|
|
1453
|
+
},
|
|
1452
1454
|
'interface types': d({}),
|
|
1453
1455
|
'algorithm types': d({}),
|
|
1454
1456
|
}
|
|
@@ -6,6 +6,7 @@ const d = pd.d
|
|
|
6
6
|
const a = pd.a
|
|
7
7
|
|
|
8
8
|
export const $: g_cosmos.D.Glossary = {
|
|
9
|
+
'data glossary': {
|
|
9
10
|
'imports': d({}),
|
|
10
11
|
'glossary parameters': d({
|
|
11
12
|
"Annotation": null,
|
|
@@ -971,6 +972,7 @@ export const $: g_cosmos.D.Glossary = {
|
|
|
971
972
|
},
|
|
972
973
|
}),
|
|
973
974
|
},
|
|
975
|
+
},
|
|
974
976
|
'interface types': d({}),
|
|
975
977
|
'algorithm types': d({}),
|
|
976
978
|
}
|
|
@@ -6,6 +6,7 @@ const d = pd.d
|
|
|
6
6
|
const a = pd.a
|
|
7
7
|
|
|
8
8
|
export const $: g_cosmos.D.Glossary = {
|
|
9
|
+
'data glossary': {
|
|
9
10
|
'imports': d({}),
|
|
10
11
|
'glossary parameters': d({}),
|
|
11
12
|
'root': {
|
|
@@ -857,6 +858,7 @@ export const $: g_cosmos.D.Glossary = {
|
|
|
857
858
|
},
|
|
858
859
|
}),
|
|
859
860
|
},
|
|
861
|
+
},
|
|
860
862
|
'interface types': d({}),
|
|
861
863
|
'algorithm types': d({}),
|
|
862
864
|
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import * as pd from 'pareto-core-data'
|
|
2
|
+
|
|
3
|
+
import {
|
|
4
|
+
array, afunction, boolean, computed, data, dictionary,
|
|
5
|
+
glossaryParameter, group, member, number, optional, ref, sfunction, string, type, typeReference,
|
|
6
|
+
taggedUnion,
|
|
7
|
+
null_,
|
|
8
|
+
sInterface,
|
|
9
|
+
sInterfaceMethod,
|
|
10
|
+
imp,
|
|
11
|
+
externalTypeReference
|
|
12
|
+
} from "pareto-pure/auto.dist/public/shorthands/cosmos_type_system.sh"
|
|
13
|
+
|
|
14
|
+
import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.cosmos__type__system"
|
|
15
|
+
|
|
16
|
+
import { $ as d_fountain_pen } from "./fountain_pen_indented_file.data"
|
|
17
|
+
|
|
18
|
+
const d = pd.d
|
|
19
|
+
|
|
20
|
+
export const $: g_glossary.D.Glossary = {
|
|
21
|
+
'data glossary': {
|
|
22
|
+
'glossary parameters': d({
|
|
23
|
+
}),
|
|
24
|
+
'imports': d({
|
|
25
|
+
"fp": imp(d_fountain_pen, {}),
|
|
26
|
+
}),
|
|
27
|
+
'root': {
|
|
28
|
+
'namespaces': d({}),
|
|
29
|
+
'data types': d({
|
|
30
|
+
"Directory": type(group({
|
|
31
|
+
"nodes": member(dictionary(taggedUnion({
|
|
32
|
+
"allowed manual": null_(),
|
|
33
|
+
"allowed automatic": null_(),
|
|
34
|
+
"file": ref(externalTypeReference("fp", "Block")),
|
|
35
|
+
"template": ref(externalTypeReference("fp", "Block")),
|
|
36
|
+
"directory": ref(typeReference("Directory")),
|
|
37
|
+
})))
|
|
38
|
+
}))
|
|
39
|
+
}),
|
|
40
|
+
},
|
|
41
|
+
},
|
|
42
|
+
'interface types': d({
|
|
43
|
+
|
|
44
|
+
}),
|
|
45
|
+
'algorithm types': d({
|
|
46
|
+
}),
|
|
47
|
+
}
|
package/auto.pareto/auto.dependencies/pareto-pure/glossaries/fountain_pen_indented_file.data.ts
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import * as pd from 'pareto-core-data'
|
|
2
|
+
|
|
3
|
+
import {
|
|
4
|
+
aInterface,
|
|
5
|
+
aInterfaceMethod,
|
|
6
|
+
aInterfaceReference,
|
|
7
|
+
array, data, dictionary, externalTypeReference, glossaryParameter, group, infInit, member, null_, number, parametrizedType, ref, sfunction, streamconsumer, string, taggedUnion, type, typeParameter, typeReference
|
|
8
|
+
} from "pareto-pure/auto.dist/public/shorthands/cosmos_type_system.sh"
|
|
9
|
+
|
|
10
|
+
import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.cosmos__type__system"
|
|
11
|
+
const d = pd.d
|
|
12
|
+
|
|
13
|
+
export const $: g_glossary.D.Glossary = {
|
|
14
|
+
'data glossary': {
|
|
15
|
+
'glossary parameters': d({}),
|
|
16
|
+
'imports': d({
|
|
17
|
+
}),
|
|
18
|
+
'root': {
|
|
19
|
+
'namespaces': d({}),
|
|
20
|
+
'data types': d({
|
|
21
|
+
"Block": type(array(taggedUnion({
|
|
22
|
+
"nested line": ref(typeReference("Line")),
|
|
23
|
+
"line": string(),
|
|
24
|
+
/**
|
|
25
|
+
* this one can be used to make code generation easier.
|
|
26
|
+
* it will be inlined
|
|
27
|
+
*/
|
|
28
|
+
"sub block": ref(typeReference("Block")),
|
|
29
|
+
}))),
|
|
30
|
+
"Line": type(array(taggedUnion({
|
|
31
|
+
"snippet": string(),
|
|
32
|
+
"indent": ref(typeReference("Block")),
|
|
33
|
+
/**
|
|
34
|
+
* this one can be used to make code generation easier.
|
|
35
|
+
* it will be inlined
|
|
36
|
+
*/
|
|
37
|
+
"sub line": ref(typeReference("Line")),
|
|
38
|
+
}))),
|
|
39
|
+
"Lines": type(array(group({
|
|
40
|
+
"indentation": member(number()),
|
|
41
|
+
"text": member(string()),
|
|
42
|
+
}))),
|
|
43
|
+
}),
|
|
44
|
+
},
|
|
45
|
+
},
|
|
46
|
+
'interface types': d({
|
|
47
|
+
}),
|
|
48
|
+
'algorithm types': d({
|
|
49
|
+
}),
|
|
50
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import * as pd from 'pareto-core-data'
|
|
2
|
+
|
|
3
|
+
import {
|
|
4
|
+
aInterface,
|
|
5
|
+
aInterfaceMethod,
|
|
6
|
+
aInterfaceReference,
|
|
7
|
+
array, data, dictionary, externalTypeReference, glossaryParameter, group, imp, infInit, member, null_, number, parametrizedType, ref, sfunction, streamconsumer, string, taggedUnion, type, typeParameter, typeReference
|
|
8
|
+
} from "pareto-pure/auto.dist/public/shorthands/cosmos_type_system.sh"
|
|
9
|
+
|
|
10
|
+
import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.cosmos__type__system"
|
|
11
|
+
const d = pd.d
|
|
12
|
+
|
|
13
|
+
export const $: g_glossary.D.Glossary = {
|
|
14
|
+
'data glossary': {
|
|
15
|
+
'glossary parameters': d({}),
|
|
16
|
+
'imports': d({
|
|
17
|
+
}),
|
|
18
|
+
'root': {
|
|
19
|
+
'namespaces': d({}),
|
|
20
|
+
'data types': d({
|
|
21
|
+
"Block": type(array(taggedUnion({
|
|
22
|
+
"nested line": ref(typeReference("Line")),
|
|
23
|
+
"line": string(),
|
|
24
|
+
}))),
|
|
25
|
+
"Line": type(array(taggedUnion({
|
|
26
|
+
"snippet": string(),
|
|
27
|
+
"apostrophed string": string(),
|
|
28
|
+
"quoted string": string(),
|
|
29
|
+
"backticked string": string(),
|
|
30
|
+
"indent": ref(typeReference("Block"))
|
|
31
|
+
}))),
|
|
32
|
+
"Lines": type(array(group({
|
|
33
|
+
"indentation": member(number()),
|
|
34
|
+
"text": member(string()),
|
|
35
|
+
}))),
|
|
36
|
+
}),
|
|
37
|
+
},
|
|
38
|
+
},
|
|
39
|
+
'interface types': d({}),
|
|
40
|
+
'algorithm types': d({
|
|
41
|
+
}),
|
|
42
|
+
}
|
|
@@ -11,14 +11,16 @@ import * as g_glossary from "pareto-pure/auto.dist/public/auto.glossaries/auto.c
|
|
|
11
11
|
const d = pd.d
|
|
12
12
|
|
|
13
13
|
export const $: g_glossary.D.Glossary = {
|
|
14
|
-
'glossary
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
'root': {
|
|
18
|
-
'namespaces': d({}),
|
|
19
|
-
'data types': d({
|
|
20
|
-
"Lines": type(array(string())),
|
|
14
|
+
'data glossary': {
|
|
15
|
+
'glossary parameters': d({}),
|
|
16
|
+
'imports': d({
|
|
21
17
|
}),
|
|
18
|
+
'root': {
|
|
19
|
+
'namespaces': d({}),
|
|
20
|
+
'data types': d({
|
|
21
|
+
"Lines": type(array(string())),
|
|
22
|
+
}),
|
|
23
|
+
},
|
|
22
24
|
},
|
|
23
25
|
'interface types': d({
|
|
24
26
|
}),
|