exupery 0.1.25 → 0.1.26

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.
@@ -1,6 +1,6 @@
1
1
  import * as _i_signatures from "../../../interface/schemas/typescript_light/marshall";
2
- export declare const Block: _i_signatures._T_Block;
3
- export declare const Block_Part: _i_signatures._T_Block_Part;
2
+ export declare const Group: _i_signatures._T_Group;
3
+ export declare const Group_Part: _i_signatures._T_Group_Part;
4
4
  export declare const Directory: _i_signatures._T_Directory;
5
5
  export declare const Expression: _i_signatures._T_Expression;
6
6
  export declare const Line: _i_signatures._T_Line;
@@ -23,13 +23,13 @@ var __importStar = (this && this.__importStar) || function (mod) {
23
23
  return result;
24
24
  };
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.Type = exports.String_Literal = exports.Statements = exports.Lines = exports.Line_Part = exports.Line = exports.Expression = exports.Directory = exports.Block_Part = exports.Block = void 0;
26
+ exports.Type = exports.String_Literal = exports.Statements = exports.Lines = exports.Line_Part = exports.Line = exports.Expression = exports.Directory = exports.Group_Part = exports.Group = void 0;
27
27
  const _pa = __importStar(require("exupery-core-alg"));
28
- const Block = ($, $p) => ['list', $.map(($) => (0, exports.Block_Part)($, {
28
+ const Group = ($, $p) => ['list', $.map(($) => (0, exports.Group_Part)($, {
29
29
  'value serializers': $p['value serializers'],
30
30
  }))];
31
- exports.Block = Block;
32
- const Block_Part = ($, $p) => ['state', _pa.cc($, ($) => {
31
+ exports.Group = Group;
32
+ const Group_Part = ($, $p) => ['state', _pa.cc($, ($) => {
33
33
  switch ($[0]) {
34
34
  case 'line': return _pa.ss($, ($) => ({
35
35
  'state': "line",
@@ -50,20 +50,20 @@ const Block_Part = ($, $p) => ['state', _pa.cc($, ($) => {
50
50
  }));
51
51
  case 'optional': return _pa.ss($, ($) => ({
52
52
  'state': "optional",
53
- 'value': ['optional', $.transform(($) => ['set', (0, exports.Block_Part)($, {
53
+ 'value': ['optional', $.transform(($) => ['set', (0, exports.Group_Part)($, {
54
54
  'value serializers': $p['value serializers'],
55
55
  })], () => ['not set', null])],
56
56
  }));
57
- case 'sub block': return _pa.ss($, ($) => ({
58
- 'state': "sub block",
59
- 'value': (0, exports.Block)($, {
57
+ case 'sub group': return _pa.ss($, ($) => ({
58
+ 'state': "sub group",
59
+ 'value': (0, exports.Group)($, {
60
60
  'value serializers': $p['value serializers'],
61
61
  }),
62
62
  }));
63
63
  default: return _pa.au($[0]);
64
64
  }
65
65
  })];
66
- exports.Block_Part = Block_Part;
66
+ exports.Group_Part = Group_Part;
67
67
  const Directory = ($, $p) => ['dictionary', $.map(($) => ['state', _pa.cc($, ($) => {
68
68
  switch ($[0]) {
69
69
  case 'directory': return _pa.ss($, ($) => ({
@@ -74,7 +74,7 @@ const Directory = ($, $p) => ['dictionary', $.map(($) => ['state', _pa.cc($, ($)
74
74
  }));
75
75
  case 'file': return _pa.ss($, ($) => ({
76
76
  'state': "file",
77
- 'value': (0, exports.Block)($, {
77
+ 'value': (0, exports.Group)($, {
78
78
  'value serializers': $p['value serializers'],
79
79
  }),
80
80
  }));
@@ -107,8 +107,8 @@ const Expression = ($, $p) => ['state', _pa.cc($, ($) => {
107
107
  })], () => ['not set', null])]),
108
108
  'type': _pa.cc($['type'], ($) => ['state', _pa.cc($, ($) => {
109
109
  switch ($[0]) {
110
- case 'block': return _pa.ss($, ($) => ({
111
- 'state': "block",
110
+ case 'group': return _pa.ss($, ($) => ({
111
+ 'state': "group",
112
112
  'value': (0, exports.Statements)($, {
113
113
  'value serializers': $p['value serializers'],
114
114
  }),
@@ -180,7 +180,7 @@ const Line_Part = ($, $p) => ['state', _pa.cc($, ($) => {
180
180
  switch ($[0]) {
181
181
  case 'indent': return _pa.ss($, ($) => ({
182
182
  'state': "indent",
183
- 'value': (0, exports.Block)($, {
183
+ 'value': (0, exports.Group)($, {
184
184
  'value serializers': $p['value serializers'],
185
185
  }),
186
186
  }));
@@ -257,7 +257,7 @@ const Statements = ($, $p) => ['list', $.map(($) => ['state', _pa.cc($, ($) => {
257
257
  case 'module declaration': return _pa.ss($, ($) => ({
258
258
  'state': "module declaration",
259
259
  'value': ['verbose group', _pa.dictionary_literal({
260
- 'block': _pa.cc($['block'], ($) => (0, exports.Statements)($, {
260
+ 'group': _pa.cc($['group'], ($) => (0, exports.Statements)($, {
261
261
  'value serializers': $p['value serializers'],
262
262
  })),
263
263
  'export': _pa.cc($['export'], ($) => ['text', ({
@@ -1,6 +1,6 @@
1
1
  import * as _i_signatures from "../../../interface/schemas/typescript_light/unmarshall";
2
- export declare const Block: _i_signatures._T_Block;
3
- export declare const Block_Part: _i_signatures._T_Block_Part;
2
+ export declare const Group: _i_signatures._T_Group;
3
+ export declare const Group_Part: _i_signatures._T_Group_Part;
4
4
  export declare const Directory: _i_signatures._T_Directory;
5
5
  export declare const Expression: _i_signatures._T_Expression;
6
6
  export declare const Line: _i_signatures._T_Line;
@@ -23,16 +23,16 @@ var __importStar = (this && this.__importStar) || function (mod) {
23
23
  return result;
24
24
  };
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.Type = exports.String_Literal = exports.Statements = exports.Lines = exports.Line_Part = exports.Line = exports.Expression = exports.Directory = exports.Block_Part = exports.Block = void 0;
26
+ exports.Type = exports.String_Literal = exports.Statements = exports.Lines = exports.Line_Part = exports.Line = exports.Expression = exports.Directory = exports.Group_Part = exports.Group = void 0;
27
27
  const _pa = __importStar(require("exupery-core-alg"));
28
28
  const _i_generic = __importStar(require("../../generic/unmarshall"));
29
- const Block = ($, $p) => _i_generic.process_unconstrained_list($, {
30
- 'value': ($) => (0, exports.Block_Part)($, {
29
+ const Group = ($, $p) => _i_generic.process_unconstrained_list($, {
30
+ 'value': ($) => (0, exports.Group_Part)($, {
31
31
  'value deserializers': $p['value deserializers'],
32
32
  }),
33
33
  });
34
- exports.Block = Block;
35
- const Block_Part = ($, $p) => _i_generic.process_unconstrained_state_group($, {
34
+ exports.Group = Group;
35
+ const Group_Part = ($, $p) => _i_generic.process_unconstrained_state_group($, {
36
36
  'states': _pa.dictionary_literal({
37
37
  'line': ($) => ['line', _i_generic.process_text($, null)],
38
38
  'nested line': ($) => ['nested line', (0, exports.Line)($, {
@@ -40,23 +40,23 @@ const Block_Part = ($, $p) => _i_generic.process_unconstrained_state_group($, {
40
40
  })],
41
41
  'nothing': ($) => ['nothing', _i_generic.process_nothing($, null)],
42
42
  'optional': ($) => ['optional', _i_generic.process_optional($, {
43
- 'value': ($) => (0, exports.Block_Part)($, {
43
+ 'value': ($) => (0, exports.Group_Part)($, {
44
44
  'value deserializers': $p['value deserializers'],
45
45
  }),
46
46
  })],
47
- 'sub block': ($) => ['sub block', (0, exports.Block)($, {
47
+ 'sub group': ($) => ['sub group', (0, exports.Group)($, {
48
48
  'value deserializers': $p['value deserializers'],
49
49
  })],
50
50
  }),
51
51
  });
52
- exports.Block_Part = Block_Part;
52
+ exports.Group_Part = Group_Part;
53
53
  const Directory = ($, $p) => _i_generic.process_unconstrained_dictionary($, {
54
54
  'value': ($) => _i_generic.process_unconstrained_state_group($, {
55
55
  'states': _pa.dictionary_literal({
56
56
  'directory': ($) => ['directory', (0, exports.Directory)($, {
57
57
  'value deserializers': $p['value deserializers'],
58
58
  })],
59
- 'file': ($) => ['file', (0, exports.Block)($, {
59
+ 'file': ($) => ['file', (0, exports.Group)($, {
60
60
  'value deserializers': $p['value deserializers'],
61
61
  })],
62
62
  }),
@@ -101,7 +101,7 @@ const Expression = ($, $p) => _i_generic.process_unconstrained_state_group($, {
101
101
  'key': "type",
102
102
  }), ($) => _i_generic.process_unconstrained_state_group($, {
103
103
  'states': _pa.dictionary_literal({
104
- 'block': ($) => ['block', (0, exports.Statements)($, {
104
+ 'group': ($) => ['group', (0, exports.Statements)($, {
105
105
  'value deserializers': $p['value deserializers'],
106
106
  })],
107
107
  'expression': ($) => ['expression', (0, exports.Expression)($, {
@@ -158,7 +158,7 @@ const Line = ($, $p) => _i_generic.process_unconstrained_list($, {
158
158
  exports.Line = Line;
159
159
  const Line_Part = ($, $p) => _i_generic.process_unconstrained_state_group($, {
160
160
  'states': _pa.dictionary_literal({
161
- 'indent': ($) => ['indent', (0, exports.Block)($, {
161
+ 'indent': ($) => ['indent', (0, exports.Group)($, {
162
162
  'value deserializers': $p['value deserializers'],
163
163
  })],
164
164
  'nothing': ($) => ['nothing', _i_generic.process_nothing($, null)],
@@ -217,8 +217,8 @@ const Statements = ($, $p) => _i_generic.process_unconstrained_list($, {
217
217
  })],
218
218
  'module declaration': ($) => ['module declaration', _i_generic.process_group($, {
219
219
  'properties': ($) => ({
220
- 'block': _pa.cc(_i_generic.get_entry($, {
221
- 'key': "block",
220
+ 'group': _pa.cc(_i_generic.get_entry($, {
221
+ 'key': "group",
222
222
  }), ($) => (0, exports.Statements)($, {
223
223
  'value deserializers': $p['value deserializers'],
224
224
  })),
@@ -1,8 +1,8 @@
1
1
  import * as _pt from 'exupery-core-types';
2
2
  import * as _i_core from "../../../core/resolved";
3
- export type _T_Block = _i_core._T_List<null, _T_Block_Part>;
4
- export type _T_Block_Part = _i_core._T_State_Group<null, readonly ['line', string] | readonly ['nested line', _T_Line] | readonly ['nothing', null] | readonly ['optional', _pt.Optional_Value<_T_Block_Part>] | readonly ['sub block', _T_Block]>;
5
- export type _T_Directory = _i_core._T_Dictionary<null, _i_core._T_State_Group<null, readonly ['directory', _T_Directory] | readonly ['file', _T_Block]>>;
3
+ export type _T_Group = _i_core._T_List<null, _T_Group_Part>;
4
+ export type _T_Group_Part = _i_core._T_State_Group<null, readonly ['line', string] | readonly ['nested line', _T_Line] | readonly ['nothing', null] | readonly ['optional', _pt.Optional_Value<_T_Group_Part>] | readonly ['sub group', _T_Group]>;
5
+ export type _T_Directory = _i_core._T_Dictionary<null, _i_core._T_State_Group<null, readonly ['directory', _T_Directory] | readonly ['file', _T_Group]>>;
6
6
  export type _T_Expression = _i_core._T_State_Group<null, readonly ['array literal', _i_core._T_List<null, _T_Expression>] | readonly [
7
7
  'arrow function',
8
8
  {
@@ -11,7 +11,7 @@ export type _T_Expression = _i_core._T_State_Group<null, readonly ['array litera
11
11
  readonly 'type': _pt.Optional_Value<_T_Type>;
12
12
  }>;
13
13
  readonly 'return type': _pt.Optional_Value<_T_Type>;
14
- readonly 'type': _i_core._T_State_Group<null, readonly ['block', _T_Statements] | readonly ['expression', _T_Expression]>;
14
+ readonly 'type': _i_core._T_State_Group<null, readonly ['group', _T_Statements] | readonly ['expression', _T_Expression]>;
15
15
  }
16
16
  ] | readonly [
17
17
  'call',
@@ -26,7 +26,7 @@ export type _T_Expression = _i_core._T_State_Group<null, readonly ['array litera
26
26
  }
27
27
  ] | readonly ['string literal', _T_String_Literal] | readonly ['true', null]>;
28
28
  export type _T_Line = _i_core._T_List<null, _T_Line_Part>;
29
- export type _T_Line_Part = _i_core._T_State_Group<null, readonly ['indent', _T_Block] | readonly ['nothing', null] | readonly ['optional', _pt.Optional_Value<_T_Line_Part>] | readonly ['snippet', string] | readonly ['sub line', _T_Line]>;
29
+ export type _T_Line_Part = _i_core._T_State_Group<null, readonly ['indent', _T_Group] | readonly ['nothing', null] | readonly ['optional', _pt.Optional_Value<_T_Line_Part>] | readonly ['snippet', string] | readonly ['sub line', _T_Line]>;
30
30
  export type _T_Lines = _i_core._T_List<null, {
31
31
  readonly 'indentation': number;
32
32
  readonly 'text': string;
@@ -45,7 +45,7 @@ export type _T_Statements = _i_core._T_List<null, _i_core._T_State_Group<null, r
45
45
  ] | readonly [
46
46
  'module declaration',
47
47
  {
48
- readonly 'block': _T_Statements;
48
+ readonly 'group': _T_Statements;
49
49
  readonly 'export': boolean;
50
50
  readonly 'name': string;
51
51
  }
@@ -103,8 +103,8 @@ export type _T_Type = _i_core._T_State_Group<null, readonly ['boolean', null] |
103
103
  readonly 'type arguments': _i_core._T_List<null, _T_Type>;
104
104
  }
105
105
  ] | readonly ['union', _i_core._T_List<null, _T_Type>] | readonly ['void', null]>;
106
- export type Block = _T_Block;
107
- export type Block_Part = _T_Block_Part;
106
+ export type Group = _T_Group;
107
+ export type Group_Part = _T_Group_Part;
108
108
  export type Directory = _T_Directory;
109
109
  export type Expression = _T_Expression;
110
110
  export type Line = _T_Line;
@@ -113,12 +113,12 @@ export type Lines = _T_Lines;
113
113
  export type Statements = _T_Statements;
114
114
  export type String_Literal = _T_String_Literal;
115
115
  export type Type = _T_Type;
116
- export declare namespace _T_Block {
116
+ export declare namespace _T_Group {
117
117
  namespace L {
118
118
  }
119
- type L = _T_Block_Part;
119
+ type L = _T_Group_Part;
120
120
  }
121
- export declare namespace _T_Block_Part {
121
+ export declare namespace _T_Group_Part {
122
122
  namespace SG {
123
123
  type line = string;
124
124
  namespace nested_line {
@@ -128,14 +128,14 @@ export declare namespace _T_Block_Part {
128
128
  namespace optional {
129
129
  namespace O {
130
130
  }
131
- type O = _T_Block_Part;
131
+ type O = _T_Group_Part;
132
132
  }
133
- type optional = _pt.Optional_Value<_T_Block_Part>;
134
- namespace sub_block {
133
+ type optional = _pt.Optional_Value<_T_Group_Part>;
134
+ namespace sub_group {
135
135
  }
136
- type sub_block = _T_Block;
136
+ type sub_group = _T_Group;
137
137
  }
138
- type SG = readonly ['line', string] | readonly ['nested line', _T_Line] | readonly ['nothing', null] | readonly ['optional', _pt.Optional_Value<_T_Block_Part>] | readonly ['sub block', _T_Block];
138
+ type SG = readonly ['line', string] | readonly ['nested line', _T_Line] | readonly ['nothing', null] | readonly ['optional', _pt.Optional_Value<_T_Group_Part>] | readonly ['sub group', _T_Group];
139
139
  }
140
140
  export declare namespace _T_Directory {
141
141
  namespace D {
@@ -145,11 +145,11 @@ export declare namespace _T_Directory {
145
145
  type directory = _T_Directory;
146
146
  namespace file {
147
147
  }
148
- type file = _T_Block;
148
+ type file = _T_Group;
149
149
  }
150
- type SG = readonly ['directory', _T_Directory] | readonly ['file', _T_Block];
150
+ type SG = readonly ['directory', _T_Directory] | readonly ['file', _T_Group];
151
151
  }
152
- type D = _i_core._T_State_Group<null, readonly ['directory', _T_Directory] | readonly ['file', _T_Block]>;
152
+ type D = _i_core._T_State_Group<null, readonly ['directory', _T_Directory] | readonly ['file', _T_Group]>;
153
153
  }
154
154
  export declare namespace _T_Expression {
155
155
  namespace SG {
@@ -187,16 +187,16 @@ export declare namespace _T_Expression {
187
187
  type return_type = _pt.Optional_Value<_T_Type>;
188
188
  namespace _type {
189
189
  namespace SG {
190
- namespace block {
190
+ namespace group {
191
191
  }
192
- type block = _T_Statements;
192
+ type group = _T_Statements;
193
193
  namespace expression {
194
194
  }
195
195
  type expression = _T_Expression;
196
196
  }
197
- type SG = readonly ['block', _T_Statements] | readonly ['expression', _T_Expression];
197
+ type SG = readonly ['group', _T_Statements] | readonly ['expression', _T_Expression];
198
198
  }
199
- type _type = _i_core._T_State_Group<null, readonly ['block', _T_Statements] | readonly ['expression', _T_Expression]>;
199
+ type _type = _i_core._T_State_Group<null, readonly ['group', _T_Statements] | readonly ['expression', _T_Expression]>;
200
200
  }
201
201
  type arrow_function = {
202
202
  readonly 'parameters': _i_core._T_List<null, {
@@ -204,7 +204,7 @@ export declare namespace _T_Expression {
204
204
  readonly 'type': _pt.Optional_Value<_T_Type>;
205
205
  }>;
206
206
  readonly 'return type': _pt.Optional_Value<_T_Type>;
207
- readonly 'type': _i_core._T_State_Group<null, readonly ['block', _T_Statements] | readonly ['expression', _T_Expression]>;
207
+ readonly 'type': _i_core._T_State_Group<null, readonly ['group', _T_Statements] | readonly ['expression', _T_Expression]>;
208
208
  };
209
209
  namespace call {
210
210
  namespace _arguments {
@@ -248,7 +248,7 @@ export declare namespace _T_Expression {
248
248
  readonly 'type': _pt.Optional_Value<_T_Type>;
249
249
  }>;
250
250
  readonly 'return type': _pt.Optional_Value<_T_Type>;
251
- readonly 'type': _i_core._T_State_Group<null, readonly ['block', _T_Statements] | readonly ['expression', _T_Expression]>;
251
+ readonly 'type': _i_core._T_State_Group<null, readonly ['group', _T_Statements] | readonly ['expression', _T_Expression]>;
252
252
  }
253
253
  ] | readonly [
254
254
  'call',
@@ -272,7 +272,7 @@ export declare namespace _T_Line_Part {
272
272
  namespace SG {
273
273
  namespace indent {
274
274
  }
275
- type indent = _T_Block;
275
+ type indent = _T_Group;
276
276
  type nothing = null;
277
277
  namespace optional {
278
278
  namespace O {
@@ -285,7 +285,7 @@ export declare namespace _T_Line_Part {
285
285
  }
286
286
  type sub_line = _T_Line;
287
287
  }
288
- type SG = readonly ['indent', _T_Block] | readonly ['nothing', null] | readonly ['optional', _pt.Optional_Value<_T_Line_Part>] | readonly ['snippet', string] | readonly ['sub line', _T_Line];
288
+ type SG = readonly ['indent', _T_Group] | readonly ['nothing', null] | readonly ['optional', _pt.Optional_Value<_T_Line_Part>] | readonly ['snippet', string] | readonly ['sub line', _T_Line];
289
289
  }
290
290
  export declare namespace _T_Lines {
291
291
  namespace L {
@@ -339,14 +339,14 @@ export declare namespace _T_Statements {
339
339
  ] | readonly ['namespace', string]>;
340
340
  };
341
341
  namespace module_declaration {
342
- namespace block {
342
+ namespace group {
343
343
  }
344
- type block = _T_Statements;
344
+ type group = _T_Statements;
345
345
  type _export = boolean;
346
346
  type name = string;
347
347
  }
348
348
  type module_declaration = {
349
- readonly 'block': _T_Statements;
349
+ readonly 'group': _T_Statements;
350
350
  readonly 'export': boolean;
351
351
  readonly 'name': string;
352
352
  };
@@ -406,7 +406,7 @@ export declare namespace _T_Statements {
406
406
  ] | readonly [
407
407
  'module declaration',
408
408
  {
409
- readonly 'block': _T_Statements;
409
+ readonly 'group': _T_Statements;
410
410
  readonly 'export': boolean;
411
411
  readonly 'name': string;
412
412
  }
@@ -443,7 +443,7 @@ export declare namespace _T_Statements {
443
443
  ] | readonly [
444
444
  'module declaration',
445
445
  {
446
- readonly 'block': _T_Statements;
446
+ readonly 'group': _T_Statements;
447
447
  readonly 'export': boolean;
448
448
  readonly 'name': string;
449
449
  }
@@ -618,12 +618,12 @@ export declare namespace _T_Type {
618
618
  }
619
619
  ] | readonly ['union', _i_core._T_List<null, _T_Type>] | readonly ['void', null];
620
620
  }
621
- export declare namespace Block {
621
+ export declare namespace Group {
622
622
  namespace L {
623
623
  }
624
- type L = _T_Block_Part;
624
+ type L = _T_Group_Part;
625
625
  }
626
- export declare namespace Block_Part {
626
+ export declare namespace Group_Part {
627
627
  namespace SG {
628
628
  type line = string;
629
629
  namespace nested_line {
@@ -633,14 +633,14 @@ export declare namespace Block_Part {
633
633
  namespace optional {
634
634
  namespace O {
635
635
  }
636
- type O = _T_Block_Part;
636
+ type O = _T_Group_Part;
637
637
  }
638
- type optional = _pt.Optional_Value<_T_Block_Part>;
639
- namespace sub_block {
638
+ type optional = _pt.Optional_Value<_T_Group_Part>;
639
+ namespace sub_group {
640
640
  }
641
- type sub_block = _T_Block;
641
+ type sub_group = _T_Group;
642
642
  }
643
- type SG = readonly ['line', string] | readonly ['nested line', _T_Line] | readonly ['nothing', null] | readonly ['optional', _pt.Optional_Value<_T_Block_Part>] | readonly ['sub block', _T_Block];
643
+ type SG = readonly ['line', string] | readonly ['nested line', _T_Line] | readonly ['nothing', null] | readonly ['optional', _pt.Optional_Value<_T_Group_Part>] | readonly ['sub group', _T_Group];
644
644
  }
645
645
  export declare namespace Directory {
646
646
  namespace D {
@@ -650,11 +650,11 @@ export declare namespace Directory {
650
650
  type directory = _T_Directory;
651
651
  namespace file {
652
652
  }
653
- type file = _T_Block;
653
+ type file = _T_Group;
654
654
  }
655
- type SG = readonly ['directory', _T_Directory] | readonly ['file', _T_Block];
655
+ type SG = readonly ['directory', _T_Directory] | readonly ['file', _T_Group];
656
656
  }
657
- type D = _i_core._T_State_Group<null, readonly ['directory', _T_Directory] | readonly ['file', _T_Block]>;
657
+ type D = _i_core._T_State_Group<null, readonly ['directory', _T_Directory] | readonly ['file', _T_Group]>;
658
658
  }
659
659
  export declare namespace Expression {
660
660
  namespace SG {
@@ -692,16 +692,16 @@ export declare namespace Expression {
692
692
  type return_type = _pt.Optional_Value<_T_Type>;
693
693
  namespace _type {
694
694
  namespace SG {
695
- namespace block {
695
+ namespace group {
696
696
  }
697
- type block = _T_Statements;
697
+ type group = _T_Statements;
698
698
  namespace expression {
699
699
  }
700
700
  type expression = _T_Expression;
701
701
  }
702
- type SG = readonly ['block', _T_Statements] | readonly ['expression', _T_Expression];
702
+ type SG = readonly ['group', _T_Statements] | readonly ['expression', _T_Expression];
703
703
  }
704
- type _type = _i_core._T_State_Group<null, readonly ['block', _T_Statements] | readonly ['expression', _T_Expression]>;
704
+ type _type = _i_core._T_State_Group<null, readonly ['group', _T_Statements] | readonly ['expression', _T_Expression]>;
705
705
  }
706
706
  type arrow_function = {
707
707
  readonly 'parameters': _i_core._T_List<null, {
@@ -709,7 +709,7 @@ export declare namespace Expression {
709
709
  readonly 'type': _pt.Optional_Value<_T_Type>;
710
710
  }>;
711
711
  readonly 'return type': _pt.Optional_Value<_T_Type>;
712
- readonly 'type': _i_core._T_State_Group<null, readonly ['block', _T_Statements] | readonly ['expression', _T_Expression]>;
712
+ readonly 'type': _i_core._T_State_Group<null, readonly ['group', _T_Statements] | readonly ['expression', _T_Expression]>;
713
713
  };
714
714
  namespace call {
715
715
  namespace _arguments {
@@ -753,7 +753,7 @@ export declare namespace Expression {
753
753
  readonly 'type': _pt.Optional_Value<_T_Type>;
754
754
  }>;
755
755
  readonly 'return type': _pt.Optional_Value<_T_Type>;
756
- readonly 'type': _i_core._T_State_Group<null, readonly ['block', _T_Statements] | readonly ['expression', _T_Expression]>;
756
+ readonly 'type': _i_core._T_State_Group<null, readonly ['group', _T_Statements] | readonly ['expression', _T_Expression]>;
757
757
  }
758
758
  ] | readonly [
759
759
  'call',
@@ -777,7 +777,7 @@ export declare namespace Line_Part {
777
777
  namespace SG {
778
778
  namespace indent {
779
779
  }
780
- type indent = _T_Block;
780
+ type indent = _T_Group;
781
781
  type nothing = null;
782
782
  namespace optional {
783
783
  namespace O {
@@ -790,7 +790,7 @@ export declare namespace Line_Part {
790
790
  }
791
791
  type sub_line = _T_Line;
792
792
  }
793
- type SG = readonly ['indent', _T_Block] | readonly ['nothing', null] | readonly ['optional', _pt.Optional_Value<_T_Line_Part>] | readonly ['snippet', string] | readonly ['sub line', _T_Line];
793
+ type SG = readonly ['indent', _T_Group] | readonly ['nothing', null] | readonly ['optional', _pt.Optional_Value<_T_Line_Part>] | readonly ['snippet', string] | readonly ['sub line', _T_Line];
794
794
  }
795
795
  export declare namespace Lines {
796
796
  namespace L {
@@ -844,14 +844,14 @@ export declare namespace Statements {
844
844
  ] | readonly ['namespace', string]>;
845
845
  };
846
846
  namespace module_declaration {
847
- namespace block {
847
+ namespace group {
848
848
  }
849
- type block = _T_Statements;
849
+ type group = _T_Statements;
850
850
  type _export = boolean;
851
851
  type name = string;
852
852
  }
853
853
  type module_declaration = {
854
- readonly 'block': _T_Statements;
854
+ readonly 'group': _T_Statements;
855
855
  readonly 'export': boolean;
856
856
  readonly 'name': string;
857
857
  };
@@ -911,7 +911,7 @@ export declare namespace Statements {
911
911
  ] | readonly [
912
912
  'module declaration',
913
913
  {
914
- readonly 'block': _T_Statements;
914
+ readonly 'group': _T_Statements;
915
915
  readonly 'export': boolean;
916
916
  readonly 'name': string;
917
917
  }
@@ -948,7 +948,7 @@ export declare namespace Statements {
948
948
  ] | readonly [
949
949
  'module declaration',
950
950
  {
951
- readonly 'block': _T_Statements;
951
+ readonly 'group': _T_Statements;
952
952
  readonly 'export': boolean;
953
953
  readonly 'name': string;
954
954
  }