astn 0.113.35 → 0.113.37

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (66) hide show
  1. package/dist/bin/validate_astn.js +0 -0
  2. package/dist/implementation/generated/liana/schemas/astn_schema/migrate_boilerplate.d.ts +12 -0
  3. package/dist/implementation/generated/liana/schemas/astn_schema/migrate_boilerplate.js +279 -0
  4. package/dist/implementation/generated/liana/schemas/authoring_target/migrate_boilerplate.d.ts +3 -0
  5. package/dist/implementation/generated/liana/schemas/authoring_target/migrate_boilerplate.js +103 -0
  6. package/dist/implementation/generated/liana/schemas/ide/migrate_boilerplate.d.ts +5 -0
  7. package/dist/implementation/generated/liana/schemas/ide/migrate_boilerplate.js +67 -0
  8. package/dist/implementation/manual/schemas/authoring_target/transformers/fountain_pen_block.js +12 -12
  9. package/dist/implementation/manual/schemas/ide/refiners/parse_tree.js +9 -9
  10. package/dist/implementation/manual/schemas/parse_tree/transformers/json_target.js +7 -7
  11. package/dist/implementation/manual/schemas/parse_tree/transformers/token.js +7 -7
  12. package/dist/interface/generated/{pareto/core → liana/generic}/location.js +1 -1
  13. package/dist/interface/generated/liana/generic/resolve.d.ts +39 -0
  14. package/dist/interface/generated/{pareto/schemas/astn_schema → liana/generic}/resolve.js +1 -1
  15. package/dist/interface/generated/{pareto → liana}/schemas/astn_schema/data/resolved.d.ts +21 -19
  16. package/dist/interface/generated/{pareto → liana}/schemas/astn_schema/data/resolved.js +1 -1
  17. package/dist/interface/generated/{pareto → liana}/schemas/astn_schema/data/unresolved.d.ts +35 -35
  18. package/dist/interface/generated/{pareto → liana}/schemas/astn_schema/data/unresolved.js +1 -1
  19. package/dist/interface/generated/liana/schemas/astn_schema/deserialize.d.ts +79 -0
  20. package/dist/interface/generated/liana/schemas/astn_schema/deserialize.js +3 -0
  21. package/dist/interface/generated/liana/schemas/astn_schema/marshall.d.ts +80 -0
  22. package/dist/interface/generated/liana/schemas/astn_schema/marshall.js +3 -0
  23. package/dist/interface/generated/{pareto → liana}/schemas/astn_schema/migrate_boilerplate.d.ts +11 -11
  24. package/dist/interface/generated/{pareto → liana}/schemas/astn_schema/migrate_boilerplate.js +1 -1
  25. package/dist/interface/generated/{pareto → liana}/schemas/astn_schema/resolve.d.ts +31 -19
  26. package/dist/interface/generated/liana/schemas/astn_schema/resolve.js +3 -0
  27. package/dist/interface/generated/liana/schemas/astn_schema/serialize.d.ts +79 -0
  28. package/dist/interface/generated/liana/schemas/astn_schema/serialize.js +3 -0
  29. package/dist/interface/generated/liana/schemas/astn_schema/unmarshall.d.ts +80 -0
  30. package/dist/interface/generated/liana/schemas/astn_schema/unmarshall.js +3 -0
  31. package/dist/interface/generated/{pareto → liana}/schemas/authoring_target/data.d.ts +12 -12
  32. package/dist/interface/generated/{pareto → liana}/schemas/authoring_target/data.js +1 -1
  33. package/dist/interface/generated/liana/schemas/authoring_target/deserialize.d.ts +16 -0
  34. package/dist/interface/generated/liana/schemas/authoring_target/deserialize.js +3 -0
  35. package/dist/interface/generated/liana/schemas/authoring_target/marshall.d.ts +17 -0
  36. package/dist/interface/generated/liana/schemas/authoring_target/marshall.js +3 -0
  37. package/dist/interface/generated/{pareto → liana}/schemas/authoring_target/migrate_boilerplate.d.ts +2 -2
  38. package/dist/interface/generated/{pareto → liana}/schemas/authoring_target/migrate_boilerplate.js +1 -1
  39. package/dist/interface/generated/liana/schemas/authoring_target/serialize.d.ts +16 -0
  40. package/dist/interface/generated/liana/schemas/authoring_target/serialize.js +3 -0
  41. package/dist/interface/generated/liana/schemas/authoring_target/unmarshall.d.ts +17 -0
  42. package/dist/interface/generated/liana/schemas/authoring_target/unmarshall.js +3 -0
  43. package/dist/interface/generated/{pareto → liana}/schemas/ide/data.d.ts +4 -4
  44. package/dist/interface/generated/{pareto → liana}/schemas/ide/data.js +1 -1
  45. package/dist/interface/generated/liana/schemas/ide/deserialize.d.ts +30 -0
  46. package/dist/interface/generated/liana/schemas/ide/deserialize.js +3 -0
  47. package/dist/interface/generated/liana/schemas/ide/marshall.d.ts +31 -0
  48. package/dist/interface/generated/liana/schemas/ide/marshall.js +3 -0
  49. package/dist/interface/generated/{pareto → liana}/schemas/ide/migrate_boilerplate.d.ts +4 -4
  50. package/dist/interface/generated/{pareto → liana}/schemas/ide/migrate_boilerplate.js +1 -1
  51. package/dist/interface/generated/liana/schemas/ide/serialize.d.ts +30 -0
  52. package/dist/interface/generated/liana/schemas/ide/serialize.js +3 -0
  53. package/dist/interface/generated/liana/schemas/ide/unmarshall.d.ts +31 -0
  54. package/dist/interface/generated/liana/schemas/ide/unmarshall.js +3 -0
  55. package/dist/interface/signatures/refiners/ide/parse_tree.d.ts +3 -3
  56. package/dist/interface/signatures/transformers/authoring_target/fountain_pen_block.d.ts +2 -2
  57. package/dist/interface/signatures/transformers/parse_tree/json_target.d.ts +3 -3
  58. package/dist/interface/signatures/transformers/parse_tree/token.d.ts +2 -2
  59. package/dist/modules/common_tool_signatures/implementation/manual/command_creators/create_stream_to_stream_command.js +2 -2
  60. package/dist/modules/common_tool_signatures/implementation/manual/schemas/file_in_file_out/refiners/main.js +2 -2
  61. package/dist/modules/common_tool_signatures/implementation/manual/schemas/file_in_file_out/serializers.js +4 -4
  62. package/dist/modules/common_tool_signatures/implementation/manual/schemas/transform_file/serializers.js +2 -2
  63. package/dist/modules/common_tool_signatures/interface/signatures.d.ts +9 -9
  64. package/dist/modules/common_tool_signatures/interface/to_be_generated/file_in_file_out.d.ts +3 -3
  65. package/package.json +6 -6
  66. /package/dist/interface/generated/{pareto/core → liana/generic}/location.d.ts +0 -0
@@ -1,5 +1,5 @@
1
1
  import * as _pi from "pareto-core/dist/interface";
2
- import * as i__location from "../../../core/location";
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,21 +19,21 @@ export type Schemas_ = {
19
19
  readonly 'dictionary': Schemas_.dictionary;
20
20
  };
21
21
  export declare namespace Text_Type_ {
22
- namespace _type {
22
+ namespace type_ {
23
23
  type location = i__location.Location;
24
- namespace state_group {
24
+ namespace state {
25
25
  type multi_line = null;
26
26
  type single_line = null;
27
27
  }
28
- type state_group = readonly ['multi line', state_group.multi_line] | readonly ['single line', state_group.single_line];
28
+ type state = readonly ['multi line', state.multi_line] | readonly ['single line', state.single_line];
29
29
  }
30
- type _type = {
31
- readonly 'location': _type.location;
32
- readonly 'state group': _type.state_group;
30
+ type type_ = {
31
+ readonly 'location': type_.location;
32
+ readonly 'state': type_.state;
33
33
  };
34
34
  }
35
35
  export type Text_Type_ = {
36
- readonly 'type': Text_Type_._type;
36
+ readonly 'type': Text_Type_.type_;
37
37
  };
38
38
  export declare namespace Globals_ {
39
39
  namespace text_types {
@@ -94,15 +94,15 @@ export type Schema_ = {
94
94
  };
95
95
  export declare namespace Schema_Tree_ {
96
96
  type location = i__location.Location;
97
- namespace state_group {
98
- type _set = Schemas_;
97
+ namespace state {
98
+ type set_ = Schemas_;
99
99
  type schema = Schema_;
100
100
  }
101
- type state_group = readonly ['set', state_group._set] | readonly ['schema', state_group.schema];
101
+ type state = readonly ['set', state.set_] | readonly ['schema', state.schema];
102
102
  }
103
103
  export type Schema_Tree_ = {
104
104
  readonly 'location': Schema_Tree_.location;
105
- readonly 'state group': Schema_Tree_.state_group;
105
+ readonly 'state': Schema_Tree_.state;
106
106
  };
107
107
  export declare namespace Imports_ {
108
108
  type location = i__location.Location;
@@ -164,31 +164,31 @@ export type Group_ = {
164
164
  };
165
165
  export declare namespace Type_Node_ {
166
166
  type location = i__location.Location;
167
- namespace state_group {
167
+ namespace state {
168
168
  namespace component {
169
169
  type location = i__location.Location;
170
- namespace state_group {
170
+ namespace state {
171
171
  namespace external {
172
- namespace _import {
172
+ namespace import_ {
173
173
  type location = i__location.Location;
174
174
  type key = string;
175
175
  }
176
- type _import = {
177
- readonly 'location': _import.location;
178
- readonly 'key': _import.key;
176
+ type import_ = {
177
+ readonly 'location': import_.location;
178
+ readonly 'key': import_.key;
179
179
  };
180
- namespace _type {
180
+ namespace type_ {
181
181
  type location = i__location.Location;
182
182
  type key = string;
183
183
  }
184
- type _type = {
185
- readonly 'location': _type.location;
186
- readonly 'key': _type.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._import;
191
- readonly 'type': external._type;
190
+ readonly 'import': external.import_;
191
+ readonly 'type': external.type_;
192
192
  };
193
193
  namespace internal {
194
194
  type location = i__location.Location;
@@ -207,11 +207,11 @@ export declare namespace Type_Node_ {
207
207
  readonly 'key': internal_cyclic.key;
208
208
  };
209
209
  }
210
- type state_group = readonly ['external', state_group.external] | readonly ['internal', state_group.internal] | readonly ['internal cyclic', state_group.internal_cyclic];
210
+ type state = readonly ['external', state.external] | readonly ['internal', state.internal] | readonly ['internal cyclic', state.internal_cyclic];
211
211
  }
212
212
  type component = {
213
213
  readonly 'location': component.location;
214
- readonly 'state group': component.state_group;
214
+ readonly 'state': component.state;
215
215
  };
216
216
  type dictionary = Dictionary_;
217
217
  type group = Group_;
@@ -223,7 +223,7 @@ export declare namespace Type_Node_ {
223
223
  };
224
224
  type nothing = null;
225
225
  type optional = Type_Node_;
226
- namespace state_group {
226
+ namespace state {
227
227
  type location = i__location.Location;
228
228
  namespace dictionary {
229
229
  namespace D {
@@ -237,13 +237,13 @@ export declare namespace Type_Node_ {
237
237
  }
238
238
  type dictionary = _pi.Dictionary<dictionary.D>;
239
239
  }
240
- type state_group = {
241
- readonly 'location': state_group.location;
242
- readonly 'dictionary': state_group.dictionary;
240
+ type state = {
241
+ readonly 'location': state.location;
242
+ readonly 'dictionary': state.dictionary;
243
243
  };
244
244
  namespace text {
245
245
  type location = i__location.Location;
246
- namespace state_group {
246
+ namespace state {
247
247
  namespace global {
248
248
  type location = i__location.Location;
249
249
  type key = string;
@@ -254,17 +254,17 @@ export declare namespace Type_Node_ {
254
254
  };
255
255
  type local = Text_Type_;
256
256
  }
257
- type state_group = readonly ['global', state_group.global] | readonly ['local', state_group.local];
257
+ type state = readonly ['global', state.global] | readonly ['local', state.local];
258
258
  }
259
259
  type text = {
260
260
  readonly 'location': text.location;
261
- readonly 'state group': text.state_group;
261
+ readonly 'state': text.state;
262
262
  };
263
263
  }
264
- type state_group = readonly ['component', state_group.component] | readonly ['dictionary', state_group.dictionary] | readonly ['group', state_group.group] | readonly ['list', state_group.list] | readonly ['nothing', state_group.nothing] | readonly ['optional', state_group.optional] | readonly ['state group', state_group.state_group] | readonly ['text', state_group.text];
264
+ type state = readonly ['component', state.component] | readonly ['dictionary', state.dictionary] | readonly ['group', state.group] | readonly ['list', state.list] | readonly ['nothing', state.nothing] | readonly ['optional', state.optional] | readonly ['state', state.state] | readonly ['text', state.text];
265
265
  }
266
266
  export type Type_Node_ = {
267
267
  readonly 'location': Type_Node_.location;
268
- readonly 'state group': Type_Node_.state_group;
268
+ readonly 'state': Type_Node_.state;
269
269
  };
270
270
  export { Schemas_ as Schemas, Text_Type_ as Text_Type, Globals_ as Globals, Type_ as Type, Types_ as Types, Schema_ as Schema, Schema_Tree_ as Schema_Tree, Imports_ as Imports, Dictionary_ as Dictionary, Group_ as Group, Type_Node_ as Type_Node, };
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidW5yZXNvbHZlZC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL2FzdG5fc2NoZW1hL2RhdGEvdW5yZXNvbHZlZC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidW5yZXNvbHZlZC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL2xpYW5hL3NjaGVtYXMvYXN0bl9zY2hlbWEvZGF0YS91bnJlc29sdmVkLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
@@ -0,0 +1,79 @@
1
+ import * as i_out from "./data/unresolved";
2
+ export declare namespace Schemas_ {
3
+ type I = string;
4
+ type O = i_out.Schemas;
5
+ namespace P {
6
+ }
7
+ }
8
+ export type Schemas_ = (context: Schemas_.I) => Schemas_.O;
9
+ export declare namespace Text_Type_ {
10
+ type I = string;
11
+ type O = i_out.Text_Type;
12
+ namespace P {
13
+ }
14
+ }
15
+ export type Text_Type_ = (context: Text_Type_.I) => Text_Type_.O;
16
+ export declare namespace Globals_ {
17
+ type I = string;
18
+ type O = i_out.Globals;
19
+ namespace P {
20
+ }
21
+ }
22
+ export type Globals_ = (context: Globals_.I) => Globals_.O;
23
+ export declare namespace Type_ {
24
+ type I = string;
25
+ type O = i_out.Type;
26
+ namespace P {
27
+ }
28
+ }
29
+ export type Type_ = (context: Type_.I) => Type_.O;
30
+ export declare namespace Types_ {
31
+ type I = string;
32
+ type O = i_out.Types;
33
+ namespace P {
34
+ }
35
+ }
36
+ export type Types_ = (context: Types_.I) => Types_.O;
37
+ export declare namespace Schema_ {
38
+ type I = string;
39
+ type O = i_out.Schema;
40
+ namespace P {
41
+ }
42
+ }
43
+ export type Schema_ = (context: Schema_.I) => Schema_.O;
44
+ export declare namespace Schema_Tree_ {
45
+ type I = string;
46
+ type O = i_out.Schema_Tree;
47
+ namespace P {
48
+ }
49
+ }
50
+ export type Schema_Tree_ = (context: Schema_Tree_.I) => Schema_Tree_.O;
51
+ export declare namespace Imports_ {
52
+ type I = string;
53
+ type O = i_out.Imports;
54
+ namespace P {
55
+ }
56
+ }
57
+ export type Imports_ = (context: Imports_.I) => Imports_.O;
58
+ export declare namespace Dictionary_ {
59
+ type I = string;
60
+ type O = i_out.Dictionary;
61
+ namespace P {
62
+ }
63
+ }
64
+ export type Dictionary_ = (context: Dictionary_.I) => Dictionary_.O;
65
+ export declare namespace Group_ {
66
+ type I = string;
67
+ type O = i_out.Group;
68
+ namespace P {
69
+ }
70
+ }
71
+ export type Group_ = (context: Group_.I) => Group_.O;
72
+ export declare namespace Type_Node_ {
73
+ type I = string;
74
+ type O = i_out.Type_Node;
75
+ namespace P {
76
+ }
77
+ }
78
+ export type Type_Node_ = (context: Type_Node_.I) => Type_Node_.O;
79
+ export { Schemas_ as Schemas, Text_Type_ as Text_Type, Globals_ as Globals, Type_ as Type, Types_ as Types, Schema_ as Schema, Schema_Tree_ as Schema_Tree, Imports_ as Imports, Dictionary_ as Dictionary, Group_ as Group, Type_Node_ as Type_Node, };
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVzZXJpYWxpemUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL2dlbmVyYXRlZC9saWFuYS9zY2hlbWFzL2FzdG5fc2NoZW1hL2Rlc2VyaWFsaXplLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
@@ -0,0 +1,80 @@
1
+ import * as i_out from "astn-core/dist/interface/generated/liana/schemas/sealed_target/data";
2
+ import * as i_in from "./data/resolved";
3
+ export declare namespace Schemas_ {
4
+ type I = i_in.Schemas;
5
+ type O = i_out.Value;
6
+ namespace P {
7
+ }
8
+ }
9
+ export type Schemas_ = (context: Schemas_.I) => Schemas_.O;
10
+ export declare namespace Text_Type_ {
11
+ type I = i_in.Text_Type;
12
+ type O = i_out.Value;
13
+ namespace P {
14
+ }
15
+ }
16
+ export type Text_Type_ = (context: Text_Type_.I) => Text_Type_.O;
17
+ export declare namespace Globals_ {
18
+ type I = i_in.Globals;
19
+ type O = i_out.Value;
20
+ namespace P {
21
+ }
22
+ }
23
+ export type Globals_ = (context: Globals_.I) => Globals_.O;
24
+ export declare namespace Type_ {
25
+ type I = i_in.Type;
26
+ type O = i_out.Value;
27
+ namespace P {
28
+ }
29
+ }
30
+ export type Type_ = (context: Type_.I) => Type_.O;
31
+ export declare namespace Types_ {
32
+ type I = i_in.Types;
33
+ type O = i_out.Value;
34
+ namespace P {
35
+ }
36
+ }
37
+ export type Types_ = (context: Types_.I) => Types_.O;
38
+ export declare namespace Schema_ {
39
+ type I = i_in.Schema;
40
+ type O = i_out.Value;
41
+ namespace P {
42
+ }
43
+ }
44
+ export type Schema_ = (context: Schema_.I) => Schema_.O;
45
+ export declare namespace Schema_Tree_ {
46
+ type I = i_in.Schema_Tree;
47
+ type O = i_out.Value;
48
+ namespace P {
49
+ }
50
+ }
51
+ export type Schema_Tree_ = (context: Schema_Tree_.I) => Schema_Tree_.O;
52
+ export declare namespace Imports_ {
53
+ type I = i_in.Imports;
54
+ type O = i_out.Value;
55
+ namespace P {
56
+ }
57
+ }
58
+ export type Imports_ = (context: Imports_.I) => Imports_.O;
59
+ export declare namespace Dictionary_ {
60
+ type I = i_in.Dictionary;
61
+ type O = i_out.Value;
62
+ namespace P {
63
+ }
64
+ }
65
+ export type Dictionary_ = (context: Dictionary_.I) => Dictionary_.O;
66
+ export declare namespace Group_ {
67
+ type I = i_in.Group;
68
+ type O = i_out.Value;
69
+ namespace P {
70
+ }
71
+ }
72
+ export type Group_ = (context: Group_.I) => Group_.O;
73
+ export declare namespace Type_Node_ {
74
+ type I = i_in.Type_Node;
75
+ type O = i_out.Value;
76
+ namespace P {
77
+ }
78
+ }
79
+ export type Type_Node_ = (context: Type_Node_.I) => Type_Node_.O;
80
+ export { Schemas_ as Schemas, Text_Type_ as Text_Type, Globals_ as Globals, Type_ as Type, Types_ as Types, Schema_ as Schema, Schema_Tree_ as Schema_Tree, Imports_ as Imports, Dictionary_ as Dictionary, Group_ as Group, Type_Node_ as Type_Node, };
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWFyc2hhbGwuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL2dlbmVyYXRlZC9saWFuYS9zY2hlbWFzL2FzdG5fc2NoZW1hL21hcnNoYWxsLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
@@ -6,75 +6,75 @@ export declare namespace Schemas_ {
6
6
  namespace P {
7
7
  }
8
8
  }
9
- export type Schemas_ = ($$_: Schemas_.I) => Schemas_.O;
9
+ export type Schemas_ = (context: Schemas_.I) => Schemas_.O;
10
10
  export declare namespace Text_Type_ {
11
11
  type I = i_in.Text_Type;
12
12
  type O = i_out.Text_Type;
13
13
  namespace P {
14
14
  }
15
15
  }
16
- export type Text_Type_ = ($$_: Text_Type_.I) => Text_Type_.O;
16
+ export type Text_Type_ = (context: Text_Type_.I) => Text_Type_.O;
17
17
  export declare namespace Globals_ {
18
18
  type I = i_in.Globals;
19
19
  type O = i_out.Globals;
20
20
  namespace P {
21
21
  }
22
22
  }
23
- export type Globals_ = ($$_: Globals_.I) => Globals_.O;
23
+ export type Globals_ = (context: Globals_.I) => Globals_.O;
24
24
  export declare namespace Type_ {
25
25
  type I = i_in.Type;
26
26
  type O = i_out.Type;
27
27
  namespace P {
28
28
  }
29
29
  }
30
- export type Type_ = ($$_: Type_.I) => Type_.O;
30
+ export type Type_ = (context: Type_.I) => Type_.O;
31
31
  export declare namespace Types_ {
32
32
  type I = i_in.Types;
33
33
  type O = i_out.Types;
34
34
  namespace P {
35
35
  }
36
36
  }
37
- export type Types_ = ($$_: Types_.I) => Types_.O;
37
+ export type Types_ = (context: Types_.I) => Types_.O;
38
38
  export declare namespace Schema_ {
39
39
  type I = i_in.Schema;
40
40
  type O = i_out.Schema;
41
41
  namespace P {
42
42
  }
43
43
  }
44
- export type Schema_ = ($$_: Schema_.I) => Schema_.O;
44
+ export type Schema_ = (context: Schema_.I) => Schema_.O;
45
45
  export declare namespace Schema_Tree_ {
46
46
  type I = i_in.Schema_Tree;
47
47
  type O = i_out.Schema_Tree;
48
48
  namespace P {
49
49
  }
50
50
  }
51
- export type Schema_Tree_ = ($$_: Schema_Tree_.I) => Schema_Tree_.O;
51
+ export type Schema_Tree_ = (context: Schema_Tree_.I) => Schema_Tree_.O;
52
52
  export declare namespace Imports_ {
53
53
  type I = i_in.Imports;
54
54
  type O = i_out.Imports;
55
55
  namespace P {
56
56
  }
57
57
  }
58
- export type Imports_ = ($$_: Imports_.I) => Imports_.O;
58
+ export type Imports_ = (context: Imports_.I) => Imports_.O;
59
59
  export declare namespace Dictionary_ {
60
60
  type I = i_in.Dictionary;
61
61
  type O = i_out.Dictionary;
62
62
  namespace P {
63
63
  }
64
64
  }
65
- export type Dictionary_ = ($$_: Dictionary_.I) => Dictionary_.O;
65
+ export type Dictionary_ = (context: Dictionary_.I) => Dictionary_.O;
66
66
  export declare namespace Group_ {
67
67
  type I = i_in.Group;
68
68
  type O = i_out.Group;
69
69
  namespace P {
70
70
  }
71
71
  }
72
- export type Group_ = ($$_: Group_.I) => Group_.O;
72
+ export type Group_ = (context: Group_.I) => Group_.O;
73
73
  export declare namespace Type_Node_ {
74
74
  type I = i_in.Type_Node;
75
75
  type O = i_out.Type_Node;
76
76
  namespace P {
77
77
  }
78
78
  }
79
- export type Type_Node_ = ($$_: Type_Node_.I) => Type_Node_.O;
79
+ export type Type_Node_ = (context: Type_Node_.I) => Type_Node_.O;
80
80
  export { Schemas_ as Schemas, Text_Type_ as Text_Type, Globals_ as Globals, Type_ as Type, Types_ as Types, Schema_ as Schema, Schema_Tree_ as Schema_Tree, Imports_ as Imports, Dictionary_ as Dictionary, Group_ as Group, Type_Node_ as Type_Node, };
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWlncmF0ZV9ib2lsZXJwbGF0ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL2FzdG5fc2NoZW1hL21pZ3JhdGVfYm9pbGVycGxhdGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWlncmF0ZV9ib2lsZXJwbGF0ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL2xpYW5hL3NjaGVtYXMvYXN0bl9zY2hlbWEvbWlncmF0ZV9ib2lsZXJwbGF0ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
@@ -1,23 +1,27 @@
1
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, $$_lookups: null, $$_p: null) => Text_Type_.O;
12
+ export type Text_Type_ = (context: Text_Type_.I, abort: _pi.Abort<Text_Type_.E>, lookups: null, parameters: 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, $$_lookups: null, $$_p: null) => Globals_.O;
20
+ export type Globals_ = (context: Globals_.I, abort: _pi.Abort<Globals_.E>, lookups: null, parameters: 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, $$_lookups: {
42
+ export type Group_ = (context: 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
- }, $$_p: {
45
+ }, parameters: {
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, $$_lookups: {
70
+ export type Dictionary_ = (context: 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
- }, $$_p: {
73
+ }, parameters: {
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, $$_lookups: {
98
+ export type Type_Node_ = (context: 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
- }, $$_p: {
101
+ }, parameters: {
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, $$_lookups: {
126
+ export type Type_ = (context: 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
- }, $$_p: {
129
+ }, parameters: {
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, $$_lookups: {
143
+ export type Schemas_ = (context: Schemas_.I, abort: _pi.Abort<Schemas_.E>, lookups: {
136
144
  readonly 'sibling schemas': _pi.Stack_Lookup<Schemas_.L.sibling_schemas>;
137
- }, $$_p: null) => Schemas_.O;
145
+ }, parameters: 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, $$_lookups: {
156
+ export type Schema_Tree_ = (context: Schema_Tree_.I, abort: _pi.Abort<Schema_Tree_.E>, lookups: {
148
157
  readonly 'sibling schemas': _pi.Stack_Lookup<Schema_Tree_.L.sibling_schemas>;
149
- }, $$_p: null) => Schema_Tree_.O;
158
+ }, parameters: 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, $$_lookups: {
169
+ export type Schema_ = (context: Schema_.I, abort: _pi.Abort<Schema_.E>, lookups: {
160
170
  readonly 'sibling schemas': _pi.Stack_Lookup<Schema_.L.sibling_schemas>;
161
- }, $$_p: null) => Schema_.O;
171
+ }, parameters: 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, $$_lookups: {
182
+ export type Imports_ = (context: Imports_.I, abort: _pi.Abort<Imports_.E>, lookups: {
172
183
  readonly 'sibling schemas': _pi.Stack_Lookup<Imports_.L.sibling_schemas>;
173
- }, $$_p: null) => Imports_.O;
184
+ }, parameters: 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, $$_lookups: null, $$_p: {
200
+ export type Types_ = (context: Types_.I, abort: _pi.Abort<Types_.E>, lookups: null, parameters: {
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=