astn 0.113.80 → 0.113.82

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 (68) hide show
  1. package/dist/implementation/generated/liana/schemas/astn_schema/resolved/refiners/unresolved.js +4 -4
  2. package/dist/implementation/generated/liana/schemas/astn_schema/resolved/transformers/astn_sealed_target.js +15 -15
  3. package/dist/implementation/generated/liana/schemas/astn_schema/resolved/transformers/boilerplate_for_migrate.js +15 -15
  4. package/dist/implementation/generated/liana/schemas/astn_schema/unresolved/refiners/astn_parse_tree.js +60 -60
  5. package/dist/implementation/generated/liana/schemas/authoring_target/refiners/astn_parse_tree.js +90 -90
  6. package/dist/implementation/generated/liana/schemas/authoring_target/transformers/astn_sealed_target.js +38 -38
  7. package/dist/implementation/generated/liana/schemas/authoring_target/transformers/boilerplate_for_migrate.js +38 -38
  8. package/dist/implementation/generated/liana/schemas/ide/refiners/astn_parse_tree.js +24 -24
  9. package/dist/implementation/generated/liana/schemas/ide/transformers/astn_sealed_target.js +11 -11
  10. package/dist/implementation/generated/liana/schemas/ide/transformers/boilerplate_for_migrate.js +11 -11
  11. package/dist/implementation/manual/commands/convert_to_json.d.ts +2 -2
  12. package/dist/implementation/manual/commands/convert_to_json.js +1 -1
  13. package/dist/implementation/manual/commands/format.d.ts +2 -2
  14. package/dist/implementation/manual/commands/format.js +1 -1
  15. package/dist/implementation/manual/commands/validate.d.ts +2 -2
  16. package/dist/implementation/manual/commands/validate.js +1 -1
  17. package/dist/implementation/manual/refiners/ide/parse_tree.js +43 -43
  18. package/dist/implementation/manual/refiners/included_parse_tree/parse_tree.js +32 -32
  19. package/dist/implementation/manual/text_to_text/convert_to_json.d.ts +2 -2
  20. package/dist/implementation/manual/text_to_text/convert_to_json.js +1 -1
  21. package/dist/implementation/manual/text_to_text/format.d.ts +2 -2
  22. package/dist/implementation/manual/text_to_text/format.js +1 -1
  23. package/dist/implementation/manual/text_to_text/validate_astn.d.ts +2 -2
  24. package/dist/implementation/manual/text_to_text/validate_astn.js +3 -3
  25. package/dist/implementation/manual/transformers/authoring_target/fountain_pen.d.ts +4 -4
  26. package/dist/implementation/manual/transformers/authoring_target/fountain_pen.js +32 -32
  27. package/dist/implementation/manual/transformers/authoring_target/text.d.ts +3 -3
  28. package/dist/implementation/manual/transformers/authoring_target/text.js +1 -1
  29. package/dist/implementation/manual/transformers/parse_tree/authoring_target.js +36 -36
  30. package/dist/implementation/manual/transformers/parse_tree/includes.d.ts +5 -5
  31. package/dist/implementation/manual/transformers/parse_tree/includes.js +28 -28
  32. package/dist/implementation/manual/transformers/parse_tree/json_target.js +24 -24
  33. package/dist/implementation/manual/transformers/parse_tree/text.d.ts +2 -2
  34. package/dist/implementation/manual/transformers/parse_tree/text.js +1 -1
  35. package/dist/interface/generated/liana/schemas/astn_schema/data/resolved.d.ts +8 -8
  36. package/dist/interface/generated/liana/schemas/astn_schema/data/unresolved.d.ts +7 -7
  37. package/dist/interface/generated/liana/schemas/astn_schema/signatures/resolved/refiners/unresolved.d.ts +20 -19
  38. package/dist/interface/generated/liana/schemas/astn_schema/signatures/unresolved/refiners/astn_parse_tree.d.ts +9 -9
  39. package/dist/interface/generated/liana/schemas/astn_schema/signatures/unresolved/refiners/list_of_characters.d.ts +9 -9
  40. package/dist/interface/generated/liana/schemas/authoring_target/data.d.ts +6 -6
  41. package/dist/interface/generated/liana/schemas/authoring_target/signatures/refiners/astn_parse_tree.d.ts +6 -6
  42. package/dist/interface/generated/liana/schemas/authoring_target/signatures/refiners/list_of_characters.d.ts +6 -6
  43. package/dist/interface/generated/liana/schemas/ide/data.d.ts +3 -3
  44. package/dist/interface/generated/liana/schemas/ide/signatures/refiners/astn_parse_tree.d.ts +5 -5
  45. package/dist/interface/generated/liana/schemas/ide/signatures/refiners/list_of_characters.d.ts +5 -5
  46. package/dist/interface/signatures/refiners/ide/parse_tree.d.ts +9 -9
  47. package/dist/interface/signatures/transformers/parse_tree/authoring_target.d.ts +7 -7
  48. package/dist/interface/signatures/transformers/parse_tree/json_target.d.ts +5 -5
  49. package/dist/interface/to_be_generated/includes.d.ts +2 -2
  50. package/dist/modules/common_tool_signatures/implementation/manual/command_creators/create_file_to_file_command.d.ts +4 -4
  51. package/dist/modules/common_tool_signatures/implementation/manual/command_creators/create_file_to_file_command.js +8 -8
  52. package/dist/modules/common_tool_signatures/implementation/manual/command_creators/create_stream_to_stream_command.d.ts +4 -4
  53. package/dist/modules/common_tool_signatures/implementation/manual/command_creators/create_stream_to_stream_command.js +14 -13
  54. package/dist/modules/common_tool_signatures/implementation/manual/schemas/file_in_file_out/productions/text.d.ts +2 -2
  55. package/dist/modules/common_tool_signatures/implementation/manual/schemas/file_in_file_out/productions/text.js +3 -3
  56. package/dist/modules/common_tool_signatures/implementation/manual/schemas/file_in_file_out/refiners/main.d.ts +2 -2
  57. package/dist/modules/common_tool_signatures/implementation/manual/schemas/file_in_file_out/refiners/main.js +3 -3
  58. package/dist/modules/common_tool_signatures/implementation/manual/schemas/file_in_file_out/transformers/fountain_pen.js +16 -16
  59. package/dist/modules/common_tool_signatures/implementation/manual/schemas/transform_file/transformers/fountain_pen.js +5 -5
  60. package/dist/modules/common_tool_signatures/interface/commands.d.ts +18 -0
  61. package/dist/modules/common_tool_signatures/interface/commands.js +3 -0
  62. package/package.json +4 -2
  63. package/dist/interface/resources.d.ts +0 -0
  64. package/dist/interface/resources.js +0 -2
  65. package/dist/interface/signatures.d.ts +0 -4
  66. package/dist/interface/signatures.js +0 -3
  67. package/dist/modules/common_tool_signatures/interface/signatures.d.ts +0 -18
  68. package/dist/modules/common_tool_signatures/interface/signatures.js +0 -3
@@ -1,4 +1,5 @@
1
- import * as _pi from 'pareto-core/dist/interface';
1
+ import * as p_i from 'pareto-core/dist/interface';
2
+ import * as p_di from 'pareto-core/dist/data/interface';
2
3
  import * as i_generic from "liana-core/dist/interface/to_be_generated/resolve";
3
4
  import * as i_resolved from "../../../data/resolved";
4
5
  import * as i_unresolved from "../../../data/unresolved";
@@ -9,7 +10,7 @@ export declare namespace Text_Type_ {
9
10
  namespace P {
10
11
  }
11
12
  }
12
- export type Text_Type_ = (context: Text_Type_.I, abort: _pi.Abort<Text_Type_.E>, lookups: symbol, parameters: symbol) => Text_Type_.O;
13
+ export type Text_Type_ = (context: Text_Type_.I, abort: p_i.Abort<Text_Type_.E>, lookups: symbol, parameters: symbol) => Text_Type_.O;
13
14
  export declare namespace Globals_ {
14
15
  type I = i_unresolved.Globals;
15
16
  type O = i_resolved.Globals;
@@ -17,7 +18,7 @@ export declare namespace Globals_ {
17
18
  namespace P {
18
19
  }
19
20
  }
20
- export type Globals_ = (context: Globals_.I, abort: _pi.Abort<Globals_.E>, lookups: symbol, parameters: symbol) => Globals_.O;
21
+ export type Globals_ = (context: Globals_.I, abort: p_i.Abort<Globals_.E>, lookups: symbol, parameters: symbol) => Globals_.O;
21
22
  export declare namespace Value_ {
22
23
  type I = i_unresolved.Value;
23
24
  type O = i_resolved.Value;
@@ -32,16 +33,16 @@ export declare namespace Value_ {
32
33
  namespace globals {
33
34
  type O = i_resolved.Globals_;
34
35
  }
35
- type globals = _pi.Optional_Value<globals.O>;
36
+ type globals = p_di.Optional_Value<globals.O>;
36
37
  namespace imports {
37
38
  type O = i_resolved.Imports_;
38
39
  }
39
- type imports = _pi.Optional_Value<imports.O>;
40
+ type imports = p_di.Optional_Value<imports.O>;
40
41
  }
41
42
  }
42
- export type Value_ = (context: Value_.I, abort: _pi.Abort<Value_.E>, lookups: {
43
- readonly 'noncircular sibling modules': _pi.static_lookup.Acyclic<Value_.L.noncircular_sibling_modules>;
44
- readonly 'possibly circular dependent sibling modules': _pi.static_lookup.Cyclic<Value_.L.possibly_circular_dependent_sibling_modules>;
43
+ export type Value_ = (context: Value_.I, abort: p_i.Abort<Value_.E>, lookups: {
44
+ readonly 'noncircular sibling modules': p_di.static_lookup.Acyclic<Value_.L.noncircular_sibling_modules>;
45
+ readonly 'possibly circular dependent sibling modules': p_di.static_lookup.Cyclic<Value_.L.possibly_circular_dependent_sibling_modules>;
45
46
  }, parameters: {
46
47
  readonly 'globals': Value_.P.globals;
47
48
  readonly 'imports': Value_.P.imports;
@@ -56,8 +57,8 @@ export declare namespace Schemas_ {
56
57
  namespace P {
57
58
  }
58
59
  }
59
- export type Schemas_ = (context: Schemas_.I, abort: _pi.Abort<Schemas_.E>, lookups: {
60
- readonly 'sibling schemas': _pi.static_lookup.Stack<Schemas_.L.sibling_schemas>;
60
+ export type Schemas_ = (context: Schemas_.I, abort: p_i.Abort<Schemas_.E>, lookups: {
61
+ readonly 'sibling schemas': p_di.static_lookup.Stack<Schemas_.L.sibling_schemas>;
61
62
  }, parameters: symbol) => Schemas_.O;
62
63
  export declare namespace Schema_Tree_ {
63
64
  type I = i_unresolved.Schema_Tree;
@@ -69,8 +70,8 @@ export declare namespace Schema_Tree_ {
69
70
  namespace P {
70
71
  }
71
72
  }
72
- export type Schema_Tree_ = (context: Schema_Tree_.I, abort: _pi.Abort<Schema_Tree_.E>, lookups: {
73
- readonly 'sibling schemas': _pi.static_lookup.Stack<Schema_Tree_.L.sibling_schemas>;
73
+ export type Schema_Tree_ = (context: Schema_Tree_.I, abort: p_i.Abort<Schema_Tree_.E>, lookups: {
74
+ readonly 'sibling schemas': p_di.static_lookup.Stack<Schema_Tree_.L.sibling_schemas>;
74
75
  }, parameters: symbol) => Schema_Tree_.O;
75
76
  export declare namespace Schema_ {
76
77
  type I = i_unresolved.Schema;
@@ -82,8 +83,8 @@ export declare namespace Schema_ {
82
83
  namespace P {
83
84
  }
84
85
  }
85
- export type Schema_ = (context: Schema_.I, abort: _pi.Abort<Schema_.E>, lookups: {
86
- readonly 'sibling schemas': _pi.static_lookup.Stack<Schema_.L.sibling_schemas>;
86
+ export type Schema_ = (context: Schema_.I, abort: p_i.Abort<Schema_.E>, lookups: {
87
+ readonly 'sibling schemas': p_di.static_lookup.Stack<Schema_.L.sibling_schemas>;
87
88
  }, parameters: symbol) => Schema_.O;
88
89
  export declare namespace Imports_ {
89
90
  type I = i_unresolved.Imports;
@@ -95,8 +96,8 @@ export declare namespace Imports_ {
95
96
  namespace P {
96
97
  }
97
98
  }
98
- export type Imports_ = (context: Imports_.I, abort: _pi.Abort<Imports_.E>, lookups: {
99
- readonly 'sibling schemas': _pi.static_lookup.Stack<Imports_.L.sibling_schemas>;
99
+ export type Imports_ = (context: Imports_.I, abort: p_i.Abort<Imports_.E>, lookups: {
100
+ readonly 'sibling schemas': p_di.static_lookup.Stack<Imports_.L.sibling_schemas>;
100
101
  }, parameters: symbol) => Imports_.O;
101
102
  export declare namespace Modules_ {
102
103
  type I = i_unresolved.Modules;
@@ -106,14 +107,14 @@ export declare namespace Modules_ {
106
107
  namespace globals {
107
108
  type O = i_resolved.Globals_;
108
109
  }
109
- type globals = _pi.Optional_Value<globals.O>;
110
+ type globals = p_di.Optional_Value<globals.O>;
110
111
  namespace imports {
111
112
  type O = i_resolved.Imports_;
112
113
  }
113
- type imports = _pi.Optional_Value<imports.O>;
114
+ type imports = p_di.Optional_Value<imports.O>;
114
115
  }
115
116
  }
116
- export type Modules_ = (context: Modules_.I, abort: _pi.Abort<Modules_.E>, lookups: symbol, parameters: {
117
+ export type Modules_ = (context: Modules_.I, abort: p_i.Abort<Modules_.E>, lookups: symbol, parameters: {
117
118
  readonly 'globals': Modules_.P.globals;
118
119
  readonly 'imports': Modules_.P.imports;
119
120
  }) => Modules_.O;
@@ -1,4 +1,4 @@
1
- import * as _pi from 'pareto-core/dist/interface';
1
+ import * as p_i from 'pareto-core/dist/interface';
2
2
  import * as i_generic from "liana-core/dist/interface/to_be_generated/unmarshall";
3
3
  import * as i_out from "../../../data/unresolved";
4
4
  import * as i_in from "astn-core/dist/interface/generated/liana/schemas/parse_tree/data";
@@ -9,7 +9,7 @@ export declare namespace Schema_Tree_ {
9
9
  namespace P {
10
10
  }
11
11
  }
12
- export type Schema_Tree_ = (context: Schema_Tree_.I, abort: _pi.Abort<Schema_Tree_.E>) => Schema_Tree_.O;
12
+ export type Schema_Tree_ = (context: Schema_Tree_.I, abort: p_i.Abort<Schema_Tree_.E>) => Schema_Tree_.O;
13
13
  export declare namespace Schemas_ {
14
14
  type I = i_in.Value;
15
15
  type O = i_out.Schemas;
@@ -17,7 +17,7 @@ export declare namespace Schemas_ {
17
17
  namespace P {
18
18
  }
19
19
  }
20
- export type Schemas_ = (context: Schemas_.I, abort: _pi.Abort<Schemas_.E>) => Schemas_.O;
20
+ export type Schemas_ = (context: Schemas_.I, abort: p_i.Abort<Schemas_.E>) => Schemas_.O;
21
21
  export declare namespace Schema_ {
22
22
  type I = i_in.Value;
23
23
  type O = i_out.Schema;
@@ -25,7 +25,7 @@ export declare namespace Schema_ {
25
25
  namespace P {
26
26
  }
27
27
  }
28
- export type Schema_ = (context: Schema_.I, abort: _pi.Abort<Schema_.E>) => Schema_.O;
28
+ export type Schema_ = (context: Schema_.I, abort: p_i.Abort<Schema_.E>) => Schema_.O;
29
29
  export declare namespace Imports_ {
30
30
  type I = i_in.Value;
31
31
  type O = i_out.Imports;
@@ -33,7 +33,7 @@ export declare namespace Imports_ {
33
33
  namespace P {
34
34
  }
35
35
  }
36
- export type Imports_ = (context: Imports_.I, abort: _pi.Abort<Imports_.E>) => Imports_.O;
36
+ export type Imports_ = (context: Imports_.I, abort: p_i.Abort<Imports_.E>) => Imports_.O;
37
37
  export declare namespace Globals_ {
38
38
  type I = i_in.Value;
39
39
  type O = i_out.Globals;
@@ -41,7 +41,7 @@ export declare namespace Globals_ {
41
41
  namespace P {
42
42
  }
43
43
  }
44
- export type Globals_ = (context: Globals_.I, abort: _pi.Abort<Globals_.E>) => Globals_.O;
44
+ export type Globals_ = (context: Globals_.I, abort: p_i.Abort<Globals_.E>) => Globals_.O;
45
45
  export declare namespace Modules_ {
46
46
  type I = i_in.Value;
47
47
  type O = i_out.Modules;
@@ -49,7 +49,7 @@ export declare namespace Modules_ {
49
49
  namespace P {
50
50
  }
51
51
  }
52
- export type Modules_ = (context: Modules_.I, abort: _pi.Abort<Modules_.E>) => Modules_.O;
52
+ export type Modules_ = (context: Modules_.I, abort: p_i.Abort<Modules_.E>) => Modules_.O;
53
53
  export declare namespace Value_ {
54
54
  type I = i_in.Value;
55
55
  type O = i_out.Value;
@@ -57,7 +57,7 @@ export declare namespace Value_ {
57
57
  namespace P {
58
58
  }
59
59
  }
60
- export type Value_ = (context: Value_.I, abort: _pi.Abort<Value_.E>) => Value_.O;
60
+ export type Value_ = (context: Value_.I, abort: p_i.Abort<Value_.E>) => Value_.O;
61
61
  export declare namespace Text_Type_ {
62
62
  type I = i_in.Value;
63
63
  type O = i_out.Text_Type;
@@ -65,5 +65,5 @@ export declare namespace Text_Type_ {
65
65
  namespace P {
66
66
  }
67
67
  }
68
- export type Text_Type_ = (context: Text_Type_.I, abort: _pi.Abort<Text_Type_.E>) => Text_Type_.O;
68
+ export type Text_Type_ = (context: Text_Type_.I, abort: p_i.Abort<Text_Type_.E>) => Text_Type_.O;
69
69
  export { Schema_Tree_ as Schema_Tree, Schemas_ as Schemas, Schema_ as Schema, Imports_ as Imports, Globals_ as Globals, Modules_ as Modules, Value_ as Value, Text_Type_ as Text_Type, };
@@ -1,4 +1,4 @@
1
- import * as _pi from 'pareto-core/dist/interface';
1
+ import * as p_i from 'pareto-core/dist/interface';
2
2
  import * as i_generic from "liana-core/dist/interface/to_be_generated/deserialize";
3
3
  import * as i_in from "pareto-fountain-pen/dist/interface/generated/liana/schemas/list_of_characters/data";
4
4
  import * as i_out from "../../../data/unresolved";
@@ -10,7 +10,7 @@ export declare namespace Schema_Tree_ {
10
10
  type tab_size = number;
11
11
  }
12
12
  }
13
- export type Schema_Tree_ = (context: Schema_Tree_.I, abort: _pi.Abort<Schema_Tree_.E>, parameters: {
13
+ export type Schema_Tree_ = (context: Schema_Tree_.I, abort: p_i.Abort<Schema_Tree_.E>, parameters: {
14
14
  readonly 'tab size': Schema_Tree_.P.tab_size;
15
15
  }) => Schema_Tree_.O;
16
16
  export declare namespace Schemas_ {
@@ -21,7 +21,7 @@ export declare namespace Schemas_ {
21
21
  type tab_size = number;
22
22
  }
23
23
  }
24
- export type Schemas_ = (context: Schemas_.I, abort: _pi.Abort<Schemas_.E>, parameters: {
24
+ export type Schemas_ = (context: Schemas_.I, abort: p_i.Abort<Schemas_.E>, parameters: {
25
25
  readonly 'tab size': Schemas_.P.tab_size;
26
26
  }) => Schemas_.O;
27
27
  export declare namespace Schema_ {
@@ -32,7 +32,7 @@ export declare namespace Schema_ {
32
32
  type tab_size = number;
33
33
  }
34
34
  }
35
- export type Schema_ = (context: Schema_.I, abort: _pi.Abort<Schema_.E>, parameters: {
35
+ export type Schema_ = (context: Schema_.I, abort: p_i.Abort<Schema_.E>, parameters: {
36
36
  readonly 'tab size': Schema_.P.tab_size;
37
37
  }) => Schema_.O;
38
38
  export declare namespace Imports_ {
@@ -43,7 +43,7 @@ export declare namespace Imports_ {
43
43
  type tab_size = number;
44
44
  }
45
45
  }
46
- export type Imports_ = (context: Imports_.I, abort: _pi.Abort<Imports_.E>, parameters: {
46
+ export type Imports_ = (context: Imports_.I, abort: p_i.Abort<Imports_.E>, parameters: {
47
47
  readonly 'tab size': Imports_.P.tab_size;
48
48
  }) => Imports_.O;
49
49
  export declare namespace Globals_ {
@@ -54,7 +54,7 @@ export declare namespace Globals_ {
54
54
  type tab_size = number;
55
55
  }
56
56
  }
57
- export type Globals_ = (context: Globals_.I, abort: _pi.Abort<Globals_.E>, parameters: {
57
+ export type Globals_ = (context: Globals_.I, abort: p_i.Abort<Globals_.E>, parameters: {
58
58
  readonly 'tab size': Globals_.P.tab_size;
59
59
  }) => Globals_.O;
60
60
  export declare namespace Modules_ {
@@ -65,7 +65,7 @@ export declare namespace Modules_ {
65
65
  type tab_size = number;
66
66
  }
67
67
  }
68
- export type Modules_ = (context: Modules_.I, abort: _pi.Abort<Modules_.E>, parameters: {
68
+ export type Modules_ = (context: Modules_.I, abort: p_i.Abort<Modules_.E>, parameters: {
69
69
  readonly 'tab size': Modules_.P.tab_size;
70
70
  }) => Modules_.O;
71
71
  export declare namespace Value_ {
@@ -76,7 +76,7 @@ export declare namespace Value_ {
76
76
  type tab_size = number;
77
77
  }
78
78
  }
79
- export type Value_ = (context: Value_.I, abort: _pi.Abort<Value_.E>, parameters: {
79
+ export type Value_ = (context: Value_.I, abort: p_i.Abort<Value_.E>, parameters: {
80
80
  readonly 'tab size': Value_.P.tab_size;
81
81
  }) => Value_.O;
82
82
  export declare namespace Text_Type_ {
@@ -87,7 +87,7 @@ export declare namespace Text_Type_ {
87
87
  type tab_size = number;
88
88
  }
89
89
  }
90
- export type Text_Type_ = (context: Text_Type_.I, abort: _pi.Abort<Text_Type_.E>, parameters: {
90
+ export type Text_Type_ = (context: Text_Type_.I, abort: p_i.Abort<Text_Type_.E>, parameters: {
91
91
  readonly 'tab size': Text_Type_.P.tab_size;
92
92
  }) => Text_Type_.O;
93
93
  export { Schema_Tree_ as Schema_Tree, Schemas_ as Schemas, Schema_ as Schema, Imports_ as Imports, Globals_ as Globals, Modules_ as Modules, Value_ as Value, Text_Type_ as Text_Type, };
@@ -1,9 +1,9 @@
1
- import * as _pi from 'pareto-core/dist/interface';
1
+ import * as p_di from 'pareto-core/dist/data/interface';
2
2
  export declare namespace Document_ {
3
3
  namespace header {
4
4
  type O = Value_;
5
5
  }
6
- type header = _pi.Optional_Value<header.O>;
6
+ type header = p_di.Optional_Value<header.O>;
7
7
  type content = Value_;
8
8
  }
9
9
  export type Document_ = {
@@ -160,7 +160,7 @@ export declare namespace Token_Trivia_ {
160
160
  readonly 'type': L.type_;
161
161
  };
162
162
  }
163
- type comments = _pi.List<comments.L>;
163
+ type comments = p_di.List<comments.L>;
164
164
  }
165
165
  export type Token_Trivia_ = {
166
166
  readonly 'comments': Token_Trivia_.comments;
@@ -171,16 +171,16 @@ export declare namespace ID_Value_Pairs_ {
171
171
  namespace value {
172
172
  type O = Value_;
173
173
  }
174
- type value = _pi.Optional_Value<value.O>;
174
+ type value = p_di.Optional_Value<value.O>;
175
175
  }
176
176
  type L = {
177
177
  readonly 'id': L.id;
178
178
  readonly 'value': L.value;
179
179
  };
180
180
  }
181
- export type ID_Value_Pairs_ = _pi.List<ID_Value_Pairs_.L>;
181
+ export type ID_Value_Pairs_ = p_di.List<ID_Value_Pairs_.L>;
182
182
  export declare namespace Items_ {
183
183
  type L = Value_;
184
184
  }
185
- export type Items_ = _pi.List<Items_.L>;
185
+ export type Items_ = p_di.List<Items_.L>;
186
186
  export { Document_ as Document, Value_ as Value, Token_Trivia_ as Token_Trivia, ID_Value_Pairs_ as ID_Value_Pairs, Items_ as Items, };
@@ -1,4 +1,4 @@
1
- import * as _pi from 'pareto-core/dist/interface';
1
+ import * as p_i from 'pareto-core/dist/interface';
2
2
  import * as i_generic from "liana-core/dist/interface/to_be_generated/unmarshall";
3
3
  import * as i_out from "../../data";
4
4
  import * as i_in from "astn-core/dist/interface/generated/liana/schemas/parse_tree/data";
@@ -9,7 +9,7 @@ export declare namespace Document_ {
9
9
  namespace P {
10
10
  }
11
11
  }
12
- export type Document_ = (context: Document_.I, abort: _pi.Abort<Document_.E>) => Document_.O;
12
+ export type Document_ = (context: Document_.I, abort: p_i.Abort<Document_.E>) => Document_.O;
13
13
  export declare namespace Value_ {
14
14
  type I = i_in.Value;
15
15
  type O = i_out.Value;
@@ -17,7 +17,7 @@ export declare namespace Value_ {
17
17
  namespace P {
18
18
  }
19
19
  }
20
- export type Value_ = (context: Value_.I, abort: _pi.Abort<Value_.E>) => Value_.O;
20
+ export type Value_ = (context: Value_.I, abort: p_i.Abort<Value_.E>) => Value_.O;
21
21
  export declare namespace Token_Trivia_ {
22
22
  type I = i_in.Value;
23
23
  type O = i_out.Token_Trivia;
@@ -25,7 +25,7 @@ export declare namespace Token_Trivia_ {
25
25
  namespace P {
26
26
  }
27
27
  }
28
- export type Token_Trivia_ = (context: Token_Trivia_.I, abort: _pi.Abort<Token_Trivia_.E>) => Token_Trivia_.O;
28
+ export type Token_Trivia_ = (context: Token_Trivia_.I, abort: p_i.Abort<Token_Trivia_.E>) => Token_Trivia_.O;
29
29
  export declare namespace ID_Value_Pairs_ {
30
30
  type I = i_in.Value;
31
31
  type O = i_out.ID_Value_Pairs;
@@ -33,7 +33,7 @@ export declare namespace ID_Value_Pairs_ {
33
33
  namespace P {
34
34
  }
35
35
  }
36
- export type ID_Value_Pairs_ = (context: ID_Value_Pairs_.I, abort: _pi.Abort<ID_Value_Pairs_.E>) => ID_Value_Pairs_.O;
36
+ export type ID_Value_Pairs_ = (context: ID_Value_Pairs_.I, abort: p_i.Abort<ID_Value_Pairs_.E>) => ID_Value_Pairs_.O;
37
37
  export declare namespace Items_ {
38
38
  type I = i_in.Value;
39
39
  type O = i_out.Items;
@@ -41,5 +41,5 @@ export declare namespace Items_ {
41
41
  namespace P {
42
42
  }
43
43
  }
44
- export type Items_ = (context: Items_.I, abort: _pi.Abort<Items_.E>) => Items_.O;
44
+ export type Items_ = (context: Items_.I, abort: p_i.Abort<Items_.E>) => Items_.O;
45
45
  export { Document_ as Document, Value_ as Value, Token_Trivia_ as Token_Trivia, ID_Value_Pairs_ as ID_Value_Pairs, Items_ as Items, };
@@ -1,4 +1,4 @@
1
- import * as _pi from 'pareto-core/dist/interface';
1
+ import * as p_i from 'pareto-core/dist/interface';
2
2
  import * as i_generic from "liana-core/dist/interface/to_be_generated/deserialize";
3
3
  import * as i_in from "pareto-fountain-pen/dist/interface/generated/liana/schemas/list_of_characters/data";
4
4
  import * as i_out from "../../data";
@@ -10,7 +10,7 @@ export declare namespace Document_ {
10
10
  type tab_size = number;
11
11
  }
12
12
  }
13
- export type Document_ = (context: Document_.I, abort: _pi.Abort<Document_.E>, parameters: {
13
+ export type Document_ = (context: Document_.I, abort: p_i.Abort<Document_.E>, parameters: {
14
14
  readonly 'tab size': Document_.P.tab_size;
15
15
  }) => Document_.O;
16
16
  export declare namespace Value_ {
@@ -21,7 +21,7 @@ export declare namespace Value_ {
21
21
  type tab_size = number;
22
22
  }
23
23
  }
24
- export type Value_ = (context: Value_.I, abort: _pi.Abort<Value_.E>, parameters: {
24
+ export type Value_ = (context: Value_.I, abort: p_i.Abort<Value_.E>, parameters: {
25
25
  readonly 'tab size': Value_.P.tab_size;
26
26
  }) => Value_.O;
27
27
  export declare namespace Token_Trivia_ {
@@ -32,7 +32,7 @@ export declare namespace Token_Trivia_ {
32
32
  type tab_size = number;
33
33
  }
34
34
  }
35
- export type Token_Trivia_ = (context: Token_Trivia_.I, abort: _pi.Abort<Token_Trivia_.E>, parameters: {
35
+ export type Token_Trivia_ = (context: Token_Trivia_.I, abort: p_i.Abort<Token_Trivia_.E>, parameters: {
36
36
  readonly 'tab size': Token_Trivia_.P.tab_size;
37
37
  }) => Token_Trivia_.O;
38
38
  export declare namespace ID_Value_Pairs_ {
@@ -43,7 +43,7 @@ export declare namespace ID_Value_Pairs_ {
43
43
  type tab_size = number;
44
44
  }
45
45
  }
46
- export type ID_Value_Pairs_ = (context: ID_Value_Pairs_.I, abort: _pi.Abort<ID_Value_Pairs_.E>, parameters: {
46
+ export type ID_Value_Pairs_ = (context: ID_Value_Pairs_.I, abort: p_i.Abort<ID_Value_Pairs_.E>, parameters: {
47
47
  readonly 'tab size': ID_Value_Pairs_.P.tab_size;
48
48
  }) => ID_Value_Pairs_.O;
49
49
  export declare namespace Items_ {
@@ -54,7 +54,7 @@ export declare namespace Items_ {
54
54
  type tab_size = number;
55
55
  }
56
56
  }
57
- export type Items_ = (context: Items_.I, abort: _pi.Abort<Items_.E>, parameters: {
57
+ export type Items_ = (context: Items_.I, abort: p_i.Abort<Items_.E>, parameters: {
58
58
  readonly 'tab size': Items_.P.tab_size;
59
59
  }) => Items_.O;
60
60
  export { Document_ as Document, Value_ as Value, Token_Trivia_ as Token_Trivia, ID_Value_Pairs_ as ID_Value_Pairs, Items_ as Items, };
@@ -1,4 +1,4 @@
1
- import * as _pi from 'pareto-core/dist/interface';
1
+ import * as p_di from 'pareto-core/dist/data/interface';
2
2
  export declare namespace Text_Edits_ {
3
3
  namespace L {
4
4
  namespace insert {
@@ -26,7 +26,7 @@ export declare namespace Text_Edits_ {
26
26
  }
27
27
  type L = readonly ['insert', L.insert] | readonly ['replace', L.replace] | readonly ['delete', L.delete_];
28
28
  }
29
- export type Text_Edits_ = _pi.List<Text_Edits_.L>;
29
+ export type Text_Edits_ = p_di.List<Text_Edits_.L>;
30
30
  export declare namespace Relative_Range_ {
31
31
  type start = Relative_Location_;
32
32
  type end = Relative_Location_;
@@ -38,7 +38,7 @@ export type Relative_Range_ = {
38
38
  export declare namespace ID_Value_Pairs_To_Be_Sorted_ {
39
39
  type D = string;
40
40
  }
41
- export type ID_Value_Pairs_To_Be_Sorted_ = _pi.Dictionary<ID_Value_Pairs_To_Be_Sorted_.D>;
41
+ export type ID_Value_Pairs_To_Be_Sorted_ = p_di.Dictionary<ID_Value_Pairs_To_Be_Sorted_.D>;
42
42
  export declare namespace Relative_Location_ {
43
43
  type line = number;
44
44
  type column = number;
@@ -1,4 +1,4 @@
1
- import * as _pi from 'pareto-core/dist/interface';
1
+ import * as p_i from 'pareto-core/dist/interface';
2
2
  import * as i_generic from "liana-core/dist/interface/to_be_generated/unmarshall";
3
3
  import * as i_out from "../../data";
4
4
  import * as i_in from "astn-core/dist/interface/generated/liana/schemas/parse_tree/data";
@@ -9,7 +9,7 @@ export declare namespace Text_Edits_ {
9
9
  namespace P {
10
10
  }
11
11
  }
12
- export type Text_Edits_ = (context: Text_Edits_.I, abort: _pi.Abort<Text_Edits_.E>) => Text_Edits_.O;
12
+ export type Text_Edits_ = (context: Text_Edits_.I, abort: p_i.Abort<Text_Edits_.E>) => Text_Edits_.O;
13
13
  export declare namespace Relative_Range_ {
14
14
  type I = i_in.Value;
15
15
  type O = i_out.Relative_Range;
@@ -17,7 +17,7 @@ export declare namespace Relative_Range_ {
17
17
  namespace P {
18
18
  }
19
19
  }
20
- export type Relative_Range_ = (context: Relative_Range_.I, abort: _pi.Abort<Relative_Range_.E>) => Relative_Range_.O;
20
+ export type Relative_Range_ = (context: Relative_Range_.I, abort: p_i.Abort<Relative_Range_.E>) => Relative_Range_.O;
21
21
  export declare namespace ID_Value_Pairs_To_Be_Sorted_ {
22
22
  type I = i_in.Value;
23
23
  type O = i_out.ID_Value_Pairs_To_Be_Sorted;
@@ -25,7 +25,7 @@ export declare namespace ID_Value_Pairs_To_Be_Sorted_ {
25
25
  namespace P {
26
26
  }
27
27
  }
28
- export type ID_Value_Pairs_To_Be_Sorted_ = (context: ID_Value_Pairs_To_Be_Sorted_.I, abort: _pi.Abort<ID_Value_Pairs_To_Be_Sorted_.E>) => ID_Value_Pairs_To_Be_Sorted_.O;
28
+ export type ID_Value_Pairs_To_Be_Sorted_ = (context: ID_Value_Pairs_To_Be_Sorted_.I, abort: p_i.Abort<ID_Value_Pairs_To_Be_Sorted_.E>) => ID_Value_Pairs_To_Be_Sorted_.O;
29
29
  export declare namespace Relative_Location_ {
30
30
  type I = i_in.Value;
31
31
  type O = i_out.Relative_Location;
@@ -33,5 +33,5 @@ export declare namespace Relative_Location_ {
33
33
  namespace P {
34
34
  }
35
35
  }
36
- export type Relative_Location_ = (context: Relative_Location_.I, abort: _pi.Abort<Relative_Location_.E>) => Relative_Location_.O;
36
+ export type Relative_Location_ = (context: Relative_Location_.I, abort: p_i.Abort<Relative_Location_.E>) => Relative_Location_.O;
37
37
  export { Text_Edits_ as Text_Edits, Relative_Range_ as Relative_Range, ID_Value_Pairs_To_Be_Sorted_ as ID_Value_Pairs_To_Be_Sorted, Relative_Location_ as Relative_Location, };
@@ -1,4 +1,4 @@
1
- import * as _pi from 'pareto-core/dist/interface';
1
+ import * as p_i from 'pareto-core/dist/interface';
2
2
  import * as i_generic from "liana-core/dist/interface/to_be_generated/deserialize";
3
3
  import * as i_in from "pareto-fountain-pen/dist/interface/generated/liana/schemas/list_of_characters/data";
4
4
  import * as i_out from "../../data";
@@ -10,7 +10,7 @@ export declare namespace Text_Edits_ {
10
10
  type tab_size = number;
11
11
  }
12
12
  }
13
- export type Text_Edits_ = (context: Text_Edits_.I, abort: _pi.Abort<Text_Edits_.E>, parameters: {
13
+ export type Text_Edits_ = (context: Text_Edits_.I, abort: p_i.Abort<Text_Edits_.E>, parameters: {
14
14
  readonly 'tab size': Text_Edits_.P.tab_size;
15
15
  }) => Text_Edits_.O;
16
16
  export declare namespace Relative_Range_ {
@@ -21,7 +21,7 @@ export declare namespace Relative_Range_ {
21
21
  type tab_size = number;
22
22
  }
23
23
  }
24
- export type Relative_Range_ = (context: Relative_Range_.I, abort: _pi.Abort<Relative_Range_.E>, parameters: {
24
+ export type Relative_Range_ = (context: Relative_Range_.I, abort: p_i.Abort<Relative_Range_.E>, parameters: {
25
25
  readonly 'tab size': Relative_Range_.P.tab_size;
26
26
  }) => Relative_Range_.O;
27
27
  export declare namespace ID_Value_Pairs_To_Be_Sorted_ {
@@ -32,7 +32,7 @@ export declare namespace ID_Value_Pairs_To_Be_Sorted_ {
32
32
  type tab_size = number;
33
33
  }
34
34
  }
35
- export type ID_Value_Pairs_To_Be_Sorted_ = (context: ID_Value_Pairs_To_Be_Sorted_.I, abort: _pi.Abort<ID_Value_Pairs_To_Be_Sorted_.E>, parameters: {
35
+ export type ID_Value_Pairs_To_Be_Sorted_ = (context: ID_Value_Pairs_To_Be_Sorted_.I, abort: p_i.Abort<ID_Value_Pairs_To_Be_Sorted_.E>, parameters: {
36
36
  readonly 'tab size': ID_Value_Pairs_To_Be_Sorted_.P.tab_size;
37
37
  }) => ID_Value_Pairs_To_Be_Sorted_.O;
38
38
  export declare namespace Relative_Location_ {
@@ -43,7 +43,7 @@ export declare namespace Relative_Location_ {
43
43
  type tab_size = number;
44
44
  }
45
45
  }
46
- export type Relative_Location_ = (context: Relative_Location_.I, abort: _pi.Abort<Relative_Location_.E>, parameters: {
46
+ export type Relative_Location_ = (context: Relative_Location_.I, abort: p_i.Abort<Relative_Location_.E>, parameters: {
47
47
  readonly 'tab size': Relative_Location_.P.tab_size;
48
48
  }) => Relative_Location_.O;
49
49
  export { Text_Edits_ as Text_Edits, Relative_Range_ as Relative_Range, ID_Value_Pairs_To_Be_Sorted_ as ID_Value_Pairs_To_Be_Sorted, Relative_Location_ as Relative_Location, };
@@ -1,4 +1,4 @@
1
- import * as _pi from 'pareto-core/dist/interface';
1
+ import * as p_ti from 'pareto-core/dist/transformer/interface';
2
2
  import * as d_in from "astn-core/dist/interface/generated/liana/schemas/parse_tree/data";
3
3
  import * as d_in_token from "astn-core/dist/interface/generated/liana/schemas/token/data";
4
4
  import * as d_out from "../../../../interface/generated/liana/schemas/ide/data";
@@ -7,11 +7,11 @@ export type Parameters = {
7
7
  'indentation string': string;
8
8
  'current indentation': string;
9
9
  };
10
- export type Whitespace = _pi.Transformer_With_Parameter<d_in_token.Whitespace, d_out.Text_Edits, Parameters>;
11
- export type Trivia = _pi.Transformer_With_Parameter<d_in_token.Trivia, d_out.Text_Edits, Parameters>;
12
- export type Structural_Token = _pi.Transformer_With_Parameter<d_in.Structural_Token, d_out.Text_Edits, Parameters>;
13
- export type Text = _pi.Transformer_With_Parameter<d_in.Text, d_out.Text_Edits, Parameters>;
14
- export type ID_Value_Pairs = _pi.Transformer_With_Parameter<d_in.ID_Value_Pairs, d_out.Text_Edits, Parameters>;
15
- export type Items = _pi.Transformer_With_Parameter<d_in.Items, d_out.Text_Edits, Parameters>;
16
- export type Value = _pi.Transformer_With_Parameter<d_in.Value, d_out.Text_Edits, Parameters>;
17
- export type Document = _pi.Transformer_With_Parameter<d_in.Document, d_out.Text_Edits, Parameters>;
10
+ export type Whitespace = p_ti.Transformer_With_Parameter<d_in_token.Whitespace, d_out.Text_Edits, Parameters>;
11
+ export type Trivia = p_ti.Transformer_With_Parameter<d_in_token.Trivia, d_out.Text_Edits, Parameters>;
12
+ export type Structural_Token = p_ti.Transformer_With_Parameter<d_in.Structural_Token, d_out.Text_Edits, Parameters>;
13
+ export type Text = p_ti.Transformer_With_Parameter<d_in.Text, d_out.Text_Edits, Parameters>;
14
+ export type ID_Value_Pairs = p_ti.Transformer_With_Parameter<d_in.ID_Value_Pairs, d_out.Text_Edits, Parameters>;
15
+ export type Items = p_ti.Transformer_With_Parameter<d_in.Items, d_out.Text_Edits, Parameters>;
16
+ export type Value = p_ti.Transformer_With_Parameter<d_in.Value, d_out.Text_Edits, Parameters>;
17
+ export type Document = p_ti.Transformer_With_Parameter<d_in.Document, d_out.Text_Edits, Parameters>;
@@ -1,9 +1,9 @@
1
- import * as _pi from 'pareto-core/dist/interface';
1
+ import * as p_ti from 'pareto-core/dist/transformer/interface';
2
2
  import * as d_in from "astn-core/dist/interface/generated/liana/schemas/parse_tree/data";
3
3
  import * as d_out from "../../../../interface/generated/liana/schemas/authoring_target/data";
4
- export type Value = _pi.Transformer<d_in.Value, d_out.Value>;
5
- export type Concrete_Value = _pi.Transformer<d_in.Value.type_.concrete, d_out.Value.data.concrete>;
6
- export type ID_Value_Pairs = _pi.Transformer<d_in.ID_Value_Pairs, d_out.ID_Value_Pairs>;
7
- export type Items = _pi.Transformer<d_in.Items, d_out.Items>;
8
- export type Structural_Token = _pi.Transformer<d_in.Structural_Token, d_out.Token_Trivia>;
9
- export type Document = _pi.Transformer<d_in.Document, d_out.Document>;
4
+ export type Value = p_ti.Transformer<d_in.Value, d_out.Value>;
5
+ export type Concrete_Value = p_ti.Transformer<d_in.Value.type_.concrete, d_out.Value.data.concrete>;
6
+ export type ID_Value_Pairs = p_ti.Transformer<d_in.ID_Value_Pairs, d_out.ID_Value_Pairs>;
7
+ export type Items = p_ti.Transformer<d_in.Items, d_out.Items>;
8
+ export type Structural_Token = p_ti.Transformer<d_in.Structural_Token, d_out.Token_Trivia>;
9
+ export type Document = p_ti.Transformer<d_in.Document, d_out.Document>;
@@ -1,7 +1,7 @@
1
- import * as _pi from 'pareto-core/dist/interface';
1
+ import * as p_ti from 'pareto-core/dist/transformer/interface';
2
2
  import * as d_in from "astn-core/dist/interface/generated/liana/schemas/parse_tree/data";
3
3
  import * as d_out from "pareto-json/dist/interface/generated/liana/schemas/json_without_guaranteed_unique_keys/data";
4
- export type Value = _pi.Transformer<d_in.Value, d_out.Value>;
5
- export type ID_Value_Pairs = _pi.Transformer<d_in.ID_Value_Pairs, d_out.Value.object_>;
6
- export type Items = _pi.Transformer<d_in.Items, d_out.Value.array>;
7
- export type Document = _pi.Transformer<d_in.Document, d_out.Document>;
4
+ export type Value = p_ti.Transformer<d_in.Value, d_out.Value>;
5
+ export type ID_Value_Pairs = p_ti.Transformer<d_in.ID_Value_Pairs, d_out.Value.object_>;
6
+ export type Items = p_ti.Transformer<d_in.Items, d_out.Value.array>;
7
+ export type Document = p_ti.Transformer<d_in.Document, d_out.Document>;
@@ -1,3 +1,3 @@
1
- import * as _pi from 'pareto-core/dist/interface';
1
+ import * as p_di from 'pareto-core/dist/data/interface';
2
2
  import * as d_parse_tree from "astn-core/dist/interface/generated/liana/schemas/parse_tree/data";
3
- export type Included_Files = _pi.List<d_parse_tree.Value.type_.include>;
3
+ export type Included_Files = p_di.List<d_parse_tree.Value.type_.include>;
@@ -1,8 +1,8 @@
1
- import * as _pi from 'pareto-core/dist/interface';
2
- import * as signatures from "../../../interface/signatures";
1
+ import * as p_ri from 'pareto-core/dist/refiner/interface';
2
+ import * as signatures from "../../../interface/commands";
3
3
  import * as d_loc from "pareto-fountain-pen/dist/interface/generated/liana/schemas/list_of_characters/data";
4
4
  import * as d_fp from "pareto-fountain-pen/dist/interface/generated/liana/schemas/prose/data";
5
- export type Creator = (deserializer: _pi.Refiner_With_Parameter<d_loc.List_of_Characters, d_fp.Phrase, d_loc.List_of_Characters, {
5
+ export type Creator = (deserializer: p_ri.Refiner_With_Parameter<d_loc.List_of_Characters, d_fp.Phrase, d_loc.List_of_Characters, {
6
6
  'document resource identifier': string;
7
- }>) => signatures.commands.file_in_to_file_out;
7
+ }>) => signatures.procedures.file_in_to_file_out;
8
8
  export declare const $$: Creator;
@@ -34,17 +34,17 @@ var __importStar = (this && this.__importStar) || (function () {
34
34
  })();
35
35
  Object.defineProperty(exports, "__esModule", { value: true });
36
36
  exports.$$ = void 0;
37
- const _p = __importStar(require("pareto-core/dist/command"));
37
+ const p_ = __importStar(require("pareto-core/dist/command/implementation"));
38
38
  //dependencies
39
39
  const r_file_in_file_out_from_main = __importStar(require("../schemas/file_in_file_out/refiners/main"));
40
40
  const t_path_to_text = __importStar(require("pareto-resources/dist/implementation/manual/transformers/unrestricted_path/text"));
41
41
  const t_transform_file_to_fountain_pen = __importStar(require("../schemas/transform_file/transformers/fountain_pen"));
42
42
  //shorthands
43
43
  const sh = __importStar(require("pareto-fountain-pen/dist/shorthands/prose"));
44
- const $$ = (deserializer) => _p.command_procedure(($p, $cr, $qr) => [
45
- _p.handle_error([
46
- _p.refine_without_error_transformation((abort) => r_file_in_file_out_from_main.Parameters($p, ($) => abort(['file in file out', ['command line arguments', $]])), ($r) => [
47
- _p.query($qr['read file']($r.in, ($) => {
44
+ const $$ = (deserializer) => p_.command_procedure(($d, $s, $q, $c) => [
45
+ p_.handle_error([
46
+ p_.refine_without_error_transformation((abort) => r_file_in_file_out_from_main.Parameters($d, ($) => abort(['file in file out', ['command line arguments', $]])), ($r) => [
47
+ p_.query($q['read file']($r.in, ($) => {
48
48
  return ['file in file out', ['reading file', $]];
49
49
  }), ($, abort) => ({
50
50
  'path': $r.out,
@@ -52,13 +52,13 @@ const $$ = (deserializer) => _p.command_procedure(($p, $cr, $qr) => [
52
52
  'document resource identifier': t_path_to_text.Node_Path($r.in),
53
53
  }),
54
54
  }), ($v) => [
55
- $cr['write file'].execute($v, ($) => {
55
+ $c['write file'].execute($v, ($) => {
56
56
  return ['file in file out', ['writing file', $]];
57
57
  })
58
58
  ])
59
59
  ]),
60
60
  ], ($) => [
61
- $cr['log error'].execute({
61
+ $c['log error'].execute({
62
62
  'message': sh.pg.sentences([
63
63
  sh.sentence([
64
64
  t_transform_file_to_fountain_pen.Error($)
@@ -72,4 +72,4 @@ const $$ = (deserializer) => _p.command_procedure(($p, $cr, $qr) => [
72
72
  })),
73
73
  ]);
74
74
  exports.$$ = $$;
75
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3JlYXRlX2ZpbGVfdG9fZmlsZV9jb21tYW5kLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL21vZHVsZXMvY29tbW9uX3Rvb2xfc2lnbmF0dXJlcy9pbXBsZW1lbnRhdGlvbi9tYW51YWwvY29tbWFuZF9jcmVhdG9ycy9jcmVhdGVfZmlsZV90b19maWxlX2NvbW1hbmQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBQUEsNkRBQThDO0FBWTlDLGNBQWM7QUFDZCx3R0FBeUY7QUFDekYsZ0lBQWlIO0FBQ2pILHNIQUF1RztBQUd2RyxZQUFZO0FBQ1osOEVBQStEO0FBY3hELE1BQU0sRUFBRSxHQUFZLENBQUMsWUFBWSxFQUFFLEVBQUUsQ0FBQyxFQUFFLENBQUMsaUJBQWlCLENBQUMsQ0FBQyxFQUFFLEVBQUUsR0FBRyxFQUFFLEdBQUcsRUFBRSxFQUFFLENBQUM7SUFFaEYsRUFBRSxDQUFDLFlBQVksQ0FDWDtRQUVJLEVBQUUsQ0FBQyxtQ0FBbUMsQ0FDbEMsQ0FBQyxLQUFLLEVBQUUsRUFBRSxDQUFDLDRCQUE0QixDQUFDLFVBQVUsQ0FBQyxFQUFFLEVBQUUsQ0FBQyxDQUFDLEVBQUUsRUFBRSxDQUFDLEtBQUssQ0FBQyxDQUFDLGtCQUFrQixFQUFFLENBQUMsd0JBQXdCLEVBQUUsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLEVBQ3pILENBQUMsRUFBRSxFQUFFLEVBQUUsQ0FBQztZQUVKLEVBQUUsQ0FBQyxLQUFLLENBQ0osR0FBRyxDQUFDLFdBQVcsQ0FBQyxDQUNaLEVBQUUsQ0FBQyxFQUFFLEVBQ0wsQ0FBQyxDQUFDLEVBQTBCLEVBQUU7Z0JBQzFCLE9BQU8sQ0FBQyxrQkFBa0IsRUFBRSxDQUFDLGNBQWMsRUFBRSxDQUFDLENBQUMsQ0FBQyxDQUFBO1lBQ3BELENBQUMsQ0FDSixFQUNELENBQUMsQ0FBQyxFQUFFLEtBQUssRUFBRSxFQUFFLENBQUMsQ0FBQztnQkFDWCxNQUFNLEVBQUUsRUFBRSxDQUFDLEdBQUc7Z0JBQ2QsTUFBTSxFQUFFLFlBQVksQ0FDaEIsQ0FBQyxFQUNELENBQUMsQ0FBQyxFQUFFLEVBQUUsQ0FBQyxLQUFLLENBQUMsQ0FBQyxZQUFZLEVBQUUsQ0FBQyxDQUFDLENBQUMsRUFDL0I7b0JBQ0ksOEJBQThCLEVBQUUsY0FBYyxDQUFDLFNBQVMsQ0FBQyxFQUFFLENBQUMsRUFBRSxDQUFDO2lCQUNsRSxDQUNKO2FBQ0osQ0FBQyxFQUNGLENBQUMsRUFBRSxFQUFFLEVBQUUsQ0FBQztnQkFDSixHQUFHLENBQUMsWUFBWSxDQUFDLENBQUMsT0FBTyxDQUNyQixFQUFFLEVBQ0YsQ0FBQyxDQUFDLEVBQUUsRUFBRTtvQkFDRixPQUFPLENBQUMsa0JBQWtCLEVBQUUsQ0FBQyxjQUFjLEVBQUUsQ0FBQyxDQUFDLENBQUMsQ0FBQTtnQkFDcEQsQ0FBQyxDQUVKO2FBQ0osQ0FDSjtTQUNKLENBQ0o7S0FDSixFQUNELENBQUMsQ0FBQyxFQUFFLEVBQUUsQ0FBQztRQUNILEdBQUcsQ0FBQyxXQUFXLENBQUMsQ0FBQyxPQUFPLENBQ3BCO1lBQ0ksU0FBUyxFQUFFLEVBQUUsQ0FBQyxFQUFFLENBQUMsU0FBUyxDQUFDO2dCQUN2QixFQUFFLENBQUMsUUFBUSxDQUFDO29CQUNSLGdDQUFnQyxDQUFDLEtBQUssQ0FBQyxDQUFDLENBQUM7aUJBQzVDLENBQUM7YUFDTCxDQUFDO1NBQ0wsRUFDRCxDQUFDLENBQUMsRUFBRSxFQUFFLENBQUMsQ0FBQztZQUNKLFdBQVcsRUFBRSxDQUFDO1NBQ2pCLENBQUMsQ0FDTDtLQUNKLEVBQ0QsR0FBRyxFQUFFLENBQUMsQ0FBQztRQUNILFdBQVcsRUFBRSxDQUFDO0tBQ2pCLENBQUMsQ0FDTDtDQUNKLENBQUMsQ0FBQTtBQXpEVyxRQUFBLEVBQUUsTUF5RGIifQ==
75
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3JlYXRlX2ZpbGVfdG9fZmlsZV9jb21tYW5kLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL21vZHVsZXMvY29tbW9uX3Rvb2xfc2lnbmF0dXJlcy9pbXBsZW1lbnRhdGlvbi9tYW51YWwvY29tbWFuZF9jcmVhdG9ycy9jcmVhdGVfZmlsZV90b19maWxlX2NvbW1hbmQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBQUEsNEVBQTZEO0FBVzdELGNBQWM7QUFDZCx3R0FBeUY7QUFDekYsZ0lBQWlIO0FBQ2pILHNIQUF1RztBQUd2RyxZQUFZO0FBQ1osOEVBQStEO0FBY3hELE1BQU0sRUFBRSxHQUFZLENBQUMsWUFBWSxFQUFFLEVBQUUsQ0FBQyxFQUFFLENBQUMsaUJBQWlCLENBQzdELENBQUMsRUFBRSxFQUFFLEVBQUUsRUFBRSxFQUFFLEVBQUUsRUFBRSxFQUFFLEVBQUUsQ0FBQztJQUVoQixFQUFFLENBQUMsWUFBWSxDQUNYO1FBRUksRUFBRSxDQUFDLG1DQUFtQyxDQUNsQyxDQUFDLEtBQUssRUFBRSxFQUFFLENBQUMsNEJBQTRCLENBQUMsVUFBVSxDQUFDLEVBQUUsRUFBRSxDQUFDLENBQUMsRUFBRSxFQUFFLENBQUMsS0FBSyxDQUFDLENBQUMsa0JBQWtCLEVBQUUsQ0FBQyx3QkFBd0IsRUFBRSxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsRUFDekgsQ0FBQyxFQUFFLEVBQUUsRUFBRSxDQUFDO1lBRUosRUFBRSxDQUFDLEtBQUssQ0FDSixFQUFFLENBQUMsV0FBVyxDQUFDLENBQ1gsRUFBRSxDQUFDLEVBQUUsRUFDTCxDQUFDLENBQUMsRUFBMEIsRUFBRTtnQkFDMUIsT0FBTyxDQUFDLGtCQUFrQixFQUFFLENBQUMsY0FBYyxFQUFFLENBQUMsQ0FBQyxDQUFDLENBQUE7WUFDcEQsQ0FBQyxDQUNKLEVBQ0QsQ0FBQyxDQUFDLEVBQUUsS0FBSyxFQUFFLEVBQUUsQ0FBQyxDQUFDO2dCQUNYLE1BQU0sRUFBRSxFQUFFLENBQUMsR0FBRztnQkFDZCxNQUFNLEVBQUUsWUFBWSxDQUNoQixDQUFDLEVBQ0QsQ0FBQyxDQUFDLEVBQUUsRUFBRSxDQUFDLEtBQUssQ0FBQyxDQUFDLFlBQVksRUFBRSxDQUFDLENBQUMsQ0FBQyxFQUMvQjtvQkFDSSw4QkFBOEIsRUFBRSxjQUFjLENBQUMsU0FBUyxDQUFDLEVBQUUsQ0FBQyxFQUFFLENBQUM7aUJBQ2xFLENBQ0o7YUFDSixDQUFDLEVBQ0YsQ0FBQyxFQUFFLEVBQUUsRUFBRSxDQUFDO2dCQUNKLEVBQUUsQ0FBQyxZQUFZLENBQUMsQ0FBQyxPQUFPLENBQ3BCLEVBQUUsRUFDRixDQUFDLENBQUMsRUFBRSxFQUFFO29CQUNGLE9BQU8sQ0FBQyxrQkFBa0IsRUFBRSxDQUFDLGNBQWMsRUFBRSxDQUFDLENBQUMsQ0FBQyxDQUFBO2dCQUNwRCxDQUFDLENBRUo7YUFDSixDQUNKO1NBQ0osQ0FDSjtLQUNKLEVBQ0QsQ0FBQyxDQUFDLEVBQUUsRUFBRSxDQUFDO1FBQ0gsRUFBRSxDQUFDLFdBQVcsQ0FBQyxDQUFDLE9BQU8sQ0FDbkI7WUFDSSxTQUFTLEVBQUUsRUFBRSxDQUFDLEVBQUUsQ0FBQyxTQUFTLENBQUM7Z0JBQ3ZCLEVBQUUsQ0FBQyxRQUFRLENBQUM7b0JBQ1IsZ0NBQWdDLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FBQztpQkFDNUMsQ0FBQzthQUNMLENBQUM7U0FDTCxFQUNELENBQUMsQ0FBQyxFQUFFLEVBQUUsQ0FBQyxDQUFDO1lBQ0osV0FBVyxFQUFFLENBQUM7U0FDakIsQ0FBQyxDQUNMO0tBQ0osRUFDRCxHQUFHLEVBQUUsQ0FBQyxDQUFDO1FBQ0gsV0FBVyxFQUFFLENBQUM7S0FDakIsQ0FBQyxDQUNMO0NBQ0osQ0FBQyxDQUFBO0FBMURPLFFBQUEsRUFBRSxNQTBEVCJ9