pareto 0.51.1 → 0.53.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.
Files changed (109) hide show
  1. package/auto.dist/auto.globals.d.ts +22 -0
  2. package/auto.dist/auto.globals.js +2 -0
  3. package/auto.dist/index.d.ts +3 -0
  4. package/auto.dist/index.js +40 -0
  5. package/auto.dist/public/cosmos__2__pareto/auto.api.d.ts +6 -0
  6. package/auto.dist/public/cosmos__2__pareto/auto.api.js +3 -0
  7. package/auto.dist/public/cosmos__2__pareto/auto.implementation.d.ts +2 -0
  8. package/auto.dist/public/cosmos__2__pareto/auto.implementation.js +6 -0
  9. package/auto.dist/public/cosmos__2__pareto/auto.provided_interface_glossary.d.ts +3045 -0
  10. package/auto.dist/public/cosmos__2__pareto/auto.provided_interface_glossary.js +3 -0
  11. package/auto.dist/public/cosmos__2__pareto/auto.provided_interface_glossary.shadow.d.ts +29 -0
  12. package/auto.dist/public/cosmos__2__pareto/auto.provided_interface_glossary.shadow.js +3 -0
  13. package/auto.dist/public/cosmos__2__pareto/implementations/library2ParetoComparators.alg.d.ts +2 -0
  14. package/auto.dist/public/cosmos__2__pareto/implementations/library2ParetoComparators.alg.js +359 -0
  15. package/auto.dist/public/cosmos__2__pareto/index.d.ts +2 -0
  16. package/auto.dist/public/cosmos__2__pareto/index.js +19 -0
  17. package/auto.dist/public/fountain__pen/auto.api.d.ts +6 -0
  18. package/auto.dist/public/fountain__pen/auto.api.js +3 -0
  19. package/auto.dist/public/fountain__pen/auto.implementation.d.ts +2 -0
  20. package/auto.dist/public/fountain__pen/auto.implementation.js +6 -0
  21. package/auto.dist/public/fountain__pen/auto.provided_interface_glossary.d.ts +29 -0
  22. package/auto.dist/public/fountain__pen/auto.provided_interface_glossary.js +3 -0
  23. package/auto.dist/public/fountain__pen/auto.provided_interface_glossary.shadow.d.ts +9 -0
  24. package/auto.dist/public/fountain__pen/auto.provided_interface_glossary.shadow.js +3 -0
  25. package/auto.dist/public/fountain__pen/implementations/serialize.alg.d.ts +2 -0
  26. package/auto.dist/public/fountain__pen/implementations/serialize.alg.js +98 -0
  27. package/auto.dist/public/fountain__pen/index.d.ts +2 -0
  28. package/auto.dist/public/fountain__pen/index.js +19 -0
  29. package/auto.dist/public/glossaries/cosmos__type__system.d.ts +1760 -0
  30. package/auto.dist/public/glossaries/cosmos__type__system.js +3 -0
  31. package/auto.dist/public/glossaries/cosmos__type__system.shadow.d.ts +8 -0
  32. package/auto.dist/public/glossaries/cosmos__type__system.shadow.js +3 -0
  33. package/auto.dist/public/glossaries/pareto.d.ts +1267 -0
  34. package/auto.dist/public/glossaries/pareto.js +3 -0
  35. package/auto.dist/public/glossaries/pareto.shadow.d.ts +8 -0
  36. package/auto.dist/public/glossaries/pareto.shadow.js +3 -0
  37. package/auto.dist/public/pareto__2__typescript/auto.api.d.ts +6 -0
  38. package/auto.dist/public/pareto__2__typescript/auto.api.js +3 -0
  39. package/auto.dist/public/pareto__2__typescript/auto.implementation.d.ts +2 -0
  40. package/auto.dist/public/pareto__2__typescript/auto.implementation.js +6 -0
  41. package/auto.dist/public/pareto__2__typescript/auto.provided_interface_glossary.d.ts +1318 -0
  42. package/auto.dist/public/pareto__2__typescript/auto.provided_interface_glossary.js +3 -0
  43. package/auto.dist/public/pareto__2__typescript/auto.provided_interface_glossary.shadow.d.ts +30 -0
  44. package/auto.dist/public/pareto__2__typescript/auto.provided_interface_glossary.shadow.js +3 -0
  45. package/auto.dist/public/pareto__2__typescript/implementations/serializeCompilationUnit.alg.d.ts +2 -0
  46. package/auto.dist/public/pareto__2__typescript/implementations/serializeCompilationUnit.alg.js +510 -0
  47. package/auto.dist/public/pareto__2__typescript/index.d.ts +2 -0
  48. package/auto.dist/public/pareto__2__typescript/index.js +19 -0
  49. package/auto.dist/public/shorthands/pareto.d.ts +48 -0
  50. package/auto.dist/public/shorthands/pareto.js +241 -0
  51. package/auto.pareto/$.data.ts +45 -0
  52. package/auto.pareto/auto.dependencies/index.ts +9 -0
  53. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/$.data.ts +58 -0
  54. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/arithmetic/api.data.ts +26 -0
  55. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/arithmetic/glossary.data.ts +76 -0
  56. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/array/api.data.ts +21 -0
  57. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/array/glossary.data.ts +60 -0
  58. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/boolean/api.data.ts +21 -0
  59. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/boolean/glossary.data.ts +45 -0
  60. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/build/api.data.ts +25 -0
  61. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/build/glossary.data.ts +133 -0
  62. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/collation/api.data.ts +15 -0
  63. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/collation/glossary.data.ts +34 -0
  64. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/dictionary/api.data.ts +60 -0
  65. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/dictionary/glossary.data.ts +130 -0
  66. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/filesystem/api.data.ts +19 -0
  67. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/filesystem/glossary.data.ts +189 -0
  68. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/foreach/api.data.ts +25 -0
  69. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/foreach/glossary.data.ts +78 -0
  70. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/http/api.data.ts +16 -0
  71. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/http/glossary.data.ts +69 -0
  72. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/json/api.data.ts +16 -0
  73. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/json/glossary.data.ts +51 -0
  74. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/nested/api.data.ts +15 -0
  75. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/nested/glossary.data.ts +29 -0
  76. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/numerical_predicates/api.data.ts +18 -0
  77. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/numerical_predicates/glossary.data.ts +40 -0
  78. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/path/api.data.ts +19 -0
  79. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/path/glossary.data.ts +35 -0
  80. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/resolve/api.data.ts +20 -0
  81. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/resolve/glossary.data.ts +84 -0
  82. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/string/api.data.ts +26 -0
  83. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/string/glossary.data.ts +75 -0
  84. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/tostring/api.data.ts +19 -0
  85. package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/tostring/glossary.data.ts +42 -0
  86. package/auto.pareto/auto.dependencies/res-typescript/$.data.ts +35 -0
  87. package/auto.pareto/auto.dependencies/res-typescript/modules/naming/api.data.ts +15 -0
  88. package/auto.pareto/auto.dependencies/res-typescript/modules/naming/glossary.data.ts +34 -0
  89. package/auto.pareto/auto.dependencies/res-typescript/modules/serialize/api.data.ts +18 -0
  90. package/auto.pareto/auto.dependencies/res-typescript/modules/serialize/glossary.data.ts +42 -0
  91. package/auto.pareto/glossaries/auto.cosmos_type_system.data.ts +1674 -0
  92. package/auto.pareto/glossaries/auto.pareto.data.ts +1283 -0
  93. package/auto.pareto/modules/cosmos2pareto/api.data.ts +18 -0
  94. package/auto.pareto/modules/cosmos2pareto/glossary.data.ts +41 -0
  95. package/auto.pareto/modules/fountain_pen/api.data.ts +17 -0
  96. package/auto.pareto/modules/fountain_pen/glossary.data.ts +32 -0
  97. package/auto.pareto/modules/pareto2typescript/api.data.ts +24 -0
  98. package/auto.pareto/modules/pareto2typescript/glossary.data.ts +47 -0
  99. package/package.json +25 -50
  100. package/README.md +0 -30
  101. package/dist/examples/UnsafePromise.d.ts +0 -0
  102. package/dist/examples/UnsafePromise.js +0 -2
  103. package/dist/examples/UnsafePromise.js.map +0 -1
  104. package/dist/src/index.d.ts +0 -2
  105. package/dist/src/index.js +0 -29
  106. package/dist/src/index.js.map +0 -1
  107. package/dist/test/index.d.ts +0 -0
  108. package/dist/test/index.js +0 -2
  109. package/dist/test/index.js.map +0 -1
@@ -0,0 +1,1267 @@
1
+ import * as pt from 'pareto-core-types';
2
+ export declare namespace G { }
3
+ export declare namespace N {
4
+ namespace Compilation_$_$Unit {
5
+ namespace N {
6
+ namespace G {
7
+ namespace N {
8
+ namespace imports {
9
+ namespace N {
10
+ namespace DX {
11
+ namespace N {
12
+ namespace G {
13
+ namespace N {
14
+ namespace path {
15
+ namespace N { }
16
+ namespace D { }
17
+ }
18
+ }
19
+ namespace D { }
20
+ }
21
+ }
22
+ namespace D { }
23
+ }
24
+ }
25
+ namespace D { }
26
+ }
27
+ namespace root_$_$namespace {
28
+ namespace N { }
29
+ namespace D { }
30
+ }
31
+ }
32
+ namespace D { }
33
+ }
34
+ }
35
+ namespace D { }
36
+ }
37
+ namespace Expression {
38
+ namespace N {
39
+ namespace TU {
40
+ namespace N {
41
+ namespace array_$_$literal {
42
+ namespace N {
43
+ namespace A {
44
+ namespace N { }
45
+ namespace D { }
46
+ }
47
+ }
48
+ namespace D { }
49
+ }
50
+ namespace block {
51
+ namespace N { }
52
+ namespace D { }
53
+ }
54
+ namespace change_$_$context {
55
+ namespace N {
56
+ namespace G {
57
+ namespace N {
58
+ namespace new_$_$context_$_$selection {
59
+ namespace N { }
60
+ namespace D { }
61
+ }
62
+ namespace sub_$_$expression {
63
+ namespace N { }
64
+ namespace D { }
65
+ }
66
+ }
67
+ namespace D { }
68
+ }
69
+ }
70
+ namespace D { }
71
+ }
72
+ namespace dictionary_$_$literal {
73
+ namespace N {
74
+ namespace DX {
75
+ namespace N { }
76
+ namespace D { }
77
+ }
78
+ }
79
+ namespace D { }
80
+ }
81
+ namespace _$lfalse {
82
+ namespace N { }
83
+ namespace D { }
84
+ }
85
+ namespace _$lfunction {
86
+ namespace N {
87
+ namespace G {
88
+ namespace N {
89
+ namespace block {
90
+ namespace N { }
91
+ namespace D { }
92
+ }
93
+ namespace temp_$_$signature_$_$help {
94
+ namespace N {
95
+ namespace TU {
96
+ namespace N {
97
+ namespace has_$_$additional_$_$parameters {
98
+ namespace N { }
99
+ namespace D { }
100
+ }
101
+ namespace has_$_$no_$_$additional_$_$parameters {
102
+ namespace N { }
103
+ namespace D { }
104
+ }
105
+ namespace typed {
106
+ namespace N { }
107
+ namespace D { }
108
+ }
109
+ }
110
+ namespace D { }
111
+ }
112
+ }
113
+ namespace D { }
114
+ }
115
+ }
116
+ namespace D { }
117
+ }
118
+ }
119
+ namespace D { }
120
+ }
121
+ namespace group_$_$literal {
122
+ namespace N {
123
+ namespace DX {
124
+ namespace N { }
125
+ namespace D { }
126
+ }
127
+ }
128
+ namespace D { }
129
+ }
130
+ namespace implement_$_$me {
131
+ namespace N { }
132
+ namespace D { }
133
+ }
134
+ namespace not_$_$set {
135
+ namespace N { }
136
+ namespace D { }
137
+ }
138
+ namespace null_$_$literal {
139
+ namespace N { }
140
+ namespace D { }
141
+ }
142
+ namespace number_$_$literal {
143
+ namespace N { }
144
+ namespace D { }
145
+ }
146
+ namespace panic {
147
+ namespace N { }
148
+ namespace D { }
149
+ }
150
+ namespace selection {
151
+ namespace N {
152
+ namespace G {
153
+ namespace N {
154
+ namespace start {
155
+ namespace N {
156
+ namespace TU {
157
+ namespace N {
158
+ namespace context {
159
+ namespace N { }
160
+ namespace D { }
161
+ }
162
+ namespace parameter {
163
+ namespace N { }
164
+ namespace D { }
165
+ }
166
+ namespace variable {
167
+ namespace N {
168
+ namespace G {
169
+ namespace N {
170
+ namespace _$limport {
171
+ namespace N {
172
+ namespace O {
173
+ namespace N { }
174
+ namespace D { }
175
+ }
176
+ }
177
+ namespace D { }
178
+ }
179
+ namespace namespace_$_$path {
180
+ namespace N {
181
+ namespace A {
182
+ namespace N { }
183
+ namespace D { }
184
+ }
185
+ }
186
+ namespace D { }
187
+ }
188
+ namespace variable {
189
+ namespace N { }
190
+ namespace D { }
191
+ }
192
+ }
193
+ namespace D { }
194
+ }
195
+ }
196
+ namespace D { }
197
+ }
198
+ }
199
+ namespace D { }
200
+ }
201
+ }
202
+ namespace D { }
203
+ }
204
+ namespace tail {
205
+ namespace N {
206
+ namespace A {
207
+ namespace N {
208
+ namespace TU {
209
+ namespace N {
210
+ namespace call {
211
+ namespace N {
212
+ namespace G {
213
+ namespace N {
214
+ namespace _$larguments {
215
+ namespace N {
216
+ namespace DX {
217
+ namespace N { }
218
+ namespace D { }
219
+ }
220
+ }
221
+ namespace D { }
222
+ }
223
+ namespace context {
224
+ namespace N { }
225
+ namespace D { }
226
+ }
227
+ namespace type_$_$arguments {
228
+ namespace N { }
229
+ namespace D { }
230
+ }
231
+ }
232
+ namespace D { }
233
+ }
234
+ }
235
+ namespace D { }
236
+ }
237
+ namespace member_$_$selection {
238
+ namespace N { }
239
+ namespace D { }
240
+ }
241
+ }
242
+ namespace D { }
243
+ }
244
+ }
245
+ namespace D { }
246
+ }
247
+ }
248
+ namespace D { }
249
+ }
250
+ }
251
+ namespace D { }
252
+ }
253
+ }
254
+ namespace D { }
255
+ }
256
+ namespace _$lset {
257
+ namespace N { }
258
+ namespace D { }
259
+ }
260
+ namespace state_$_$literal {
261
+ namespace N {
262
+ namespace G {
263
+ namespace N {
264
+ namespace data {
265
+ namespace N { }
266
+ namespace D { }
267
+ }
268
+ namespace state {
269
+ namespace N { }
270
+ namespace D { }
271
+ }
272
+ }
273
+ namespace D { }
274
+ }
275
+ }
276
+ namespace D { }
277
+ }
278
+ namespace string_$_$literal {
279
+ namespace N { }
280
+ namespace D { }
281
+ }
282
+ namespace _$lswitch {
283
+ namespace N {
284
+ namespace G {
285
+ namespace N {
286
+ namespace cases {
287
+ namespace N {
288
+ namespace DX {
289
+ namespace N { }
290
+ namespace D { }
291
+ }
292
+ }
293
+ namespace D { }
294
+ }
295
+ namespace _$ldefault {
296
+ namespace N {
297
+ namespace O {
298
+ namespace N { }
299
+ namespace D { }
300
+ }
301
+ }
302
+ namespace D { }
303
+ }
304
+ namespace select {
305
+ namespace N { }
306
+ namespace D { }
307
+ }
308
+ }
309
+ namespace D { }
310
+ }
311
+ }
312
+ namespace D { }
313
+ }
314
+ namespace ternary_$_$condition {
315
+ namespace N {
316
+ namespace G {
317
+ namespace N {
318
+ namespace condition {
319
+ namespace N { }
320
+ namespace D { }
321
+ }
322
+ namespace false_$_$expression {
323
+ namespace N { }
324
+ namespace D { }
325
+ }
326
+ namespace true_$_$expression {
327
+ namespace N { }
328
+ namespace D { }
329
+ }
330
+ }
331
+ namespace D { }
332
+ }
333
+ }
334
+ namespace D { }
335
+ }
336
+ namespace _$ltrue {
337
+ namespace N { }
338
+ namespace D { }
339
+ }
340
+ }
341
+ namespace D { }
342
+ }
343
+ }
344
+ namespace D { }
345
+ }
346
+ namespace Function_$_$Signature {
347
+ namespace N {
348
+ namespace G {
349
+ namespace N {
350
+ namespace context_$_$parameter {
351
+ namespace N { }
352
+ namespace D { }
353
+ }
354
+ namespace parameters {
355
+ namespace N {
356
+ namespace DX {
357
+ namespace N { }
358
+ namespace D { }
359
+ }
360
+ }
361
+ namespace D { }
362
+ }
363
+ namespace return_$_$type {
364
+ namespace N {
365
+ namespace O {
366
+ namespace N { }
367
+ namespace D { }
368
+ }
369
+ }
370
+ namespace D { }
371
+ }
372
+ namespace type_$_$parameters {
373
+ namespace N { }
374
+ namespace D { }
375
+ }
376
+ }
377
+ namespace D { }
378
+ }
379
+ }
380
+ namespace D { }
381
+ }
382
+ namespace Namespace {
383
+ namespace N {
384
+ namespace G {
385
+ namespace N {
386
+ namespace namespaces {
387
+ namespace N {
388
+ namespace DX {
389
+ namespace N { }
390
+ namespace D { }
391
+ }
392
+ }
393
+ namespace D { }
394
+ }
395
+ namespace types {
396
+ namespace N {
397
+ namespace DX {
398
+ namespace N {
399
+ namespace G {
400
+ namespace N {
401
+ namespace _$ltype {
402
+ namespace N { }
403
+ namespace D { }
404
+ }
405
+ namespace type_$_$parameters {
406
+ namespace N { }
407
+ namespace D { }
408
+ }
409
+ }
410
+ namespace D { }
411
+ }
412
+ }
413
+ namespace D { }
414
+ }
415
+ }
416
+ namespace D { }
417
+ }
418
+ namespace variables {
419
+ namespace N { }
420
+ namespace D { }
421
+ }
422
+ }
423
+ namespace D { }
424
+ }
425
+ }
426
+ namespace D { }
427
+ }
428
+ namespace Statement_$_$Block {
429
+ namespace N {
430
+ namespace G {
431
+ namespace N {
432
+ namespace statements {
433
+ namespace N {
434
+ namespace A {
435
+ namespace N {
436
+ namespace TU {
437
+ namespace N {
438
+ namespace assignment {
439
+ namespace N {
440
+ namespace G {
441
+ namespace N {
442
+ namespace expression {
443
+ namespace N { }
444
+ namespace D { }
445
+ }
446
+ namespace selection {
447
+ namespace N { }
448
+ namespace D { }
449
+ }
450
+ }
451
+ namespace D { }
452
+ }
453
+ }
454
+ namespace D { }
455
+ }
456
+ namespace change_$_$context {
457
+ namespace N {
458
+ namespace G {
459
+ namespace N {
460
+ namespace new_$_$context_$_$selection {
461
+ namespace N { }
462
+ namespace D { }
463
+ }
464
+ namespace sub_$_$statement_$_$block {
465
+ namespace N { }
466
+ namespace D { }
467
+ }
468
+ }
469
+ namespace D { }
470
+ }
471
+ }
472
+ namespace D { }
473
+ }
474
+ namespace debug {
475
+ namespace N { }
476
+ namespace D { }
477
+ }
478
+ namespace expression {
479
+ namespace N { }
480
+ namespace D { }
481
+ }
482
+ namespace _$lif {
483
+ namespace N {
484
+ namespace G {
485
+ namespace N {
486
+ namespace condition {
487
+ namespace N { }
488
+ namespace D { }
489
+ }
490
+ namespace _$lelse {
491
+ namespace N {
492
+ namespace O {
493
+ namespace N { }
494
+ namespace D { }
495
+ }
496
+ }
497
+ namespace D { }
498
+ }
499
+ namespace if_$_$block {
500
+ namespace N { }
501
+ namespace D { }
502
+ }
503
+ }
504
+ namespace D { }
505
+ }
506
+ }
507
+ namespace D { }
508
+ }
509
+ namespace _$lreturn {
510
+ namespace N {
511
+ namespace G {
512
+ namespace N {
513
+ namespace expression {
514
+ namespace N { }
515
+ namespace D { }
516
+ }
517
+ }
518
+ namespace D { }
519
+ }
520
+ }
521
+ namespace D { }
522
+ }
523
+ namespace sub_$_$block {
524
+ namespace N { }
525
+ namespace D { }
526
+ }
527
+ namespace _$lswitch {
528
+ namespace N {
529
+ namespace G {
530
+ namespace N {
531
+ namespace cases {
532
+ namespace N {
533
+ namespace DX {
534
+ namespace N { }
535
+ namespace D { }
536
+ }
537
+ }
538
+ namespace D { }
539
+ }
540
+ namespace _$ldefault {
541
+ namespace N {
542
+ namespace O {
543
+ namespace N { }
544
+ namespace D { }
545
+ }
546
+ }
547
+ namespace D { }
548
+ }
549
+ namespace select {
550
+ namespace N { }
551
+ namespace D { }
552
+ }
553
+ }
554
+ namespace D { }
555
+ }
556
+ }
557
+ namespace D { }
558
+ }
559
+ }
560
+ namespace D { }
561
+ }
562
+ }
563
+ namespace D { }
564
+ }
565
+ }
566
+ namespace D { }
567
+ }
568
+ namespace variables {
569
+ namespace N { }
570
+ namespace D { }
571
+ }
572
+ }
573
+ namespace D { }
574
+ }
575
+ }
576
+ namespace D { }
577
+ }
578
+ namespace Type {
579
+ namespace N {
580
+ namespace TU {
581
+ namespace N {
582
+ namespace array {
583
+ namespace N { }
584
+ namespace D { }
585
+ }
586
+ namespace _$lboolean {
587
+ namespace N { }
588
+ namespace D { }
589
+ }
590
+ namespace dictionary {
591
+ namespace N { }
592
+ namespace D { }
593
+ }
594
+ namespace _$lfunction {
595
+ namespace N { }
596
+ namespace D { }
597
+ }
598
+ namespace group {
599
+ namespace N {
600
+ namespace G {
601
+ namespace N {
602
+ namespace members {
603
+ namespace N {
604
+ namespace DX {
605
+ namespace N { }
606
+ namespace D { }
607
+ }
608
+ }
609
+ namespace D { }
610
+ }
611
+ }
612
+ namespace D { }
613
+ }
614
+ }
615
+ namespace D { }
616
+ }
617
+ namespace _$lnull {
618
+ namespace N { }
619
+ namespace D { }
620
+ }
621
+ namespace _$lnumber {
622
+ namespace N { }
623
+ namespace D { }
624
+ }
625
+ namespace optional {
626
+ namespace N { }
627
+ namespace D { }
628
+ }
629
+ namespace parameter_$_$selection {
630
+ namespace N { }
631
+ namespace D { }
632
+ }
633
+ namespace _$lstring {
634
+ namespace N { }
635
+ namespace D { }
636
+ }
637
+ namespace tagged_$_$union {
638
+ namespace N {
639
+ namespace DX {
640
+ namespace N { }
641
+ namespace D { }
642
+ }
643
+ }
644
+ namespace D { }
645
+ }
646
+ namespace type_$_$selection {
647
+ namespace N {
648
+ namespace G {
649
+ namespace N {
650
+ namespace _$limport {
651
+ namespace N {
652
+ namespace O {
653
+ namespace N { }
654
+ namespace D { }
655
+ }
656
+ }
657
+ namespace D { }
658
+ }
659
+ namespace namespace_$_$path {
660
+ namespace N {
661
+ namespace A {
662
+ namespace N { }
663
+ namespace D { }
664
+ }
665
+ }
666
+ namespace D { }
667
+ }
668
+ namespace _$ltype {
669
+ namespace N { }
670
+ namespace D { }
671
+ }
672
+ namespace type_$_$arguments {
673
+ namespace N { }
674
+ namespace D { }
675
+ }
676
+ }
677
+ namespace D { }
678
+ }
679
+ }
680
+ namespace D { }
681
+ }
682
+ }
683
+ namespace D { }
684
+ }
685
+ }
686
+ namespace D { }
687
+ }
688
+ namespace Type_$_$Arguments {
689
+ namespace N {
690
+ namespace DX {
691
+ namespace N { }
692
+ namespace D { }
693
+ }
694
+ }
695
+ namespace D { }
696
+ }
697
+ namespace Type_$_$Parameters {
698
+ namespace N {
699
+ namespace DX {
700
+ namespace N { }
701
+ namespace D { }
702
+ }
703
+ }
704
+ namespace D { }
705
+ }
706
+ namespace Variables {
707
+ namespace N {
708
+ namespace DX {
709
+ namespace N {
710
+ namespace G {
711
+ namespace N {
712
+ namespace expression {
713
+ namespace N { }
714
+ namespace D { }
715
+ }
716
+ namespace mutable {
717
+ namespace N { }
718
+ namespace D { }
719
+ }
720
+ namespace _$ltype {
721
+ namespace N {
722
+ namespace O {
723
+ namespace N { }
724
+ namespace D { }
725
+ }
726
+ }
727
+ namespace D { }
728
+ }
729
+ }
730
+ namespace D { }
731
+ }
732
+ }
733
+ namespace D { }
734
+ }
735
+ }
736
+ namespace D { }
737
+ }
738
+ }
739
+ export declare namespace D {
740
+ namespace Compilation__Unit {
741
+ namespace imports {
742
+ namespace DX {
743
+ type path = string;
744
+ }
745
+ type DX = {
746
+ readonly 'path': string;
747
+ };
748
+ }
749
+ type imports = pt.Dictionary<{
750
+ readonly 'path': string;
751
+ }>;
752
+ type root__namespace = D.Namespace;
753
+ }
754
+ type Compilation__Unit = {
755
+ readonly 'imports': pt.Dictionary<{
756
+ readonly 'path': string;
757
+ }>;
758
+ readonly 'root namespace': D.Namespace;
759
+ };
760
+ namespace Expression {
761
+ namespace array__literal {
762
+ type A = D.Expression;
763
+ }
764
+ type array__literal = pt.Array<D.Expression>;
765
+ type block = D.Statement__Block;
766
+ namespace change__context {
767
+ type new__context__selection = D.Expression;
768
+ type sub__expression = D.Expression;
769
+ }
770
+ type change__context = {
771
+ readonly 'new context selection': D.Expression;
772
+ readonly 'sub expression': D.Expression;
773
+ };
774
+ namespace dictionary__literal {
775
+ type DX = D.Expression;
776
+ }
777
+ type dictionary__literal = pt.Dictionary<D.Expression>;
778
+ type _lfalse = null;
779
+ namespace _lfunction {
780
+ type block = D.Statement__Block;
781
+ namespace temp__signature__help {
782
+ type has__additional__parameters = null;
783
+ type has__no__additional__parameters = null;
784
+ type typed = D.Function__Signature;
785
+ }
786
+ type temp__signature__help = ['has additional parameters', null] | ['has no additional parameters', null] | ['typed', D.Function__Signature];
787
+ }
788
+ type _lfunction = {
789
+ readonly 'block': D.Statement__Block;
790
+ readonly 'temp signature help': ['has additional parameters', null] | ['has no additional parameters', null] | ['typed', D.Function__Signature];
791
+ };
792
+ namespace group__literal {
793
+ type DX = D.Expression;
794
+ }
795
+ type group__literal = pt.Dictionary<D.Expression>;
796
+ type implement__me = string;
797
+ type not__set = null;
798
+ type null__literal = null;
799
+ type number__literal = number;
800
+ type panic = string;
801
+ namespace selection {
802
+ namespace start {
803
+ type context = null;
804
+ type parameter = string;
805
+ namespace variable {
806
+ namespace _limport {
807
+ type O = string;
808
+ }
809
+ type _limport = pt.OptionalValue<string>;
810
+ namespace namespace__path {
811
+ type A = string;
812
+ }
813
+ type namespace__path = pt.Array<string>;
814
+ type variable = string;
815
+ }
816
+ type variable = {
817
+ readonly 'import': pt.OptionalValue<string>;
818
+ readonly 'namespace path': pt.Array<string>;
819
+ readonly 'variable': string;
820
+ };
821
+ }
822
+ type start = ['context', null] | ['parameter', string] | [
823
+ 'variable',
824
+ {
825
+ readonly 'import': pt.OptionalValue<string>;
826
+ readonly 'namespace path': pt.Array<string>;
827
+ readonly 'variable': string;
828
+ }
829
+ ];
830
+ namespace tail {
831
+ namespace A {
832
+ namespace call {
833
+ namespace _larguments {
834
+ type DX = D.Expression;
835
+ }
836
+ type _larguments = pt.Dictionary<D.Expression>;
837
+ type context = D.Expression;
838
+ type type__arguments = D.Type__Arguments;
839
+ }
840
+ type call = {
841
+ readonly 'arguments': pt.Dictionary<D.Expression>;
842
+ readonly 'context': D.Expression;
843
+ readonly 'type arguments': D.Type__Arguments;
844
+ };
845
+ type member__selection = string;
846
+ }
847
+ type A = [
848
+ 'call',
849
+ {
850
+ readonly 'arguments': pt.Dictionary<D.Expression>;
851
+ readonly 'context': D.Expression;
852
+ readonly 'type arguments': D.Type__Arguments;
853
+ }
854
+ ] | ['member selection', string];
855
+ }
856
+ type tail = pt.Array<[
857
+ 'call',
858
+ {
859
+ readonly 'arguments': pt.Dictionary<D.Expression>;
860
+ readonly 'context': D.Expression;
861
+ readonly 'type arguments': D.Type__Arguments;
862
+ }
863
+ ] | ['member selection', string]>;
864
+ }
865
+ type selection = {
866
+ readonly 'start': ['context', null] | ['parameter', string] | [
867
+ 'variable',
868
+ {
869
+ readonly 'import': pt.OptionalValue<string>;
870
+ readonly 'namespace path': pt.Array<string>;
871
+ readonly 'variable': string;
872
+ }
873
+ ];
874
+ readonly 'tail': pt.Array<[
875
+ 'call',
876
+ {
877
+ readonly 'arguments': pt.Dictionary<D.Expression>;
878
+ readonly 'context': D.Expression;
879
+ readonly 'type arguments': D.Type__Arguments;
880
+ }
881
+ ] | ['member selection', string]>;
882
+ };
883
+ type _lset = D.Expression;
884
+ namespace state__literal {
885
+ type data = D.Expression;
886
+ type state = string;
887
+ }
888
+ type state__literal = {
889
+ readonly 'data': D.Expression;
890
+ readonly 'state': string;
891
+ };
892
+ type string__literal = string;
893
+ namespace _lswitch {
894
+ namespace cases {
895
+ type DX = D.Expression;
896
+ }
897
+ type cases = pt.Dictionary<D.Expression>;
898
+ namespace _ldefault {
899
+ type O = D.Expression;
900
+ }
901
+ type _ldefault = pt.OptionalValue<D.Expression>;
902
+ type select = D.Expression;
903
+ }
904
+ type _lswitch = {
905
+ readonly 'cases': pt.Dictionary<D.Expression>;
906
+ readonly 'default': pt.OptionalValue<D.Expression>;
907
+ readonly 'select': D.Expression;
908
+ };
909
+ namespace ternary__condition {
910
+ type condition = D.Expression;
911
+ type false__expression = D.Expression;
912
+ type true__expression = D.Expression;
913
+ }
914
+ type ternary__condition = {
915
+ readonly 'condition': D.Expression;
916
+ readonly 'false expression': D.Expression;
917
+ readonly 'true expression': D.Expression;
918
+ };
919
+ type _ltrue = null;
920
+ }
921
+ type Expression = ['array literal', pt.Array<D.Expression>] | ['block', D.Statement__Block] | [
922
+ 'change context',
923
+ {
924
+ readonly 'new context selection': D.Expression;
925
+ readonly 'sub expression': D.Expression;
926
+ }
927
+ ] | ['dictionary literal', pt.Dictionary<D.Expression>] | ['false', null] | [
928
+ 'function',
929
+ {
930
+ readonly 'block': D.Statement__Block;
931
+ readonly 'temp signature help': ['has additional parameters', null] | ['has no additional parameters', null] | ['typed', D.Function__Signature];
932
+ }
933
+ ] | ['group literal', pt.Dictionary<D.Expression>] | ['implement me', string] | ['not set', null] | ['null literal', null] | ['number literal', number] | ['panic', string] | [
934
+ 'selection',
935
+ {
936
+ readonly 'start': ['context', null] | ['parameter', string] | [
937
+ 'variable',
938
+ {
939
+ readonly 'import': pt.OptionalValue<string>;
940
+ readonly 'namespace path': pt.Array<string>;
941
+ readonly 'variable': string;
942
+ }
943
+ ];
944
+ readonly 'tail': pt.Array<[
945
+ 'call',
946
+ {
947
+ readonly 'arguments': pt.Dictionary<D.Expression>;
948
+ readonly 'context': D.Expression;
949
+ readonly 'type arguments': D.Type__Arguments;
950
+ }
951
+ ] | ['member selection', string]>;
952
+ }
953
+ ] | ['set', D.Expression] | [
954
+ 'state literal',
955
+ {
956
+ readonly 'data': D.Expression;
957
+ readonly 'state': string;
958
+ }
959
+ ] | ['string literal', string] | [
960
+ 'switch',
961
+ {
962
+ readonly 'cases': pt.Dictionary<D.Expression>;
963
+ readonly 'default': pt.OptionalValue<D.Expression>;
964
+ readonly 'select': D.Expression;
965
+ }
966
+ ] | [
967
+ 'ternary condition',
968
+ {
969
+ readonly 'condition': D.Expression;
970
+ readonly 'false expression': D.Expression;
971
+ readonly 'true expression': D.Expression;
972
+ }
973
+ ] | ['true', null];
974
+ namespace Function__Signature {
975
+ type context__parameter = D.Type;
976
+ namespace parameters {
977
+ type DX = D.Type;
978
+ }
979
+ type parameters = pt.Dictionary<D.Type>;
980
+ namespace return__type {
981
+ type O = D.Type;
982
+ }
983
+ type return__type = pt.OptionalValue<D.Type>;
984
+ type type__parameters = D.Type__Parameters;
985
+ }
986
+ type Function__Signature = {
987
+ readonly 'context parameter': D.Type;
988
+ readonly 'parameters': pt.Dictionary<D.Type>;
989
+ readonly 'return type': pt.OptionalValue<D.Type>;
990
+ readonly 'type parameters': D.Type__Parameters;
991
+ };
992
+ namespace Namespace {
993
+ namespace namespaces {
994
+ type DX = D.Namespace;
995
+ }
996
+ type namespaces = pt.Dictionary<D.Namespace>;
997
+ namespace types {
998
+ namespace DX {
999
+ type _ltype = D.Type;
1000
+ type type__parameters = D.Type__Parameters;
1001
+ }
1002
+ type DX = {
1003
+ readonly 'type': D.Type;
1004
+ readonly 'type parameters': D.Type__Parameters;
1005
+ };
1006
+ }
1007
+ type types = pt.Dictionary<{
1008
+ readonly 'type': D.Type;
1009
+ readonly 'type parameters': D.Type__Parameters;
1010
+ }>;
1011
+ type variables = D.Variables;
1012
+ }
1013
+ type Namespace = {
1014
+ readonly 'namespaces': pt.Dictionary<D.Namespace>;
1015
+ readonly 'types': pt.Dictionary<{
1016
+ readonly 'type': D.Type;
1017
+ readonly 'type parameters': D.Type__Parameters;
1018
+ }>;
1019
+ readonly 'variables': D.Variables;
1020
+ };
1021
+ namespace Statement__Block {
1022
+ namespace statements {
1023
+ namespace A {
1024
+ namespace assignment {
1025
+ type expression = D.Expression;
1026
+ type selection = D.Expression;
1027
+ }
1028
+ type assignment = {
1029
+ readonly 'expression': D.Expression;
1030
+ readonly 'selection': D.Expression;
1031
+ };
1032
+ namespace change__context {
1033
+ type new__context__selection = D.Expression;
1034
+ type sub__statement__block = D.Statement__Block;
1035
+ }
1036
+ type change__context = {
1037
+ readonly 'new context selection': D.Expression;
1038
+ readonly 'sub statement block': D.Statement__Block;
1039
+ };
1040
+ type debug = string;
1041
+ type expression = D.Expression;
1042
+ namespace _lif {
1043
+ type condition = D.Expression;
1044
+ namespace _lelse {
1045
+ type O = D.Statement__Block;
1046
+ }
1047
+ type _lelse = pt.OptionalValue<D.Statement__Block>;
1048
+ type if__block = D.Statement__Block;
1049
+ }
1050
+ type _lif = {
1051
+ readonly 'condition': D.Expression;
1052
+ readonly 'else': pt.OptionalValue<D.Statement__Block>;
1053
+ readonly 'if block': D.Statement__Block;
1054
+ };
1055
+ namespace _lreturn {
1056
+ type expression = D.Expression;
1057
+ }
1058
+ type _lreturn = {
1059
+ readonly 'expression': D.Expression;
1060
+ };
1061
+ type sub__block = D.Statement__Block;
1062
+ namespace _lswitch {
1063
+ namespace cases {
1064
+ type DX = D.Statement__Block;
1065
+ }
1066
+ type cases = pt.Dictionary<D.Statement__Block>;
1067
+ namespace _ldefault {
1068
+ type O = D.Statement__Block;
1069
+ }
1070
+ type _ldefault = pt.OptionalValue<D.Statement__Block>;
1071
+ type select = D.Expression;
1072
+ }
1073
+ type _lswitch = {
1074
+ readonly 'cases': pt.Dictionary<D.Statement__Block>;
1075
+ readonly 'default': pt.OptionalValue<D.Statement__Block>;
1076
+ readonly 'select': D.Expression;
1077
+ };
1078
+ }
1079
+ type A = [
1080
+ 'assignment',
1081
+ {
1082
+ readonly 'expression': D.Expression;
1083
+ readonly 'selection': D.Expression;
1084
+ }
1085
+ ] | [
1086
+ 'change context',
1087
+ {
1088
+ readonly 'new context selection': D.Expression;
1089
+ readonly 'sub statement block': D.Statement__Block;
1090
+ }
1091
+ ] | ['debug', string] | ['expression', D.Expression] | [
1092
+ 'if',
1093
+ {
1094
+ readonly 'condition': D.Expression;
1095
+ readonly 'else': pt.OptionalValue<D.Statement__Block>;
1096
+ readonly 'if block': D.Statement__Block;
1097
+ }
1098
+ ] | [
1099
+ 'return',
1100
+ {
1101
+ readonly 'expression': D.Expression;
1102
+ }
1103
+ ] | ['sub block', D.Statement__Block] | [
1104
+ 'switch',
1105
+ {
1106
+ readonly 'cases': pt.Dictionary<D.Statement__Block>;
1107
+ readonly 'default': pt.OptionalValue<D.Statement__Block>;
1108
+ readonly 'select': D.Expression;
1109
+ }
1110
+ ];
1111
+ }
1112
+ type statements = pt.Array<[
1113
+ 'assignment',
1114
+ {
1115
+ readonly 'expression': D.Expression;
1116
+ readonly 'selection': D.Expression;
1117
+ }
1118
+ ] | [
1119
+ 'change context',
1120
+ {
1121
+ readonly 'new context selection': D.Expression;
1122
+ readonly 'sub statement block': D.Statement__Block;
1123
+ }
1124
+ ] | ['debug', string] | ['expression', D.Expression] | [
1125
+ 'if',
1126
+ {
1127
+ readonly 'condition': D.Expression;
1128
+ readonly 'else': pt.OptionalValue<D.Statement__Block>;
1129
+ readonly 'if block': D.Statement__Block;
1130
+ }
1131
+ ] | [
1132
+ 'return',
1133
+ {
1134
+ readonly 'expression': D.Expression;
1135
+ }
1136
+ ] | ['sub block', D.Statement__Block] | [
1137
+ 'switch',
1138
+ {
1139
+ readonly 'cases': pt.Dictionary<D.Statement__Block>;
1140
+ readonly 'default': pt.OptionalValue<D.Statement__Block>;
1141
+ readonly 'select': D.Expression;
1142
+ }
1143
+ ]>;
1144
+ type variables = D.Variables;
1145
+ }
1146
+ type Statement__Block = {
1147
+ readonly 'statements': pt.Array<[
1148
+ 'assignment',
1149
+ {
1150
+ readonly 'expression': D.Expression;
1151
+ readonly 'selection': D.Expression;
1152
+ }
1153
+ ] | [
1154
+ 'change context',
1155
+ {
1156
+ readonly 'new context selection': D.Expression;
1157
+ readonly 'sub statement block': D.Statement__Block;
1158
+ }
1159
+ ] | ['debug', string] | ['expression', D.Expression] | [
1160
+ 'if',
1161
+ {
1162
+ readonly 'condition': D.Expression;
1163
+ readonly 'else': pt.OptionalValue<D.Statement__Block>;
1164
+ readonly 'if block': D.Statement__Block;
1165
+ }
1166
+ ] | [
1167
+ 'return',
1168
+ {
1169
+ readonly 'expression': D.Expression;
1170
+ }
1171
+ ] | ['sub block', D.Statement__Block] | [
1172
+ 'switch',
1173
+ {
1174
+ readonly 'cases': pt.Dictionary<D.Statement__Block>;
1175
+ readonly 'default': pt.OptionalValue<D.Statement__Block>;
1176
+ readonly 'select': D.Expression;
1177
+ }
1178
+ ]>;
1179
+ readonly 'variables': D.Variables;
1180
+ };
1181
+ namespace Type {
1182
+ type array = D.Type;
1183
+ type _lboolean = null;
1184
+ type dictionary = D.Type;
1185
+ type _lfunction = D.Function__Signature;
1186
+ namespace group {
1187
+ namespace members {
1188
+ type DX = D.Type;
1189
+ }
1190
+ type members = pt.Dictionary<D.Type>;
1191
+ }
1192
+ type group = {
1193
+ readonly 'members': pt.Dictionary<D.Type>;
1194
+ };
1195
+ type _lnull = null;
1196
+ type _lnumber = null;
1197
+ type optional = D.Type;
1198
+ type parameter__selection = string;
1199
+ type _lstring = null;
1200
+ namespace tagged__union {
1201
+ type DX = D.Type;
1202
+ }
1203
+ type tagged__union = pt.Dictionary<D.Type>;
1204
+ namespace type__selection {
1205
+ namespace _limport {
1206
+ type O = string;
1207
+ }
1208
+ type _limport = pt.OptionalValue<string>;
1209
+ namespace namespace__path {
1210
+ type A = string;
1211
+ }
1212
+ type namespace__path = pt.Array<string>;
1213
+ type _ltype = string;
1214
+ type type__arguments = D.Type__Arguments;
1215
+ }
1216
+ type type__selection = {
1217
+ readonly 'import': pt.OptionalValue<string>;
1218
+ readonly 'namespace path': pt.Array<string>;
1219
+ readonly 'type': string;
1220
+ readonly 'type arguments': D.Type__Arguments;
1221
+ };
1222
+ }
1223
+ type Type = ['array', D.Type] | ['boolean', null] | ['dictionary', D.Type] | ['function', D.Function__Signature] | [
1224
+ 'group',
1225
+ {
1226
+ readonly 'members': pt.Dictionary<D.Type>;
1227
+ }
1228
+ ] | ['null', null] | ['number', null] | ['optional', D.Type] | ['parameter selection', string] | ['string', null] | ['tagged union', pt.Dictionary<D.Type>] | [
1229
+ 'type selection',
1230
+ {
1231
+ readonly 'import': pt.OptionalValue<string>;
1232
+ readonly 'namespace path': pt.Array<string>;
1233
+ readonly 'type': string;
1234
+ readonly 'type arguments': D.Type__Arguments;
1235
+ }
1236
+ ];
1237
+ namespace Type__Arguments {
1238
+ type DX = D.Type;
1239
+ }
1240
+ type Type__Arguments = pt.Dictionary<D.Type>;
1241
+ namespace Type__Parameters {
1242
+ type DX = null;
1243
+ }
1244
+ type Type__Parameters = pt.Dictionary<null>;
1245
+ namespace Variables {
1246
+ namespace DX {
1247
+ type expression = D.Expression;
1248
+ type mutable = boolean;
1249
+ namespace _ltype {
1250
+ type O = D.Type;
1251
+ }
1252
+ type _ltype = pt.OptionalValue<D.Type>;
1253
+ }
1254
+ type DX = {
1255
+ readonly 'expression': D.Expression;
1256
+ readonly 'mutable': boolean;
1257
+ readonly 'type': pt.OptionalValue<D.Type>;
1258
+ };
1259
+ }
1260
+ type Variables = pt.Dictionary<{
1261
+ readonly 'expression': D.Expression;
1262
+ readonly 'mutable': boolean;
1263
+ readonly 'type': pt.OptionalValue<D.Type>;
1264
+ }>;
1265
+ }
1266
+ export declare namespace I { }
1267
+ export declare namespace A { }