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.
- package/dist/implementation/algorithms/procedures/console_error.d.ts +13 -0
- package/dist/implementation/algorithms/procedures/console_error.js +36 -0
- package/dist/implementation/algorithms/procedures/console_log.d.ts +13 -0
- package/dist/implementation/algorithms/procedures/console_log.js +36 -0
- package/dist/implementation/algorithms/procedures/guaranteed/console_error.d.ts +3 -3
- package/dist/implementation/algorithms/procedures/guaranteed/console_error.js +1 -1
- package/dist/implementation/algorithms/procedures/guaranteed/console_log.d.ts +3 -3
- package/dist/implementation/algorithms/procedures/guaranteed/console_log.js +1 -1
- package/dist/implementation/algorithms/procedures/unguaranteed/write_to_directory.d.ts +5 -5
- package/dist/implementation/algorithms/procedures/unguaranteed/write_to_directory.js +2 -2
- package/dist/implementation/algorithms/procedures/unguaranteed/write_to_file.d.ts +4 -4
- package/dist/implementation/algorithms/procedures/unguaranteed/write_to_file.js +1 -1
- package/dist/implementation/algorithms/procedures/unguaranteed/write_to_node.d.ts +5 -5
- package/dist/implementation/algorithms/procedures/unguaranteed/write_to_node.js +1 -1
- package/dist/implementation/algorithms/procedures/write_to_directory.d.ts +13 -0
- package/dist/implementation/algorithms/procedures/write_to_directory.js +50 -0
- package/dist/implementation/algorithms/procedures/write_to_file.d.ts +11 -0
- package/dist/implementation/algorithms/procedures/write_to_file.js +47 -0
- package/dist/implementation/algorithms/procedures/write_to_node.d.ts +13 -0
- package/dist/implementation/algorithms/procedures/write_to_node.js +58 -0
- package/dist/implementation/generated/pareto/generic/parse/parse.d.ts +2 -2
- package/dist/implementation/generated/pareto/generic/unmarshall.js +4 -4
- package/dist/implementation/generated/pareto/schemas/block/deserialize.d.ts +3 -3
- package/dist/implementation/generated/pareto/schemas/block/deserialize.js +8 -8
- package/dist/implementation/generated/pareto/schemas/block/marshall.d.ts +3 -3
- package/dist/implementation/generated/pareto/schemas/block/marshall.js +45 -45
- package/dist/implementation/generated/pareto/schemas/block/serialize.d.ts +3 -3
- package/dist/implementation/generated/pareto/schemas/block/serialize.js +13 -13
- package/dist/implementation/generated/pareto/schemas/block/unmarshall.d.ts +3 -3
- package/dist/implementation/generated/pareto/schemas/block/unmarshall.js +29 -29
- package/dist/implementation/generated/pareto/schemas/lines/deserialize.d.ts +1 -1
- package/dist/implementation/generated/pareto/schemas/lines/deserialize.js +4 -4
- package/dist/implementation/generated/pareto/schemas/lines/marshall.d.ts +1 -1
- package/dist/implementation/generated/pareto/schemas/lines/marshall.js +13 -13
- package/dist/implementation/generated/pareto/schemas/lines/serialize.d.ts +1 -1
- package/dist/implementation/generated/pareto/schemas/lines/serialize.js +7 -7
- package/dist/implementation/generated/pareto/schemas/lines/unmarshall.d.ts +1 -1
- package/dist/implementation/generated/pareto/schemas/lines/unmarshall.js +8 -8
- package/dist/implementation/generated/pareto/schemas/semi_lines/deserialize.d.ts +1 -1
- package/dist/implementation/generated/pareto/schemas/semi_lines/deserialize.js +4 -4
- package/dist/implementation/generated/pareto/schemas/semi_lines/marshall.d.ts +1 -1
- package/dist/implementation/generated/pareto/schemas/semi_lines/marshall.js +19 -19
- package/dist/implementation/generated/pareto/schemas/semi_lines/serialize.d.ts +1 -1
- package/dist/implementation/generated/pareto/schemas/semi_lines/serialize.js +7 -7
- package/dist/implementation/generated/pareto/schemas/semi_lines/unmarshall.d.ts +1 -1
- package/dist/implementation/generated/pareto/schemas/semi_lines/unmarshall.js +18 -18
- package/dist/implementation/generated/pareto/schemas/text/deserialize.d.ts +1 -1
- package/dist/implementation/generated/pareto/schemas/text/deserialize.js +4 -4
- package/dist/implementation/generated/pareto/schemas/text/marshall.d.ts +1 -1
- package/dist/implementation/generated/pareto/schemas/text/marshall.js +13 -13
- package/dist/implementation/generated/pareto/schemas/text/serialize.d.ts +1 -1
- package/dist/implementation/generated/pareto/schemas/text/serialize.js +7 -7
- package/dist/implementation/generated/pareto/schemas/text/unmarshall.d.ts +1 -1
- package/dist/implementation/generated/pareto/schemas/text/unmarshall.js +6 -6
- package/dist/interface/generated/pareto/schemas/block/data_types/source.d.ts +61 -61
- package/dist/interface/generated/pareto/schemas/block/data_types/target.d.ts +61 -61
- package/dist/interface/generated/pareto/schemas/block/deserialize.d.ts +31 -31
- package/dist/interface/generated/pareto/schemas/block/marshall.d.ts +29 -29
- package/dist/interface/generated/pareto/schemas/block/migrate_boilerplate.d.ts +37 -37
- package/dist/interface/generated/pareto/schemas/block/serialize.d.ts +28 -28
- package/dist/interface/generated/pareto/schemas/block/unmarshall.d.ts +32 -32
- package/dist/interface/generated/pareto/schemas/block/value_deserializers.d.ts +10 -10
- package/dist/interface/generated/pareto/schemas/block/value_serializers.d.ts +10 -10
- package/dist/interface/generated/pareto/schemas/lines/data_types/source.d.ts +16 -16
- package/dist/interface/generated/pareto/schemas/lines/data_types/target.d.ts +16 -16
- package/dist/interface/generated/pareto/schemas/lines/deserialize.d.ts +12 -12
- package/dist/interface/generated/pareto/schemas/lines/marshall.d.ts +12 -12
- package/dist/interface/generated/pareto/schemas/lines/migrate_boilerplate.d.ts +14 -14
- package/dist/interface/generated/pareto/schemas/lines/serialize.d.ts +11 -11
- package/dist/interface/generated/pareto/schemas/lines/unmarshall.d.ts +13 -13
- package/dist/interface/generated/pareto/schemas/lines/value_deserializers.d.ts +10 -10
- package/dist/interface/generated/pareto/schemas/lines/value_serializers.d.ts +10 -10
- package/dist/interface/generated/pareto/schemas/semi_lines/data_types/source.d.ts +26 -26
- package/dist/interface/generated/pareto/schemas/semi_lines/data_types/target.d.ts +26 -26
- package/dist/interface/generated/pareto/schemas/semi_lines/deserialize.d.ts +12 -12
- package/dist/interface/generated/pareto/schemas/semi_lines/marshall.d.ts +12 -12
- package/dist/interface/generated/pareto/schemas/semi_lines/migrate_boilerplate.d.ts +14 -14
- package/dist/interface/generated/pareto/schemas/semi_lines/serialize.d.ts +11 -11
- package/dist/interface/generated/pareto/schemas/semi_lines/unmarshall.d.ts +13 -13
- package/dist/interface/generated/pareto/schemas/semi_lines/value_deserializers.d.ts +10 -10
- package/dist/interface/generated/pareto/schemas/semi_lines/value_serializers.d.ts +10 -10
- package/dist/interface/generated/pareto/schemas/text/data_types/source.d.ts +12 -12
- package/dist/interface/generated/pareto/schemas/text/data_types/target.d.ts +12 -12
- package/dist/interface/generated/pareto/schemas/text/deserialize.d.ts +12 -12
- package/dist/interface/generated/pareto/schemas/text/marshall.d.ts +12 -12
- package/dist/interface/generated/pareto/schemas/text/migrate_boilerplate.d.ts +14 -14
- package/dist/interface/generated/pareto/schemas/text/serialize.d.ts +11 -11
- package/dist/interface/generated/pareto/schemas/text/unmarshall.d.ts +13 -13
- package/dist/interface/generated/pareto/schemas/text/value_deserializers.d.ts +10 -10
- package/dist/interface/generated/pareto/schemas/text/value_serializers.d.ts +10 -10
- package/package.json +7 -7
|
@@ -1,39 +1,39 @@
|
|
|
1
1
|
import * as _i_core from "../../../core/unconstrained";
|
|
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
|
|
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 ['
|
|
19
|
+
type SG = readonly ['file', _T_Lines] | readonly ['directory', _T_Directory];
|
|
17
20
|
}
|
|
18
|
-
type D = _i_core._T_State_Group<null, readonly ['
|
|
21
|
+
type D = _i_core._T_State_Group<null, readonly ['file', _T_Lines] | readonly ['directory', _T_Directory]>;
|
|
19
22
|
}
|
|
20
|
-
export declare namespace
|
|
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 ['
|
|
36
|
+
type SG = readonly ['file', _T_Lines] | readonly ['directory', _T_Directory];
|
|
34
37
|
}
|
|
35
|
-
type D = _i_core._T_State_Group<null, readonly ['
|
|
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
|
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import * as _i_out from "./data_types/target";
|
|
2
2
|
import * as _i_vd from "./value_deserializers";
|
|
3
|
-
export type _T_Directory = ($$_: string, $$_p: {
|
|
4
|
-
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
5
|
-
}) => _i_out._T_Directory;
|
|
6
3
|
export type _T_Lines = ($$_: string, $$_p: {
|
|
7
4
|
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
8
5
|
}) => _i_out._T_Lines;
|
|
9
|
-
export type
|
|
6
|
+
export type _T_Directory = ($$_: string, $$_p: {
|
|
7
|
+
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
8
|
+
}) => _i_out._T_Directory;
|
|
10
9
|
export type Lines = _T_Lines;
|
|
11
|
-
export
|
|
10
|
+
export type Directory = _T_Directory;
|
|
11
|
+
export declare namespace _T_Lines {
|
|
12
12
|
type CONTEXT = string;
|
|
13
13
|
namespace PARAMS {
|
|
14
14
|
namespace value_deserializers {
|
|
@@ -17,9 +17,9 @@ export declare namespace _T_Directory {
|
|
|
17
17
|
}
|
|
18
18
|
namespace RESULT {
|
|
19
19
|
}
|
|
20
|
-
type RESULT = _i_out.
|
|
20
|
+
type RESULT = _i_out._T_Lines;
|
|
21
21
|
}
|
|
22
|
-
export declare namespace
|
|
22
|
+
export declare namespace _T_Directory {
|
|
23
23
|
type CONTEXT = string;
|
|
24
24
|
namespace PARAMS {
|
|
25
25
|
namespace value_deserializers {
|
|
@@ -28,9 +28,9 @@ export declare namespace _T_Lines {
|
|
|
28
28
|
}
|
|
29
29
|
namespace RESULT {
|
|
30
30
|
}
|
|
31
|
-
type RESULT = _i_out.
|
|
31
|
+
type RESULT = _i_out._T_Directory;
|
|
32
32
|
}
|
|
33
|
-
export declare namespace
|
|
33
|
+
export declare namespace Lines {
|
|
34
34
|
type CONTEXT = string;
|
|
35
35
|
namespace PARAMS {
|
|
36
36
|
namespace value_deserializers {
|
|
@@ -39,9 +39,9 @@ export declare namespace Directory {
|
|
|
39
39
|
}
|
|
40
40
|
namespace RESULT {
|
|
41
41
|
}
|
|
42
|
-
type RESULT = _i_out.
|
|
42
|
+
type RESULT = _i_out._T_Lines;
|
|
43
43
|
}
|
|
44
|
-
export declare namespace
|
|
44
|
+
export declare namespace Directory {
|
|
45
45
|
type CONTEXT = string;
|
|
46
46
|
namespace PARAMS {
|
|
47
47
|
namespace value_deserializers {
|
|
@@ -50,5 +50,5 @@ export declare namespace Lines {
|
|
|
50
50
|
}
|
|
51
51
|
namespace RESULT {
|
|
52
52
|
}
|
|
53
|
-
type RESULT = _i_out.
|
|
53
|
+
type RESULT = _i_out._T_Directory;
|
|
54
54
|
}
|
|
@@ -1,18 +1,18 @@
|
|
|
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
|
|
4
|
+
export type _T_Lines = ($$_: _i_in._T_Lines, $$_p: {
|
|
5
5
|
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
6
6
|
}) => _i_out._T_Value;
|
|
7
|
-
export type
|
|
7
|
+
export type _T_Directory = ($$_: _i_in._T_Directory, $$_p: {
|
|
8
8
|
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
9
9
|
}) => _i_out._T_Value;
|
|
10
|
-
export type Directory = _T_Directory;
|
|
11
10
|
export type Lines = _T_Lines;
|
|
12
|
-
export
|
|
11
|
+
export type Directory = _T_Directory;
|
|
12
|
+
export declare namespace _T_Lines {
|
|
13
13
|
namespace CONTEXT {
|
|
14
14
|
}
|
|
15
|
-
type CONTEXT = _i_in.
|
|
15
|
+
type CONTEXT = _i_in._T_Lines;
|
|
16
16
|
namespace PARAMS {
|
|
17
17
|
namespace value_serializers {
|
|
18
18
|
}
|
|
@@ -22,10 +22,10 @@ export declare namespace _T_Directory {
|
|
|
22
22
|
}
|
|
23
23
|
type RESULT = _i_out._T_Value;
|
|
24
24
|
}
|
|
25
|
-
export declare namespace
|
|
25
|
+
export declare namespace _T_Directory {
|
|
26
26
|
namespace CONTEXT {
|
|
27
27
|
}
|
|
28
|
-
type CONTEXT = _i_in.
|
|
28
|
+
type CONTEXT = _i_in._T_Directory;
|
|
29
29
|
namespace PARAMS {
|
|
30
30
|
namespace value_serializers {
|
|
31
31
|
}
|
|
@@ -35,10 +35,10 @@ export declare namespace _T_Lines {
|
|
|
35
35
|
}
|
|
36
36
|
type RESULT = _i_out._T_Value;
|
|
37
37
|
}
|
|
38
|
-
export declare namespace
|
|
38
|
+
export declare namespace Lines {
|
|
39
39
|
namespace CONTEXT {
|
|
40
40
|
}
|
|
41
|
-
type CONTEXT = _i_in.
|
|
41
|
+
type CONTEXT = _i_in._T_Lines;
|
|
42
42
|
namespace PARAMS {
|
|
43
43
|
namespace value_serializers {
|
|
44
44
|
}
|
|
@@ -48,10 +48,10 @@ export declare namespace Directory {
|
|
|
48
48
|
}
|
|
49
49
|
type RESULT = _i_out._T_Value;
|
|
50
50
|
}
|
|
51
|
-
export declare namespace
|
|
51
|
+
export declare namespace Directory {
|
|
52
52
|
namespace CONTEXT {
|
|
53
53
|
}
|
|
54
|
-
type CONTEXT = _i_in.
|
|
54
|
+
type CONTEXT = _i_in._T_Directory;
|
|
55
55
|
namespace PARAMS {
|
|
56
56
|
namespace value_serializers {
|
|
57
57
|
}
|
|
@@ -1,19 +1,9 @@
|
|
|
1
|
-
import * as _i_in from "./data_types/source";
|
|
2
1
|
import * as _i_out from "./data_types/target";
|
|
3
|
-
|
|
2
|
+
import * as _i_in from "./data_types/source";
|
|
4
3
|
export type _T_Lines = ($$_: _i_in._T_Lines, $$_p: null) => _i_out._T_Lines;
|
|
5
|
-
export type
|
|
4
|
+
export type _T_Directory = ($$_: _i_in._T_Directory, $$_p: null) => _i_out._T_Directory;
|
|
6
5
|
export type Lines = _T_Lines;
|
|
7
|
-
export
|
|
8
|
-
namespace CONTEXT {
|
|
9
|
-
}
|
|
10
|
-
type CONTEXT = _i_in._T_Directory;
|
|
11
|
-
namespace PARAMS {
|
|
12
|
-
}
|
|
13
|
-
namespace RESULT {
|
|
14
|
-
}
|
|
15
|
-
type RESULT = _i_out._T_Directory;
|
|
16
|
-
}
|
|
6
|
+
export type Directory = _T_Directory;
|
|
17
7
|
export declare namespace _T_Lines {
|
|
18
8
|
namespace CONTEXT {
|
|
19
9
|
}
|
|
@@ -24,7 +14,7 @@ export declare namespace _T_Lines {
|
|
|
24
14
|
}
|
|
25
15
|
type RESULT = _i_out._T_Lines;
|
|
26
16
|
}
|
|
27
|
-
export declare namespace
|
|
17
|
+
export declare namespace _T_Directory {
|
|
28
18
|
namespace CONTEXT {
|
|
29
19
|
}
|
|
30
20
|
type CONTEXT = _i_in._T_Directory;
|
|
@@ -44,3 +34,13 @@ export declare namespace Lines {
|
|
|
44
34
|
}
|
|
45
35
|
type RESULT = _i_out._T_Lines;
|
|
46
36
|
}
|
|
37
|
+
export declare namespace Directory {
|
|
38
|
+
namespace CONTEXT {
|
|
39
|
+
}
|
|
40
|
+
type CONTEXT = _i_in._T_Directory;
|
|
41
|
+
namespace PARAMS {
|
|
42
|
+
}
|
|
43
|
+
namespace RESULT {
|
|
44
|
+
}
|
|
45
|
+
type RESULT = _i_out._T_Directory;
|
|
46
|
+
}
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import * as _i_in from "./data_types/source";
|
|
2
2
|
import * as _i_vs from "./value_serializers";
|
|
3
|
-
export type
|
|
3
|
+
export type _T_Lines = ($$_: _i_in._T_Lines, $$_p: {
|
|
4
4
|
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
5
5
|
}) => string;
|
|
6
|
-
export type
|
|
6
|
+
export type _T_Directory = ($$_: _i_in._T_Directory, $$_p: {
|
|
7
7
|
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
8
8
|
}) => string;
|
|
9
|
-
export type Directory = _T_Directory;
|
|
10
9
|
export type Lines = _T_Lines;
|
|
11
|
-
export
|
|
10
|
+
export type Directory = _T_Directory;
|
|
11
|
+
export declare namespace _T_Lines {
|
|
12
12
|
namespace CONTEXT {
|
|
13
13
|
}
|
|
14
|
-
type CONTEXT = _i_in.
|
|
14
|
+
type CONTEXT = _i_in._T_Lines;
|
|
15
15
|
namespace PARAMS {
|
|
16
16
|
namespace value_serializers {
|
|
17
17
|
}
|
|
@@ -19,10 +19,10 @@ export declare namespace _T_Directory {
|
|
|
19
19
|
}
|
|
20
20
|
type RESULT = string;
|
|
21
21
|
}
|
|
22
|
-
export declare namespace
|
|
22
|
+
export declare namespace _T_Directory {
|
|
23
23
|
namespace CONTEXT {
|
|
24
24
|
}
|
|
25
|
-
type CONTEXT = _i_in.
|
|
25
|
+
type CONTEXT = _i_in._T_Directory;
|
|
26
26
|
namespace PARAMS {
|
|
27
27
|
namespace value_serializers {
|
|
28
28
|
}
|
|
@@ -30,10 +30,10 @@ export declare namespace _T_Lines {
|
|
|
30
30
|
}
|
|
31
31
|
type RESULT = string;
|
|
32
32
|
}
|
|
33
|
-
export declare namespace
|
|
33
|
+
export declare namespace Lines {
|
|
34
34
|
namespace CONTEXT {
|
|
35
35
|
}
|
|
36
|
-
type CONTEXT = _i_in.
|
|
36
|
+
type CONTEXT = _i_in._T_Lines;
|
|
37
37
|
namespace PARAMS {
|
|
38
38
|
namespace value_serializers {
|
|
39
39
|
}
|
|
@@ -41,10 +41,10 @@ export declare namespace Directory {
|
|
|
41
41
|
}
|
|
42
42
|
type RESULT = string;
|
|
43
43
|
}
|
|
44
|
-
export declare namespace
|
|
44
|
+
export declare namespace Directory {
|
|
45
45
|
namespace CONTEXT {
|
|
46
46
|
}
|
|
47
|
-
type CONTEXT = _i_in.
|
|
47
|
+
type CONTEXT = _i_in._T_Directory;
|
|
48
48
|
namespace PARAMS {
|
|
49
49
|
namespace value_serializers {
|
|
50
50
|
}
|
|
@@ -1,15 +1,15 @@
|
|
|
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_Directory = ($$_: _i_in._T_Value, $$_p: {
|
|
5
|
-
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
6
|
-
}) => _i_out._T_Directory;
|
|
7
4
|
export type _T_Lines = ($$_: _i_in._T_Value, $$_p: {
|
|
8
5
|
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
9
6
|
}) => _i_out._T_Lines;
|
|
10
|
-
export type
|
|
7
|
+
export type _T_Directory = ($$_: _i_in._T_Value, $$_p: {
|
|
8
|
+
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
9
|
+
}) => _i_out._T_Directory;
|
|
11
10
|
export type Lines = _T_Lines;
|
|
12
|
-
export
|
|
11
|
+
export type Directory = _T_Directory;
|
|
12
|
+
export declare namespace _T_Lines {
|
|
13
13
|
namespace CONTEXT {
|
|
14
14
|
}
|
|
15
15
|
type CONTEXT = _i_in._T_Value;
|
|
@@ -20,9 +20,9 @@ export declare namespace _T_Directory {
|
|
|
20
20
|
}
|
|
21
21
|
namespace RESULT {
|
|
22
22
|
}
|
|
23
|
-
type RESULT = _i_out.
|
|
23
|
+
type RESULT = _i_out._T_Lines;
|
|
24
24
|
}
|
|
25
|
-
export declare namespace
|
|
25
|
+
export declare namespace _T_Directory {
|
|
26
26
|
namespace CONTEXT {
|
|
27
27
|
}
|
|
28
28
|
type CONTEXT = _i_in._T_Value;
|
|
@@ -33,9 +33,9 @@ export declare namespace _T_Lines {
|
|
|
33
33
|
}
|
|
34
34
|
namespace RESULT {
|
|
35
35
|
}
|
|
36
|
-
type RESULT = _i_out.
|
|
36
|
+
type RESULT = _i_out._T_Directory;
|
|
37
37
|
}
|
|
38
|
-
export declare namespace
|
|
38
|
+
export declare namespace Lines {
|
|
39
39
|
namespace CONTEXT {
|
|
40
40
|
}
|
|
41
41
|
type CONTEXT = _i_in._T_Value;
|
|
@@ -46,9 +46,9 @@ export declare namespace Directory {
|
|
|
46
46
|
}
|
|
47
47
|
namespace RESULT {
|
|
48
48
|
}
|
|
49
|
-
type RESULT = _i_out.
|
|
49
|
+
type RESULT = _i_out._T_Lines;
|
|
50
50
|
}
|
|
51
|
-
export declare namespace
|
|
51
|
+
export declare namespace Directory {
|
|
52
52
|
namespace CONTEXT {
|
|
53
53
|
}
|
|
54
54
|
type CONTEXT = _i_in._T_Value;
|
|
@@ -59,5 +59,5 @@ export declare namespace Lines {
|
|
|
59
59
|
}
|
|
60
60
|
namespace RESULT {
|
|
61
61
|
}
|
|
62
|
-
type RESULT = _i_out.
|
|
62
|
+
type RESULT = _i_out._T_Directory;
|
|
63
63
|
}
|
|
@@ -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,56 +1,56 @@
|
|
|
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, {
|
|
4
|
-
readonly 'indentation': number;
|
|
5
3
|
readonly 'text': string;
|
|
4
|
+
readonly 'indentation': number;
|
|
6
5
|
}>;
|
|
7
|
-
export type
|
|
6
|
+
export type _T_Directory = _i_core._T_Dictionary<null, _i_core._T_State_Group<null, readonly ['file', _T_Lines] | readonly ['directory', _T_Directory]>>;
|
|
8
7
|
export type Lines = _T_Lines;
|
|
8
|
+
export type Directory = _T_Directory;
|
|
9
|
+
export declare namespace _T_Lines {
|
|
10
|
+
namespace L {
|
|
11
|
+
type text = string;
|
|
12
|
+
type indentation = number;
|
|
13
|
+
}
|
|
14
|
+
type L = {
|
|
15
|
+
readonly 'text': string;
|
|
16
|
+
readonly 'indentation': number;
|
|
17
|
+
};
|
|
18
|
+
}
|
|
9
19
|
export declare namespace _T_Directory {
|
|
10
20
|
namespace D {
|
|
11
21
|
namespace SG {
|
|
12
|
-
namespace directory {
|
|
13
|
-
}
|
|
14
|
-
type directory = _T_Directory;
|
|
15
22
|
namespace file {
|
|
16
23
|
}
|
|
17
24
|
type file = _T_Lines;
|
|
25
|
+
namespace directory {
|
|
26
|
+
}
|
|
27
|
+
type directory = _T_Directory;
|
|
18
28
|
}
|
|
19
|
-
type SG = readonly ['
|
|
29
|
+
type SG = readonly ['file', _T_Lines] | readonly ['directory', _T_Directory];
|
|
20
30
|
}
|
|
21
|
-
type D = _i_core._T_State_Group<null, readonly ['
|
|
31
|
+
type D = _i_core._T_State_Group<null, readonly ['file', _T_Lines] | readonly ['directory', _T_Directory]>;
|
|
22
32
|
}
|
|
23
|
-
export declare namespace
|
|
33
|
+
export declare namespace Lines {
|
|
24
34
|
namespace L {
|
|
25
|
-
type indentation = number;
|
|
26
35
|
type text = string;
|
|
36
|
+
type indentation = number;
|
|
27
37
|
}
|
|
28
38
|
type L = {
|
|
29
|
-
readonly 'indentation': number;
|
|
30
39
|
readonly 'text': string;
|
|
40
|
+
readonly 'indentation': number;
|
|
31
41
|
};
|
|
32
42
|
}
|
|
33
43
|
export declare namespace Directory {
|
|
34
44
|
namespace D {
|
|
35
45
|
namespace SG {
|
|
36
|
-
namespace directory {
|
|
37
|
-
}
|
|
38
|
-
type directory = _T_Directory;
|
|
39
46
|
namespace file {
|
|
40
47
|
}
|
|
41
48
|
type file = _T_Lines;
|
|
49
|
+
namespace directory {
|
|
50
|
+
}
|
|
51
|
+
type directory = _T_Directory;
|
|
42
52
|
}
|
|
43
|
-
type SG = readonly ['
|
|
53
|
+
type SG = readonly ['file', _T_Lines] | readonly ['directory', _T_Directory];
|
|
44
54
|
}
|
|
45
|
-
type D = _i_core._T_State_Group<null, readonly ['
|
|
46
|
-
}
|
|
47
|
-
export declare namespace Lines {
|
|
48
|
-
namespace L {
|
|
49
|
-
type indentation = number;
|
|
50
|
-
type text = string;
|
|
51
|
-
}
|
|
52
|
-
type L = {
|
|
53
|
-
readonly 'indentation': number;
|
|
54
|
-
readonly 'text': string;
|
|
55
|
-
};
|
|
55
|
+
type D = _i_core._T_State_Group<null, readonly ['file', _T_Lines] | readonly ['directory', _T_Directory]>;
|
|
56
56
|
}
|
|
@@ -1,56 +1,56 @@
|
|
|
1
1
|
import * as _i_core from "../../../core/unconstrained";
|
|
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, {
|
|
4
|
-
readonly 'indentation': number;
|
|
5
3
|
readonly 'text': string;
|
|
4
|
+
readonly 'indentation': number;
|
|
6
5
|
}>;
|
|
7
|
-
export type
|
|
6
|
+
export type _T_Directory = _i_core._T_Dictionary<null, _i_core._T_State_Group<null, readonly ['file', _T_Lines] | readonly ['directory', _T_Directory]>>;
|
|
8
7
|
export type Lines = _T_Lines;
|
|
8
|
+
export type Directory = _T_Directory;
|
|
9
|
+
export declare namespace _T_Lines {
|
|
10
|
+
namespace L {
|
|
11
|
+
type text = string;
|
|
12
|
+
type indentation = number;
|
|
13
|
+
}
|
|
14
|
+
type L = {
|
|
15
|
+
readonly 'text': string;
|
|
16
|
+
readonly 'indentation': number;
|
|
17
|
+
};
|
|
18
|
+
}
|
|
9
19
|
export declare namespace _T_Directory {
|
|
10
20
|
namespace D {
|
|
11
21
|
namespace SG {
|
|
12
|
-
namespace directory {
|
|
13
|
-
}
|
|
14
|
-
type directory = _T_Directory;
|
|
15
22
|
namespace file {
|
|
16
23
|
}
|
|
17
24
|
type file = _T_Lines;
|
|
25
|
+
namespace directory {
|
|
26
|
+
}
|
|
27
|
+
type directory = _T_Directory;
|
|
18
28
|
}
|
|
19
|
-
type SG = readonly ['
|
|
29
|
+
type SG = readonly ['file', _T_Lines] | readonly ['directory', _T_Directory];
|
|
20
30
|
}
|
|
21
|
-
type D = _i_core._T_State_Group<null, readonly ['
|
|
31
|
+
type D = _i_core._T_State_Group<null, readonly ['file', _T_Lines] | readonly ['directory', _T_Directory]>;
|
|
22
32
|
}
|
|
23
|
-
export declare namespace
|
|
33
|
+
export declare namespace Lines {
|
|
24
34
|
namespace L {
|
|
25
|
-
type indentation = number;
|
|
26
35
|
type text = string;
|
|
36
|
+
type indentation = number;
|
|
27
37
|
}
|
|
28
38
|
type L = {
|
|
29
|
-
readonly 'indentation': number;
|
|
30
39
|
readonly 'text': string;
|
|
40
|
+
readonly 'indentation': number;
|
|
31
41
|
};
|
|
32
42
|
}
|
|
33
43
|
export declare namespace Directory {
|
|
34
44
|
namespace D {
|
|
35
45
|
namespace SG {
|
|
36
|
-
namespace directory {
|
|
37
|
-
}
|
|
38
|
-
type directory = _T_Directory;
|
|
39
46
|
namespace file {
|
|
40
47
|
}
|
|
41
48
|
type file = _T_Lines;
|
|
49
|
+
namespace directory {
|
|
50
|
+
}
|
|
51
|
+
type directory = _T_Directory;
|
|
42
52
|
}
|
|
43
|
-
type SG = readonly ['
|
|
53
|
+
type SG = readonly ['file', _T_Lines] | readonly ['directory', _T_Directory];
|
|
44
54
|
}
|
|
45
|
-
type D = _i_core._T_State_Group<null, readonly ['
|
|
46
|
-
}
|
|
47
|
-
export declare namespace Lines {
|
|
48
|
-
namespace L {
|
|
49
|
-
type indentation = number;
|
|
50
|
-
type text = string;
|
|
51
|
-
}
|
|
52
|
-
type L = {
|
|
53
|
-
readonly 'indentation': number;
|
|
54
|
-
readonly 'text': string;
|
|
55
|
-
};
|
|
55
|
+
type D = _i_core._T_State_Group<null, readonly ['file', _T_Lines] | readonly ['directory', _T_Directory]>;
|
|
56
56
|
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import * as _i_out from "./data_types/target";
|
|
2
2
|
import * as _i_vd from "./value_deserializers";
|
|
3
|
-
export type _T_Directory = ($$_: string, $$_p: {
|
|
4
|
-
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
5
|
-
}) => _i_out._T_Directory;
|
|
6
3
|
export type _T_Lines = ($$_: string, $$_p: {
|
|
7
4
|
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
8
5
|
}) => _i_out._T_Lines;
|
|
9
|
-
export type
|
|
6
|
+
export type _T_Directory = ($$_: string, $$_p: {
|
|
7
|
+
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
8
|
+
}) => _i_out._T_Directory;
|
|
10
9
|
export type Lines = _T_Lines;
|
|
11
|
-
export
|
|
10
|
+
export type Directory = _T_Directory;
|
|
11
|
+
export declare namespace _T_Lines {
|
|
12
12
|
type CONTEXT = string;
|
|
13
13
|
namespace PARAMS {
|
|
14
14
|
namespace value_deserializers {
|
|
@@ -17,9 +17,9 @@ export declare namespace _T_Directory {
|
|
|
17
17
|
}
|
|
18
18
|
namespace RESULT {
|
|
19
19
|
}
|
|
20
|
-
type RESULT = _i_out.
|
|
20
|
+
type RESULT = _i_out._T_Lines;
|
|
21
21
|
}
|
|
22
|
-
export declare namespace
|
|
22
|
+
export declare namespace _T_Directory {
|
|
23
23
|
type CONTEXT = string;
|
|
24
24
|
namespace PARAMS {
|
|
25
25
|
namespace value_deserializers {
|
|
@@ -28,9 +28,9 @@ export declare namespace _T_Lines {
|
|
|
28
28
|
}
|
|
29
29
|
namespace RESULT {
|
|
30
30
|
}
|
|
31
|
-
type RESULT = _i_out.
|
|
31
|
+
type RESULT = _i_out._T_Directory;
|
|
32
32
|
}
|
|
33
|
-
export declare namespace
|
|
33
|
+
export declare namespace Lines {
|
|
34
34
|
type CONTEXT = string;
|
|
35
35
|
namespace PARAMS {
|
|
36
36
|
namespace value_deserializers {
|
|
@@ -39,9 +39,9 @@ export declare namespace Directory {
|
|
|
39
39
|
}
|
|
40
40
|
namespace RESULT {
|
|
41
41
|
}
|
|
42
|
-
type RESULT = _i_out.
|
|
42
|
+
type RESULT = _i_out._T_Lines;
|
|
43
43
|
}
|
|
44
|
-
export declare namespace
|
|
44
|
+
export declare namespace Directory {
|
|
45
45
|
type CONTEXT = string;
|
|
46
46
|
namespace PARAMS {
|
|
47
47
|
namespace value_deserializers {
|
|
@@ -50,5 +50,5 @@ export declare namespace Lines {
|
|
|
50
50
|
}
|
|
51
51
|
namespace RESULT {
|
|
52
52
|
}
|
|
53
|
-
type RESULT = _i_out.
|
|
53
|
+
type RESULT = _i_out._T_Directory;
|
|
54
54
|
}
|