pareto-fountain-pen 0.3.4 → 0.3.6

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 (91) hide show
  1. package/dist/implementation/algorithms/procedures/console_error.d.ts +13 -0
  2. package/dist/implementation/algorithms/procedures/console_error.js +36 -0
  3. package/dist/implementation/algorithms/procedures/console_log.d.ts +13 -0
  4. package/dist/implementation/algorithms/procedures/console_log.js +36 -0
  5. package/dist/implementation/algorithms/procedures/guaranteed/console_error.d.ts +3 -3
  6. package/dist/implementation/algorithms/procedures/guaranteed/console_error.js +1 -1
  7. package/dist/implementation/algorithms/procedures/guaranteed/console_log.d.ts +3 -3
  8. package/dist/implementation/algorithms/procedures/guaranteed/console_log.js +1 -1
  9. package/dist/implementation/algorithms/procedures/unguaranteed/write_to_directory.d.ts +5 -5
  10. package/dist/implementation/algorithms/procedures/unguaranteed/write_to_directory.js +2 -2
  11. package/dist/implementation/algorithms/procedures/unguaranteed/write_to_file.d.ts +4 -4
  12. package/dist/implementation/algorithms/procedures/unguaranteed/write_to_file.js +1 -1
  13. package/dist/implementation/algorithms/procedures/unguaranteed/write_to_node.d.ts +5 -5
  14. package/dist/implementation/algorithms/procedures/unguaranteed/write_to_node.js +1 -1
  15. package/dist/implementation/algorithms/procedures/write_to_directory.d.ts +13 -0
  16. package/dist/implementation/algorithms/procedures/write_to_directory.js +50 -0
  17. package/dist/implementation/algorithms/procedures/write_to_file.d.ts +11 -0
  18. package/dist/implementation/algorithms/procedures/write_to_file.js +47 -0
  19. package/dist/implementation/algorithms/procedures/write_to_node.d.ts +13 -0
  20. package/dist/implementation/algorithms/procedures/write_to_node.js +58 -0
  21. package/dist/implementation/generated/pareto/generic/parse/parse.d.ts +2 -2
  22. package/dist/implementation/generated/pareto/generic/unmarshall.js +4 -4
  23. package/dist/implementation/generated/pareto/schemas/block/deserialize.d.ts +3 -3
  24. package/dist/implementation/generated/pareto/schemas/block/deserialize.js +8 -8
  25. package/dist/implementation/generated/pareto/schemas/block/marshall.d.ts +3 -3
  26. package/dist/implementation/generated/pareto/schemas/block/marshall.js +45 -45
  27. package/dist/implementation/generated/pareto/schemas/block/serialize.d.ts +3 -3
  28. package/dist/implementation/generated/pareto/schemas/block/serialize.js +13 -13
  29. package/dist/implementation/generated/pareto/schemas/block/unmarshall.d.ts +3 -3
  30. package/dist/implementation/generated/pareto/schemas/block/unmarshall.js +29 -29
  31. package/dist/implementation/generated/pareto/schemas/lines/deserialize.d.ts +1 -1
  32. package/dist/implementation/generated/pareto/schemas/lines/deserialize.js +4 -4
  33. package/dist/implementation/generated/pareto/schemas/lines/marshall.d.ts +1 -1
  34. package/dist/implementation/generated/pareto/schemas/lines/marshall.js +13 -13
  35. package/dist/implementation/generated/pareto/schemas/lines/serialize.d.ts +1 -1
  36. package/dist/implementation/generated/pareto/schemas/lines/serialize.js +7 -7
  37. package/dist/implementation/generated/pareto/schemas/lines/unmarshall.d.ts +1 -1
  38. package/dist/implementation/generated/pareto/schemas/lines/unmarshall.js +8 -8
  39. package/dist/implementation/generated/pareto/schemas/semi_lines/deserialize.d.ts +1 -1
  40. package/dist/implementation/generated/pareto/schemas/semi_lines/deserialize.js +4 -4
  41. package/dist/implementation/generated/pareto/schemas/semi_lines/marshall.d.ts +1 -1
  42. package/dist/implementation/generated/pareto/schemas/semi_lines/marshall.js +19 -19
  43. package/dist/implementation/generated/pareto/schemas/semi_lines/serialize.d.ts +1 -1
  44. package/dist/implementation/generated/pareto/schemas/semi_lines/serialize.js +7 -7
  45. package/dist/implementation/generated/pareto/schemas/semi_lines/unmarshall.d.ts +1 -1
  46. package/dist/implementation/generated/pareto/schemas/semi_lines/unmarshall.js +18 -18
  47. package/dist/implementation/generated/pareto/schemas/text/deserialize.d.ts +1 -1
  48. package/dist/implementation/generated/pareto/schemas/text/deserialize.js +4 -4
  49. package/dist/implementation/generated/pareto/schemas/text/marshall.d.ts +1 -1
  50. package/dist/implementation/generated/pareto/schemas/text/marshall.js +13 -13
  51. package/dist/implementation/generated/pareto/schemas/text/serialize.d.ts +1 -1
  52. package/dist/implementation/generated/pareto/schemas/text/serialize.js +7 -7
  53. package/dist/implementation/generated/pareto/schemas/text/unmarshall.d.ts +1 -1
  54. package/dist/implementation/generated/pareto/schemas/text/unmarshall.js +6 -6
  55. package/dist/interface/generated/pareto/schemas/block/data_types/source.d.ts +61 -61
  56. package/dist/interface/generated/pareto/schemas/block/data_types/target.d.ts +61 -61
  57. package/dist/interface/generated/pareto/schemas/block/deserialize.d.ts +31 -31
  58. package/dist/interface/generated/pareto/schemas/block/marshall.d.ts +29 -29
  59. package/dist/interface/generated/pareto/schemas/block/migrate_boilerplate.d.ts +37 -37
  60. package/dist/interface/generated/pareto/schemas/block/serialize.d.ts +28 -28
  61. package/dist/interface/generated/pareto/schemas/block/unmarshall.d.ts +32 -32
  62. package/dist/interface/generated/pareto/schemas/block/value_deserializers.d.ts +10 -10
  63. package/dist/interface/generated/pareto/schemas/block/value_serializers.d.ts +10 -10
  64. package/dist/interface/generated/pareto/schemas/lines/data_types/source.d.ts +16 -16
  65. package/dist/interface/generated/pareto/schemas/lines/data_types/target.d.ts +16 -16
  66. package/dist/interface/generated/pareto/schemas/lines/deserialize.d.ts +12 -12
  67. package/dist/interface/generated/pareto/schemas/lines/marshall.d.ts +12 -12
  68. package/dist/interface/generated/pareto/schemas/lines/migrate_boilerplate.d.ts +14 -14
  69. package/dist/interface/generated/pareto/schemas/lines/serialize.d.ts +11 -11
  70. package/dist/interface/generated/pareto/schemas/lines/unmarshall.d.ts +13 -13
  71. package/dist/interface/generated/pareto/schemas/lines/value_deserializers.d.ts +10 -10
  72. package/dist/interface/generated/pareto/schemas/lines/value_serializers.d.ts +10 -10
  73. package/dist/interface/generated/pareto/schemas/semi_lines/data_types/source.d.ts +26 -26
  74. package/dist/interface/generated/pareto/schemas/semi_lines/data_types/target.d.ts +26 -26
  75. package/dist/interface/generated/pareto/schemas/semi_lines/deserialize.d.ts +12 -12
  76. package/dist/interface/generated/pareto/schemas/semi_lines/marshall.d.ts +12 -12
  77. package/dist/interface/generated/pareto/schemas/semi_lines/migrate_boilerplate.d.ts +14 -14
  78. package/dist/interface/generated/pareto/schemas/semi_lines/serialize.d.ts +11 -11
  79. package/dist/interface/generated/pareto/schemas/semi_lines/unmarshall.d.ts +13 -13
  80. package/dist/interface/generated/pareto/schemas/semi_lines/value_deserializers.d.ts +10 -10
  81. package/dist/interface/generated/pareto/schemas/semi_lines/value_serializers.d.ts +10 -10
  82. package/dist/interface/generated/pareto/schemas/text/data_types/source.d.ts +12 -12
  83. package/dist/interface/generated/pareto/schemas/text/data_types/target.d.ts +12 -12
  84. package/dist/interface/generated/pareto/schemas/text/deserialize.d.ts +12 -12
  85. package/dist/interface/generated/pareto/schemas/text/marshall.d.ts +12 -12
  86. package/dist/interface/generated/pareto/schemas/text/migrate_boilerplate.d.ts +14 -14
  87. package/dist/interface/generated/pareto/schemas/text/serialize.d.ts +11 -11
  88. package/dist/interface/generated/pareto/schemas/text/unmarshall.d.ts +13 -13
  89. package/dist/interface/generated/pareto/schemas/text/value_deserializers.d.ts +10 -10
  90. package/dist/interface/generated/pareto/schemas/text/value_serializers.d.ts +10 -10
  91. package/package.json +7 -7
@@ -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
  }
@@ -1,10 +1,17 @@
1
1
  export type _T_Value_Deserializers = {
2
+ readonly 'default number': ($$_: string, $$_p: null) => number;
2
3
  readonly 'boolean': ($$_: string, $$_p: null) => boolean;
3
4
  readonly 'custom numbers': null;
4
- readonly 'default number': ($$_: string, $$_p: null) => number;
5
5
  };
6
6
  export type Value_Deserializers = _T_Value_Deserializers;
7
7
  export declare namespace _T_Value_Deserializers {
8
+ namespace default_number {
9
+ type CONTEXT = string;
10
+ namespace PARAMS {
11
+ }
12
+ type RESULT = number;
13
+ }
14
+ type default_number = ($$_: string, $$_p: null) => number;
8
15
  namespace _boolean {
9
16
  type CONTEXT = string;
10
17
  namespace PARAMS {
@@ -15,6 +22,8 @@ export declare namespace _T_Value_Deserializers {
15
22
  namespace custom_numbers {
16
23
  }
17
24
  type custom_numbers = null;
25
+ }
26
+ export declare namespace Value_Deserializers {
18
27
  namespace default_number {
19
28
  type CONTEXT = string;
20
29
  namespace PARAMS {
@@ -22,8 +31,6 @@ export declare namespace _T_Value_Deserializers {
22
31
  type RESULT = number;
23
32
  }
24
33
  type default_number = ($$_: string, $$_p: null) => number;
25
- }
26
- export declare namespace Value_Deserializers {
27
34
  namespace _boolean {
28
35
  type CONTEXT = string;
29
36
  namespace PARAMS {
@@ -34,11 +41,4 @@ export declare namespace Value_Deserializers {
34
41
  namespace custom_numbers {
35
42
  }
36
43
  type custom_numbers = null;
37
- namespace default_number {
38
- type CONTEXT = string;
39
- namespace PARAMS {
40
- }
41
- type RESULT = number;
42
- }
43
- type default_number = ($$_: string, $$_p: null) => number;
44
44
  }
@@ -1,10 +1,17 @@
1
1
  export type _T_Value_Serializers = {
2
+ readonly 'default number': ($$_: number, $$_p: null) => string;
2
3
  readonly 'boolean': ($$_: boolean, $$_p: null) => string;
3
4
  readonly 'custom numbers': null;
4
- readonly 'default number': ($$_: number, $$_p: null) => string;
5
5
  };
6
6
  export type Value_Serializers = _T_Value_Serializers;
7
7
  export declare namespace _T_Value_Serializers {
8
+ namespace default_number {
9
+ type CONTEXT = number;
10
+ namespace PARAMS {
11
+ }
12
+ type RESULT = string;
13
+ }
14
+ type default_number = ($$_: number, $$_p: null) => string;
8
15
  namespace _boolean {
9
16
  type CONTEXT = boolean;
10
17
  namespace PARAMS {
@@ -15,6 +22,8 @@ export declare namespace _T_Value_Serializers {
15
22
  namespace custom_numbers {
16
23
  }
17
24
  type custom_numbers = null;
25
+ }
26
+ export declare namespace Value_Serializers {
18
27
  namespace default_number {
19
28
  type CONTEXT = number;
20
29
  namespace PARAMS {
@@ -22,8 +31,6 @@ export declare namespace _T_Value_Serializers {
22
31
  type RESULT = string;
23
32
  }
24
33
  type default_number = ($$_: number, $$_p: null) => string;
25
- }
26
- export declare namespace Value_Serializers {
27
34
  namespace _boolean {
28
35
  type CONTEXT = boolean;
29
36
  namespace PARAMS {
@@ -34,11 +41,4 @@ export declare namespace Value_Serializers {
34
41
  namespace custom_numbers {
35
42
  }
36
43
  type custom_numbers = null;
37
- namespace default_number {
38
- type CONTEXT = number;
39
- namespace PARAMS {
40
- }
41
- type RESULT = string;
42
- }
43
- type default_number = ($$_: number, $$_p: null) => string;
44
44
  }
@@ -1,39 +1,39 @@
1
1
  import * as _i_core from "../../../core/resolved";
2
- export type _T_Directory = _i_core._T_Dictionary<null, _i_core._T_State_Group<null, readonly ['directory', _T_Directory] | readonly ['file', _T_Lines]>>;
3
2
  export type _T_Lines = _i_core._T_List<null, string>;
4
- export type Directory = _T_Directory;
3
+ export type _T_Directory = _i_core._T_Dictionary<null, _i_core._T_State_Group<null, readonly ['file', _T_Lines] | readonly ['directory', _T_Directory]>>;
5
4
  export type Lines = _T_Lines;
5
+ export type Directory = _T_Directory;
6
+ export declare namespace _T_Lines {
7
+ type L = string;
8
+ }
6
9
  export declare namespace _T_Directory {
7
10
  namespace D {
8
11
  namespace SG {
9
- namespace directory {
10
- }
11
- type directory = _T_Directory;
12
12
  namespace file {
13
13
  }
14
14
  type file = _T_Lines;
15
+ namespace directory {
16
+ }
17
+ type directory = _T_Directory;
15
18
  }
16
- type SG = readonly ['directory', _T_Directory] | readonly ['file', _T_Lines];
19
+ type SG = readonly ['file', _T_Lines] | readonly ['directory', _T_Directory];
17
20
  }
18
- type D = _i_core._T_State_Group<null, readonly ['directory', _T_Directory] | readonly ['file', _T_Lines]>;
21
+ type D = _i_core._T_State_Group<null, readonly ['file', _T_Lines] | readonly ['directory', _T_Directory]>;
19
22
  }
20
- export declare namespace _T_Lines {
23
+ export declare namespace Lines {
21
24
  type L = string;
22
25
  }
23
26
  export declare namespace Directory {
24
27
  namespace D {
25
28
  namespace SG {
26
- namespace directory {
27
- }
28
- type directory = _T_Directory;
29
29
  namespace file {
30
30
  }
31
31
  type file = _T_Lines;
32
+ namespace directory {
33
+ }
34
+ type directory = _T_Directory;
32
35
  }
33
- type SG = readonly ['directory', _T_Directory] | readonly ['file', _T_Lines];
36
+ type SG = readonly ['file', _T_Lines] | readonly ['directory', _T_Directory];
34
37
  }
35
- type D = _i_core._T_State_Group<null, readonly ['directory', _T_Directory] | readonly ['file', _T_Lines]>;
36
- }
37
- export declare namespace Lines {
38
- type L = string;
38
+ type D = _i_core._T_State_Group<null, readonly ['file', _T_Lines] | readonly ['directory', _T_Directory]>;
39
39
  }