pareto-fountain-pen 0.1.12 → 0.1.13
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/generated/implementation/generic/resolve.d.ts +41 -10
- package/dist/generated/implementation/generic/resolve.js +82 -67
- package/dist/generated/implementation/generic/unmarshall.d.ts +15 -10
- package/dist/generated/implementation/generic/unmarshall.js +132 -72
- package/dist/generated/implementation/schemas/block/marshall.d.ts +6 -5
- package/dist/generated/implementation/schemas/block/marshall.js +30 -36
- package/dist/generated/implementation/schemas/block/unmarshall.d.ts +1 -0
- package/dist/generated/implementation/schemas/block/unmarshall.js +49 -39
- package/dist/generated/implementation/schemas/lines/marshall.d.ts +2 -2
- package/dist/generated/implementation/schemas/lines/marshall.js +8 -18
- package/dist/generated/implementation/schemas/lines/unmarshall.js +17 -23
- package/dist/generated/implementation/schemas/semi_lines/marshall.d.ts +2 -2
- package/dist/generated/implementation/schemas/semi_lines/marshall.js +9 -19
- package/dist/generated/implementation/schemas/semi_lines/unmarshall.js +20 -24
- package/dist/generated/implementation/schemas/text/marshall.d.ts +2 -2
- package/dist/generated/implementation/schemas/text/marshall.js +8 -18
- package/dist/generated/implementation/schemas/text/unmarshall.js +17 -23
- package/dist/generated/interface/core/astn_source.d.ts +39 -33
- package/dist/generated/interface/core/astn_target.d.ts +15 -15
- package/dist/generated/interface/core/resolve.d.ts +6 -6
- package/dist/generated/interface/core/resolved.d.ts +46 -46
- package/dist/generated/interface/core/unconstrained.d.ts +10 -10
- package/dist/generated/interface/core/unresolved.d.ts +84 -87
- package/dist/generated/interface/schemas/block/{unconstrained.d.ts → data_types/unconstrained.d.ts} +28 -22
- package/dist/generated/interface/schemas/block/{unconstrained.js → data_types/unconstrained.js} +1 -1
- package/dist/generated/interface/schemas/block/marshall.d.ts +63 -76
- package/dist/generated/interface/schemas/block/migrate_boilerplate.d.ts +24 -2
- package/dist/generated/interface/schemas/block/unmarshall.d.ts +77 -6
- package/dist/generated/interface/schemas/block/value_deserializers.d.ts +44 -0
- package/dist/generated/interface/schemas/block/value_deserializers.js +3 -0
- package/dist/generated/interface/schemas/block/value_serializers.d.ts +44 -0
- package/dist/generated/interface/schemas/block/value_serializers.js +3 -0
- package/dist/generated/interface/schemas/lines/{unconstrained.d.ts → data_types/unconstrained.d.ts} +1 -1
- package/dist/generated/interface/schemas/{semi_lines → lines/data_types}/unconstrained.js +1 -1
- package/dist/generated/interface/schemas/lines/marshall.d.ts +16 -59
- package/dist/generated/interface/schemas/lines/migrate_boilerplate.d.ts +2 -2
- package/dist/generated/interface/schemas/lines/unmarshall.d.ts +20 -3
- package/dist/generated/interface/schemas/lines/value_deserializers.d.ts +44 -0
- package/dist/generated/interface/schemas/lines/value_deserializers.js +3 -0
- package/dist/generated/interface/schemas/lines/value_serializers.d.ts +44 -0
- package/dist/generated/interface/schemas/lines/value_serializers.js +3 -0
- package/dist/generated/interface/schemas/semi_lines/{unconstrained.d.ts → data_types/unconstrained.d.ts} +1 -1
- package/dist/generated/interface/schemas/{text → semi_lines/data_types}/unconstrained.js +1 -1
- package/dist/generated/interface/schemas/semi_lines/marshall.d.ts +16 -59
- package/dist/generated/interface/schemas/semi_lines/migrate_boilerplate.d.ts +2 -2
- package/dist/generated/interface/schemas/semi_lines/unmarshall.d.ts +20 -3
- package/dist/generated/interface/schemas/semi_lines/value_deserializers.d.ts +44 -0
- package/dist/generated/interface/schemas/semi_lines/value_deserializers.js +3 -0
- package/dist/generated/interface/schemas/semi_lines/value_serializers.d.ts +44 -0
- package/dist/generated/interface/schemas/semi_lines/value_serializers.js +3 -0
- package/dist/generated/interface/schemas/text/{unconstrained.d.ts → data_types/unconstrained.d.ts} +1 -1
- package/dist/generated/interface/schemas/{lines → text/data_types}/unconstrained.js +1 -1
- package/dist/generated/interface/schemas/text/marshall.d.ts +16 -59
- package/dist/generated/interface/schemas/text/migrate_boilerplate.d.ts +2 -2
- package/dist/generated/interface/schemas/text/unmarshall.d.ts +20 -3
- package/dist/generated/interface/schemas/text/value_deserializers.d.ts +44 -0
- package/dist/generated/interface/schemas/text/value_deserializers.js +3 -0
- package/dist/generated/interface/schemas/text/value_serializers.d.ts +44 -0
- package/dist/generated/interface/schemas/text/value_serializers.js +3 -0
- package/dist/index.js +8 -18
- package/dist/other/write_to_disk.d.ts +9 -1
- package/dist/other/write_to_disk.js +45 -38
- package/dist/serialize/block.d.ts +1 -1
- package/dist/serialize/block.js +8 -18
- package/dist/serialize/semi_lines.d.ts +2 -2
- package/dist/serialize/semi_lines.js +8 -18
- package/dist/shorthands/block.d.ts +1 -1
- package/dist/shorthands/block.js +8 -18
- package/dist/shorthands/lines.d.ts +1 -1
- package/dist/transformations/block/lines.d.ts +2 -2
- package/dist/transformations/block/lines.js +8 -18
- package/dist/transformations/block/semi_lines.d.ts +2 -2
- package/dist/transformations/block/semi_lines.js +8 -18
- package/dist/transformations/semi_lines/lines.d.ts +2 -2
- package/dist/transformations/semi_lines/lines.js +8 -18
- package/package.json +4 -4
- package/dist/generated/generic/resolve.d.ts +0 -90
- package/dist/generated/generic/resolve.js +0 -261
- package/dist/generated/implementation/schemas/block/migration_boilerplate.d.ts +0 -7
- package/dist/generated/implementation/schemas/block/migration_boilerplate.js +0 -65
- package/dist/generated/implementation/schemas/block/serializer.d.ts +0 -7
- package/dist/generated/implementation/schemas/block/serializer.js +0 -123
- package/dist/generated/implementation/schemas/lines/migration_boilerplate.d.ts +0 -3
- package/dist/generated/implementation/schemas/lines/migration_boilerplate.js +0 -38
- package/dist/generated/implementation/schemas/lines/serializer.d.ts +0 -3
- package/dist/generated/implementation/schemas/lines/serializer.js +0 -51
- package/dist/generated/implementation/schemas/semi_lines/migration_boilerplate.d.ts +0 -3
- package/dist/generated/implementation/schemas/semi_lines/migration_boilerplate.js +0 -41
- package/dist/generated/implementation/schemas/semi_lines/serializer.d.ts +0 -3
- package/dist/generated/implementation/schemas/semi_lines/serializer.js +0 -57
- package/dist/generated/implementation/schemas/text/migration_boilerplate.d.ts +0 -3
- package/dist/generated/implementation/schemas/text/migration_boilerplate.js +0 -38
- package/dist/generated/implementation/schemas/text/serializer.d.ts +0 -3
- package/dist/generated/implementation/schemas/text/serializer.js +0 -51
- package/dist/generated/interface/core/poormans_parser.d.ts +0 -184
- package/dist/generated/interface/core/poormans_parser.js +0 -3
- package/dist/generated/interface/generic/resolve.d.ts +0 -11
- package/dist/generated/interface/generic/resolve.js +0 -3
- package/dist/generated/interface/schemas/block/migration_boilerplate.d.ts +0 -134
- package/dist/generated/interface/schemas/block/migration_boilerplate.js +0 -3
- package/dist/generated/interface/schemas/block/serializer.d.ts +0 -226
- package/dist/generated/interface/schemas/block/serializer.js +0 -3
- package/dist/generated/interface/schemas/lines/migration_boilerplate.d.ts +0 -46
- package/dist/generated/interface/schemas/lines/migration_boilerplate.js +0 -3
- package/dist/generated/interface/schemas/lines/serializer.d.ts +0 -106
- package/dist/generated/interface/schemas/lines/serializer.js +0 -3
- package/dist/generated/interface/schemas/semi_lines/migration_boilerplate.d.ts +0 -46
- package/dist/generated/interface/schemas/semi_lines/migration_boilerplate.js +0 -3
- package/dist/generated/interface/schemas/semi_lines/serializer.d.ts +0 -106
- package/dist/generated/interface/schemas/semi_lines/serializer.js +0 -3
- package/dist/generated/interface/schemas/text/migration_boilerplate.d.ts +0 -46
- package/dist/generated/interface/schemas/text/migration_boilerplate.js +0 -3
- package/dist/generated/interface/schemas/text/serializer.d.ts +0 -106
- package/dist/generated/interface/schemas/text/serializer.js +0 -3
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicG9vcm1hbnNfcGFyc2VyLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vc3JjL2dlbmVyYXRlZC9pbnRlcmZhY2UvY29yZS9wb29ybWFuc19wYXJzZXIudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import * as pt from 'exupery-core-types';
|
|
2
|
-
export type Location_to_String<Source> = ($: Source) => string;
|
|
3
|
-
export type _T_Location_2_String<Source> = Location_to_String<Source>;
|
|
4
|
-
export type Non_Circular_Result<T> = ['error', ['circular', pt.Array<string>]] | ['resolved', T];
|
|
5
|
-
export type Acyclic_Lookup<T> = pt.Optional_Value<pt.Lookup<Non_Circular_Result<T>>>;
|
|
6
|
-
export type _T_Acyclic_Lookup<T> = Acyclic_Lookup<T>;
|
|
7
|
-
export type Possibly_Circular_Result<T> = pt.Computed_Value<T>;
|
|
8
|
-
export type Cyclic_Lookup<T> = pt.Optional_Value<pt.Lookup<Possibly_Circular_Result<T>>>;
|
|
9
|
-
export type _T_Cyclic_Lookup<T> = Cyclic_Lookup<T>;
|
|
10
|
-
export type Lookup_Stack<T> = pt.Array<Acyclic_Lookup<T>>;
|
|
11
|
-
export type _T_Lookup_Stack<T> = Lookup_Stack<T>;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzb2x2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9nZW5lcmF0ZWQvaW50ZXJmYWNlL2dlbmVyaWMvcmVzb2x2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
|
|
@@ -1,134 +0,0 @@
|
|
|
1
|
-
import * as _i_in from "./unconstrained";
|
|
2
|
-
import * as _i_out from "./unconstrained";
|
|
3
|
-
export type _T_Block = ($$_: _i_in._T_Block, $$_p: null) => _i_out._T_Block;
|
|
4
|
-
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_Line = ($$_: _i_in._T_Line, $$_p: null) => _i_out._T_Line;
|
|
7
|
-
export type _T_Line_Part = ($$_: _i_in._T_Line_Part, $$_p: null) => _i_out._T_Line_Part;
|
|
8
|
-
export type _T_Lines = ($$_: _i_in._T_Lines, $$_p: null) => _i_out._T_Lines;
|
|
9
|
-
export type Block = _T_Block;
|
|
10
|
-
export type Block_Part = _T_Block_Part;
|
|
11
|
-
export type Directory = _T_Directory;
|
|
12
|
-
export type Line = _T_Line;
|
|
13
|
-
export type Line_Part = _T_Line_Part;
|
|
14
|
-
export type Lines = _T_Lines;
|
|
15
|
-
export declare namespace _T_Block {
|
|
16
|
-
namespace CONTEXT {
|
|
17
|
-
}
|
|
18
|
-
type CONTEXT = _i_in._T_Block;
|
|
19
|
-
namespace PARAMS {
|
|
20
|
-
}
|
|
21
|
-
namespace RESULT {
|
|
22
|
-
}
|
|
23
|
-
type RESULT = _i_out._T_Block;
|
|
24
|
-
}
|
|
25
|
-
export declare namespace _T_Block_Part {
|
|
26
|
-
namespace CONTEXT {
|
|
27
|
-
}
|
|
28
|
-
type CONTEXT = _i_in._T_Block_Part;
|
|
29
|
-
namespace PARAMS {
|
|
30
|
-
}
|
|
31
|
-
namespace RESULT {
|
|
32
|
-
}
|
|
33
|
-
type RESULT = _i_out._T_Block_Part;
|
|
34
|
-
}
|
|
35
|
-
export declare namespace _T_Directory {
|
|
36
|
-
namespace CONTEXT {
|
|
37
|
-
}
|
|
38
|
-
type CONTEXT = _i_in._T_Directory;
|
|
39
|
-
namespace PARAMS {
|
|
40
|
-
}
|
|
41
|
-
namespace RESULT {
|
|
42
|
-
}
|
|
43
|
-
type RESULT = _i_out._T_Directory;
|
|
44
|
-
}
|
|
45
|
-
export declare namespace _T_Line {
|
|
46
|
-
namespace CONTEXT {
|
|
47
|
-
}
|
|
48
|
-
type CONTEXT = _i_in._T_Line;
|
|
49
|
-
namespace PARAMS {
|
|
50
|
-
}
|
|
51
|
-
namespace RESULT {
|
|
52
|
-
}
|
|
53
|
-
type RESULT = _i_out._T_Line;
|
|
54
|
-
}
|
|
55
|
-
export declare namespace _T_Line_Part {
|
|
56
|
-
namespace CONTEXT {
|
|
57
|
-
}
|
|
58
|
-
type CONTEXT = _i_in._T_Line_Part;
|
|
59
|
-
namespace PARAMS {
|
|
60
|
-
}
|
|
61
|
-
namespace RESULT {
|
|
62
|
-
}
|
|
63
|
-
type RESULT = _i_out._T_Line_Part;
|
|
64
|
-
}
|
|
65
|
-
export declare namespace _T_Lines {
|
|
66
|
-
namespace CONTEXT {
|
|
67
|
-
}
|
|
68
|
-
type CONTEXT = _i_in._T_Lines;
|
|
69
|
-
namespace PARAMS {
|
|
70
|
-
}
|
|
71
|
-
namespace RESULT {
|
|
72
|
-
}
|
|
73
|
-
type RESULT = _i_out._T_Lines;
|
|
74
|
-
}
|
|
75
|
-
export declare namespace Block {
|
|
76
|
-
namespace CONTEXT {
|
|
77
|
-
}
|
|
78
|
-
type CONTEXT = _i_in._T_Block;
|
|
79
|
-
namespace PARAMS {
|
|
80
|
-
}
|
|
81
|
-
namespace RESULT {
|
|
82
|
-
}
|
|
83
|
-
type RESULT = _i_out._T_Block;
|
|
84
|
-
}
|
|
85
|
-
export declare namespace Block_Part {
|
|
86
|
-
namespace CONTEXT {
|
|
87
|
-
}
|
|
88
|
-
type CONTEXT = _i_in._T_Block_Part;
|
|
89
|
-
namespace PARAMS {
|
|
90
|
-
}
|
|
91
|
-
namespace RESULT {
|
|
92
|
-
}
|
|
93
|
-
type RESULT = _i_out._T_Block_Part;
|
|
94
|
-
}
|
|
95
|
-
export declare namespace Directory {
|
|
96
|
-
namespace CONTEXT {
|
|
97
|
-
}
|
|
98
|
-
type CONTEXT = _i_in._T_Directory;
|
|
99
|
-
namespace PARAMS {
|
|
100
|
-
}
|
|
101
|
-
namespace RESULT {
|
|
102
|
-
}
|
|
103
|
-
type RESULT = _i_out._T_Directory;
|
|
104
|
-
}
|
|
105
|
-
export declare namespace Line {
|
|
106
|
-
namespace CONTEXT {
|
|
107
|
-
}
|
|
108
|
-
type CONTEXT = _i_in._T_Line;
|
|
109
|
-
namespace PARAMS {
|
|
110
|
-
}
|
|
111
|
-
namespace RESULT {
|
|
112
|
-
}
|
|
113
|
-
type RESULT = _i_out._T_Line;
|
|
114
|
-
}
|
|
115
|
-
export declare namespace Line_Part {
|
|
116
|
-
namespace CONTEXT {
|
|
117
|
-
}
|
|
118
|
-
type CONTEXT = _i_in._T_Line_Part;
|
|
119
|
-
namespace PARAMS {
|
|
120
|
-
}
|
|
121
|
-
namespace RESULT {
|
|
122
|
-
}
|
|
123
|
-
type RESULT = _i_out._T_Line_Part;
|
|
124
|
-
}
|
|
125
|
-
export declare namespace Lines {
|
|
126
|
-
namespace CONTEXT {
|
|
127
|
-
}
|
|
128
|
-
type CONTEXT = _i_in._T_Lines;
|
|
129
|
-
namespace PARAMS {
|
|
130
|
-
}
|
|
131
|
-
namespace RESULT {
|
|
132
|
-
}
|
|
133
|
-
type RESULT = _i_out._T_Lines;
|
|
134
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWlncmF0aW9uX2JvaWxlcnBsYXRlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL2dlbmVyYXRlZC9pbnRlcmZhY2Uvc2NoZW1hcy9ibG9jay9taWdyYXRpb25fYm9pbGVycGxhdGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
|
|
@@ -1,226 +0,0 @@
|
|
|
1
|
-
import * as _i_in from "./unconstrained";
|
|
2
|
-
import * as _i_out from "../../core/astn_target";
|
|
3
|
-
export type _T_Value_Serializers = {
|
|
4
|
-
readonly 'boolean': ($$_: boolean, $$_p: null) => string;
|
|
5
|
-
readonly 'custom numbers': null;
|
|
6
|
-
readonly 'default number': ($$_: number, $$_p: null) => string;
|
|
7
|
-
};
|
|
8
|
-
export type _T_s_Block = ($$_: _i_in._T_Block, $$_p: {
|
|
9
|
-
readonly 'value serializers': _T_Value_Serializers;
|
|
10
|
-
}) => _i_out._T_Value;
|
|
11
|
-
export type _T_s_Block_Part = ($$_: _i_in._T_Block_Part, $$_p: {
|
|
12
|
-
readonly 'value serializers': _T_Value_Serializers;
|
|
13
|
-
}) => _i_out._T_Value;
|
|
14
|
-
export type _T_s_Directory = ($$_: _i_in._T_Directory, $$_p: {
|
|
15
|
-
readonly 'value serializers': _T_Value_Serializers;
|
|
16
|
-
}) => _i_out._T_Value;
|
|
17
|
-
export type _T_s_Line = ($$_: _i_in._T_Line, $$_p: {
|
|
18
|
-
readonly 'value serializers': _T_Value_Serializers;
|
|
19
|
-
}) => _i_out._T_Value;
|
|
20
|
-
export type _T_s_Line_Part = ($$_: _i_in._T_Line_Part, $$_p: {
|
|
21
|
-
readonly 'value serializers': _T_Value_Serializers;
|
|
22
|
-
}) => _i_out._T_Value;
|
|
23
|
-
export type _T_s_Lines = ($$_: _i_in._T_Lines, $$_p: {
|
|
24
|
-
readonly 'value serializers': _T_Value_Serializers;
|
|
25
|
-
}) => _i_out._T_Value;
|
|
26
|
-
export type Value_Serializers = _T_Value_Serializers;
|
|
27
|
-
export type s_Block = _T_s_Block;
|
|
28
|
-
export type s_Block_Part = _T_s_Block_Part;
|
|
29
|
-
export type s_Directory = _T_s_Directory;
|
|
30
|
-
export type s_Line = _T_s_Line;
|
|
31
|
-
export type s_Line_Part = _T_s_Line_Part;
|
|
32
|
-
export type s_Lines = _T_s_Lines;
|
|
33
|
-
export declare namespace _T_Value_Serializers {
|
|
34
|
-
namespace _boolean {
|
|
35
|
-
type CONTEXT = boolean;
|
|
36
|
-
namespace PARAMS {
|
|
37
|
-
}
|
|
38
|
-
type RESULT = string;
|
|
39
|
-
}
|
|
40
|
-
type _boolean = ($$_: boolean, $$_p: null) => string;
|
|
41
|
-
namespace custom_numbers {
|
|
42
|
-
}
|
|
43
|
-
type custom_numbers = null;
|
|
44
|
-
namespace default_number {
|
|
45
|
-
type CONTEXT = number;
|
|
46
|
-
namespace PARAMS {
|
|
47
|
-
}
|
|
48
|
-
type RESULT = string;
|
|
49
|
-
}
|
|
50
|
-
type default_number = ($$_: number, $$_p: null) => string;
|
|
51
|
-
}
|
|
52
|
-
export declare namespace _T_s_Block {
|
|
53
|
-
namespace CONTEXT {
|
|
54
|
-
}
|
|
55
|
-
type CONTEXT = _i_in._T_Block;
|
|
56
|
-
namespace PARAMS {
|
|
57
|
-
namespace value_serializers {
|
|
58
|
-
}
|
|
59
|
-
type value_serializers = _T_Value_Serializers;
|
|
60
|
-
}
|
|
61
|
-
namespace RESULT {
|
|
62
|
-
}
|
|
63
|
-
type RESULT = _i_out._T_Value;
|
|
64
|
-
}
|
|
65
|
-
export declare namespace _T_s_Block_Part {
|
|
66
|
-
namespace CONTEXT {
|
|
67
|
-
}
|
|
68
|
-
type CONTEXT = _i_in._T_Block_Part;
|
|
69
|
-
namespace PARAMS {
|
|
70
|
-
namespace value_serializers {
|
|
71
|
-
}
|
|
72
|
-
type value_serializers = _T_Value_Serializers;
|
|
73
|
-
}
|
|
74
|
-
namespace RESULT {
|
|
75
|
-
}
|
|
76
|
-
type RESULT = _i_out._T_Value;
|
|
77
|
-
}
|
|
78
|
-
export declare namespace _T_s_Directory {
|
|
79
|
-
namespace CONTEXT {
|
|
80
|
-
}
|
|
81
|
-
type CONTEXT = _i_in._T_Directory;
|
|
82
|
-
namespace PARAMS {
|
|
83
|
-
namespace value_serializers {
|
|
84
|
-
}
|
|
85
|
-
type value_serializers = _T_Value_Serializers;
|
|
86
|
-
}
|
|
87
|
-
namespace RESULT {
|
|
88
|
-
}
|
|
89
|
-
type RESULT = _i_out._T_Value;
|
|
90
|
-
}
|
|
91
|
-
export declare namespace _T_s_Line {
|
|
92
|
-
namespace CONTEXT {
|
|
93
|
-
}
|
|
94
|
-
type CONTEXT = _i_in._T_Line;
|
|
95
|
-
namespace PARAMS {
|
|
96
|
-
namespace value_serializers {
|
|
97
|
-
}
|
|
98
|
-
type value_serializers = _T_Value_Serializers;
|
|
99
|
-
}
|
|
100
|
-
namespace RESULT {
|
|
101
|
-
}
|
|
102
|
-
type RESULT = _i_out._T_Value;
|
|
103
|
-
}
|
|
104
|
-
export declare namespace _T_s_Line_Part {
|
|
105
|
-
namespace CONTEXT {
|
|
106
|
-
}
|
|
107
|
-
type CONTEXT = _i_in._T_Line_Part;
|
|
108
|
-
namespace PARAMS {
|
|
109
|
-
namespace value_serializers {
|
|
110
|
-
}
|
|
111
|
-
type value_serializers = _T_Value_Serializers;
|
|
112
|
-
}
|
|
113
|
-
namespace RESULT {
|
|
114
|
-
}
|
|
115
|
-
type RESULT = _i_out._T_Value;
|
|
116
|
-
}
|
|
117
|
-
export declare namespace _T_s_Lines {
|
|
118
|
-
namespace CONTEXT {
|
|
119
|
-
}
|
|
120
|
-
type CONTEXT = _i_in._T_Lines;
|
|
121
|
-
namespace PARAMS {
|
|
122
|
-
namespace value_serializers {
|
|
123
|
-
}
|
|
124
|
-
type value_serializers = _T_Value_Serializers;
|
|
125
|
-
}
|
|
126
|
-
namespace RESULT {
|
|
127
|
-
}
|
|
128
|
-
type RESULT = _i_out._T_Value;
|
|
129
|
-
}
|
|
130
|
-
export declare namespace Value_Serializers {
|
|
131
|
-
namespace _boolean {
|
|
132
|
-
type CONTEXT = boolean;
|
|
133
|
-
namespace PARAMS {
|
|
134
|
-
}
|
|
135
|
-
type RESULT = string;
|
|
136
|
-
}
|
|
137
|
-
type _boolean = ($$_: boolean, $$_p: null) => string;
|
|
138
|
-
namespace custom_numbers {
|
|
139
|
-
}
|
|
140
|
-
type custom_numbers = null;
|
|
141
|
-
namespace default_number {
|
|
142
|
-
type CONTEXT = number;
|
|
143
|
-
namespace PARAMS {
|
|
144
|
-
}
|
|
145
|
-
type RESULT = string;
|
|
146
|
-
}
|
|
147
|
-
type default_number = ($$_: number, $$_p: null) => string;
|
|
148
|
-
}
|
|
149
|
-
export declare namespace s_Block {
|
|
150
|
-
namespace CONTEXT {
|
|
151
|
-
}
|
|
152
|
-
type CONTEXT = _i_in._T_Block;
|
|
153
|
-
namespace PARAMS {
|
|
154
|
-
namespace value_serializers {
|
|
155
|
-
}
|
|
156
|
-
type value_serializers = _T_Value_Serializers;
|
|
157
|
-
}
|
|
158
|
-
namespace RESULT {
|
|
159
|
-
}
|
|
160
|
-
type RESULT = _i_out._T_Value;
|
|
161
|
-
}
|
|
162
|
-
export declare namespace s_Block_Part {
|
|
163
|
-
namespace CONTEXT {
|
|
164
|
-
}
|
|
165
|
-
type CONTEXT = _i_in._T_Block_Part;
|
|
166
|
-
namespace PARAMS {
|
|
167
|
-
namespace value_serializers {
|
|
168
|
-
}
|
|
169
|
-
type value_serializers = _T_Value_Serializers;
|
|
170
|
-
}
|
|
171
|
-
namespace RESULT {
|
|
172
|
-
}
|
|
173
|
-
type RESULT = _i_out._T_Value;
|
|
174
|
-
}
|
|
175
|
-
export declare namespace s_Directory {
|
|
176
|
-
namespace CONTEXT {
|
|
177
|
-
}
|
|
178
|
-
type CONTEXT = _i_in._T_Directory;
|
|
179
|
-
namespace PARAMS {
|
|
180
|
-
namespace value_serializers {
|
|
181
|
-
}
|
|
182
|
-
type value_serializers = _T_Value_Serializers;
|
|
183
|
-
}
|
|
184
|
-
namespace RESULT {
|
|
185
|
-
}
|
|
186
|
-
type RESULT = _i_out._T_Value;
|
|
187
|
-
}
|
|
188
|
-
export declare namespace s_Line {
|
|
189
|
-
namespace CONTEXT {
|
|
190
|
-
}
|
|
191
|
-
type CONTEXT = _i_in._T_Line;
|
|
192
|
-
namespace PARAMS {
|
|
193
|
-
namespace value_serializers {
|
|
194
|
-
}
|
|
195
|
-
type value_serializers = _T_Value_Serializers;
|
|
196
|
-
}
|
|
197
|
-
namespace RESULT {
|
|
198
|
-
}
|
|
199
|
-
type RESULT = _i_out._T_Value;
|
|
200
|
-
}
|
|
201
|
-
export declare namespace s_Line_Part {
|
|
202
|
-
namespace CONTEXT {
|
|
203
|
-
}
|
|
204
|
-
type CONTEXT = _i_in._T_Line_Part;
|
|
205
|
-
namespace PARAMS {
|
|
206
|
-
namespace value_serializers {
|
|
207
|
-
}
|
|
208
|
-
type value_serializers = _T_Value_Serializers;
|
|
209
|
-
}
|
|
210
|
-
namespace RESULT {
|
|
211
|
-
}
|
|
212
|
-
type RESULT = _i_out._T_Value;
|
|
213
|
-
}
|
|
214
|
-
export declare namespace s_Lines {
|
|
215
|
-
namespace CONTEXT {
|
|
216
|
-
}
|
|
217
|
-
type CONTEXT = _i_in._T_Lines;
|
|
218
|
-
namespace PARAMS {
|
|
219
|
-
namespace value_serializers {
|
|
220
|
-
}
|
|
221
|
-
type value_serializers = _T_Value_Serializers;
|
|
222
|
-
}
|
|
223
|
-
namespace RESULT {
|
|
224
|
-
}
|
|
225
|
-
type RESULT = _i_out._T_Value;
|
|
226
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VyaWFsaXplci5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9nZW5lcmF0ZWQvaW50ZXJmYWNlL3NjaGVtYXMvYmxvY2svc2VyaWFsaXplci50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
import * as _i_in from "./unconstrained";
|
|
2
|
-
import * as _i_out from "./unconstrained";
|
|
3
|
-
export type _T_Directory = ($$_: _i_in._T_Directory, $$_p: null) => _i_out._T_Directory;
|
|
4
|
-
export type _T_Lines = ($$_: _i_in._T_Lines, $$_p: null) => _i_out._T_Lines;
|
|
5
|
-
export type Directory = _T_Directory;
|
|
6
|
-
export type Lines = _T_Lines;
|
|
7
|
-
export declare namespace _T_Directory {
|
|
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
|
-
}
|
|
17
|
-
export declare namespace _T_Lines {
|
|
18
|
-
namespace CONTEXT {
|
|
19
|
-
}
|
|
20
|
-
type CONTEXT = _i_in._T_Lines;
|
|
21
|
-
namespace PARAMS {
|
|
22
|
-
}
|
|
23
|
-
namespace RESULT {
|
|
24
|
-
}
|
|
25
|
-
type RESULT = _i_out._T_Lines;
|
|
26
|
-
}
|
|
27
|
-
export declare namespace Directory {
|
|
28
|
-
namespace CONTEXT {
|
|
29
|
-
}
|
|
30
|
-
type CONTEXT = _i_in._T_Directory;
|
|
31
|
-
namespace PARAMS {
|
|
32
|
-
}
|
|
33
|
-
namespace RESULT {
|
|
34
|
-
}
|
|
35
|
-
type RESULT = _i_out._T_Directory;
|
|
36
|
-
}
|
|
37
|
-
export declare namespace Lines {
|
|
38
|
-
namespace CONTEXT {
|
|
39
|
-
}
|
|
40
|
-
type CONTEXT = _i_in._T_Lines;
|
|
41
|
-
namespace PARAMS {
|
|
42
|
-
}
|
|
43
|
-
namespace RESULT {
|
|
44
|
-
}
|
|
45
|
-
type RESULT = _i_out._T_Lines;
|
|
46
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWlncmF0aW9uX2JvaWxlcnBsYXRlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL2dlbmVyYXRlZC9pbnRlcmZhY2Uvc2NoZW1hcy9saW5lcy9taWdyYXRpb25fYm9pbGVycGxhdGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
|
|
@@ -1,106 +0,0 @@
|
|
|
1
|
-
import * as _i_in from "./unconstrained";
|
|
2
|
-
import * as _i_out from "../../core/astn_target";
|
|
3
|
-
export type _T_Value_Serializers = {
|
|
4
|
-
readonly 'boolean': ($$_: boolean, $$_p: null) => string;
|
|
5
|
-
readonly 'custom numbers': null;
|
|
6
|
-
readonly 'default number': ($$_: number, $$_p: null) => string;
|
|
7
|
-
};
|
|
8
|
-
export type _T_s_Directory = ($$_: _i_in._T_Directory, $$_p: {
|
|
9
|
-
readonly 'value serializers': _T_Value_Serializers;
|
|
10
|
-
}) => _i_out._T_Value;
|
|
11
|
-
export type _T_s_Lines = ($$_: _i_in._T_Lines, $$_p: {
|
|
12
|
-
readonly 'value serializers': _T_Value_Serializers;
|
|
13
|
-
}) => _i_out._T_Value;
|
|
14
|
-
export type Value_Serializers = _T_Value_Serializers;
|
|
15
|
-
export type s_Directory = _T_s_Directory;
|
|
16
|
-
export type s_Lines = _T_s_Lines;
|
|
17
|
-
export declare namespace _T_Value_Serializers {
|
|
18
|
-
namespace _boolean {
|
|
19
|
-
type CONTEXT = boolean;
|
|
20
|
-
namespace PARAMS {
|
|
21
|
-
}
|
|
22
|
-
type RESULT = string;
|
|
23
|
-
}
|
|
24
|
-
type _boolean = ($$_: boolean, $$_p: null) => string;
|
|
25
|
-
namespace custom_numbers {
|
|
26
|
-
}
|
|
27
|
-
type custom_numbers = null;
|
|
28
|
-
namespace default_number {
|
|
29
|
-
type CONTEXT = number;
|
|
30
|
-
namespace PARAMS {
|
|
31
|
-
}
|
|
32
|
-
type RESULT = string;
|
|
33
|
-
}
|
|
34
|
-
type default_number = ($$_: number, $$_p: null) => string;
|
|
35
|
-
}
|
|
36
|
-
export declare namespace _T_s_Directory {
|
|
37
|
-
namespace CONTEXT {
|
|
38
|
-
}
|
|
39
|
-
type CONTEXT = _i_in._T_Directory;
|
|
40
|
-
namespace PARAMS {
|
|
41
|
-
namespace value_serializers {
|
|
42
|
-
}
|
|
43
|
-
type value_serializers = _T_Value_Serializers;
|
|
44
|
-
}
|
|
45
|
-
namespace RESULT {
|
|
46
|
-
}
|
|
47
|
-
type RESULT = _i_out._T_Value;
|
|
48
|
-
}
|
|
49
|
-
export declare namespace _T_s_Lines {
|
|
50
|
-
namespace CONTEXT {
|
|
51
|
-
}
|
|
52
|
-
type CONTEXT = _i_in._T_Lines;
|
|
53
|
-
namespace PARAMS {
|
|
54
|
-
namespace value_serializers {
|
|
55
|
-
}
|
|
56
|
-
type value_serializers = _T_Value_Serializers;
|
|
57
|
-
}
|
|
58
|
-
namespace RESULT {
|
|
59
|
-
}
|
|
60
|
-
type RESULT = _i_out._T_Value;
|
|
61
|
-
}
|
|
62
|
-
export declare namespace Value_Serializers {
|
|
63
|
-
namespace _boolean {
|
|
64
|
-
type CONTEXT = boolean;
|
|
65
|
-
namespace PARAMS {
|
|
66
|
-
}
|
|
67
|
-
type RESULT = string;
|
|
68
|
-
}
|
|
69
|
-
type _boolean = ($$_: boolean, $$_p: null) => string;
|
|
70
|
-
namespace custom_numbers {
|
|
71
|
-
}
|
|
72
|
-
type custom_numbers = null;
|
|
73
|
-
namespace default_number {
|
|
74
|
-
type CONTEXT = number;
|
|
75
|
-
namespace PARAMS {
|
|
76
|
-
}
|
|
77
|
-
type RESULT = string;
|
|
78
|
-
}
|
|
79
|
-
type default_number = ($$_: number, $$_p: null) => string;
|
|
80
|
-
}
|
|
81
|
-
export declare namespace s_Directory {
|
|
82
|
-
namespace CONTEXT {
|
|
83
|
-
}
|
|
84
|
-
type CONTEXT = _i_in._T_Directory;
|
|
85
|
-
namespace PARAMS {
|
|
86
|
-
namespace value_serializers {
|
|
87
|
-
}
|
|
88
|
-
type value_serializers = _T_Value_Serializers;
|
|
89
|
-
}
|
|
90
|
-
namespace RESULT {
|
|
91
|
-
}
|
|
92
|
-
type RESULT = _i_out._T_Value;
|
|
93
|
-
}
|
|
94
|
-
export declare namespace s_Lines {
|
|
95
|
-
namespace CONTEXT {
|
|
96
|
-
}
|
|
97
|
-
type CONTEXT = _i_in._T_Lines;
|
|
98
|
-
namespace PARAMS {
|
|
99
|
-
namespace value_serializers {
|
|
100
|
-
}
|
|
101
|
-
type value_serializers = _T_Value_Serializers;
|
|
102
|
-
}
|
|
103
|
-
namespace RESULT {
|
|
104
|
-
}
|
|
105
|
-
type RESULT = _i_out._T_Value;
|
|
106
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VyaWFsaXplci5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9nZW5lcmF0ZWQvaW50ZXJmYWNlL3NjaGVtYXMvbGluZXMvc2VyaWFsaXplci50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
import * as _i_in from "./unconstrained";
|
|
2
|
-
import * as _i_out from "./unconstrained";
|
|
3
|
-
export type _T_Directory = ($$_: _i_in._T_Directory, $$_p: null) => _i_out._T_Directory;
|
|
4
|
-
export type _T_Lines = ($$_: _i_in._T_Lines, $$_p: null) => _i_out._T_Lines;
|
|
5
|
-
export type Directory = _T_Directory;
|
|
6
|
-
export type Lines = _T_Lines;
|
|
7
|
-
export declare namespace _T_Directory {
|
|
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
|
-
}
|
|
17
|
-
export declare namespace _T_Lines {
|
|
18
|
-
namespace CONTEXT {
|
|
19
|
-
}
|
|
20
|
-
type CONTEXT = _i_in._T_Lines;
|
|
21
|
-
namespace PARAMS {
|
|
22
|
-
}
|
|
23
|
-
namespace RESULT {
|
|
24
|
-
}
|
|
25
|
-
type RESULT = _i_out._T_Lines;
|
|
26
|
-
}
|
|
27
|
-
export declare namespace Directory {
|
|
28
|
-
namespace CONTEXT {
|
|
29
|
-
}
|
|
30
|
-
type CONTEXT = _i_in._T_Directory;
|
|
31
|
-
namespace PARAMS {
|
|
32
|
-
}
|
|
33
|
-
namespace RESULT {
|
|
34
|
-
}
|
|
35
|
-
type RESULT = _i_out._T_Directory;
|
|
36
|
-
}
|
|
37
|
-
export declare namespace Lines {
|
|
38
|
-
namespace CONTEXT {
|
|
39
|
-
}
|
|
40
|
-
type CONTEXT = _i_in._T_Lines;
|
|
41
|
-
namespace PARAMS {
|
|
42
|
-
}
|
|
43
|
-
namespace RESULT {
|
|
44
|
-
}
|
|
45
|
-
type RESULT = _i_out._T_Lines;
|
|
46
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWlncmF0aW9uX2JvaWxlcnBsYXRlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL2dlbmVyYXRlZC9pbnRlcmZhY2Uvc2NoZW1hcy9zZW1pX2xpbmVzL21pZ3JhdGlvbl9ib2lsZXJwbGF0ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
|