pareto-fountain-pen 0.3.3 → 0.3.5

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 (81) hide show
  1. package/dist/implementation/algorithms/procedures/guaranteed/console_error.d.ts +8 -3
  2. package/dist/implementation/algorithms/procedures/guaranteed/console_error.js +3 -4
  3. package/dist/implementation/algorithms/procedures/guaranteed/console_log.d.ts +8 -3
  4. package/dist/implementation/algorithms/procedures/guaranteed/console_log.js +3 -4
  5. package/dist/implementation/algorithms/procedures/unguaranteed/write_to_directory.d.ts +5 -5
  6. package/dist/implementation/algorithms/procedures/unguaranteed/write_to_directory.js +1 -1
  7. package/dist/implementation/algorithms/procedures/unguaranteed/write_to_file.d.ts +4 -4
  8. package/dist/implementation/algorithms/procedures/unguaranteed/write_to_file.js +1 -1
  9. package/dist/implementation/algorithms/procedures/unguaranteed/write_to_node.d.ts +5 -5
  10. package/dist/implementation/algorithms/procedures/unguaranteed/write_to_node.js +1 -1
  11. package/dist/implementation/generated/pareto/generic/parse/parse.d.ts +2 -2
  12. package/dist/implementation/generated/pareto/generic/unmarshall.js +4 -4
  13. package/dist/implementation/generated/pareto/schemas/block/deserialize.d.ts +3 -3
  14. package/dist/implementation/generated/pareto/schemas/block/deserialize.js +8 -8
  15. package/dist/implementation/generated/pareto/schemas/block/marshall.d.ts +3 -3
  16. package/dist/implementation/generated/pareto/schemas/block/marshall.js +45 -45
  17. package/dist/implementation/generated/pareto/schemas/block/serialize.d.ts +3 -3
  18. package/dist/implementation/generated/pareto/schemas/block/serialize.js +13 -13
  19. package/dist/implementation/generated/pareto/schemas/block/unmarshall.d.ts +3 -3
  20. package/dist/implementation/generated/pareto/schemas/block/unmarshall.js +29 -29
  21. package/dist/implementation/generated/pareto/schemas/lines/deserialize.d.ts +1 -1
  22. package/dist/implementation/generated/pareto/schemas/lines/deserialize.js +4 -4
  23. package/dist/implementation/generated/pareto/schemas/lines/marshall.d.ts +1 -1
  24. package/dist/implementation/generated/pareto/schemas/lines/marshall.js +13 -13
  25. package/dist/implementation/generated/pareto/schemas/lines/serialize.d.ts +1 -1
  26. package/dist/implementation/generated/pareto/schemas/lines/serialize.js +7 -7
  27. package/dist/implementation/generated/pareto/schemas/lines/unmarshall.d.ts +1 -1
  28. package/dist/implementation/generated/pareto/schemas/lines/unmarshall.js +8 -8
  29. package/dist/implementation/generated/pareto/schemas/semi_lines/deserialize.d.ts +1 -1
  30. package/dist/implementation/generated/pareto/schemas/semi_lines/deserialize.js +4 -4
  31. package/dist/implementation/generated/pareto/schemas/semi_lines/marshall.d.ts +1 -1
  32. package/dist/implementation/generated/pareto/schemas/semi_lines/marshall.js +19 -19
  33. package/dist/implementation/generated/pareto/schemas/semi_lines/serialize.d.ts +1 -1
  34. package/dist/implementation/generated/pareto/schemas/semi_lines/serialize.js +7 -7
  35. package/dist/implementation/generated/pareto/schemas/semi_lines/unmarshall.d.ts +1 -1
  36. package/dist/implementation/generated/pareto/schemas/semi_lines/unmarshall.js +18 -18
  37. package/dist/implementation/generated/pareto/schemas/text/deserialize.d.ts +1 -1
  38. package/dist/implementation/generated/pareto/schemas/text/deserialize.js +4 -4
  39. package/dist/implementation/generated/pareto/schemas/text/marshall.d.ts +1 -1
  40. package/dist/implementation/generated/pareto/schemas/text/marshall.js +13 -13
  41. package/dist/implementation/generated/pareto/schemas/text/serialize.d.ts +1 -1
  42. package/dist/implementation/generated/pareto/schemas/text/serialize.js +7 -7
  43. package/dist/implementation/generated/pareto/schemas/text/unmarshall.d.ts +1 -1
  44. package/dist/implementation/generated/pareto/schemas/text/unmarshall.js +6 -6
  45. package/dist/interface/generated/pareto/schemas/block/data_types/source.d.ts +61 -61
  46. package/dist/interface/generated/pareto/schemas/block/data_types/target.d.ts +61 -61
  47. package/dist/interface/generated/pareto/schemas/block/deserialize.d.ts +31 -31
  48. package/dist/interface/generated/pareto/schemas/block/marshall.d.ts +29 -29
  49. package/dist/interface/generated/pareto/schemas/block/migrate_boilerplate.d.ts +37 -37
  50. package/dist/interface/generated/pareto/schemas/block/serialize.d.ts +28 -28
  51. package/dist/interface/generated/pareto/schemas/block/unmarshall.d.ts +32 -32
  52. package/dist/interface/generated/pareto/schemas/block/value_deserializers.d.ts +10 -10
  53. package/dist/interface/generated/pareto/schemas/block/value_serializers.d.ts +10 -10
  54. package/dist/interface/generated/pareto/schemas/lines/data_types/source.d.ts +16 -16
  55. package/dist/interface/generated/pareto/schemas/lines/data_types/target.d.ts +16 -16
  56. package/dist/interface/generated/pareto/schemas/lines/deserialize.d.ts +12 -12
  57. package/dist/interface/generated/pareto/schemas/lines/marshall.d.ts +12 -12
  58. package/dist/interface/generated/pareto/schemas/lines/migrate_boilerplate.d.ts +14 -14
  59. package/dist/interface/generated/pareto/schemas/lines/serialize.d.ts +11 -11
  60. package/dist/interface/generated/pareto/schemas/lines/unmarshall.d.ts +13 -13
  61. package/dist/interface/generated/pareto/schemas/lines/value_deserializers.d.ts +10 -10
  62. package/dist/interface/generated/pareto/schemas/lines/value_serializers.d.ts +10 -10
  63. package/dist/interface/generated/pareto/schemas/semi_lines/data_types/source.d.ts +26 -26
  64. package/dist/interface/generated/pareto/schemas/semi_lines/data_types/target.d.ts +26 -26
  65. package/dist/interface/generated/pareto/schemas/semi_lines/deserialize.d.ts +12 -12
  66. package/dist/interface/generated/pareto/schemas/semi_lines/marshall.d.ts +12 -12
  67. package/dist/interface/generated/pareto/schemas/semi_lines/migrate_boilerplate.d.ts +14 -14
  68. package/dist/interface/generated/pareto/schemas/semi_lines/serialize.d.ts +11 -11
  69. package/dist/interface/generated/pareto/schemas/semi_lines/unmarshall.d.ts +13 -13
  70. package/dist/interface/generated/pareto/schemas/semi_lines/value_deserializers.d.ts +10 -10
  71. package/dist/interface/generated/pareto/schemas/semi_lines/value_serializers.d.ts +10 -10
  72. package/dist/interface/generated/pareto/schemas/text/data_types/source.d.ts +12 -12
  73. package/dist/interface/generated/pareto/schemas/text/data_types/target.d.ts +12 -12
  74. package/dist/interface/generated/pareto/schemas/text/deserialize.d.ts +12 -12
  75. package/dist/interface/generated/pareto/schemas/text/marshall.d.ts +12 -12
  76. package/dist/interface/generated/pareto/schemas/text/migrate_boilerplate.d.ts +14 -14
  77. package/dist/interface/generated/pareto/schemas/text/serialize.d.ts +11 -11
  78. package/dist/interface/generated/pareto/schemas/text/unmarshall.d.ts +13 -13
  79. package/dist/interface/generated/pareto/schemas/text/value_deserializers.d.ts +10 -10
  80. package/dist/interface/generated/pareto/schemas/text/value_serializers.d.ts +10 -10
  81. package/package.json +7 -7
@@ -23,22 +23,22 @@ var __importStar = (this && this.__importStar) || function (mod) {
23
23
  return result;
24
24
  };
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.Lines = exports.Directory = void 0;
26
+ exports.Directory = exports.Lines = void 0;
27
27
  const _pa = __importStar(require("exupery-core-alg"));
28
28
  const _i_generic = __importStar(require("../../generic/unmarshall"));
29
+ const Lines = ($, $p) => _i_generic.process_text($, null);
30
+ exports.Lines = Lines;
29
31
  const Directory = ($, $p) => _i_generic.process_unconstrained_dictionary($, {
30
32
  'value': ($) => _i_generic.process_unconstrained_state_group($, {
31
33
  'states': _pa.dictionary_literal({
32
- 'directory': ($) => ['directory', (0, exports.Directory)($, {
34
+ 'file': ($) => ['file', (0, exports.Lines)($, {
33
35
  'value deserializers': $p['value deserializers'],
34
36
  })],
35
- 'file': ($) => ['file', (0, exports.Lines)($, {
37
+ 'directory': ($) => ['directory', (0, exports.Directory)($, {
36
38
  'value deserializers': $p['value deserializers'],
37
39
  })],
38
40
  }),
39
41
  }),
40
42
  });
41
43
  exports.Directory = Directory;
42
- const Lines = ($, $p) => _i_generic.process_text($, null);
43
- exports.Lines = Lines;
44
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidW5tYXJzaGFsbC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbXBsZW1lbnRhdGlvbi9nZW5lcmF0ZWQvcGFyZXRvL3NjaGVtYXMvdGV4dC91bm1hcnNoYWxsLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBQUEsc0RBQXVDO0FBR3ZDLHFFQUFzRDtBQU0vQyxNQUFNLFNBQVMsR0FBK0IsQ0FBQyxDQUFDLEVBQUUsRUFBRSxFQUFFLEVBQUUsQ0FBQyxVQUFVLENBQUMsZ0NBQWdDLENBQ3ZHLENBQUMsRUFDRDtJQUNJLE9BQU8sRUFBRSxDQUFDLENBQUMsRUFBRSxFQUFFLENBQUMsVUFBVSxDQUFDLGlDQUFpQyxDQUN4RCxDQUFDLEVBQ0Q7UUFDSSxRQUFRLEVBQUUsR0FBRyxDQUFDLGtCQUFrQixDQUFDO1lBQzdCLFdBQVcsRUFBRSxDQUFDLENBQUMsRUFBNEIsRUFBRSxDQUFDLENBQUMsV0FBVyxFQUFFLElBQUEsaUJBQVMsRUFDakUsQ0FBQyxFQUNEO29CQUNJLHFCQUFxQixFQUFFLEVBQUUsQ0FBQyxxQkFBcUIsQ0FBQztpQkFDbkQsQ0FDSixDQUFDO1lBQ0YsTUFBTSxFQUFFLENBQUMsQ0FBQyxFQUE0QixFQUFFLENBQUMsQ0FBQyxNQUFNLEVBQUUsSUFBQSxhQUFLLEVBQ25ELENBQUMsRUFDRDtvQkFDSSxxQkFBcUIsRUFBRSxFQUFFLENBQUMscUJBQXFCLENBQUM7aUJBQ25ELENBQ0osQ0FBQztTQUNMLENBQUM7S0FDTCxDQUNKO0NBQ0osQ0FDSixDQUFBO0FBdkJZLFFBQUEsU0FBUyxhQXVCckI7QUFDTSxNQUFNLEtBQUssR0FBMkIsQ0FBQyxDQUFDLEVBQUUsRUFBRSxFQUFFLEVBQUUsQ0FBQyxVQUFVLENBQUMsWUFBWSxDQUMzRSxDQUFDLEVBQ0QsSUFBSSxDQUNQLENBQUE7QUFIWSxRQUFBLEtBQUssU0FHakIifQ==
44
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidW5tYXJzaGFsbC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbXBsZW1lbnRhdGlvbi9nZW5lcmF0ZWQvcGFyZXRvL3NjaGVtYXMvdGV4dC91bm1hcnNoYWxsLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBQUEsc0RBQXVDO0FBR3ZDLHFFQUFzRDtBQU0vQyxNQUFNLEtBQUssR0FBMkIsQ0FBQyxDQUFDLEVBQUUsRUFBRSxFQUFFLEVBQUUsQ0FBQyxVQUFVLENBQUMsWUFBWSxDQUMzRSxDQUFDLEVBQ0QsSUFBSSxDQUNQLENBQUE7QUFIWSxRQUFBLEtBQUssU0FHakI7QUFDTSxNQUFNLFNBQVMsR0FBK0IsQ0FBQyxDQUFDLEVBQUUsRUFBRSxFQUFFLEVBQUUsQ0FBQyxVQUFVLENBQUMsZ0NBQWdDLENBQ3ZHLENBQUMsRUFDRDtJQUNJLE9BQU8sRUFBRSxDQUFDLENBQUMsRUFBRSxFQUFFLENBQUMsVUFBVSxDQUFDLGlDQUFpQyxDQUN4RCxDQUFDLEVBQ0Q7UUFDSSxRQUFRLEVBQUUsR0FBRyxDQUFDLGtCQUFrQixDQUFDO1lBQzdCLE1BQU0sRUFBRSxDQUFDLENBQUMsRUFBNEIsRUFBRSxDQUFDLENBQUMsTUFBTSxFQUFFLElBQUEsYUFBSyxFQUNuRCxDQUFDLEVBQ0Q7b0JBQ0kscUJBQXFCLEVBQUUsRUFBRSxDQUFDLHFCQUFxQixDQUFDO2lCQUNuRCxDQUNKLENBQUM7WUFDRixXQUFXLEVBQUUsQ0FBQyxDQUFDLEVBQTRCLEVBQUUsQ0FBQyxDQUFDLFdBQVcsRUFBRSxJQUFBLGlCQUFTLEVBQ2pFLENBQUMsRUFDRDtvQkFDSSxxQkFBcUIsRUFBRSxFQUFFLENBQUMscUJBQXFCLENBQUM7aUJBQ25ELENBQ0osQ0FBQztTQUNMLENBQUM7S0FDTCxDQUNKO0NBQ0osQ0FDSixDQUFBO0FBdkJZLFFBQUEsU0FBUyxhQXVCckIifQ==
@@ -1,142 +1,142 @@
1
1
  import * as _pt from 'exupery-core-types';
2
2
  import * as _i_core from "../../../core/resolved";
3
+ export type _T_Block_Part = _i_core._T_State_Group<null, readonly ['snippet', string] | readonly ['indent', _T_Group] | readonly ['sub block', _T_Block] | readonly ['optional', _pt.Optional_Value<_T_Block_Part>] | readonly ['nothing', null]>;
3
4
  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 ['indent', _T_Group] | readonly ['nothing', null] | readonly ['optional', _pt.Optional_Value<_T_Block_Part>] | readonly ['snippet', string] | readonly ['sub block', _T_Block]>;
5
- export type _T_Directory = _i_core._T_Dictionary<null, _T_Node>;
5
+ export type _T_Group_Part = _i_core._T_State_Group<null, readonly ['nested block', _T_Block] | readonly ['block', string] | readonly ['sub group', _T_Group] | readonly ['optional', _pt.Optional_Value<_T_Group_Part>] | readonly ['nothing', null]>;
6
6
  export type _T_Group = _i_core._T_List<null, _T_Group_Part>;
7
- export type _T_Group_Part = _i_core._T_State_Group<null, readonly ['block', string] | readonly ['nested block', _T_Block] | readonly ['nothing', null] | readonly ['optional', _pt.Optional_Value<_T_Group_Part>] | readonly ['sub group', _T_Group]>;
8
- export type _T_Node = _i_core._T_State_Group<null, readonly ['directory', _T_Directory] | readonly ['file', _T_Group]>;
9
- export type Block = _T_Block;
7
+ export type _T_Node = _i_core._T_State_Group<null, readonly ['file', _T_Group] | readonly ['directory', _T_Directory]>;
8
+ export type _T_Directory = _i_core._T_Dictionary<null, _T_Node>;
10
9
  export type Block_Part = _T_Block_Part;
11
- export type Directory = _T_Directory;
12
- export type Group = _T_Group;
10
+ export type Block = _T_Block;
13
11
  export type Group_Part = _T_Group_Part;
12
+ export type Group = _T_Group;
14
13
  export type Node = _T_Node;
15
- export declare namespace _T_Block {
16
- namespace L {
17
- }
18
- type L = _T_Block_Part;
19
- }
14
+ export type Directory = _T_Directory;
20
15
  export declare namespace _T_Block_Part {
21
16
  namespace SG {
17
+ type snippet = string;
22
18
  namespace indent {
23
19
  }
24
20
  type indent = _T_Group;
25
- type nothing = null;
21
+ namespace sub_block {
22
+ }
23
+ type sub_block = _T_Block;
26
24
  namespace optional {
27
25
  namespace O {
28
26
  }
29
27
  type O = _T_Block_Part;
30
28
  }
31
29
  type optional = _pt.Optional_Value<_T_Block_Part>;
32
- type snippet = string;
33
- namespace sub_block {
34
- }
35
- type sub_block = _T_Block;
36
- }
37
- type SG = readonly ['indent', _T_Group] | readonly ['nothing', null] | readonly ['optional', _pt.Optional_Value<_T_Block_Part>] | readonly ['snippet', string] | readonly ['sub block', _T_Block];
38
- }
39
- export declare namespace _T_Directory {
40
- namespace D {
30
+ type nothing = null;
41
31
  }
42
- type D = _T_Node;
32
+ type SG = readonly ['snippet', string] | readonly ['indent', _T_Group] | readonly ['sub block', _T_Block] | readonly ['optional', _pt.Optional_Value<_T_Block_Part>] | readonly ['nothing', null];
43
33
  }
44
- export declare namespace _T_Group {
34
+ export declare namespace _T_Block {
45
35
  namespace L {
46
36
  }
47
- type L = _T_Group_Part;
37
+ type L = _T_Block_Part;
48
38
  }
49
39
  export declare namespace _T_Group_Part {
50
40
  namespace SG {
51
- type block = string;
52
41
  namespace nested_block {
53
42
  }
54
43
  type nested_block = _T_Block;
55
- type nothing = null;
44
+ type block = string;
45
+ namespace sub_group {
46
+ }
47
+ type sub_group = _T_Group;
56
48
  namespace optional {
57
49
  namespace O {
58
50
  }
59
51
  type O = _T_Group_Part;
60
52
  }
61
53
  type optional = _pt.Optional_Value<_T_Group_Part>;
62
- namespace sub_group {
63
- }
64
- type sub_group = _T_Group;
54
+ type nothing = null;
65
55
  }
66
- type SG = readonly ['block', string] | readonly ['nested block', _T_Block] | readonly ['nothing', null] | readonly ['optional', _pt.Optional_Value<_T_Group_Part>] | readonly ['sub group', _T_Group];
56
+ type SG = readonly ['nested block', _T_Block] | readonly ['block', string] | readonly ['sub group', _T_Group] | readonly ['optional', _pt.Optional_Value<_T_Group_Part>] | readonly ['nothing', null];
57
+ }
58
+ export declare namespace _T_Group {
59
+ namespace L {
60
+ }
61
+ type L = _T_Group_Part;
67
62
  }
68
63
  export declare namespace _T_Node {
69
64
  namespace SG {
70
- namespace directory {
71
- }
72
- type directory = _T_Directory;
73
65
  namespace file {
74
66
  }
75
67
  type file = _T_Group;
68
+ namespace directory {
69
+ }
70
+ type directory = _T_Directory;
76
71
  }
77
- type SG = readonly ['directory', _T_Directory] | readonly ['file', _T_Group];
72
+ type SG = readonly ['file', _T_Group] | readonly ['directory', _T_Directory];
78
73
  }
79
- export declare namespace Block {
80
- namespace L {
74
+ export declare namespace _T_Directory {
75
+ namespace D {
81
76
  }
82
- type L = _T_Block_Part;
77
+ type D = _T_Node;
83
78
  }
84
79
  export declare namespace Block_Part {
85
80
  namespace SG {
81
+ type snippet = string;
86
82
  namespace indent {
87
83
  }
88
84
  type indent = _T_Group;
89
- type nothing = null;
85
+ namespace sub_block {
86
+ }
87
+ type sub_block = _T_Block;
90
88
  namespace optional {
91
89
  namespace O {
92
90
  }
93
91
  type O = _T_Block_Part;
94
92
  }
95
93
  type optional = _pt.Optional_Value<_T_Block_Part>;
96
- type snippet = string;
97
- namespace sub_block {
98
- }
99
- type sub_block = _T_Block;
100
- }
101
- type SG = readonly ['indent', _T_Group] | readonly ['nothing', null] | readonly ['optional', _pt.Optional_Value<_T_Block_Part>] | readonly ['snippet', string] | readonly ['sub block', _T_Block];
102
- }
103
- export declare namespace Directory {
104
- namespace D {
94
+ type nothing = null;
105
95
  }
106
- type D = _T_Node;
96
+ type SG = readonly ['snippet', string] | readonly ['indent', _T_Group] | readonly ['sub block', _T_Block] | readonly ['optional', _pt.Optional_Value<_T_Block_Part>] | readonly ['nothing', null];
107
97
  }
108
- export declare namespace Group {
98
+ export declare namespace Block {
109
99
  namespace L {
110
100
  }
111
- type L = _T_Group_Part;
101
+ type L = _T_Block_Part;
112
102
  }
113
103
  export declare namespace Group_Part {
114
104
  namespace SG {
115
- type block = string;
116
105
  namespace nested_block {
117
106
  }
118
107
  type nested_block = _T_Block;
119
- type nothing = null;
108
+ type block = string;
109
+ namespace sub_group {
110
+ }
111
+ type sub_group = _T_Group;
120
112
  namespace optional {
121
113
  namespace O {
122
114
  }
123
115
  type O = _T_Group_Part;
124
116
  }
125
117
  type optional = _pt.Optional_Value<_T_Group_Part>;
126
- namespace sub_group {
127
- }
128
- type sub_group = _T_Group;
118
+ type nothing = null;
119
+ }
120
+ type SG = readonly ['nested block', _T_Block] | readonly ['block', string] | readonly ['sub group', _T_Group] | readonly ['optional', _pt.Optional_Value<_T_Group_Part>] | readonly ['nothing', null];
121
+ }
122
+ export declare namespace Group {
123
+ namespace L {
129
124
  }
130
- type SG = readonly ['block', string] | readonly ['nested block', _T_Block] | readonly ['nothing', null] | readonly ['optional', _pt.Optional_Value<_T_Group_Part>] | readonly ['sub group', _T_Group];
125
+ type L = _T_Group_Part;
131
126
  }
132
127
  export declare namespace Node {
133
128
  namespace SG {
134
- namespace directory {
135
- }
136
- type directory = _T_Directory;
137
129
  namespace file {
138
130
  }
139
131
  type file = _T_Group;
132
+ namespace directory {
133
+ }
134
+ type directory = _T_Directory;
135
+ }
136
+ type SG = readonly ['file', _T_Group] | readonly ['directory', _T_Directory];
137
+ }
138
+ export declare namespace Directory {
139
+ namespace D {
140
140
  }
141
- type SG = readonly ['directory', _T_Directory] | readonly ['file', _T_Group];
141
+ type D = _T_Node;
142
142
  }
@@ -1,142 +1,142 @@
1
1
  import * as _pt from 'exupery-core-types';
2
2
  import * as _i_core from "../../../core/unconstrained";
3
+ export type _T_Block_Part = _i_core._T_State_Group<null, readonly ['snippet', string] | readonly ['indent', _T_Group] | readonly ['sub block', _T_Block] | readonly ['optional', _pt.Optional_Value<_T_Block_Part>] | readonly ['nothing', null]>;
3
4
  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 ['indent', _T_Group] | readonly ['nothing', null] | readonly ['optional', _pt.Optional_Value<_T_Block_Part>] | readonly ['snippet', string] | readonly ['sub block', _T_Block]>;
5
- export type _T_Directory = _i_core._T_Dictionary<null, _T_Node>;
5
+ export type _T_Group_Part = _i_core._T_State_Group<null, readonly ['nested block', _T_Block] | readonly ['block', string] | readonly ['sub group', _T_Group] | readonly ['optional', _pt.Optional_Value<_T_Group_Part>] | readonly ['nothing', null]>;
6
6
  export type _T_Group = _i_core._T_List<null, _T_Group_Part>;
7
- export type _T_Group_Part = _i_core._T_State_Group<null, readonly ['block', string] | readonly ['nested block', _T_Block] | readonly ['nothing', null] | readonly ['optional', _pt.Optional_Value<_T_Group_Part>] | readonly ['sub group', _T_Group]>;
8
- export type _T_Node = _i_core._T_State_Group<null, readonly ['directory', _T_Directory] | readonly ['file', _T_Group]>;
9
- export type Block = _T_Block;
7
+ export type _T_Node = _i_core._T_State_Group<null, readonly ['file', _T_Group] | readonly ['directory', _T_Directory]>;
8
+ export type _T_Directory = _i_core._T_Dictionary<null, _T_Node>;
10
9
  export type Block_Part = _T_Block_Part;
11
- export type Directory = _T_Directory;
12
- export type Group = _T_Group;
10
+ export type Block = _T_Block;
13
11
  export type Group_Part = _T_Group_Part;
12
+ export type Group = _T_Group;
14
13
  export type Node = _T_Node;
15
- export declare namespace _T_Block {
16
- namespace L {
17
- }
18
- type L = _T_Block_Part;
19
- }
14
+ export type Directory = _T_Directory;
20
15
  export declare namespace _T_Block_Part {
21
16
  namespace SG {
17
+ type snippet = string;
22
18
  namespace indent {
23
19
  }
24
20
  type indent = _T_Group;
25
- type nothing = null;
21
+ namespace sub_block {
22
+ }
23
+ type sub_block = _T_Block;
26
24
  namespace optional {
27
25
  namespace O {
28
26
  }
29
27
  type O = _T_Block_Part;
30
28
  }
31
29
  type optional = _pt.Optional_Value<_T_Block_Part>;
32
- type snippet = string;
33
- namespace sub_block {
34
- }
35
- type sub_block = _T_Block;
36
- }
37
- type SG = readonly ['indent', _T_Group] | readonly ['nothing', null] | readonly ['optional', _pt.Optional_Value<_T_Block_Part>] | readonly ['snippet', string] | readonly ['sub block', _T_Block];
38
- }
39
- export declare namespace _T_Directory {
40
- namespace D {
30
+ type nothing = null;
41
31
  }
42
- type D = _T_Node;
32
+ type SG = readonly ['snippet', string] | readonly ['indent', _T_Group] | readonly ['sub block', _T_Block] | readonly ['optional', _pt.Optional_Value<_T_Block_Part>] | readonly ['nothing', null];
43
33
  }
44
- export declare namespace _T_Group {
34
+ export declare namespace _T_Block {
45
35
  namespace L {
46
36
  }
47
- type L = _T_Group_Part;
37
+ type L = _T_Block_Part;
48
38
  }
49
39
  export declare namespace _T_Group_Part {
50
40
  namespace SG {
51
- type block = string;
52
41
  namespace nested_block {
53
42
  }
54
43
  type nested_block = _T_Block;
55
- type nothing = null;
44
+ type block = string;
45
+ namespace sub_group {
46
+ }
47
+ type sub_group = _T_Group;
56
48
  namespace optional {
57
49
  namespace O {
58
50
  }
59
51
  type O = _T_Group_Part;
60
52
  }
61
53
  type optional = _pt.Optional_Value<_T_Group_Part>;
62
- namespace sub_group {
63
- }
64
- type sub_group = _T_Group;
54
+ type nothing = null;
65
55
  }
66
- type SG = readonly ['block', string] | readonly ['nested block', _T_Block] | readonly ['nothing', null] | readonly ['optional', _pt.Optional_Value<_T_Group_Part>] | readonly ['sub group', _T_Group];
56
+ type SG = readonly ['nested block', _T_Block] | readonly ['block', string] | readonly ['sub group', _T_Group] | readonly ['optional', _pt.Optional_Value<_T_Group_Part>] | readonly ['nothing', null];
57
+ }
58
+ export declare namespace _T_Group {
59
+ namespace L {
60
+ }
61
+ type L = _T_Group_Part;
67
62
  }
68
63
  export declare namespace _T_Node {
69
64
  namespace SG {
70
- namespace directory {
71
- }
72
- type directory = _T_Directory;
73
65
  namespace file {
74
66
  }
75
67
  type file = _T_Group;
68
+ namespace directory {
69
+ }
70
+ type directory = _T_Directory;
76
71
  }
77
- type SG = readonly ['directory', _T_Directory] | readonly ['file', _T_Group];
72
+ type SG = readonly ['file', _T_Group] | readonly ['directory', _T_Directory];
78
73
  }
79
- export declare namespace Block {
80
- namespace L {
74
+ export declare namespace _T_Directory {
75
+ namespace D {
81
76
  }
82
- type L = _T_Block_Part;
77
+ type D = _T_Node;
83
78
  }
84
79
  export declare namespace Block_Part {
85
80
  namespace SG {
81
+ type snippet = string;
86
82
  namespace indent {
87
83
  }
88
84
  type indent = _T_Group;
89
- type nothing = null;
85
+ namespace sub_block {
86
+ }
87
+ type sub_block = _T_Block;
90
88
  namespace optional {
91
89
  namespace O {
92
90
  }
93
91
  type O = _T_Block_Part;
94
92
  }
95
93
  type optional = _pt.Optional_Value<_T_Block_Part>;
96
- type snippet = string;
97
- namespace sub_block {
98
- }
99
- type sub_block = _T_Block;
100
- }
101
- type SG = readonly ['indent', _T_Group] | readonly ['nothing', null] | readonly ['optional', _pt.Optional_Value<_T_Block_Part>] | readonly ['snippet', string] | readonly ['sub block', _T_Block];
102
- }
103
- export declare namespace Directory {
104
- namespace D {
94
+ type nothing = null;
105
95
  }
106
- type D = _T_Node;
96
+ type SG = readonly ['snippet', string] | readonly ['indent', _T_Group] | readonly ['sub block', _T_Block] | readonly ['optional', _pt.Optional_Value<_T_Block_Part>] | readonly ['nothing', null];
107
97
  }
108
- export declare namespace Group {
98
+ export declare namespace Block {
109
99
  namespace L {
110
100
  }
111
- type L = _T_Group_Part;
101
+ type L = _T_Block_Part;
112
102
  }
113
103
  export declare namespace Group_Part {
114
104
  namespace SG {
115
- type block = string;
116
105
  namespace nested_block {
117
106
  }
118
107
  type nested_block = _T_Block;
119
- type nothing = null;
108
+ type block = string;
109
+ namespace sub_group {
110
+ }
111
+ type sub_group = _T_Group;
120
112
  namespace optional {
121
113
  namespace O {
122
114
  }
123
115
  type O = _T_Group_Part;
124
116
  }
125
117
  type optional = _pt.Optional_Value<_T_Group_Part>;
126
- namespace sub_group {
127
- }
128
- type sub_group = _T_Group;
118
+ type nothing = null;
119
+ }
120
+ type SG = readonly ['nested block', _T_Block] | readonly ['block', string] | readonly ['sub group', _T_Group] | readonly ['optional', _pt.Optional_Value<_T_Group_Part>] | readonly ['nothing', null];
121
+ }
122
+ export declare namespace Group {
123
+ namespace L {
129
124
  }
130
- type SG = readonly ['block', string] | readonly ['nested block', _T_Block] | readonly ['nothing', null] | readonly ['optional', _pt.Optional_Value<_T_Group_Part>] | readonly ['sub group', _T_Group];
125
+ type L = _T_Group_Part;
131
126
  }
132
127
  export declare namespace Node {
133
128
  namespace SG {
134
- namespace directory {
135
- }
136
- type directory = _T_Directory;
137
129
  namespace file {
138
130
  }
139
131
  type file = _T_Group;
132
+ namespace directory {
133
+ }
134
+ type directory = _T_Directory;
135
+ }
136
+ type SG = readonly ['file', _T_Group] | readonly ['directory', _T_Directory];
137
+ }
138
+ export declare namespace Directory {
139
+ namespace D {
140
140
  }
141
- type SG = readonly ['directory', _T_Directory] | readonly ['file', _T_Group];
141
+ type D = _T_Node;
142
142
  }
@@ -1,30 +1,30 @@
1
1
  import * as _i_out from "./data_types/target";
2
2
  import * as _i_vd from "./value_deserializers";
3
- export type _T_Block = ($$_: string, $$_p: {
4
- readonly 'value deserializers': _i_vd._T_Value_Deserializers;
5
- }) => _i_out._T_Block;
6
3
  export type _T_Block_Part = ($$_: string, $$_p: {
7
4
  readonly 'value deserializers': _i_vd._T_Value_Deserializers;
8
5
  }) => _i_out._T_Block_Part;
9
- export type _T_Directory = ($$_: string, $$_p: {
10
- readonly 'value deserializers': _i_vd._T_Value_Deserializers;
11
- }) => _i_out._T_Directory;
12
- export type _T_Group = ($$_: string, $$_p: {
6
+ export type _T_Block = ($$_: string, $$_p: {
13
7
  readonly 'value deserializers': _i_vd._T_Value_Deserializers;
14
- }) => _i_out._T_Group;
8
+ }) => _i_out._T_Block;
15
9
  export type _T_Group_Part = ($$_: string, $$_p: {
16
10
  readonly 'value deserializers': _i_vd._T_Value_Deserializers;
17
11
  }) => _i_out._T_Group_Part;
12
+ export type _T_Group = ($$_: string, $$_p: {
13
+ readonly 'value deserializers': _i_vd._T_Value_Deserializers;
14
+ }) => _i_out._T_Group;
18
15
  export type _T_Node = ($$_: string, $$_p: {
19
16
  readonly 'value deserializers': _i_vd._T_Value_Deserializers;
20
17
  }) => _i_out._T_Node;
21
- export type Block = _T_Block;
18
+ export type _T_Directory = ($$_: string, $$_p: {
19
+ readonly 'value deserializers': _i_vd._T_Value_Deserializers;
20
+ }) => _i_out._T_Directory;
22
21
  export type Block_Part = _T_Block_Part;
23
- export type Directory = _T_Directory;
24
- export type Group = _T_Group;
22
+ export type Block = _T_Block;
25
23
  export type Group_Part = _T_Group_Part;
24
+ export type Group = _T_Group;
26
25
  export type Node = _T_Node;
27
- export declare namespace _T_Block {
26
+ export type Directory = _T_Directory;
27
+ export declare namespace _T_Block_Part {
28
28
  type CONTEXT = string;
29
29
  namespace PARAMS {
30
30
  namespace value_deserializers {
@@ -33,9 +33,9 @@ export declare namespace _T_Block {
33
33
  }
34
34
  namespace RESULT {
35
35
  }
36
- type RESULT = _i_out._T_Block;
36
+ type RESULT = _i_out._T_Block_Part;
37
37
  }
38
- export declare namespace _T_Block_Part {
38
+ export declare namespace _T_Block {
39
39
  type CONTEXT = string;
40
40
  namespace PARAMS {
41
41
  namespace value_deserializers {
@@ -44,9 +44,9 @@ export declare namespace _T_Block_Part {
44
44
  }
45
45
  namespace RESULT {
46
46
  }
47
- type RESULT = _i_out._T_Block_Part;
47
+ type RESULT = _i_out._T_Block;
48
48
  }
49
- export declare namespace _T_Directory {
49
+ export declare namespace _T_Group_Part {
50
50
  type CONTEXT = string;
51
51
  namespace PARAMS {
52
52
  namespace value_deserializers {
@@ -55,7 +55,7 @@ export declare namespace _T_Directory {
55
55
  }
56
56
  namespace RESULT {
57
57
  }
58
- type RESULT = _i_out._T_Directory;
58
+ type RESULT = _i_out._T_Group_Part;
59
59
  }
60
60
  export declare namespace _T_Group {
61
61
  type CONTEXT = string;
@@ -68,7 +68,7 @@ export declare namespace _T_Group {
68
68
  }
69
69
  type RESULT = _i_out._T_Group;
70
70
  }
71
- export declare namespace _T_Group_Part {
71
+ export declare namespace _T_Node {
72
72
  type CONTEXT = string;
73
73
  namespace PARAMS {
74
74
  namespace value_deserializers {
@@ -77,9 +77,9 @@ export declare namespace _T_Group_Part {
77
77
  }
78
78
  namespace RESULT {
79
79
  }
80
- type RESULT = _i_out._T_Group_Part;
80
+ type RESULT = _i_out._T_Node;
81
81
  }
82
- export declare namespace _T_Node {
82
+ export declare namespace _T_Directory {
83
83
  type CONTEXT = string;
84
84
  namespace PARAMS {
85
85
  namespace value_deserializers {
@@ -88,9 +88,9 @@ export declare namespace _T_Node {
88
88
  }
89
89
  namespace RESULT {
90
90
  }
91
- type RESULT = _i_out._T_Node;
91
+ type RESULT = _i_out._T_Directory;
92
92
  }
93
- export declare namespace Block {
93
+ export declare namespace Block_Part {
94
94
  type CONTEXT = string;
95
95
  namespace PARAMS {
96
96
  namespace value_deserializers {
@@ -99,9 +99,9 @@ export declare namespace Block {
99
99
  }
100
100
  namespace RESULT {
101
101
  }
102
- type RESULT = _i_out._T_Block;
102
+ type RESULT = _i_out._T_Block_Part;
103
103
  }
104
- export declare namespace Block_Part {
104
+ export declare namespace Block {
105
105
  type CONTEXT = string;
106
106
  namespace PARAMS {
107
107
  namespace value_deserializers {
@@ -110,9 +110,9 @@ export declare namespace Block_Part {
110
110
  }
111
111
  namespace RESULT {
112
112
  }
113
- type RESULT = _i_out._T_Block_Part;
113
+ type RESULT = _i_out._T_Block;
114
114
  }
115
- export declare namespace Directory {
115
+ export declare namespace Group_Part {
116
116
  type CONTEXT = string;
117
117
  namespace PARAMS {
118
118
  namespace value_deserializers {
@@ -121,7 +121,7 @@ export declare namespace Directory {
121
121
  }
122
122
  namespace RESULT {
123
123
  }
124
- type RESULT = _i_out._T_Directory;
124
+ type RESULT = _i_out._T_Group_Part;
125
125
  }
126
126
  export declare namespace Group {
127
127
  type CONTEXT = string;
@@ -134,7 +134,7 @@ export declare namespace Group {
134
134
  }
135
135
  type RESULT = _i_out._T_Group;
136
136
  }
137
- export declare namespace Group_Part {
137
+ export declare namespace Node {
138
138
  type CONTEXT = string;
139
139
  namespace PARAMS {
140
140
  namespace value_deserializers {
@@ -143,9 +143,9 @@ export declare namespace Group_Part {
143
143
  }
144
144
  namespace RESULT {
145
145
  }
146
- type RESULT = _i_out._T_Group_Part;
146
+ type RESULT = _i_out._T_Node;
147
147
  }
148
- export declare namespace Node {
148
+ export declare namespace Directory {
149
149
  type CONTEXT = string;
150
150
  namespace PARAMS {
151
151
  namespace value_deserializers {
@@ -154,5 +154,5 @@ export declare namespace Node {
154
154
  }
155
155
  namespace RESULT {
156
156
  }
157
- type RESULT = _i_out._T_Node;
157
+ type RESULT = _i_out._T_Directory;
158
158
  }