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
@@ -1,34 +1,34 @@
1
- import * as _i_in from "./data_types/source";
2
1
  import * as _i_out from "../../core/astn_target";
2
+ import * as _i_in from "./data_types/source";
3
3
  import * as _i_vs from "./value_serializers";
4
- export type _T_Block = ($$_: _i_in._T_Block, $$_p: {
4
+ export type _T_Block_Part = ($$_: _i_in._T_Block_Part, $$_p: {
5
5
  readonly 'value serializers': _i_vs._T_Value_Serializers;
6
6
  }) => _i_out._T_Value;
7
- export type _T_Block_Part = ($$_: _i_in._T_Block_Part, $$_p: {
7
+ export type _T_Block = ($$_: _i_in._T_Block, $$_p: {
8
8
  readonly 'value serializers': _i_vs._T_Value_Serializers;
9
9
  }) => _i_out._T_Value;
10
- export type _T_Directory = ($$_: _i_in._T_Directory, $$_p: {
10
+ export type _T_Group_Part = ($$_: _i_in._T_Group_Part, $$_p: {
11
11
  readonly 'value serializers': _i_vs._T_Value_Serializers;
12
12
  }) => _i_out._T_Value;
13
13
  export type _T_Group = ($$_: _i_in._T_Group, $$_p: {
14
14
  readonly 'value serializers': _i_vs._T_Value_Serializers;
15
15
  }) => _i_out._T_Value;
16
- export type _T_Group_Part = ($$_: _i_in._T_Group_Part, $$_p: {
16
+ export type _T_Node = ($$_: _i_in._T_Node, $$_p: {
17
17
  readonly 'value serializers': _i_vs._T_Value_Serializers;
18
18
  }) => _i_out._T_Value;
19
- export type _T_Node = ($$_: _i_in._T_Node, $$_p: {
19
+ export type _T_Directory = ($$_: _i_in._T_Directory, $$_p: {
20
20
  readonly 'value serializers': _i_vs._T_Value_Serializers;
21
21
  }) => _i_out._T_Value;
22
- export type Block = _T_Block;
23
22
  export type Block_Part = _T_Block_Part;
24
- export type Directory = _T_Directory;
25
- export type Group = _T_Group;
23
+ export type Block = _T_Block;
26
24
  export type Group_Part = _T_Group_Part;
25
+ export type Group = _T_Group;
27
26
  export type Node = _T_Node;
28
- export declare namespace _T_Block {
27
+ export type Directory = _T_Directory;
28
+ export declare namespace _T_Block_Part {
29
29
  namespace CONTEXT {
30
30
  }
31
- type CONTEXT = _i_in._T_Block;
31
+ type CONTEXT = _i_in._T_Block_Part;
32
32
  namespace PARAMS {
33
33
  namespace value_serializers {
34
34
  }
@@ -38,10 +38,10 @@ export declare namespace _T_Block {
38
38
  }
39
39
  type RESULT = _i_out._T_Value;
40
40
  }
41
- export declare namespace _T_Block_Part {
41
+ export declare namespace _T_Block {
42
42
  namespace CONTEXT {
43
43
  }
44
- type CONTEXT = _i_in._T_Block_Part;
44
+ type CONTEXT = _i_in._T_Block;
45
45
  namespace PARAMS {
46
46
  namespace value_serializers {
47
47
  }
@@ -51,10 +51,10 @@ export declare namespace _T_Block_Part {
51
51
  }
52
52
  type RESULT = _i_out._T_Value;
53
53
  }
54
- export declare namespace _T_Directory {
54
+ export declare namespace _T_Group_Part {
55
55
  namespace CONTEXT {
56
56
  }
57
- type CONTEXT = _i_in._T_Directory;
57
+ type CONTEXT = _i_in._T_Group_Part;
58
58
  namespace PARAMS {
59
59
  namespace value_serializers {
60
60
  }
@@ -77,10 +77,10 @@ export declare namespace _T_Group {
77
77
  }
78
78
  type RESULT = _i_out._T_Value;
79
79
  }
80
- export declare namespace _T_Group_Part {
80
+ export declare namespace _T_Node {
81
81
  namespace CONTEXT {
82
82
  }
83
- type CONTEXT = _i_in._T_Group_Part;
83
+ type CONTEXT = _i_in._T_Node;
84
84
  namespace PARAMS {
85
85
  namespace value_serializers {
86
86
  }
@@ -90,10 +90,10 @@ export declare namespace _T_Group_Part {
90
90
  }
91
91
  type RESULT = _i_out._T_Value;
92
92
  }
93
- export declare namespace _T_Node {
93
+ export declare namespace _T_Directory {
94
94
  namespace CONTEXT {
95
95
  }
96
- type CONTEXT = _i_in._T_Node;
96
+ type CONTEXT = _i_in._T_Directory;
97
97
  namespace PARAMS {
98
98
  namespace value_serializers {
99
99
  }
@@ -103,10 +103,10 @@ export declare namespace _T_Node {
103
103
  }
104
104
  type RESULT = _i_out._T_Value;
105
105
  }
106
- export declare namespace Block {
106
+ export declare namespace Block_Part {
107
107
  namespace CONTEXT {
108
108
  }
109
- type CONTEXT = _i_in._T_Block;
109
+ type CONTEXT = _i_in._T_Block_Part;
110
110
  namespace PARAMS {
111
111
  namespace value_serializers {
112
112
  }
@@ -116,10 +116,10 @@ export declare namespace Block {
116
116
  }
117
117
  type RESULT = _i_out._T_Value;
118
118
  }
119
- export declare namespace Block_Part {
119
+ export declare namespace Block {
120
120
  namespace CONTEXT {
121
121
  }
122
- type CONTEXT = _i_in._T_Block_Part;
122
+ type CONTEXT = _i_in._T_Block;
123
123
  namespace PARAMS {
124
124
  namespace value_serializers {
125
125
  }
@@ -129,10 +129,10 @@ export declare namespace Block_Part {
129
129
  }
130
130
  type RESULT = _i_out._T_Value;
131
131
  }
132
- export declare namespace Directory {
132
+ export declare namespace Group_Part {
133
133
  namespace CONTEXT {
134
134
  }
135
- type CONTEXT = _i_in._T_Directory;
135
+ type CONTEXT = _i_in._T_Group_Part;
136
136
  namespace PARAMS {
137
137
  namespace value_serializers {
138
138
  }
@@ -155,10 +155,10 @@ export declare namespace Group {
155
155
  }
156
156
  type RESULT = _i_out._T_Value;
157
157
  }
158
- export declare namespace Group_Part {
158
+ export declare namespace Node {
159
159
  namespace CONTEXT {
160
160
  }
161
- type CONTEXT = _i_in._T_Group_Part;
161
+ type CONTEXT = _i_in._T_Node;
162
162
  namespace PARAMS {
163
163
  namespace value_serializers {
164
164
  }
@@ -168,10 +168,10 @@ export declare namespace Group_Part {
168
168
  }
169
169
  type RESULT = _i_out._T_Value;
170
170
  }
171
- export declare namespace Node {
171
+ export declare namespace Directory {
172
172
  namespace CONTEXT {
173
173
  }
174
- type CONTEXT = _i_in._T_Node;
174
+ type CONTEXT = _i_in._T_Directory;
175
175
  namespace PARAMS {
176
176
  namespace value_serializers {
177
177
  }
@@ -1,46 +1,46 @@
1
- import * as _i_in from "./data_types/source";
2
1
  import * as _i_out from "./data_types/target";
3
- export type _T_Block = ($$_: _i_in._T_Block, $$_p: null) => _i_out._T_Block;
2
+ import * as _i_in from "./data_types/source";
4
3
  export type _T_Block_Part = ($$_: _i_in._T_Block_Part, $$_p: null) => _i_out._T_Block_Part;
5
- export type _T_Directory = ($$_: _i_in._T_Directory, $$_p: null) => _i_out._T_Directory;
6
- export type _T_Group = ($$_: _i_in._T_Group, $$_p: null) => _i_out._T_Group;
4
+ export type _T_Block = ($$_: _i_in._T_Block, $$_p: null) => _i_out._T_Block;
7
5
  export type _T_Group_Part = ($$_: _i_in._T_Group_Part, $$_p: null) => _i_out._T_Group_Part;
6
+ export type _T_Group = ($$_: _i_in._T_Group, $$_p: null) => _i_out._T_Group;
8
7
  export type _T_Node = ($$_: _i_in._T_Node, $$_p: null) => _i_out._T_Node;
9
- export type Block = _T_Block;
8
+ export type _T_Directory = ($$_: _i_in._T_Directory, $$_p: null) => _i_out._T_Directory;
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 {
14
+ export type Directory = _T_Directory;
15
+ export declare namespace _T_Block_Part {
16
16
  namespace CONTEXT {
17
17
  }
18
- type CONTEXT = _i_in._T_Block;
18
+ type CONTEXT = _i_in._T_Block_Part;
19
19
  namespace PARAMS {
20
20
  }
21
21
  namespace RESULT {
22
22
  }
23
- type RESULT = _i_out._T_Block;
23
+ type RESULT = _i_out._T_Block_Part;
24
24
  }
25
- export declare namespace _T_Block_Part {
25
+ export declare namespace _T_Block {
26
26
  namespace CONTEXT {
27
27
  }
28
- type CONTEXT = _i_in._T_Block_Part;
28
+ type CONTEXT = _i_in._T_Block;
29
29
  namespace PARAMS {
30
30
  }
31
31
  namespace RESULT {
32
32
  }
33
- type RESULT = _i_out._T_Block_Part;
33
+ type RESULT = _i_out._T_Block;
34
34
  }
35
- export declare namespace _T_Directory {
35
+ export declare namespace _T_Group_Part {
36
36
  namespace CONTEXT {
37
37
  }
38
- type CONTEXT = _i_in._T_Directory;
38
+ type CONTEXT = _i_in._T_Group_Part;
39
39
  namespace PARAMS {
40
40
  }
41
41
  namespace RESULT {
42
42
  }
43
- type RESULT = _i_out._T_Directory;
43
+ type RESULT = _i_out._T_Group_Part;
44
44
  }
45
45
  export declare namespace _T_Group {
46
46
  namespace CONTEXT {
@@ -52,55 +52,55 @@ export declare namespace _T_Group {
52
52
  }
53
53
  type RESULT = _i_out._T_Group;
54
54
  }
55
- export declare namespace _T_Group_Part {
55
+ export declare namespace _T_Node {
56
56
  namespace CONTEXT {
57
57
  }
58
- type CONTEXT = _i_in._T_Group_Part;
58
+ type CONTEXT = _i_in._T_Node;
59
59
  namespace PARAMS {
60
60
  }
61
61
  namespace RESULT {
62
62
  }
63
- type RESULT = _i_out._T_Group_Part;
63
+ type RESULT = _i_out._T_Node;
64
64
  }
65
- export declare namespace _T_Node {
65
+ export declare namespace _T_Directory {
66
66
  namespace CONTEXT {
67
67
  }
68
- type CONTEXT = _i_in._T_Node;
68
+ type CONTEXT = _i_in._T_Directory;
69
69
  namespace PARAMS {
70
70
  }
71
71
  namespace RESULT {
72
72
  }
73
- type RESULT = _i_out._T_Node;
73
+ type RESULT = _i_out._T_Directory;
74
74
  }
75
- export declare namespace Block {
75
+ export declare namespace Block_Part {
76
76
  namespace CONTEXT {
77
77
  }
78
- type CONTEXT = _i_in._T_Block;
78
+ type CONTEXT = _i_in._T_Block_Part;
79
79
  namespace PARAMS {
80
80
  }
81
81
  namespace RESULT {
82
82
  }
83
- type RESULT = _i_out._T_Block;
83
+ type RESULT = _i_out._T_Block_Part;
84
84
  }
85
- export declare namespace Block_Part {
85
+ export declare namespace Block {
86
86
  namespace CONTEXT {
87
87
  }
88
- type CONTEXT = _i_in._T_Block_Part;
88
+ type CONTEXT = _i_in._T_Block;
89
89
  namespace PARAMS {
90
90
  }
91
91
  namespace RESULT {
92
92
  }
93
- type RESULT = _i_out._T_Block_Part;
93
+ type RESULT = _i_out._T_Block;
94
94
  }
95
- export declare namespace Directory {
95
+ export declare namespace Group_Part {
96
96
  namespace CONTEXT {
97
97
  }
98
- type CONTEXT = _i_in._T_Directory;
98
+ type CONTEXT = _i_in._T_Group_Part;
99
99
  namespace PARAMS {
100
100
  }
101
101
  namespace RESULT {
102
102
  }
103
- type RESULT = _i_out._T_Directory;
103
+ type RESULT = _i_out._T_Group_Part;
104
104
  }
105
105
  export declare namespace Group {
106
106
  namespace CONTEXT {
@@ -112,23 +112,23 @@ export declare namespace Group {
112
112
  }
113
113
  type RESULT = _i_out._T_Group;
114
114
  }
115
- export declare namespace Group_Part {
115
+ export declare namespace Node {
116
116
  namespace CONTEXT {
117
117
  }
118
- type CONTEXT = _i_in._T_Group_Part;
118
+ type CONTEXT = _i_in._T_Node;
119
119
  namespace PARAMS {
120
120
  }
121
121
  namespace RESULT {
122
122
  }
123
- type RESULT = _i_out._T_Group_Part;
123
+ type RESULT = _i_out._T_Node;
124
124
  }
125
- export declare namespace Node {
125
+ export declare namespace Directory {
126
126
  namespace CONTEXT {
127
127
  }
128
- type CONTEXT = _i_in._T_Node;
128
+ type CONTEXT = _i_in._T_Directory;
129
129
  namespace PARAMS {
130
130
  }
131
131
  namespace RESULT {
132
132
  }
133
- type RESULT = _i_out._T_Node;
133
+ type RESULT = _i_out._T_Directory;
134
134
  }
@@ -1,33 +1,33 @@
1
1
  import * as _i_in from "./data_types/source";
2
2
  import * as _i_vs from "./value_serializers";
3
- export type _T_Block = ($$_: _i_in._T_Block, $$_p: {
3
+ export type _T_Block_Part = ($$_: _i_in._T_Block_Part, $$_p: {
4
4
  readonly 'value serializers': _i_vs._T_Value_Serializers;
5
5
  }) => string;
6
- export type _T_Block_Part = ($$_: _i_in._T_Block_Part, $$_p: {
6
+ export type _T_Block = ($$_: _i_in._T_Block, $$_p: {
7
7
  readonly 'value serializers': _i_vs._T_Value_Serializers;
8
8
  }) => string;
9
- export type _T_Directory = ($$_: _i_in._T_Directory, $$_p: {
9
+ export type _T_Group_Part = ($$_: _i_in._T_Group_Part, $$_p: {
10
10
  readonly 'value serializers': _i_vs._T_Value_Serializers;
11
11
  }) => string;
12
12
  export type _T_Group = ($$_: _i_in._T_Group, $$_p: {
13
13
  readonly 'value serializers': _i_vs._T_Value_Serializers;
14
14
  }) => string;
15
- export type _T_Group_Part = ($$_: _i_in._T_Group_Part, $$_p: {
15
+ export type _T_Node = ($$_: _i_in._T_Node, $$_p: {
16
16
  readonly 'value serializers': _i_vs._T_Value_Serializers;
17
17
  }) => string;
18
- export type _T_Node = ($$_: _i_in._T_Node, $$_p: {
18
+ export type _T_Directory = ($$_: _i_in._T_Directory, $$_p: {
19
19
  readonly 'value serializers': _i_vs._T_Value_Serializers;
20
20
  }) => string;
21
- export type Block = _T_Block;
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
  namespace CONTEXT {
29
29
  }
30
- type CONTEXT = _i_in._T_Block;
30
+ type CONTEXT = _i_in._T_Block_Part;
31
31
  namespace PARAMS {
32
32
  namespace value_serializers {
33
33
  }
@@ -35,10 +35,10 @@ export declare namespace _T_Block {
35
35
  }
36
36
  type RESULT = string;
37
37
  }
38
- export declare namespace _T_Block_Part {
38
+ export declare namespace _T_Block {
39
39
  namespace CONTEXT {
40
40
  }
41
- type CONTEXT = _i_in._T_Block_Part;
41
+ type CONTEXT = _i_in._T_Block;
42
42
  namespace PARAMS {
43
43
  namespace value_serializers {
44
44
  }
@@ -46,10 +46,10 @@ export declare namespace _T_Block_Part {
46
46
  }
47
47
  type RESULT = string;
48
48
  }
49
- export declare namespace _T_Directory {
49
+ export declare namespace _T_Group_Part {
50
50
  namespace CONTEXT {
51
51
  }
52
- type CONTEXT = _i_in._T_Directory;
52
+ type CONTEXT = _i_in._T_Group_Part;
53
53
  namespace PARAMS {
54
54
  namespace value_serializers {
55
55
  }
@@ -68,10 +68,10 @@ export declare namespace _T_Group {
68
68
  }
69
69
  type RESULT = string;
70
70
  }
71
- export declare namespace _T_Group_Part {
71
+ export declare namespace _T_Node {
72
72
  namespace CONTEXT {
73
73
  }
74
- type CONTEXT = _i_in._T_Group_Part;
74
+ type CONTEXT = _i_in._T_Node;
75
75
  namespace PARAMS {
76
76
  namespace value_serializers {
77
77
  }
@@ -79,10 +79,10 @@ export declare namespace _T_Group_Part {
79
79
  }
80
80
  type RESULT = string;
81
81
  }
82
- export declare namespace _T_Node {
82
+ export declare namespace _T_Directory {
83
83
  namespace CONTEXT {
84
84
  }
85
- type CONTEXT = _i_in._T_Node;
85
+ type CONTEXT = _i_in._T_Directory;
86
86
  namespace PARAMS {
87
87
  namespace value_serializers {
88
88
  }
@@ -90,10 +90,10 @@ export declare namespace _T_Node {
90
90
  }
91
91
  type RESULT = string;
92
92
  }
93
- export declare namespace Block {
93
+ export declare namespace Block_Part {
94
94
  namespace CONTEXT {
95
95
  }
96
- type CONTEXT = _i_in._T_Block;
96
+ type CONTEXT = _i_in._T_Block_Part;
97
97
  namespace PARAMS {
98
98
  namespace value_serializers {
99
99
  }
@@ -101,10 +101,10 @@ export declare namespace Block {
101
101
  }
102
102
  type RESULT = string;
103
103
  }
104
- export declare namespace Block_Part {
104
+ export declare namespace Block {
105
105
  namespace CONTEXT {
106
106
  }
107
- type CONTEXT = _i_in._T_Block_Part;
107
+ type CONTEXT = _i_in._T_Block;
108
108
  namespace PARAMS {
109
109
  namespace value_serializers {
110
110
  }
@@ -112,10 +112,10 @@ export declare namespace Block_Part {
112
112
  }
113
113
  type RESULT = string;
114
114
  }
115
- export declare namespace Directory {
115
+ export declare namespace Group_Part {
116
116
  namespace CONTEXT {
117
117
  }
118
- type CONTEXT = _i_in._T_Directory;
118
+ type CONTEXT = _i_in._T_Group_Part;
119
119
  namespace PARAMS {
120
120
  namespace value_serializers {
121
121
  }
@@ -134,10 +134,10 @@ export declare namespace Group {
134
134
  }
135
135
  type RESULT = string;
136
136
  }
137
- export declare namespace Group_Part {
137
+ export declare namespace Node {
138
138
  namespace CONTEXT {
139
139
  }
140
- type CONTEXT = _i_in._T_Group_Part;
140
+ type CONTEXT = _i_in._T_Node;
141
141
  namespace PARAMS {
142
142
  namespace value_serializers {
143
143
  }
@@ -145,10 +145,10 @@ export declare namespace Group_Part {
145
145
  }
146
146
  type RESULT = string;
147
147
  }
148
- export declare namespace Node {
148
+ export declare namespace Directory {
149
149
  namespace CONTEXT {
150
150
  }
151
- type CONTEXT = _i_in._T_Node;
151
+ type CONTEXT = _i_in._T_Directory;
152
152
  namespace PARAMS {
153
153
  namespace value_serializers {
154
154
  }
@@ -1,31 +1,31 @@
1
- import * as _i_in from "../../core/astn_source";
2
1
  import * as _i_out from "./data_types/target";
2
+ import * as _i_in from "../../core/astn_source";
3
3
  import * as _i_vd from "./value_deserializers";
4
- export type _T_Block = ($$_: _i_in._T_Value, $$_p: {
5
- readonly 'value deserializers': _i_vd._T_Value_Deserializers;
6
- }) => _i_out._T_Block;
7
4
  export type _T_Block_Part = ($$_: _i_in._T_Value, $$_p: {
8
5
  readonly 'value deserializers': _i_vd._T_Value_Deserializers;
9
6
  }) => _i_out._T_Block_Part;
10
- export type _T_Directory = ($$_: _i_in._T_Value, $$_p: {
11
- readonly 'value deserializers': _i_vd._T_Value_Deserializers;
12
- }) => _i_out._T_Directory;
13
- export type _T_Group = ($$_: _i_in._T_Value, $$_p: {
7
+ export type _T_Block = ($$_: _i_in._T_Value, $$_p: {
14
8
  readonly 'value deserializers': _i_vd._T_Value_Deserializers;
15
- }) => _i_out._T_Group;
9
+ }) => _i_out._T_Block;
16
10
  export type _T_Group_Part = ($$_: _i_in._T_Value, $$_p: {
17
11
  readonly 'value deserializers': _i_vd._T_Value_Deserializers;
18
12
  }) => _i_out._T_Group_Part;
13
+ export type _T_Group = ($$_: _i_in._T_Value, $$_p: {
14
+ readonly 'value deserializers': _i_vd._T_Value_Deserializers;
15
+ }) => _i_out._T_Group;
19
16
  export type _T_Node = ($$_: _i_in._T_Value, $$_p: {
20
17
  readonly 'value deserializers': _i_vd._T_Value_Deserializers;
21
18
  }) => _i_out._T_Node;
22
- export type Block = _T_Block;
19
+ export type _T_Directory = ($$_: _i_in._T_Value, $$_p: {
20
+ readonly 'value deserializers': _i_vd._T_Value_Deserializers;
21
+ }) => _i_out._T_Directory;
23
22
  export type Block_Part = _T_Block_Part;
24
- export type Directory = _T_Directory;
25
- export type Group = _T_Group;
23
+ export type Block = _T_Block;
26
24
  export type Group_Part = _T_Group_Part;
25
+ export type Group = _T_Group;
27
26
  export type Node = _T_Node;
28
- export declare namespace _T_Block {
27
+ export type Directory = _T_Directory;
28
+ export declare namespace _T_Block_Part {
29
29
  namespace CONTEXT {
30
30
  }
31
31
  type CONTEXT = _i_in._T_Value;
@@ -36,9 +36,9 @@ export declare namespace _T_Block {
36
36
  }
37
37
  namespace RESULT {
38
38
  }
39
- type RESULT = _i_out._T_Block;
39
+ type RESULT = _i_out._T_Block_Part;
40
40
  }
41
- export declare namespace _T_Block_Part {
41
+ export declare namespace _T_Block {
42
42
  namespace CONTEXT {
43
43
  }
44
44
  type CONTEXT = _i_in._T_Value;
@@ -49,9 +49,9 @@ export declare namespace _T_Block_Part {
49
49
  }
50
50
  namespace RESULT {
51
51
  }
52
- type RESULT = _i_out._T_Block_Part;
52
+ type RESULT = _i_out._T_Block;
53
53
  }
54
- export declare namespace _T_Directory {
54
+ export declare namespace _T_Group_Part {
55
55
  namespace CONTEXT {
56
56
  }
57
57
  type CONTEXT = _i_in._T_Value;
@@ -62,7 +62,7 @@ export declare namespace _T_Directory {
62
62
  }
63
63
  namespace RESULT {
64
64
  }
65
- type RESULT = _i_out._T_Directory;
65
+ type RESULT = _i_out._T_Group_Part;
66
66
  }
67
67
  export declare namespace _T_Group {
68
68
  namespace CONTEXT {
@@ -77,7 +77,7 @@ export declare namespace _T_Group {
77
77
  }
78
78
  type RESULT = _i_out._T_Group;
79
79
  }
80
- export declare namespace _T_Group_Part {
80
+ export declare namespace _T_Node {
81
81
  namespace CONTEXT {
82
82
  }
83
83
  type CONTEXT = _i_in._T_Value;
@@ -88,9 +88,9 @@ export declare namespace _T_Group_Part {
88
88
  }
89
89
  namespace RESULT {
90
90
  }
91
- type RESULT = _i_out._T_Group_Part;
91
+ type RESULT = _i_out._T_Node;
92
92
  }
93
- export declare namespace _T_Node {
93
+ export declare namespace _T_Directory {
94
94
  namespace CONTEXT {
95
95
  }
96
96
  type CONTEXT = _i_in._T_Value;
@@ -101,9 +101,9 @@ export declare namespace _T_Node {
101
101
  }
102
102
  namespace RESULT {
103
103
  }
104
- type RESULT = _i_out._T_Node;
104
+ type RESULT = _i_out._T_Directory;
105
105
  }
106
- export declare namespace Block {
106
+ export declare namespace Block_Part {
107
107
  namespace CONTEXT {
108
108
  }
109
109
  type CONTEXT = _i_in._T_Value;
@@ -114,9 +114,9 @@ export declare namespace Block {
114
114
  }
115
115
  namespace RESULT {
116
116
  }
117
- type RESULT = _i_out._T_Block;
117
+ type RESULT = _i_out._T_Block_Part;
118
118
  }
119
- export declare namespace Block_Part {
119
+ export declare namespace Block {
120
120
  namespace CONTEXT {
121
121
  }
122
122
  type CONTEXT = _i_in._T_Value;
@@ -127,9 +127,9 @@ export declare namespace Block_Part {
127
127
  }
128
128
  namespace RESULT {
129
129
  }
130
- type RESULT = _i_out._T_Block_Part;
130
+ type RESULT = _i_out._T_Block;
131
131
  }
132
- export declare namespace Directory {
132
+ export declare namespace Group_Part {
133
133
  namespace CONTEXT {
134
134
  }
135
135
  type CONTEXT = _i_in._T_Value;
@@ -140,7 +140,7 @@ export declare namespace Directory {
140
140
  }
141
141
  namespace RESULT {
142
142
  }
143
- type RESULT = _i_out._T_Directory;
143
+ type RESULT = _i_out._T_Group_Part;
144
144
  }
145
145
  export declare namespace Group {
146
146
  namespace CONTEXT {
@@ -155,7 +155,7 @@ export declare namespace Group {
155
155
  }
156
156
  type RESULT = _i_out._T_Group;
157
157
  }
158
- export declare namespace Group_Part {
158
+ export declare namespace Node {
159
159
  namespace CONTEXT {
160
160
  }
161
161
  type CONTEXT = _i_in._T_Value;
@@ -166,9 +166,9 @@ export declare namespace Group_Part {
166
166
  }
167
167
  namespace RESULT {
168
168
  }
169
- type RESULT = _i_out._T_Group_Part;
169
+ type RESULT = _i_out._T_Node;
170
170
  }
171
- export declare namespace Node {
171
+ export declare namespace Directory {
172
172
  namespace CONTEXT {
173
173
  }
174
174
  type CONTEXT = _i_in._T_Value;
@@ -179,5 +179,5 @@ export declare namespace Node {
179
179
  }
180
180
  namespace RESULT {
181
181
  }
182
- type RESULT = _i_out._T_Node;
182
+ type RESULT = _i_out._T_Directory;
183
183
  }