pareto 0.53.0 → 0.55.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/shorthands/cosmos.d.ts +50 -0
- package/auto.dist/public/shorthands/cosmos.js +512 -0
- package/auto.pareto/$.data.ts +2 -2
- package/auto.pareto/auto.dependencies/index.ts +2 -2
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/$.data.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/arithmetic/api.data.ts +4 -4
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/arithmetic/glossary.data.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/array/api.data.ts +4 -4
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/array/glossary.data.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/boolean/api.data.ts +4 -4
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/boolean/glossary.data.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/build/api.data.ts +4 -4
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/build/glossary.data.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/collation/api.data.ts +4 -4
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/collation/glossary.data.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/dictionary/api.data.ts +4 -4
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/dictionary/glossary.data.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/filesystem/api.data.ts +4 -4
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/filesystem/glossary.data.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/foreach/api.data.ts +4 -4
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/foreach/glossary.data.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/http/api.data.ts +4 -4
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/http/glossary.data.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/json/api.data.ts +4 -4
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/json/glossary.data.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/nested/api.data.ts +4 -4
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/nested/glossary.data.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/numerical_predicates/api.data.ts +4 -4
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/numerical_predicates/glossary.data.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/path/api.data.ts +4 -4
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/path/glossary.data.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/resolve/api.data.ts +4 -4
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/resolve/glossary.data.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/string/api.data.ts +4 -4
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/string/glossary.data.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/tostring/api.data.ts +4 -4
- package/auto.pareto/auto.dependencies/pareto-standard-impure-library/modules/tostring/glossary.data.ts +3 -3
- package/auto.pareto/auto.dependencies/res-typescript/$.data.ts +3 -3
- package/auto.pareto/auto.dependencies/res-typescript/modules/naming/api.data.ts +4 -4
- package/auto.pareto/auto.dependencies/res-typescript/modules/naming/glossary.data.ts +3 -3
- package/auto.pareto/auto.dependencies/res-typescript/modules/serialize/api.data.ts +4 -4
- package/auto.pareto/auto.dependencies/res-typescript/modules/serialize/glossary.data.ts +3 -3
- package/auto.pareto/glossaries/auto.cosmos_type_system.data.ts +136 -136
- package/auto.pareto/glossaries/auto.pareto.data.ts +111 -111
- package/auto.pareto/modules/cosmos2pareto/api.data.ts +3 -3
- package/auto.pareto/modules/cosmos2pareto/glossary.data.ts +2 -2
- package/auto.pareto/modules/fountain_pen/api.data.ts +3 -3
- package/auto.pareto/modules/fountain_pen/glossary.data.ts +2 -2
- package/auto.pareto/modules/pareto2typescript/api.data.ts +3 -3
- package/auto.pareto/modules/pareto2typescript/glossary.data.ts +2 -2
- package/package.json +4 -4
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
import * as pd from 'pareto-core-data'
|
|
2
2
|
|
|
3
|
-
import * as
|
|
3
|
+
import * as g_cosmos from "pareto/auto.dist/public/glossaries/cosmos__type__system"
|
|
4
4
|
|
|
5
5
|
const d = pd.d
|
|
6
6
|
const a = pd.a
|
|
7
7
|
|
|
8
|
-
export const $:
|
|
8
|
+
export const $: g_cosmos.D.Glossary = {
|
|
9
9
|
'imports': d({}),
|
|
10
10
|
'glossary parameters': d({}),
|
|
11
11
|
'root': {
|
|
12
12
|
'data types': d({
|
|
13
13
|
"Compilation Unit": {
|
|
14
14
|
'parameters': d({}),
|
|
15
|
-
'type': <
|
|
15
|
+
'type': <g_cosmos.D.Data__Type>['group', d({
|
|
16
16
|
"imports": {
|
|
17
|
-
'type': <
|
|
17
|
+
'type': <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['group', d({
|
|
18
18
|
"path": {
|
|
19
|
-
'type': <
|
|
19
|
+
'type': <g_cosmos.D.Data__Type>['string', null],
|
|
20
20
|
},
|
|
21
21
|
})]],
|
|
22
22
|
},
|
|
23
23
|
"root namespace": {
|
|
24
|
-
'type': <
|
|
24
|
+
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
25
25
|
'context': ['local', null],
|
|
26
26
|
'typeXX': "Namespace",
|
|
27
27
|
'tailXX': a([]),
|
|
@@ -32,22 +32,22 @@ export const $: g_glossary.D.Glossary<null> = {
|
|
|
32
32
|
},
|
|
33
33
|
"Expression": {
|
|
34
34
|
'parameters': d({}),
|
|
35
|
-
'type': <
|
|
36
|
-
"array literal": <
|
|
35
|
+
'type': <g_cosmos.D.Data__Type>['taggedUnion', d({
|
|
36
|
+
"array literal": <g_cosmos.D.Data__Type>['array', <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
37
37
|
'context': ['local', null],
|
|
38
38
|
'typeXX': "Expression",
|
|
39
39
|
'tailXX': a([]),
|
|
40
40
|
'type arguments': d({}),
|
|
41
41
|
}]]],
|
|
42
|
-
"block": <
|
|
42
|
+
"block": <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
43
43
|
'context': ['local', null],
|
|
44
44
|
'typeXX': "Statement Block",
|
|
45
45
|
'tailXX': a([]),
|
|
46
46
|
'type arguments': d({}),
|
|
47
47
|
}]],
|
|
48
|
-
"change context": <
|
|
48
|
+
"change context": <g_cosmos.D.Data__Type>['group', d({
|
|
49
49
|
"new context selection": {
|
|
50
|
-
'type': <
|
|
50
|
+
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
51
51
|
'context': ['local', null],
|
|
52
52
|
'typeXX': "Expression",
|
|
53
53
|
'tailXX': a([]),
|
|
@@ -55,7 +55,7 @@ export const $: g_glossary.D.Glossary<null> = {
|
|
|
55
55
|
}]],
|
|
56
56
|
},
|
|
57
57
|
"sub expression": {
|
|
58
|
-
'type': <
|
|
58
|
+
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
59
59
|
'context': ['local', null],
|
|
60
60
|
'typeXX': "Expression",
|
|
61
61
|
'tailXX': a([]),
|
|
@@ -63,16 +63,16 @@ export const $: g_glossary.D.Glossary<null> = {
|
|
|
63
63
|
}]],
|
|
64
64
|
},
|
|
65
65
|
})],
|
|
66
|
-
"dictionary literal": <
|
|
66
|
+
"dictionary literal": <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
67
67
|
'context': ['local', null],
|
|
68
68
|
'typeXX': "Expression",
|
|
69
69
|
'tailXX': a([]),
|
|
70
70
|
'type arguments': d({}),
|
|
71
71
|
}]]],
|
|
72
|
-
"false": <
|
|
73
|
-
"function": <
|
|
72
|
+
"false": <g_cosmos.D.Data__Type>['null', null],
|
|
73
|
+
"function": <g_cosmos.D.Data__Type>['group', d({
|
|
74
74
|
"block": {
|
|
75
|
-
'type': <
|
|
75
|
+
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
76
76
|
'context': ['local', null],
|
|
77
77
|
'typeXX': "Statement Block",
|
|
78
78
|
'tailXX': a([]),
|
|
@@ -80,10 +80,10 @@ export const $: g_glossary.D.Glossary<null> = {
|
|
|
80
80
|
}]],
|
|
81
81
|
},
|
|
82
82
|
"temp signature help": {
|
|
83
|
-
'type': <
|
|
84
|
-
"has additional parameters": <
|
|
85
|
-
"has no additional parameters": <
|
|
86
|
-
"typed": <
|
|
83
|
+
'type': <g_cosmos.D.Data__Type>['taggedUnion', d({
|
|
84
|
+
"has additional parameters": <g_cosmos.D.Data__Type>['null', null],
|
|
85
|
+
"has no additional parameters": <g_cosmos.D.Data__Type>['null', null],
|
|
86
|
+
"typed": <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
87
87
|
'context': ['local', null],
|
|
88
88
|
'typeXX': "Function Signature",
|
|
89
89
|
'tailXX': a([]),
|
|
@@ -92,40 +92,40 @@ export const $: g_glossary.D.Glossary<null> = {
|
|
|
92
92
|
})],
|
|
93
93
|
},
|
|
94
94
|
})],
|
|
95
|
-
"group literal": <
|
|
95
|
+
"group literal": <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
96
96
|
'context': ['local', null],
|
|
97
97
|
'typeXX': "Expression",
|
|
98
98
|
'tailXX': a([]),
|
|
99
99
|
'type arguments': d({}),
|
|
100
100
|
}]]],
|
|
101
|
-
"implement me": <
|
|
102
|
-
"not set": <
|
|
103
|
-
"null literal": <
|
|
104
|
-
"number literal": <
|
|
105
|
-
"panic": <
|
|
106
|
-
"selection": <
|
|
101
|
+
"implement me": <g_cosmos.D.Data__Type>['string', null],
|
|
102
|
+
"not set": <g_cosmos.D.Data__Type>['null', null],
|
|
103
|
+
"null literal": <g_cosmos.D.Data__Type>['null', null],
|
|
104
|
+
"number literal": <g_cosmos.D.Data__Type>['number', null],
|
|
105
|
+
"panic": <g_cosmos.D.Data__Type>['string', null],
|
|
106
|
+
"selection": <g_cosmos.D.Data__Type>['group', d({
|
|
107
107
|
"start": {
|
|
108
|
-
'type': <
|
|
109
|
-
"context": <
|
|
110
|
-
"parameter": <
|
|
111
|
-
"variable": <
|
|
108
|
+
'type': <g_cosmos.D.Data__Type>['taggedUnion', d({
|
|
109
|
+
"context": <g_cosmos.D.Data__Type>['null', null],
|
|
110
|
+
"parameter": <g_cosmos.D.Data__Type>['string', null],
|
|
111
|
+
"variable": <g_cosmos.D.Data__Type>['group', d({
|
|
112
112
|
"import": {
|
|
113
|
-
'type': <
|
|
113
|
+
'type': <g_cosmos.D.Data__Type>['optional', <g_cosmos.D.Data__Type>['string', null]],
|
|
114
114
|
},
|
|
115
115
|
"namespace path": {
|
|
116
|
-
'type': <
|
|
116
|
+
'type': <g_cosmos.D.Data__Type>['array', <g_cosmos.D.Data__Type>['string', null]],
|
|
117
117
|
},
|
|
118
118
|
"variable": {
|
|
119
|
-
'type': <
|
|
119
|
+
'type': <g_cosmos.D.Data__Type>['string', null],
|
|
120
120
|
},
|
|
121
121
|
})],
|
|
122
122
|
})],
|
|
123
123
|
},
|
|
124
124
|
"tail": {
|
|
125
|
-
'type': <
|
|
126
|
-
"call": <
|
|
125
|
+
'type': <g_cosmos.D.Data__Type>['array', <g_cosmos.D.Data__Type>['taggedUnion', d({
|
|
126
|
+
"call": <g_cosmos.D.Data__Type>['group', d({
|
|
127
127
|
"arguments": {
|
|
128
|
-
'type': <
|
|
128
|
+
'type': <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
129
129
|
'context': ['local', null],
|
|
130
130
|
'typeXX': "Expression",
|
|
131
131
|
'tailXX': a([]),
|
|
@@ -133,7 +133,7 @@ export const $: g_glossary.D.Glossary<null> = {
|
|
|
133
133
|
}]]],
|
|
134
134
|
},
|
|
135
135
|
"context": {
|
|
136
|
-
'type': <
|
|
136
|
+
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
137
137
|
'context': ['local', null],
|
|
138
138
|
'typeXX': "Expression",
|
|
139
139
|
'tailXX': a([]),
|
|
@@ -141,7 +141,7 @@ export const $: g_glossary.D.Glossary<null> = {
|
|
|
141
141
|
}]],
|
|
142
142
|
},
|
|
143
143
|
"type arguments": {
|
|
144
|
-
'type': <
|
|
144
|
+
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
145
145
|
'context': ['local', null],
|
|
146
146
|
'typeXX': "Type Arguments",
|
|
147
147
|
'tailXX': a([]),
|
|
@@ -149,19 +149,19 @@ export const $: g_glossary.D.Glossary<null> = {
|
|
|
149
149
|
}]],
|
|
150
150
|
},
|
|
151
151
|
})],
|
|
152
|
-
"member selection": <
|
|
152
|
+
"member selection": <g_cosmos.D.Data__Type>['string', null],
|
|
153
153
|
})]],
|
|
154
154
|
},
|
|
155
155
|
})],
|
|
156
|
-
"set": <
|
|
156
|
+
"set": <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
157
157
|
'context': ['local', null],
|
|
158
158
|
'typeXX': "Expression",
|
|
159
159
|
'tailXX': a([]),
|
|
160
160
|
'type arguments': d({}),
|
|
161
161
|
}]],
|
|
162
|
-
"state literal": <
|
|
162
|
+
"state literal": <g_cosmos.D.Data__Type>['group', d({
|
|
163
163
|
"data": {
|
|
164
|
-
'type': <
|
|
164
|
+
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
165
165
|
'context': ['local', null],
|
|
166
166
|
'typeXX': "Expression",
|
|
167
167
|
'tailXX': a([]),
|
|
@@ -169,13 +169,13 @@ export const $: g_glossary.D.Glossary<null> = {
|
|
|
169
169
|
}]],
|
|
170
170
|
},
|
|
171
171
|
"state": {
|
|
172
|
-
'type': <
|
|
172
|
+
'type': <g_cosmos.D.Data__Type>['string', null],
|
|
173
173
|
},
|
|
174
174
|
})],
|
|
175
|
-
"string literal": <
|
|
176
|
-
"switch": <
|
|
175
|
+
"string literal": <g_cosmos.D.Data__Type>['string', null],
|
|
176
|
+
"switch": <g_cosmos.D.Data__Type>['group', d({
|
|
177
177
|
"cases": {
|
|
178
|
-
'type': <
|
|
178
|
+
'type': <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
179
179
|
'context': ['local', null],
|
|
180
180
|
'typeXX': "Expression",
|
|
181
181
|
'tailXX': a([]),
|
|
@@ -183,7 +183,7 @@ export const $: g_glossary.D.Glossary<null> = {
|
|
|
183
183
|
}]]],
|
|
184
184
|
},
|
|
185
185
|
"default": {
|
|
186
|
-
'type': <
|
|
186
|
+
'type': <g_cosmos.D.Data__Type>['optional', <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
187
187
|
'context': ['local', null],
|
|
188
188
|
'typeXX': "Expression",
|
|
189
189
|
'tailXX': a([]),
|
|
@@ -191,7 +191,7 @@ export const $: g_glossary.D.Glossary<null> = {
|
|
|
191
191
|
}]]],
|
|
192
192
|
},
|
|
193
193
|
"select": {
|
|
194
|
-
'type': <
|
|
194
|
+
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
195
195
|
'context': ['local', null],
|
|
196
196
|
'typeXX': "Expression",
|
|
197
197
|
'tailXX': a([]),
|
|
@@ -199,9 +199,9 @@ export const $: g_glossary.D.Glossary<null> = {
|
|
|
199
199
|
}]],
|
|
200
200
|
},
|
|
201
201
|
})],
|
|
202
|
-
"ternary condition": <
|
|
202
|
+
"ternary condition": <g_cosmos.D.Data__Type>['group', d({
|
|
203
203
|
"condition": {
|
|
204
|
-
'type': <
|
|
204
|
+
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
205
205
|
'context': ['local', null],
|
|
206
206
|
'typeXX': "Expression",
|
|
207
207
|
'tailXX': a([]),
|
|
@@ -209,7 +209,7 @@ export const $: g_glossary.D.Glossary<null> = {
|
|
|
209
209
|
}]],
|
|
210
210
|
},
|
|
211
211
|
"false expression": {
|
|
212
|
-
'type': <
|
|
212
|
+
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
213
213
|
'context': ['local', null],
|
|
214
214
|
'typeXX': "Expression",
|
|
215
215
|
'tailXX': a([]),
|
|
@@ -217,7 +217,7 @@ export const $: g_glossary.D.Glossary<null> = {
|
|
|
217
217
|
}]],
|
|
218
218
|
},
|
|
219
219
|
"true expression": {
|
|
220
|
-
'type': <
|
|
220
|
+
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
221
221
|
'context': ['local', null],
|
|
222
222
|
'typeXX': "Expression",
|
|
223
223
|
'tailXX': a([]),
|
|
@@ -225,14 +225,14 @@ export const $: g_glossary.D.Glossary<null> = {
|
|
|
225
225
|
}]],
|
|
226
226
|
},
|
|
227
227
|
})],
|
|
228
|
-
"true": <
|
|
228
|
+
"true": <g_cosmos.D.Data__Type>['null', null],
|
|
229
229
|
})]
|
|
230
230
|
},
|
|
231
231
|
"Function Signature": {
|
|
232
232
|
'parameters': d({}),
|
|
233
|
-
'type': <
|
|
233
|
+
'type': <g_cosmos.D.Data__Type>['group', d({
|
|
234
234
|
"context parameter": {
|
|
235
|
-
'type': <
|
|
235
|
+
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
236
236
|
'context': ['local', null],
|
|
237
237
|
'typeXX': "Type",
|
|
238
238
|
'tailXX': a([]),
|
|
@@ -240,7 +240,7 @@ export const $: g_glossary.D.Glossary<null> = {
|
|
|
240
240
|
}]],
|
|
241
241
|
},
|
|
242
242
|
"parameters": {
|
|
243
|
-
'type': <
|
|
243
|
+
'type': <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
244
244
|
'context': ['local', null],
|
|
245
245
|
'typeXX': "Type",
|
|
246
246
|
'tailXX': a([]),
|
|
@@ -248,7 +248,7 @@ export const $: g_glossary.D.Glossary<null> = {
|
|
|
248
248
|
}]]],
|
|
249
249
|
},
|
|
250
250
|
"return type": {
|
|
251
|
-
'type': <
|
|
251
|
+
'type': <g_cosmos.D.Data__Type>['optional', <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
252
252
|
'context': ['local', null],
|
|
253
253
|
'typeXX': "Type",
|
|
254
254
|
'tailXX': a([]),
|
|
@@ -256,7 +256,7 @@ export const $: g_glossary.D.Glossary<null> = {
|
|
|
256
256
|
}]]],
|
|
257
257
|
},
|
|
258
258
|
"type parameters": {
|
|
259
|
-
'type': <
|
|
259
|
+
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
260
260
|
'context': ['local', null],
|
|
261
261
|
'typeXX': "Type Parameters",
|
|
262
262
|
'tailXX': a([]),
|
|
@@ -267,9 +267,9 @@ export const $: g_glossary.D.Glossary<null> = {
|
|
|
267
267
|
},
|
|
268
268
|
"Namespace": {
|
|
269
269
|
'parameters': d({}),
|
|
270
|
-
'type': <
|
|
270
|
+
'type': <g_cosmos.D.Data__Type>['group', d({
|
|
271
271
|
"namespaces": {
|
|
272
|
-
'type': <
|
|
272
|
+
'type': <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
273
273
|
'context': ['local', null],
|
|
274
274
|
'typeXX': "Namespace",
|
|
275
275
|
'tailXX': a([]),
|
|
@@ -277,9 +277,9 @@ export const $: g_glossary.D.Glossary<null> = {
|
|
|
277
277
|
}]]],
|
|
278
278
|
},
|
|
279
279
|
"types": {
|
|
280
|
-
'type': <
|
|
280
|
+
'type': <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['group', d({
|
|
281
281
|
"type": {
|
|
282
|
-
'type': <
|
|
282
|
+
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
283
283
|
'context': ['local', null],
|
|
284
284
|
'typeXX': "Type",
|
|
285
285
|
'tailXX': a([]),
|
|
@@ -287,7 +287,7 @@ export const $: g_glossary.D.Glossary<null> = {
|
|
|
287
287
|
}]],
|
|
288
288
|
},
|
|
289
289
|
"type parameters": {
|
|
290
|
-
'type': <
|
|
290
|
+
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
291
291
|
'context': ['local', null],
|
|
292
292
|
'typeXX': "Type Parameters",
|
|
293
293
|
'tailXX': a([]),
|
|
@@ -297,7 +297,7 @@ export const $: g_glossary.D.Glossary<null> = {
|
|
|
297
297
|
})]],
|
|
298
298
|
},
|
|
299
299
|
"variables": {
|
|
300
|
-
'type': <
|
|
300
|
+
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
301
301
|
'context': ['local', null],
|
|
302
302
|
'typeXX': "Variables",
|
|
303
303
|
'tailXX': a([]),
|
|
@@ -308,12 +308,12 @@ export const $: g_glossary.D.Glossary<null> = {
|
|
|
308
308
|
},
|
|
309
309
|
"Statement Block": {
|
|
310
310
|
'parameters': d({}),
|
|
311
|
-
'type': <
|
|
311
|
+
'type': <g_cosmos.D.Data__Type>['group', d({
|
|
312
312
|
"statements": {
|
|
313
|
-
'type': <
|
|
314
|
-
"assignment": <
|
|
313
|
+
'type': <g_cosmos.D.Data__Type>['array', <g_cosmos.D.Data__Type>['taggedUnion', d({
|
|
314
|
+
"assignment": <g_cosmos.D.Data__Type>['group', d({
|
|
315
315
|
"expression": {
|
|
316
|
-
'type': <
|
|
316
|
+
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
317
317
|
'context': ['local', null],
|
|
318
318
|
'typeXX': "Expression",
|
|
319
319
|
'tailXX': a([]),
|
|
@@ -321,7 +321,7 @@ export const $: g_glossary.D.Glossary<null> = {
|
|
|
321
321
|
}]],
|
|
322
322
|
},
|
|
323
323
|
"selection": {
|
|
324
|
-
'type': <
|
|
324
|
+
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
325
325
|
'context': ['local', null],
|
|
326
326
|
'typeXX': "Expression",
|
|
327
327
|
'tailXX': a([]),
|
|
@@ -329,9 +329,9 @@ export const $: g_glossary.D.Glossary<null> = {
|
|
|
329
329
|
}]],
|
|
330
330
|
},
|
|
331
331
|
})],
|
|
332
|
-
"change context": <
|
|
332
|
+
"change context": <g_cosmos.D.Data__Type>['group', d({
|
|
333
333
|
"new context selection": {
|
|
334
|
-
'type': <
|
|
334
|
+
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
335
335
|
'context': ['local', null],
|
|
336
336
|
'typeXX': "Expression",
|
|
337
337
|
'tailXX': a([]),
|
|
@@ -339,7 +339,7 @@ export const $: g_glossary.D.Glossary<null> = {
|
|
|
339
339
|
}]],
|
|
340
340
|
},
|
|
341
341
|
"sub statement block": {
|
|
342
|
-
'type': <
|
|
342
|
+
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
343
343
|
'context': ['local', null],
|
|
344
344
|
'typeXX': "Statement Block",
|
|
345
345
|
'tailXX': a([]),
|
|
@@ -347,16 +347,16 @@ export const $: g_glossary.D.Glossary<null> = {
|
|
|
347
347
|
}]],
|
|
348
348
|
},
|
|
349
349
|
})],
|
|
350
|
-
"debug": <
|
|
351
|
-
"expression": <
|
|
350
|
+
"debug": <g_cosmos.D.Data__Type>['string', null],
|
|
351
|
+
"expression": <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
352
352
|
'context': ['local', null],
|
|
353
353
|
'typeXX': "Expression",
|
|
354
354
|
'tailXX': a([]),
|
|
355
355
|
'type arguments': d({}),
|
|
356
356
|
}]],
|
|
357
|
-
"if": <
|
|
357
|
+
"if": <g_cosmos.D.Data__Type>['group', d({
|
|
358
358
|
"condition": {
|
|
359
|
-
'type': <
|
|
359
|
+
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
360
360
|
'context': ['local', null],
|
|
361
361
|
'typeXX': "Expression",
|
|
362
362
|
'tailXX': a([]),
|
|
@@ -364,7 +364,7 @@ export const $: g_glossary.D.Glossary<null> = {
|
|
|
364
364
|
}]],
|
|
365
365
|
},
|
|
366
366
|
"else": {
|
|
367
|
-
'type': <
|
|
367
|
+
'type': <g_cosmos.D.Data__Type>['optional', <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
368
368
|
'context': ['local', null],
|
|
369
369
|
'typeXX': "Statement Block",
|
|
370
370
|
'tailXX': a([]),
|
|
@@ -372,7 +372,7 @@ export const $: g_glossary.D.Glossary<null> = {
|
|
|
372
372
|
}]]],
|
|
373
373
|
},
|
|
374
374
|
"if block": {
|
|
375
|
-
'type': <
|
|
375
|
+
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
376
376
|
'context': ['local', null],
|
|
377
377
|
'typeXX': "Statement Block",
|
|
378
378
|
'tailXX': a([]),
|
|
@@ -380,9 +380,9 @@ export const $: g_glossary.D.Glossary<null> = {
|
|
|
380
380
|
}]],
|
|
381
381
|
},
|
|
382
382
|
})],
|
|
383
|
-
"return": <
|
|
383
|
+
"return": <g_cosmos.D.Data__Type>['group', d({
|
|
384
384
|
"expression": {
|
|
385
|
-
'type': <
|
|
385
|
+
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
386
386
|
'context': ['local', null],
|
|
387
387
|
'typeXX': "Expression",
|
|
388
388
|
'tailXX': a([]),
|
|
@@ -390,15 +390,15 @@ export const $: g_glossary.D.Glossary<null> = {
|
|
|
390
390
|
}]],
|
|
391
391
|
},
|
|
392
392
|
})],
|
|
393
|
-
"sub block": <
|
|
393
|
+
"sub block": <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
394
394
|
'context': ['local', null],
|
|
395
395
|
'typeXX': "Statement Block",
|
|
396
396
|
'tailXX': a([]),
|
|
397
397
|
'type arguments': d({}),
|
|
398
398
|
}]],
|
|
399
|
-
"switch": <
|
|
399
|
+
"switch": <g_cosmos.D.Data__Type>['group', d({
|
|
400
400
|
"cases": {
|
|
401
|
-
'type': <
|
|
401
|
+
'type': <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
402
402
|
'context': ['local', null],
|
|
403
403
|
'typeXX': "Statement Block",
|
|
404
404
|
'tailXX': a([]),
|
|
@@ -406,7 +406,7 @@ export const $: g_glossary.D.Glossary<null> = {
|
|
|
406
406
|
}]]],
|
|
407
407
|
},
|
|
408
408
|
"default": {
|
|
409
|
-
'type': <
|
|
409
|
+
'type': <g_cosmos.D.Data__Type>['optional', <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
410
410
|
'context': ['local', null],
|
|
411
411
|
'typeXX': "Statement Block",
|
|
412
412
|
'tailXX': a([]),
|
|
@@ -414,7 +414,7 @@ export const $: g_glossary.D.Glossary<null> = {
|
|
|
414
414
|
}]]],
|
|
415
415
|
},
|
|
416
416
|
"select": {
|
|
417
|
-
'type': <
|
|
417
|
+
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
418
418
|
'context': ['local', null],
|
|
419
419
|
'typeXX': "Expression",
|
|
420
420
|
'tailXX': a([]),
|
|
@@ -425,7 +425,7 @@ export const $: g_glossary.D.Glossary<null> = {
|
|
|
425
425
|
})]],
|
|
426
426
|
},
|
|
427
427
|
"variables": {
|
|
428
|
-
'type': <
|
|
428
|
+
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
429
429
|
'context': ['local', null],
|
|
430
430
|
'typeXX': "Variables",
|
|
431
431
|
'tailXX': a([]),
|
|
@@ -436,29 +436,29 @@ export const $: g_glossary.D.Glossary<null> = {
|
|
|
436
436
|
},
|
|
437
437
|
"Type": {
|
|
438
438
|
'parameters': d({}),
|
|
439
|
-
'type': <
|
|
440
|
-
"array": <
|
|
439
|
+
'type': <g_cosmos.D.Data__Type>['taggedUnion', d({
|
|
440
|
+
"array": <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
441
441
|
'context': ['local', null],
|
|
442
442
|
'typeXX': "Type",
|
|
443
443
|
'tailXX': a([]),
|
|
444
444
|
'type arguments': d({}),
|
|
445
445
|
}]],
|
|
446
|
-
"boolean": <
|
|
447
|
-
"dictionary": <
|
|
446
|
+
"boolean": <g_cosmos.D.Data__Type>['null', null],
|
|
447
|
+
"dictionary": <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
448
448
|
'context': ['local', null],
|
|
449
449
|
'typeXX': "Type",
|
|
450
450
|
'tailXX': a([]),
|
|
451
451
|
'type arguments': d({}),
|
|
452
452
|
}]],
|
|
453
|
-
"function": <
|
|
453
|
+
"function": <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
454
454
|
'context': ['local', null],
|
|
455
455
|
'typeXX': "Function Signature",
|
|
456
456
|
'tailXX': a([]),
|
|
457
457
|
'type arguments': d({}),
|
|
458
458
|
}]],
|
|
459
|
-
"group": <
|
|
459
|
+
"group": <g_cosmos.D.Data__Type>['group', d({
|
|
460
460
|
"members": {
|
|
461
|
-
'type': <
|
|
461
|
+
'type': <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
462
462
|
'context': ['local', null],
|
|
463
463
|
'typeXX': "Type",
|
|
464
464
|
'tailXX': a([]),
|
|
@@ -466,34 +466,34 @@ export const $: g_glossary.D.Glossary<null> = {
|
|
|
466
466
|
}]]],
|
|
467
467
|
},
|
|
468
468
|
})],
|
|
469
|
-
"null": <
|
|
470
|
-
"number": <
|
|
471
|
-
"optional": <
|
|
469
|
+
"null": <g_cosmos.D.Data__Type>['null', null],
|
|
470
|
+
"number": <g_cosmos.D.Data__Type>['null', null],
|
|
471
|
+
"optional": <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
472
472
|
'context': ['local', null],
|
|
473
473
|
'typeXX': "Type",
|
|
474
474
|
'tailXX': a([]),
|
|
475
475
|
'type arguments': d({}),
|
|
476
476
|
}]],
|
|
477
|
-
"parameter selection": <
|
|
478
|
-
"string": <
|
|
479
|
-
"tagged union": <
|
|
477
|
+
"parameter selection": <g_cosmos.D.Data__Type>['string', null],
|
|
478
|
+
"string": <g_cosmos.D.Data__Type>['null', null],
|
|
479
|
+
"tagged union": <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
480
480
|
'context': ['local', null],
|
|
481
481
|
'typeXX': "Type",
|
|
482
482
|
'tailXX': a([]),
|
|
483
483
|
'type arguments': d({}),
|
|
484
484
|
}]]],
|
|
485
|
-
"type selection": <
|
|
485
|
+
"type selection": <g_cosmos.D.Data__Type>['group', d({
|
|
486
486
|
"import": {
|
|
487
|
-
'type': <
|
|
487
|
+
'type': <g_cosmos.D.Data__Type>['optional', <g_cosmos.D.Data__Type>['string', null]],
|
|
488
488
|
},
|
|
489
489
|
"namespace path": {
|
|
490
|
-
'type': <
|
|
490
|
+
'type': <g_cosmos.D.Data__Type>['array', <g_cosmos.D.Data__Type>['string', null]],
|
|
491
491
|
},
|
|
492
492
|
"type": {
|
|
493
|
-
'type': <
|
|
493
|
+
'type': <g_cosmos.D.Data__Type>['string', null],
|
|
494
494
|
},
|
|
495
495
|
"type arguments": {
|
|
496
|
-
'type': <
|
|
496
|
+
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
497
497
|
'context': ['local', null],
|
|
498
498
|
'typeXX': "Type Arguments",
|
|
499
499
|
'tailXX': a([]),
|
|
@@ -505,7 +505,7 @@ export const $: g_glossary.D.Glossary<null> = {
|
|
|
505
505
|
},
|
|
506
506
|
"Type Arguments": {
|
|
507
507
|
'parameters': d({}),
|
|
508
|
-
'type': <
|
|
508
|
+
'type': <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
509
509
|
'context': ['local', null],
|
|
510
510
|
'typeXX': "Type",
|
|
511
511
|
'tailXX': a([]),
|
|
@@ -514,13 +514,13 @@ export const $: g_glossary.D.Glossary<null> = {
|
|
|
514
514
|
},
|
|
515
515
|
"Type Parameters": {
|
|
516
516
|
'parameters': d({}),
|
|
517
|
-
'type': <
|
|
517
|
+
'type': <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['null', null]]
|
|
518
518
|
},
|
|
519
519
|
"Variables": {
|
|
520
520
|
'parameters': d({}),
|
|
521
|
-
'type': <
|
|
521
|
+
'type': <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['group', d({
|
|
522
522
|
"expression": {
|
|
523
|
-
'type': <
|
|
523
|
+
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
524
524
|
'context': ['local', null],
|
|
525
525
|
'typeXX': "Expression",
|
|
526
526
|
'tailXX': a([]),
|
|
@@ -528,10 +528,10 @@ export const $: g_glossary.D.Glossary<null> = {
|
|
|
528
528
|
}]],
|
|
529
529
|
},
|
|
530
530
|
"mutable": {
|
|
531
|
-
'type': <
|
|
531
|
+
'type': <g_cosmos.D.Data__Type>['boolean', null],
|
|
532
532
|
},
|
|
533
533
|
"type": {
|
|
534
|
-
'type': <
|
|
534
|
+
'type': <g_cosmos.D.Data__Type>['optional', <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
535
535
|
'context': ['local', null],
|
|
536
536
|
'typeXX': "Type",
|
|
537
537
|
'tailXX': a([]),
|