astn 0.113.34 → 0.113.36
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/bin/convert_to_json.js +18 -8
- package/dist/bin/validate_astn.js +18 -8
- package/dist/implementation/manual/schemas/authoring_target/transformers/fountain_pen_block.js +19 -9
- package/dist/implementation/manual/schemas/ide/refiners/parse_tree.js +19 -9
- package/dist/implementation/manual/schemas/parse_tree/transformers/json_target.js +19 -9
- package/dist/implementation/manual/schemas/parse_tree/transformers/token.js +19 -9
- package/dist/implementation/manual/text_to_text/convert_to_json.d.ts +1 -1
- package/dist/implementation/manual/text_to_text/convert_to_json.js +18 -8
- package/dist/implementation/manual/text_to_text/validate_astn.d.ts +1 -1
- package/dist/implementation/manual/text_to_text/validate_astn.js +18 -8
- package/dist/interface/generated/{pareto/core → liana/generic}/location.js +1 -1
- package/dist/interface/generated/liana/generic/resolve.d.ts +26 -0
- package/dist/interface/generated/{pareto/schemas/astn_schema → liana/generic}/resolve.js +1 -1
- package/dist/interface/generated/{pareto → liana}/schemas/astn_schema/data/resolved.d.ts +16 -16
- package/dist/interface/generated/{pareto → liana}/schemas/astn_schema/data/resolved.js +1 -1
- package/dist/interface/generated/{pareto → liana}/schemas/astn_schema/data/unresolved.d.ts +19 -19
- package/dist/interface/generated/{pareto → liana}/schemas/astn_schema/data/unresolved.js +1 -1
- package/dist/interface/generated/{pareto → liana}/schemas/astn_schema/migrate_boilerplate.js +1 -1
- package/dist/interface/generated/{pareto → liana}/schemas/astn_schema/resolve.d.ts +32 -20
- package/dist/interface/generated/liana/schemas/astn_schema/resolve.js +3 -0
- package/dist/interface/generated/{pareto → liana}/schemas/authoring_target/data.d.ts +11 -11
- package/dist/interface/generated/{pareto → liana}/schemas/authoring_target/data.js +1 -1
- package/dist/interface/generated/{pareto → liana}/schemas/authoring_target/migrate_boilerplate.js +1 -1
- package/dist/interface/generated/{pareto → liana}/schemas/ide/data.d.ts +5 -5
- package/dist/interface/generated/{pareto → liana}/schemas/ide/data.js +1 -1
- package/dist/interface/generated/{pareto → liana}/schemas/ide/migrate_boilerplate.js +1 -1
- package/dist/interface/signatures/refiners/ide/parse_tree.d.ts +4 -4
- package/dist/interface/signatures/transformers/authoring_target/fountain_pen_block.d.ts +3 -3
- package/dist/interface/signatures/transformers/parse_tree/json_target.d.ts +4 -4
- package/dist/interface/signatures/transformers/parse_tree/token.d.ts +3 -3
- package/dist/modules/common_tool_signatures/implementation/manual/command_creators/create_file_to_file_command.d.ts +1 -1
- package/dist/modules/common_tool_signatures/implementation/manual/command_creators/create_file_to_file_command.js +19 -9
- package/dist/modules/common_tool_signatures/implementation/manual/command_creators/create_stream_to_stream_command.d.ts +1 -1
- package/dist/modules/common_tool_signatures/implementation/manual/command_creators/create_stream_to_stream_command.js +19 -9
- package/dist/modules/common_tool_signatures/implementation/manual/schemas/file_in_file_out/productions/text.d.ts +1 -1
- package/dist/modules/common_tool_signatures/implementation/manual/schemas/file_in_file_out/productions/text.js +18 -8
- package/dist/modules/common_tool_signatures/implementation/manual/schemas/file_in_file_out/refiners/main.d.ts +1 -1
- package/dist/modules/common_tool_signatures/implementation/manual/schemas/file_in_file_out/refiners/main.js +20 -10
- package/dist/modules/common_tool_signatures/implementation/manual/schemas/file_in_file_out/serializers.js +19 -9
- package/dist/modules/common_tool_signatures/implementation/manual/schemas/transform_file/serializers.js +19 -9
- package/dist/modules/common_tool_signatures/interface/signatures.d.ts +10 -10
- package/dist/modules/common_tool_signatures/interface/to_be_generated/file_in_file_out.d.ts +3 -3
- package/package.json +7 -8
- /package/dist/interface/generated/{pareto/core → liana/generic}/location.d.ts +0 -0
- /package/dist/interface/generated/{pareto → liana}/schemas/astn_schema/migrate_boilerplate.d.ts +0 -0
- /package/dist/interface/generated/{pareto → liana}/schemas/authoring_target/migrate_boilerplate.d.ts +0 -0
- /package/dist/interface/generated/{pareto → liana}/schemas/ide/migrate_boilerplate.d.ts +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as _pi from "pareto-core
|
|
2
|
-
import * as i__location from "../../../
|
|
1
|
+
import * as _pi from "pareto-core/dist/interface";
|
|
2
|
+
import * as i__location from "../../../generic/location";
|
|
3
3
|
export declare namespace Schemas_ {
|
|
4
4
|
type location = i__location.Location;
|
|
5
5
|
namespace dictionary {
|
|
@@ -19,7 +19,7 @@ export type Schemas_ = {
|
|
|
19
19
|
readonly 'dictionary': Schemas_.dictionary;
|
|
20
20
|
};
|
|
21
21
|
export declare namespace Text_Type_ {
|
|
22
|
-
namespace
|
|
22
|
+
namespace type_ {
|
|
23
23
|
type location = i__location.Location;
|
|
24
24
|
namespace state_group {
|
|
25
25
|
type multi_line = null;
|
|
@@ -27,13 +27,13 @@ export declare namespace Text_Type_ {
|
|
|
27
27
|
}
|
|
28
28
|
type state_group = readonly ['multi line', state_group.multi_line] | readonly ['single line', state_group.single_line];
|
|
29
29
|
}
|
|
30
|
-
type
|
|
31
|
-
readonly 'location':
|
|
32
|
-
readonly 'state group':
|
|
30
|
+
type type_ = {
|
|
31
|
+
readonly 'location': type_.location;
|
|
32
|
+
readonly 'state group': type_.state_group;
|
|
33
33
|
};
|
|
34
34
|
}
|
|
35
35
|
export type Text_Type_ = {
|
|
36
|
-
readonly 'type': Text_Type_.
|
|
36
|
+
readonly 'type': Text_Type_.type_;
|
|
37
37
|
};
|
|
38
38
|
export declare namespace Globals_ {
|
|
39
39
|
namespace text_types {
|
|
@@ -95,10 +95,10 @@ export type Schema_ = {
|
|
|
95
95
|
export declare namespace Schema_Tree_ {
|
|
96
96
|
type location = i__location.Location;
|
|
97
97
|
namespace state_group {
|
|
98
|
-
type
|
|
98
|
+
type set_ = Schemas_;
|
|
99
99
|
type schema = Schema_;
|
|
100
100
|
}
|
|
101
|
-
type state_group = readonly ['set', state_group.
|
|
101
|
+
type state_group = readonly ['set', state_group.set_] | readonly ['schema', state_group.schema];
|
|
102
102
|
}
|
|
103
103
|
export type Schema_Tree_ = {
|
|
104
104
|
readonly 'location': Schema_Tree_.location;
|
|
@@ -169,26 +169,26 @@ export declare namespace Type_Node_ {
|
|
|
169
169
|
type location = i__location.Location;
|
|
170
170
|
namespace state_group {
|
|
171
171
|
namespace external {
|
|
172
|
-
namespace
|
|
172
|
+
namespace import_ {
|
|
173
173
|
type location = i__location.Location;
|
|
174
174
|
type key = string;
|
|
175
175
|
}
|
|
176
|
-
type
|
|
177
|
-
readonly 'location':
|
|
178
|
-
readonly 'key':
|
|
176
|
+
type import_ = {
|
|
177
|
+
readonly 'location': import_.location;
|
|
178
|
+
readonly 'key': import_.key;
|
|
179
179
|
};
|
|
180
|
-
namespace
|
|
180
|
+
namespace type_ {
|
|
181
181
|
type location = i__location.Location;
|
|
182
182
|
type key = string;
|
|
183
183
|
}
|
|
184
|
-
type
|
|
185
|
-
readonly 'location':
|
|
186
|
-
readonly 'key':
|
|
184
|
+
type type_ = {
|
|
185
|
+
readonly 'location': type_.location;
|
|
186
|
+
readonly 'key': type_.key;
|
|
187
187
|
};
|
|
188
188
|
}
|
|
189
189
|
type external = {
|
|
190
|
-
readonly 'import': external.
|
|
191
|
-
readonly 'type': external.
|
|
190
|
+
readonly 'import': external.import_;
|
|
191
|
+
readonly 'type': external.type_;
|
|
192
192
|
};
|
|
193
193
|
namespace internal {
|
|
194
194
|
type location = i__location.Location;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidW5yZXNvbHZlZC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL2xpYW5hL3NjaGVtYXMvYXN0bl9zY2hlbWEvZGF0YS91bnJlc29sdmVkLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
|
package/dist/interface/generated/{pareto → liana}/schemas/astn_schema/migrate_boilerplate.js
RENAMED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWlncmF0ZV9ib2lsZXJwbGF0ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL2xpYW5hL3NjaGVtYXMvYXN0bl9zY2hlbWEvbWlncmF0ZV9ib2lsZXJwbGF0ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
|
|
@@ -1,23 +1,27 @@
|
|
|
1
|
-
import * as _pi from "pareto-core
|
|
1
|
+
import * as _pi from "pareto-core/dist/interface";
|
|
2
|
+
import * as i_generic from "../../generic/resolve";
|
|
2
3
|
import * as i_resolved from "./data/resolved";
|
|
3
4
|
import * as i_unresolved from "./data/unresolved";
|
|
4
5
|
export declare namespace Text_Type_ {
|
|
5
6
|
type I = i_unresolved.Text_Type;
|
|
6
7
|
type O = i_resolved.Text_Type;
|
|
8
|
+
type E = i_generic.Error;
|
|
7
9
|
namespace P {
|
|
8
10
|
}
|
|
9
11
|
}
|
|
10
|
-
export type Text_Type_ = ($$_: Text_Type_.I,
|
|
12
|
+
export type Text_Type_ = ($$_: Text_Type_.I, abort: _pi.Abort<Text_Type_.E>, lookups: null, p: null) => Text_Type_.O;
|
|
11
13
|
export declare namespace Globals_ {
|
|
12
14
|
type I = i_unresolved.Globals;
|
|
13
15
|
type O = i_resolved.Globals;
|
|
16
|
+
type E = i_generic.Error;
|
|
14
17
|
namespace P {
|
|
15
18
|
}
|
|
16
19
|
}
|
|
17
|
-
export type Globals_ = ($$_: Globals_.I,
|
|
20
|
+
export type Globals_ = ($$_: Globals_.I, abort: _pi.Abort<Globals_.E>, lookups: null, p: null) => Globals_.O;
|
|
18
21
|
export declare namespace Group_ {
|
|
19
22
|
type I = i_unresolved.Group;
|
|
20
23
|
type O = i_resolved.Group;
|
|
24
|
+
type E = i_generic.Error;
|
|
21
25
|
namespace L {
|
|
22
26
|
type noncircular_sibling_types = i_resolved.Types_.D;
|
|
23
27
|
}
|
|
@@ -35,16 +39,17 @@ export declare namespace Group_ {
|
|
|
35
39
|
type imports = _pi.Optional_Value<imports.O>;
|
|
36
40
|
}
|
|
37
41
|
}
|
|
38
|
-
export type Group_ = ($$_: Group_.I,
|
|
42
|
+
export type Group_ = ($$_: Group_.I, abort: _pi.Abort<Group_.E>, lookups: {
|
|
39
43
|
readonly 'noncircular sibling types': _pi.Acyclic_Lookup<Group_.L.noncircular_sibling_types>;
|
|
40
44
|
readonly 'possibly circular dependent sibling types': _pi.Cyclic_Lookup<Group_.L.possibly_circular_dependent_sibling_types>;
|
|
41
|
-
},
|
|
45
|
+
}, p: {
|
|
42
46
|
readonly 'globals': Group_.P.globals;
|
|
43
47
|
readonly 'imports': Group_.P.imports;
|
|
44
48
|
}) => Group_.O;
|
|
45
49
|
export declare namespace Dictionary_ {
|
|
46
50
|
type I = i_unresolved.Dictionary;
|
|
47
51
|
type O = i_resolved.Dictionary;
|
|
52
|
+
type E = i_generic.Error;
|
|
48
53
|
namespace L {
|
|
49
54
|
type noncircular_sibling_types = i_resolved.Types_.D;
|
|
50
55
|
}
|
|
@@ -62,16 +67,17 @@ export declare namespace Dictionary_ {
|
|
|
62
67
|
type imports = _pi.Optional_Value<imports.O>;
|
|
63
68
|
}
|
|
64
69
|
}
|
|
65
|
-
export type Dictionary_ = ($$_: Dictionary_.I,
|
|
70
|
+
export type Dictionary_ = ($$_: Dictionary_.I, abort: _pi.Abort<Dictionary_.E>, lookups: {
|
|
66
71
|
readonly 'noncircular sibling types': _pi.Acyclic_Lookup<Dictionary_.L.noncircular_sibling_types>;
|
|
67
72
|
readonly 'possibly circular dependent sibling types': _pi.Cyclic_Lookup<Dictionary_.L.possibly_circular_dependent_sibling_types>;
|
|
68
|
-
},
|
|
73
|
+
}, p: {
|
|
69
74
|
readonly 'globals': Dictionary_.P.globals;
|
|
70
75
|
readonly 'imports': Dictionary_.P.imports;
|
|
71
76
|
}) => Dictionary_.O;
|
|
72
77
|
export declare namespace Type_Node_ {
|
|
73
78
|
type I = i_unresolved.Type_Node;
|
|
74
79
|
type O = i_resolved.Type_Node;
|
|
80
|
+
type E = i_generic.Error;
|
|
75
81
|
namespace L {
|
|
76
82
|
type noncircular_sibling_types = i_resolved.Types_.D;
|
|
77
83
|
}
|
|
@@ -89,16 +95,17 @@ export declare namespace Type_Node_ {
|
|
|
89
95
|
type imports = _pi.Optional_Value<imports.O>;
|
|
90
96
|
}
|
|
91
97
|
}
|
|
92
|
-
export type Type_Node_ = ($$_: Type_Node_.I,
|
|
98
|
+
export type Type_Node_ = ($$_: Type_Node_.I, abort: _pi.Abort<Type_Node_.E>, lookups: {
|
|
93
99
|
readonly 'noncircular sibling types': _pi.Acyclic_Lookup<Type_Node_.L.noncircular_sibling_types>;
|
|
94
100
|
readonly 'possibly circular dependent sibling types': _pi.Cyclic_Lookup<Type_Node_.L.possibly_circular_dependent_sibling_types>;
|
|
95
|
-
},
|
|
101
|
+
}, p: {
|
|
96
102
|
readonly 'globals': Type_Node_.P.globals;
|
|
97
103
|
readonly 'imports': Type_Node_.P.imports;
|
|
98
104
|
}) => Type_Node_.O;
|
|
99
105
|
export declare namespace Type_ {
|
|
100
106
|
type I = i_unresolved.Type;
|
|
101
107
|
type O = i_resolved.Type;
|
|
108
|
+
type E = i_generic.Error;
|
|
102
109
|
namespace L {
|
|
103
110
|
type noncircular_sibling_types = i_resolved.Types_.D;
|
|
104
111
|
}
|
|
@@ -116,64 +123,69 @@ export declare namespace Type_ {
|
|
|
116
123
|
type imports = _pi.Optional_Value<imports.O>;
|
|
117
124
|
}
|
|
118
125
|
}
|
|
119
|
-
export type Type_ = ($$_: Type_.I,
|
|
126
|
+
export type Type_ = ($$_: Type_.I, abort: _pi.Abort<Type_.E>, lookups: {
|
|
120
127
|
readonly 'noncircular sibling types': _pi.Acyclic_Lookup<Type_.L.noncircular_sibling_types>;
|
|
121
128
|
readonly 'possibly circular dependent sibling types': _pi.Cyclic_Lookup<Type_.L.possibly_circular_dependent_sibling_types>;
|
|
122
|
-
},
|
|
129
|
+
}, p: {
|
|
123
130
|
readonly 'globals': Type_.P.globals;
|
|
124
131
|
readonly 'imports': Type_.P.imports;
|
|
125
132
|
}) => Type_.O;
|
|
126
133
|
export declare namespace Schemas_ {
|
|
127
134
|
type I = i_unresolved.Schemas;
|
|
128
135
|
type O = i_resolved.Schemas;
|
|
136
|
+
type E = i_generic.Error;
|
|
129
137
|
namespace L {
|
|
130
138
|
type sibling_schemas = i_resolved.Schemas_.D;
|
|
131
139
|
}
|
|
132
140
|
namespace P {
|
|
133
141
|
}
|
|
134
142
|
}
|
|
135
|
-
export type Schemas_ = ($$_: Schemas_.I,
|
|
143
|
+
export type Schemas_ = ($$_: Schemas_.I, abort: _pi.Abort<Schemas_.E>, lookups: {
|
|
136
144
|
readonly 'sibling schemas': _pi.Stack_Lookup<Schemas_.L.sibling_schemas>;
|
|
137
|
-
},
|
|
145
|
+
}, p: null) => Schemas_.O;
|
|
138
146
|
export declare namespace Schema_Tree_ {
|
|
139
147
|
type I = i_unresolved.Schema_Tree;
|
|
140
148
|
type O = i_resolved.Schema_Tree;
|
|
149
|
+
type E = i_generic.Error;
|
|
141
150
|
namespace L {
|
|
142
151
|
type sibling_schemas = i_resolved.Schemas_.D;
|
|
143
152
|
}
|
|
144
153
|
namespace P {
|
|
145
154
|
}
|
|
146
155
|
}
|
|
147
|
-
export type Schema_Tree_ = ($$_: Schema_Tree_.I,
|
|
156
|
+
export type Schema_Tree_ = ($$_: Schema_Tree_.I, abort: _pi.Abort<Schema_Tree_.E>, lookups: {
|
|
148
157
|
readonly 'sibling schemas': _pi.Stack_Lookup<Schema_Tree_.L.sibling_schemas>;
|
|
149
|
-
},
|
|
158
|
+
}, p: null) => Schema_Tree_.O;
|
|
150
159
|
export declare namespace Schema_ {
|
|
151
160
|
type I = i_unresolved.Schema;
|
|
152
161
|
type O = i_resolved.Schema;
|
|
162
|
+
type E = i_generic.Error;
|
|
153
163
|
namespace L {
|
|
154
164
|
type sibling_schemas = i_resolved.Schemas_.D;
|
|
155
165
|
}
|
|
156
166
|
namespace P {
|
|
157
167
|
}
|
|
158
168
|
}
|
|
159
|
-
export type Schema_ = ($$_: Schema_.I,
|
|
169
|
+
export type Schema_ = ($$_: Schema_.I, abort: _pi.Abort<Schema_.E>, lookups: {
|
|
160
170
|
readonly 'sibling schemas': _pi.Stack_Lookup<Schema_.L.sibling_schemas>;
|
|
161
|
-
},
|
|
171
|
+
}, p: null) => Schema_.O;
|
|
162
172
|
export declare namespace Imports_ {
|
|
163
173
|
type I = i_unresolved.Imports;
|
|
164
174
|
type O = i_resolved.Imports;
|
|
175
|
+
type E = i_generic.Error;
|
|
165
176
|
namespace L {
|
|
166
177
|
type sibling_schemas = i_resolved.Schemas_.D;
|
|
167
178
|
}
|
|
168
179
|
namespace P {
|
|
169
180
|
}
|
|
170
181
|
}
|
|
171
|
-
export type Imports_ = ($$_: Imports_.I,
|
|
182
|
+
export type Imports_ = ($$_: Imports_.I, abort: _pi.Abort<Imports_.E>, lookups: {
|
|
172
183
|
readonly 'sibling schemas': _pi.Stack_Lookup<Imports_.L.sibling_schemas>;
|
|
173
|
-
},
|
|
184
|
+
}, p: null) => Imports_.O;
|
|
174
185
|
export declare namespace Types_ {
|
|
175
186
|
type I = i_unresolved.Types;
|
|
176
187
|
type O = i_resolved.Types;
|
|
188
|
+
type E = i_generic.Error;
|
|
177
189
|
namespace P {
|
|
178
190
|
namespace globals {
|
|
179
191
|
type O = i_resolved.Globals_;
|
|
@@ -185,7 +197,7 @@ export declare namespace Types_ {
|
|
|
185
197
|
type imports = _pi.Optional_Value<imports.O>;
|
|
186
198
|
}
|
|
187
199
|
}
|
|
188
|
-
export type Types_ = ($$_: Types_.I,
|
|
200
|
+
export type Types_ = ($$_: Types_.I, abort: _pi.Abort<Types_.E>, lookups: null, p: {
|
|
189
201
|
readonly 'globals': Types_.P.globals;
|
|
190
202
|
readonly 'imports': Types_.P.imports;
|
|
191
203
|
}) => Types_.O;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzb2x2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL2xpYW5hL3NjaGVtYXMvYXN0bl9zY2hlbWEvcmVzb2x2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as _pi from "pareto-core
|
|
1
|
+
import * as _pi from "pareto-core/dist/interface";
|
|
2
2
|
export declare namespace Value_ {
|
|
3
3
|
namespace metadata {
|
|
4
4
|
namespace comments {
|
|
@@ -18,7 +18,7 @@ export declare namespace Value_ {
|
|
|
18
18
|
readonly 'path': include.path;
|
|
19
19
|
};
|
|
20
20
|
namespace concrete {
|
|
21
|
-
namespace
|
|
21
|
+
namespace type_ {
|
|
22
22
|
namespace dictionary {
|
|
23
23
|
namespace D {
|
|
24
24
|
type O = Value_;
|
|
@@ -47,21 +47,21 @@ export declare namespace Value_ {
|
|
|
47
47
|
type nothing = null;
|
|
48
48
|
namespace optional {
|
|
49
49
|
type not_set = null;
|
|
50
|
-
type
|
|
50
|
+
type set_ = Value_;
|
|
51
51
|
}
|
|
52
|
-
type optional = readonly ['not set', optional.not_set] | readonly ['set', optional.
|
|
52
|
+
type optional = readonly ['not set', optional.not_set] | readonly ['set', optional.set_];
|
|
53
53
|
namespace state_group {
|
|
54
54
|
type missing_data = null;
|
|
55
|
-
namespace
|
|
55
|
+
namespace set_ {
|
|
56
56
|
type state = string;
|
|
57
57
|
type value = Value_;
|
|
58
58
|
}
|
|
59
|
-
type
|
|
60
|
-
readonly 'state':
|
|
61
|
-
readonly 'value':
|
|
59
|
+
type set_ = {
|
|
60
|
+
readonly 'state': set_.state;
|
|
61
|
+
readonly 'value': set_.value;
|
|
62
62
|
};
|
|
63
63
|
}
|
|
64
|
-
type state_group = readonly ['missing data', state_group.missing_data] | readonly ['set', state_group.
|
|
64
|
+
type state_group = readonly ['missing data', state_group.missing_data] | readonly ['set', state_group.set_];
|
|
65
65
|
namespace text {
|
|
66
66
|
type value = string;
|
|
67
67
|
namespace delimiter {
|
|
@@ -76,10 +76,10 @@ export declare namespace Value_ {
|
|
|
76
76
|
readonly 'delimiter': text.delimiter;
|
|
77
77
|
};
|
|
78
78
|
}
|
|
79
|
-
type
|
|
79
|
+
type type_ = readonly ['dictionary', type_.dictionary] | readonly ['group', type_.group] | readonly ['list', type_.list] | readonly ['nothing', type_.nothing] | readonly ['optional', type_.optional] | readonly ['state group', type_.state_group] | readonly ['text', type_.text];
|
|
80
80
|
}
|
|
81
81
|
type concrete = {
|
|
82
|
-
readonly 'type': concrete.
|
|
82
|
+
readonly 'type': concrete.type_;
|
|
83
83
|
};
|
|
84
84
|
}
|
|
85
85
|
type data = readonly ['missing', data.missing] | readonly ['include', data.include] | readonly ['concrete', data.concrete];
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGF0YS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL2xpYW5hL3NjaGVtYXMvYXV0aG9yaW5nX3RhcmdldC9kYXRhLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
|
package/dist/interface/generated/{pareto → liana}/schemas/authoring_target/migrate_boilerplate.js
RENAMED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWlncmF0ZV9ib2lsZXJwbGF0ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL2xpYW5hL3NjaGVtYXMvYXV0aG9yaW5nX3RhcmdldC9taWdyYXRlX2JvaWxlcnBsYXRlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as _pi from "pareto-core
|
|
1
|
+
import * as _pi from "pareto-core/dist/interface";
|
|
2
2
|
export declare namespace Relative_Location_ {
|
|
3
3
|
type line = number;
|
|
4
4
|
type column = number;
|
|
@@ -33,14 +33,14 @@ export declare namespace Text_Edits_ {
|
|
|
33
33
|
readonly 'range': replace.range;
|
|
34
34
|
readonly 'text': replace.text;
|
|
35
35
|
};
|
|
36
|
-
namespace
|
|
36
|
+
namespace delete_ {
|
|
37
37
|
type range = Relative_Range_;
|
|
38
38
|
}
|
|
39
|
-
type
|
|
40
|
-
readonly 'range':
|
|
39
|
+
type delete_ = {
|
|
40
|
+
readonly 'range': delete_.range;
|
|
41
41
|
};
|
|
42
42
|
}
|
|
43
|
-
type L = readonly ['insert', L.insert] | readonly ['replace', L.replace] | readonly ['delete', L.
|
|
43
|
+
type L = readonly ['insert', L.insert] | readonly ['replace', L.replace] | readonly ['delete', L.delete_];
|
|
44
44
|
}
|
|
45
45
|
export type Text_Edits_ = _pi.List<Text_Edits_.L>;
|
|
46
46
|
export declare namespace Key_Value_Pairs_To_Be_Sorted_ {
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGF0YS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL2xpYW5hL3NjaGVtYXMvaWRlL2RhdGEudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWlncmF0ZV9ib2lsZXJwbGF0ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL2xpYW5hL3NjaGVtYXMvaWRlL21pZ3JhdGVfYm9pbGVycGxhdGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as _pi from 'pareto-core
|
|
2
|
-
import * as d_in from "astn-core/dist/interface/generated/
|
|
3
|
-
import * as d_in_token from "astn-core/dist/interface/generated/
|
|
4
|
-
import * as d_out from "../../../../interface/generated/
|
|
1
|
+
import * as _pi from 'pareto-core/dist/interface';
|
|
2
|
+
import * as d_in from "astn-core/dist/interface/generated/liana/schemas/parse_tree/data";
|
|
3
|
+
import * as d_in_token from "astn-core/dist/interface/generated/liana/schemas/token/data";
|
|
4
|
+
import * as d_out from "../../../../interface/generated/liana/schemas/ide/data";
|
|
5
5
|
export type Parameters = {
|
|
6
6
|
'remove commas': boolean;
|
|
7
7
|
'indentation string': string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as _pi from 'pareto-core
|
|
2
|
-
import * as d_in from "../../../generated/
|
|
3
|
-
import * as d_out from "pareto-fountain-pen/dist/interface/generated/
|
|
1
|
+
import * as _pi from 'pareto-core/dist/interface';
|
|
2
|
+
import * as d_in from "../../../generated/liana/schemas/authoring_target/data";
|
|
3
|
+
import * as d_out from "pareto-fountain-pen/dist/interface/generated/liana/schemas/block/data";
|
|
4
4
|
export type Parameters = {
|
|
5
5
|
'write delimiters': boolean;
|
|
6
6
|
'in concise group': boolean;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as _pi from 'pareto-core
|
|
2
|
-
import * as d_in from "astn-core/dist/interface/generated/
|
|
3
|
-
import * as d_out from "pareto-json/dist/interface/generated/
|
|
1
|
+
import * as _pi from 'pareto-core/dist/interface';
|
|
2
|
+
import * as d_in from "astn-core/dist/interface/generated/liana/schemas/parse_tree/data";
|
|
3
|
+
import * as d_out from "pareto-json/dist/interface/generated/liana/schemas/json/data";
|
|
4
4
|
export type Value = _pi.Transformer<d_in.Value, d_out.Value>;
|
|
5
|
-
export type Key_Value_Pairs = _pi.Transformer<d_in.Key_Value_Pairs, d_out.Value.
|
|
5
|
+
export type Key_Value_Pairs = _pi.Transformer<d_in.Key_Value_Pairs, d_out.Value.object_.key_value_array>;
|
|
6
6
|
export type Elements = _pi.Transformer<d_in.Elements, d_out.Value.array>;
|
|
7
7
|
export type Document = _pi.Transformer<d_in.Document, d_out.Document>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as _pi from 'pareto-core
|
|
2
|
-
import * as d_in from "astn-core/dist/interface/generated/
|
|
3
|
-
import * as d_out from "astn-core/dist/interface/generated/
|
|
1
|
+
import * as _pi from 'pareto-core/dist/interface';
|
|
2
|
+
import * as d_in from "astn-core/dist/interface/generated/liana/schemas/parse_tree/data";
|
|
3
|
+
import * as d_out from "astn-core/dist/interface/generated/liana/schemas/token/data";
|
|
4
4
|
export type Value = _pi.Transformer<d_in.Value, d_out.Range>;
|
|
@@ -15,16 +15,26 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
|
|
|
15
15
|
}) : function(o, v) {
|
|
16
16
|
o["default"] = v;
|
|
17
17
|
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
};
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
25
35
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
36
|
exports.$$ = void 0;
|
|
27
|
-
const _p = __importStar(require("pareto-core
|
|
37
|
+
const _p = __importStar(require("pareto-core/dist/command"));
|
|
28
38
|
//dependencies
|
|
29
39
|
const r_file_in_file_out_from_main = __importStar(require("../schemas/file_in_file_out/refiners/main"));
|
|
30
40
|
const s_path = __importStar(require("pareto-resources/dist/implementation/manual/schemas/path/serializers"));
|
|
@@ -56,4 +66,4 @@ const $$ = (deserializer) => _p.command_procedure(($p, $cr, $qr) => [
|
|
|
56
66
|
}),
|
|
57
67
|
]);
|
|
58
68
|
exports.$$ = $$;
|
|
59
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
69
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3JlYXRlX2ZpbGVfdG9fZmlsZV9jb21tYW5kLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL21vZHVsZXMvY29tbW9uX3Rvb2xfc2lnbmF0dXJlcy9pbXBsZW1lbnRhdGlvbi9tYW51YWwvY29tbWFuZF9jcmVhdG9ycy9jcmVhdGVfZmlsZV90b19maWxlX2NvbW1hbmQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBQUEsNkRBQThDO0FBVTlDLGNBQWM7QUFDZCx3R0FBeUY7QUFDekYsNkdBQThGO0FBQzlGLHdGQUF5RTtBQWNsRSxNQUFNLEVBQUUsR0FBWSxDQUFDLFlBQVksRUFBRSxFQUFFLENBQUMsRUFBRSxDQUFDLGlCQUFpQixDQUFDLENBQUMsRUFBRSxFQUFFLEdBQUcsRUFBRSxHQUFHLEVBQUUsRUFBRSxDQUFDO0lBRWhGLEVBQUUsQ0FBQyw2QkFBNkIsQ0FDNUI7UUFFSSxFQUFFLENBQUMsbUNBQW1DLENBQ2xDLENBQUMsS0FBSyxFQUFFLEVBQUUsQ0FBQyw0QkFBNEIsQ0FBQyxVQUFVLENBQUMsRUFBRSxFQUFFLENBQUMsQ0FBQyxFQUFFLEVBQUUsQ0FBQyxLQUFLLENBQUMsQ0FBQyxrQkFBa0IsRUFBRSxDQUFDLHdCQUF3QixFQUFFLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxFQUN6SCxDQUFDLEVBQUUsRUFBRSxFQUFFLENBQUM7WUFFSixFQUFFLENBQUMsS0FBSyxDQUNKLEdBQUcsQ0FBQyxXQUFXLENBQUMsQ0FDWixFQUFFLENBQUMsRUFBRSxFQUNMLENBQUMsQ0FBQyxFQUEwQixFQUFFO2dCQUMxQixPQUFPLENBQUMsa0JBQWtCLEVBQUUsQ0FBQyxjQUFjLEVBQUUsQ0FBQyxDQUFDLENBQUMsQ0FBQTtZQUNwRCxDQUFDLENBQ0osRUFDRCxDQUFDLENBQUMsRUFBRSxLQUFLLEVBQUUsRUFBRSxDQUFDLENBQUM7Z0JBQ1gsTUFBTSxFQUFFLEVBQUUsQ0FBQyxHQUFHO2dCQUNkLE1BQU0sRUFBRSxZQUFZLENBQ2hCLENBQUMsRUFDRCxDQUFDLENBQUMsRUFBRSxFQUFFLENBQUMsS0FBSyxDQUFDLENBQUMsWUFBWSxFQUFFLENBQUMsQ0FBQyxDQUFDLEVBQy9CO29CQUNJLEtBQUssRUFBRSxNQUFNLENBQUMsU0FBUyxDQUFDLEVBQUUsQ0FBQyxFQUFFLENBQUM7aUJBQ2pDLENBQ0o7YUFDSixDQUFDLEVBQ0YsQ0FBQyxFQUFFLEVBQUUsRUFBRSxDQUFDO2dCQUNKLEdBQUcsQ0FBQyxZQUFZLENBQUMsQ0FBQyxPQUFPLENBQ3JCLEVBQUUsRUFDRixDQUFDLENBQUMsRUFBRSxFQUFFO29CQUNGLE9BQU8sQ0FBQyxrQkFBa0IsRUFBRSxDQUFDLGNBQWMsRUFBRSxDQUFDLENBQUMsQ0FBQyxDQUFBO2dCQUNwRCxDQUFDLENBRUo7YUFDSixDQUNKO1NBQ0osQ0FDSjtLQUNKLEVBQ0QsQ0FBQyxDQUFDLEVBQUUsRUFBRSxDQUFDO1FBQ0gsR0FBRyxDQUFDLFdBQVcsQ0FBQyxDQUFDLE9BQU8sQ0FDcEI7WUFDSSxPQUFPLEVBQUUsRUFBRSxDQUFDLElBQUksQ0FBQyxPQUFPLENBQUMsQ0FBQyxnQkFBZ0IsQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQztTQUN4RCxFQUNELENBQUMsQ0FBQyxFQUFFLEVBQUUsQ0FBQyxDQUFDO1lBQ0osV0FBVyxFQUFFLENBQUM7U0FDakIsQ0FBQyxDQUNMO0tBQ0osRUFDRDtRQUNJLFdBQVcsRUFBRSxDQUFDO0tBQ2pCLENBQ0o7Q0FDSixDQUFDLENBQUE7QUFyRFcsUUFBQSxFQUFFLE1BcURiIn0=
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import * as _pi from 'pareto-core
|
|
1
|
+
import * as _pi from 'pareto-core/dist/interface';
|
|
2
2
|
import * as signatures from "../../../interface/signatures";
|
|
3
3
|
export declare const $$: (func: _pi.Text_Deserializer<string>) => signatures.commands.stream_in_to_stream_out;
|
|
@@ -15,16 +15,26 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
|
|
|
15
15
|
}) : function(o, v) {
|
|
16
16
|
o["default"] = v;
|
|
17
17
|
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
};
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
25
35
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
36
|
exports.$$ = void 0;
|
|
27
|
-
const _p = __importStar(require("pareto-core
|
|
37
|
+
const _p = __importStar(require("pareto-core/dist/command"));
|
|
28
38
|
const $$ = (func) => {
|
|
29
39
|
return _p.command_procedure(($p, $cr, $qr) => [
|
|
30
40
|
_p.create_error_handling_context([
|
|
@@ -50,4 +60,4 @@ const $$ = (func) => {
|
|
|
50
60
|
]);
|
|
51
61
|
};
|
|
52
62
|
exports.$$ = $$;
|
|
53
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
63
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3JlYXRlX3N0cmVhbV90b19zdHJlYW1fY29tbWFuZC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9tb2R1bGVzL2NvbW1vbl90b29sX3NpZ25hdHVyZXMvaW1wbGVtZW50YXRpb24vbWFudWFsL2NvbW1hbmRfY3JlYXRvcnMvY3JlYXRlX3N0cmVhbV90b19zdHJlYW1fY29tbWFuZC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7QUFBQSw2REFBOEM7QUFldkMsTUFBTSxFQUFFLEdBQUcsQ0FBQyxJQUFtQyxFQUErQyxFQUFFO0lBQ25HLE9BQU8sRUFBRSxDQUFDLGlCQUFpQixDQUN2QixDQUFDLEVBQUUsRUFBRSxHQUFHLEVBQUUsR0FBRyxFQUFFLEVBQUUsQ0FBQztRQUVkLEVBQUUsQ0FBQyw2QkFBNkIsQ0FDNUI7WUFDSSxFQUFFLENBQUMsS0FBSyxDQUNKLEdBQUcsQ0FBQyxtQkFBbUIsQ0FBQyxDQUNwQixJQUFJLEVBQ0osQ0FBQyxDQUFDLEVBQVksRUFBRSxDQUFDLENBQUMseUJBQXlCLEVBQUUsSUFBSSxDQUFDLENBQ3JELEVBQ0QsQ0FBQyxDQUFDLEVBQUUsS0FBSyxFQUFFLEVBQUUsQ0FBQyxJQUFJLENBQ2QsQ0FBQyxFQUNELENBQUMsQ0FBQyxFQUFFLEVBQUUsQ0FBQyxLQUFLLENBQUMsQ0FBQyx3QkFBd0IsRUFBRSxDQUFDLENBQUMsQ0FBQyxDQUM5QyxFQUNELENBQUMsRUFBRSxFQUFFLEVBQUUsQ0FBQztnQkFDSixHQUFHLENBQUMsaUJBQWlCLENBQUMsQ0FBQyxPQUFPLENBQzFCLEVBQUUsRUFDRixDQUFDLENBQUMsRUFBWSxFQUFFLENBQUMsQ0FBQywyQkFBMkIsRUFBRSxJQUFJLENBQUMsQ0FDdkQ7YUFDSixDQUNKO1NBQ0osRUFDRCxDQUFDLENBQUMsRUFBRSxFQUFFLENBQUM7WUFDSCxHQUFHLENBQUMsV0FBVyxDQUFDLENBQUMsT0FBTyxDQUNwQjtnQkFDSSxPQUFPLEVBQUUsRUFBRSxDQUFDLElBQUksQ0FBQyxPQUFPLENBQUMsQ0FBQyxFQUFFLENBQUMsRUFBRSxDQUFDLENBQUMsRUFBRSxDQUFDLENBQUMsRUFBRSxFQUFFO3dCQUNyQyxRQUFRLENBQUMsQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDOzRCQUNYLEtBQUsseUJBQXlCLENBQUMsQ0FBQyxPQUFPLEVBQUUsQ0FBQyxFQUFFLENBQUMsQ0FBQyxFQUFFLENBQUMsQ0FBQyxFQUFFLEVBQUUsQ0FBQyx5QkFBeUIsQ0FBQyxDQUFBOzRCQUNqRixLQUFLLHdCQUF3QixDQUFDLENBQUMsT0FBTyxFQUFFLENBQUMsRUFBRSxDQUFDLENBQUMsRUFBRSxDQUFDLENBQUMsRUFBRSxFQUFFLENBQUMsQ0FBQyxDQUFDLENBQUE7NEJBQ3hELEtBQUssMkJBQTJCLENBQUMsQ0FBQyxPQUFPLEVBQUUsQ0FBQyxFQUFFLENBQUMsQ0FBQyxFQUFFLENBQUMsQ0FBQyxFQUFFLEVBQUUsQ0FBQywyQkFBMkIsQ0FBQyxDQUFBOzRCQUNyRixPQUFPLENBQUMsQ0FBQyxPQUFPLEVBQUUsQ0FBQyxFQUFFLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUE7d0JBQy9CLENBQUM7b0JBQ0wsQ0FBQyxDQUFDLENBQUMsQ0FBQzthQUNQLEVBQ0QsQ0FBQyxDQUFDLEVBQWdCLEVBQUUsQ0FBQyxDQUFDO2dCQUNsQixXQUFXLEVBQUUsQ0FBQzthQUNqQixDQUFDLENBQ0w7U0FDSixFQUNELENBQUM7WUFDRyxXQUFXLEVBQUUsQ0FBQztTQUNqQixDQUFDLENBQ0w7S0FDSixDQUNKLENBQUE7QUFDTCxDQUFDLENBQUE7QUE5Q1ksUUFBQSxFQUFFLE1BOENkIn0=
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as _pi from 'pareto-core
|
|
1
|
+
import * as _pi from 'pareto-core/dist/interface';
|
|
2
2
|
import * as d_file_in_file_out from "../../../../../interface/to_be_generated/file_in_file_out";
|
|
3
3
|
export type Signature = _pi.Production<d_file_in_file_out.Path, d_file_in_file_out.Path_Error, string>;
|
|
4
4
|
export declare const Path: Signature;
|
|
@@ -15,13 +15,23 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
|
|
|
15
15
|
}) : function(o, v) {
|
|
16
16
|
o["default"] = v;
|
|
17
17
|
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
};
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
25
35
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
36
|
exports.Path = void 0;
|
|
27
37
|
//dependencies
|
|
@@ -30,4 +40,4 @@ const Path = (iterator, abort) => ds_path.Node_Path(iterator.consume(($) => $, (
|
|
|
30
40
|
'pedantic': true,
|
|
31
41
|
});
|
|
32
42
|
exports.Path = Path;
|
|
33
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
43
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGV4dC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy9tb2R1bGVzL2NvbW1vbl90b29sX3NpZ25hdHVyZXMvaW1wbGVtZW50YXRpb24vbWFudWFsL3NjaGVtYXMvZmlsZV9pbl9maWxlX291dC9wcm9kdWN0aW9ucy90ZXh0LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztBQVFBLGNBQWM7QUFDZCxxSEFBc0c7QUFFL0YsTUFBTSxJQUFJLEdBQWMsQ0FBQyxRQUFRLEVBQUUsS0FBSyxFQUFFLEVBQUUsQ0FBQyxPQUFPLENBQUMsU0FBUyxDQUNqRSxRQUFRLENBQUMsT0FBTyxDQUNaLENBQUMsQ0FBQyxFQUFFLEVBQUUsQ0FBQyxDQUFDLEVBQ1IsR0FBRyxFQUFFLENBQUMsS0FBSyxDQUFDLENBQUMsU0FBUyxFQUFFLElBQUksQ0FBQyxDQUFDLENBQ2pDLEVBQ0QsQ0FBQyxDQUFDLEVBQUUsRUFBRSxDQUFDLEtBQUssQ0FBQyxDQUFDLFdBQVcsRUFBRSxJQUFJLENBQUMsQ0FBQyxFQUNqQztJQUNJLFVBQVUsRUFBRSxJQUFJO0NBQ25CLENBQ0osQ0FBQTtBQVRZLFFBQUEsSUFBSSxRQVNoQiJ9
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as _pi from 'pareto-core
|
|
1
|
+
import * as _pi from 'pareto-core/dist/interface';
|
|
2
2
|
import * as d_file_in_file_out from "../../../../../interface/to_be_generated/file_in_file_out";
|
|
3
3
|
import * as d_main from "pareto-resources/dist/interface/to_be_generated/temp_main";
|
|
4
4
|
export declare const Parameters: _pi.Refiner<d_file_in_file_out.Parameters, d_file_in_file_out.Error, d_main.Parameters>;
|