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
@@ -0,0 +1,79 @@
1
+ import * as i_in from "./data/resolved";
2
+ export declare namespace Schemas_ {
3
+ type I = i_in.Schemas;
4
+ type O = string;
5
+ namespace P {
6
+ }
7
+ }
8
+ export type Schemas_ = (context: Schemas_.I) => Schemas_.O;
9
+ export declare namespace Text_Type_ {
10
+ type I = i_in.Text_Type;
11
+ type O = string;
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 = i_in.Globals;
18
+ type O = string;
19
+ namespace P {
20
+ }
21
+ }
22
+ export type Globals_ = (context: Globals_.I) => Globals_.O;
23
+ export declare namespace Type_ {
24
+ type I = i_in.Type;
25
+ type O = string;
26
+ namespace P {
27
+ }
28
+ }
29
+ export type Type_ = (context: Type_.I) => Type_.O;
30
+ export declare namespace Types_ {
31
+ type I = i_in.Types;
32
+ type O = string;
33
+ namespace P {
34
+ }
35
+ }
36
+ export type Types_ = (context: Types_.I) => Types_.O;
37
+ export declare namespace Schema_ {
38
+ type I = i_in.Schema;
39
+ type O = string;
40
+ namespace P {
41
+ }
42
+ }
43
+ export type Schema_ = (context: Schema_.I) => Schema_.O;
44
+ export declare namespace Schema_Tree_ {
45
+ type I = i_in.Schema_Tree;
46
+ type O = string;
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 = i_in.Imports;
53
+ type O = string;
54
+ namespace P {
55
+ }
56
+ }
57
+ export type Imports_ = (context: Imports_.I) => Imports_.O;
58
+ export declare namespace Dictionary_ {
59
+ type I = i_in.Dictionary;
60
+ type O = string;
61
+ namespace P {
62
+ }
63
+ }
64
+ export type Dictionary_ = (context: Dictionary_.I) => Dictionary_.O;
65
+ export declare namespace Group_ {
66
+ type I = i_in.Group;
67
+ type O = string;
68
+ namespace P {
69
+ }
70
+ }
71
+ export type Group_ = (context: Group_.I) => Group_.O;
72
+ export declare namespace Type_Node_ {
73
+ type I = i_in.Type_Node;
74
+ type O = string;
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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VyaWFsaXplLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvbGlhbmEvc2NoZW1hcy9hc3RuX3NjaGVtYS9zZXJpYWxpemUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
@@ -0,0 +1,80 @@
1
+ import * as i_out from "./data/unresolved";
2
+ import * as i_in from "astn-core/dist/interface/generated/liana/schemas/parse_tree/data";
3
+ export declare namespace Schemas_ {
4
+ type I = i_in.Value;
5
+ type O = i_out.Schemas;
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.Value;
12
+ type O = i_out.Text_Type;
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.Value;
19
+ type O = i_out.Globals;
20
+ namespace P {
21
+ }
22
+ }
23
+ export type Globals_ = (context: Globals_.I) => Globals_.O;
24
+ export declare namespace Type_ {
25
+ type I = i_in.Value;
26
+ type O = i_out.Type;
27
+ namespace P {
28
+ }
29
+ }
30
+ export type Type_ = (context: Type_.I) => Type_.O;
31
+ export declare namespace Types_ {
32
+ type I = i_in.Value;
33
+ type O = i_out.Types;
34
+ namespace P {
35
+ }
36
+ }
37
+ export type Types_ = (context: Types_.I) => Types_.O;
38
+ export declare namespace Schema_ {
39
+ type I = i_in.Value;
40
+ type O = i_out.Schema;
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.Value;
47
+ type O = i_out.Schema_Tree;
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.Value;
54
+ type O = i_out.Imports;
55
+ namespace P {
56
+ }
57
+ }
58
+ export type Imports_ = (context: Imports_.I) => Imports_.O;
59
+ export declare namespace Dictionary_ {
60
+ type I = i_in.Value;
61
+ type O = i_out.Dictionary;
62
+ namespace P {
63
+ }
64
+ }
65
+ export type Dictionary_ = (context: Dictionary_.I) => Dictionary_.O;
66
+ export declare namespace Group_ {
67
+ type I = i_in.Value;
68
+ type O = i_out.Group;
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.Value;
75
+ type O = i_out.Type_Node;
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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidW5tYXJzaGFsbC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL2xpYW5hL3NjaGVtYXMvYXN0bl9zY2hlbWEvdW5tYXJzaGFsbC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
@@ -18,7 +18,7 @@ export declare namespace Value_ {
18
18
  readonly 'path': include.path;
19
19
  };
20
20
  namespace concrete {
21
- namespace _type {
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 _set = Value_;
50
+ type set_ = Value_;
51
51
  }
52
- type optional = readonly ['not set', optional.not_set] | readonly ['set', optional._set];
53
- namespace state_group {
52
+ type optional = readonly ['not set', optional.not_set] | readonly ['set', optional.set_];
53
+ namespace state {
54
54
  type missing_data = null;
55
- namespace _set {
56
- type state = string;
55
+ namespace set_ {
56
+ type option = string;
57
57
  type value = Value_;
58
58
  }
59
- type _set = {
60
- readonly 'state': _set.state;
61
- readonly 'value': _set.value;
59
+ type set_ = {
60
+ readonly 'option': set_.option;
61
+ readonly 'value': set_.value;
62
62
  };
63
63
  }
64
- type state_group = readonly ['missing data', state_group.missing_data] | readonly ['set', state_group._set];
64
+ type state = readonly ['missing data', state.missing_data] | readonly ['set', state.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 _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];
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', type_.state] | readonly ['text', type_.text];
80
80
  }
81
81
  type concrete = {
82
- readonly 'type': concrete._type;
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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGF0YS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL2F1dGhvcmluZ190YXJnZXQvZGF0YS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGF0YS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL2xpYW5hL3NjaGVtYXMvYXV0aG9yaW5nX3RhcmdldC9kYXRhLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
@@ -0,0 +1,16 @@
1
+ import * as i_out from "./data";
2
+ export declare namespace Value_ {
3
+ type I = string;
4
+ type O = i_out.Value;
5
+ namespace P {
6
+ }
7
+ }
8
+ export type Value_ = (context: Value_.I) => Value_.O;
9
+ export declare namespace Document_ {
10
+ type I = string;
11
+ type O = i_out.Document;
12
+ namespace P {
13
+ }
14
+ }
15
+ export type Document_ = (context: Document_.I) => Document_.O;
16
+ export { Value_ as Value, Document_ as Document, };
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVzZXJpYWxpemUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL2dlbmVyYXRlZC9saWFuYS9zY2hlbWFzL2F1dGhvcmluZ190YXJnZXQvZGVzZXJpYWxpemUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
@@ -0,0 +1,17 @@
1
+ import * as i_out from "astn-core/dist/interface/generated/liana/schemas/sealed_target/data";
2
+ import * as i_in from "./data";
3
+ export declare namespace Value_ {
4
+ type I = i_in.Value;
5
+ type O = i_out.Value;
6
+ namespace P {
7
+ }
8
+ }
9
+ export type Value_ = (context: Value_.I) => Value_.O;
10
+ export declare namespace Document_ {
11
+ type I = i_in.Document;
12
+ type O = i_out.Value;
13
+ namespace P {
14
+ }
15
+ }
16
+ export type Document_ = (context: Document_.I) => Document_.O;
17
+ export { Value_ as Value, Document_ as Document, };
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWFyc2hhbGwuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL2dlbmVyYXRlZC9saWFuYS9zY2hlbWFzL2F1dGhvcmluZ190YXJnZXQvbWFyc2hhbGwudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
@@ -6,12 +6,12 @@ export declare namespace Value_ {
6
6
  namespace P {
7
7
  }
8
8
  }
9
- export type Value_ = ($$_: Value_.I) => Value_.O;
9
+ export type Value_ = (context: Value_.I) => Value_.O;
10
10
  export declare namespace Document_ {
11
11
  type I = i_in.Document;
12
12
  type O = i_out.Document;
13
13
  namespace P {
14
14
  }
15
15
  }
16
- export type Document_ = ($$_: Document_.I) => Document_.O;
16
+ export type Document_ = (context: Document_.I) => Document_.O;
17
17
  export { Value_ as Value, Document_ as Document, };
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWlncmF0ZV9ib2lsZXJwbGF0ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL2F1dGhvcmluZ190YXJnZXQvbWlncmF0ZV9ib2lsZXJwbGF0ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWlncmF0ZV9ib2lsZXJwbGF0ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL2xpYW5hL3NjaGVtYXMvYXV0aG9yaW5nX3RhcmdldC9taWdyYXRlX2JvaWxlcnBsYXRlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
@@ -0,0 +1,16 @@
1
+ import * as i_in from "./data";
2
+ export declare namespace Value_ {
3
+ type I = i_in.Value;
4
+ type O = string;
5
+ namespace P {
6
+ }
7
+ }
8
+ export type Value_ = (context: Value_.I) => Value_.O;
9
+ export declare namespace Document_ {
10
+ type I = i_in.Document;
11
+ type O = string;
12
+ namespace P {
13
+ }
14
+ }
15
+ export type Document_ = (context: Document_.I) => Document_.O;
16
+ export { Value_ as Value, Document_ as Document, };
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VyaWFsaXplLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvbGlhbmEvc2NoZW1hcy9hdXRob3JpbmdfdGFyZ2V0L3NlcmlhbGl6ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
@@ -0,0 +1,17 @@
1
+ import * as i_out from "./data";
2
+ import * as i_in from "astn-core/dist/interface/generated/liana/schemas/parse_tree/data";
3
+ export declare namespace Value_ {
4
+ type I = i_in.Value;
5
+ type O = i_out.Value;
6
+ namespace P {
7
+ }
8
+ }
9
+ export type Value_ = (context: Value_.I) => Value_.O;
10
+ export declare namespace Document_ {
11
+ type I = i_in.Value;
12
+ type O = i_out.Document;
13
+ namespace P {
14
+ }
15
+ }
16
+ export type Document_ = (context: Document_.I) => Document_.O;
17
+ export { Value_ as Value, Document_ as Document, };
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidW5tYXJzaGFsbC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL2xpYW5hL3NjaGVtYXMvYXV0aG9yaW5nX3RhcmdldC91bm1hcnNoYWxsLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
@@ -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 _delete {
36
+ namespace delete_ {
37
37
  type range = Relative_Range_;
38
38
  }
39
- type _delete = {
40
- readonly 'range': _delete.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._delete];
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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGF0YS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL2lkZS9kYXRhLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGF0YS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL2xpYW5hL3NjaGVtYXMvaWRlL2RhdGEudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
@@ -0,0 +1,30 @@
1
+ import * as i_out from "./data";
2
+ export declare namespace Relative_Location_ {
3
+ type I = string;
4
+ type O = i_out.Relative_Location;
5
+ namespace P {
6
+ }
7
+ }
8
+ export type Relative_Location_ = (context: Relative_Location_.I) => Relative_Location_.O;
9
+ export declare namespace Relative_Range_ {
10
+ type I = string;
11
+ type O = i_out.Relative_Range;
12
+ namespace P {
13
+ }
14
+ }
15
+ export type Relative_Range_ = (context: Relative_Range_.I) => Relative_Range_.O;
16
+ export declare namespace Text_Edits_ {
17
+ type I = string;
18
+ type O = i_out.Text_Edits;
19
+ namespace P {
20
+ }
21
+ }
22
+ export type Text_Edits_ = (context: Text_Edits_.I) => Text_Edits_.O;
23
+ export declare namespace Key_Value_Pairs_To_Be_Sorted_ {
24
+ type I = string;
25
+ type O = i_out.Key_Value_Pairs_To_Be_Sorted;
26
+ namespace P {
27
+ }
28
+ }
29
+ export type Key_Value_Pairs_To_Be_Sorted_ = (context: Key_Value_Pairs_To_Be_Sorted_.I) => Key_Value_Pairs_To_Be_Sorted_.O;
30
+ export { Relative_Location_ as Relative_Location, Relative_Range_ as Relative_Range, Text_Edits_ as Text_Edits, Key_Value_Pairs_To_Be_Sorted_ as Key_Value_Pairs_To_Be_Sorted, };
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVzZXJpYWxpemUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL2dlbmVyYXRlZC9saWFuYS9zY2hlbWFzL2lkZS9kZXNlcmlhbGl6ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
@@ -0,0 +1,31 @@
1
+ import * as i_out from "astn-core/dist/interface/generated/liana/schemas/sealed_target/data";
2
+ import * as i_in from "./data";
3
+ export declare namespace Relative_Location_ {
4
+ type I = i_in.Relative_Location;
5
+ type O = i_out.Value;
6
+ namespace P {
7
+ }
8
+ }
9
+ export type Relative_Location_ = (context: Relative_Location_.I) => Relative_Location_.O;
10
+ export declare namespace Relative_Range_ {
11
+ type I = i_in.Relative_Range;
12
+ type O = i_out.Value;
13
+ namespace P {
14
+ }
15
+ }
16
+ export type Relative_Range_ = (context: Relative_Range_.I) => Relative_Range_.O;
17
+ export declare namespace Text_Edits_ {
18
+ type I = i_in.Text_Edits;
19
+ type O = i_out.Value;
20
+ namespace P {
21
+ }
22
+ }
23
+ export type Text_Edits_ = (context: Text_Edits_.I) => Text_Edits_.O;
24
+ export declare namespace Key_Value_Pairs_To_Be_Sorted_ {
25
+ type I = i_in.Key_Value_Pairs_To_Be_Sorted;
26
+ type O = i_out.Value;
27
+ namespace P {
28
+ }
29
+ }
30
+ export type Key_Value_Pairs_To_Be_Sorted_ = (context: Key_Value_Pairs_To_Be_Sorted_.I) => Key_Value_Pairs_To_Be_Sorted_.O;
31
+ export { Relative_Location_ as Relative_Location, Relative_Range_ as Relative_Range, Text_Edits_ as Text_Edits, Key_Value_Pairs_To_Be_Sorted_ as Key_Value_Pairs_To_Be_Sorted, };
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWFyc2hhbGwuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL2dlbmVyYXRlZC9saWFuYS9zY2hlbWFzL2lkZS9tYXJzaGFsbC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
@@ -6,26 +6,26 @@ export declare namespace Relative_Location_ {
6
6
  namespace P {
7
7
  }
8
8
  }
9
- export type Relative_Location_ = ($$_: Relative_Location_.I) => Relative_Location_.O;
9
+ export type Relative_Location_ = (context: Relative_Location_.I) => Relative_Location_.O;
10
10
  export declare namespace Relative_Range_ {
11
11
  type I = i_in.Relative_Range;
12
12
  type O = i_out.Relative_Range;
13
13
  namespace P {
14
14
  }
15
15
  }
16
- export type Relative_Range_ = ($$_: Relative_Range_.I) => Relative_Range_.O;
16
+ export type Relative_Range_ = (context: Relative_Range_.I) => Relative_Range_.O;
17
17
  export declare namespace Text_Edits_ {
18
18
  type I = i_in.Text_Edits;
19
19
  type O = i_out.Text_Edits;
20
20
  namespace P {
21
21
  }
22
22
  }
23
- export type Text_Edits_ = ($$_: Text_Edits_.I) => Text_Edits_.O;
23
+ export type Text_Edits_ = (context: Text_Edits_.I) => Text_Edits_.O;
24
24
  export declare namespace Key_Value_Pairs_To_Be_Sorted_ {
25
25
  type I = i_in.Key_Value_Pairs_To_Be_Sorted;
26
26
  type O = i_out.Key_Value_Pairs_To_Be_Sorted;
27
27
  namespace P {
28
28
  }
29
29
  }
30
- export type Key_Value_Pairs_To_Be_Sorted_ = ($$_: Key_Value_Pairs_To_Be_Sorted_.I) => Key_Value_Pairs_To_Be_Sorted_.O;
30
+ export type Key_Value_Pairs_To_Be_Sorted_ = (context: Key_Value_Pairs_To_Be_Sorted_.I) => Key_Value_Pairs_To_Be_Sorted_.O;
31
31
  export { Relative_Location_ as Relative_Location, Relative_Range_ as Relative_Range, Text_Edits_ as Text_Edits, Key_Value_Pairs_To_Be_Sorted_ as 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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWlncmF0ZV9ib2lsZXJwbGF0ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL2lkZS9taWdyYXRlX2JvaWxlcnBsYXRlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWlncmF0ZV9ib2lsZXJwbGF0ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL2xpYW5hL3NjaGVtYXMvaWRlL21pZ3JhdGVfYm9pbGVycGxhdGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
@@ -0,0 +1,30 @@
1
+ import * as i_in from "./data";
2
+ export declare namespace Relative_Location_ {
3
+ type I = i_in.Relative_Location;
4
+ type O = string;
5
+ namespace P {
6
+ }
7
+ }
8
+ export type Relative_Location_ = (context: Relative_Location_.I) => Relative_Location_.O;
9
+ export declare namespace Relative_Range_ {
10
+ type I = i_in.Relative_Range;
11
+ type O = string;
12
+ namespace P {
13
+ }
14
+ }
15
+ export type Relative_Range_ = (context: Relative_Range_.I) => Relative_Range_.O;
16
+ export declare namespace Text_Edits_ {
17
+ type I = i_in.Text_Edits;
18
+ type O = string;
19
+ namespace P {
20
+ }
21
+ }
22
+ export type Text_Edits_ = (context: Text_Edits_.I) => Text_Edits_.O;
23
+ export declare namespace Key_Value_Pairs_To_Be_Sorted_ {
24
+ type I = i_in.Key_Value_Pairs_To_Be_Sorted;
25
+ type O = string;
26
+ namespace P {
27
+ }
28
+ }
29
+ export type Key_Value_Pairs_To_Be_Sorted_ = (context: Key_Value_Pairs_To_Be_Sorted_.I) => Key_Value_Pairs_To_Be_Sorted_.O;
30
+ export { Relative_Location_ as Relative_Location, Relative_Range_ as Relative_Range, Text_Edits_ as Text_Edits, Key_Value_Pairs_To_Be_Sorted_ as Key_Value_Pairs_To_Be_Sorted, };
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VyaWFsaXplLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvbGlhbmEvc2NoZW1hcy9pZGUvc2VyaWFsaXplLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
@@ -0,0 +1,31 @@
1
+ import * as i_out from "./data";
2
+ import * as i_in from "astn-core/dist/interface/generated/liana/schemas/parse_tree/data";
3
+ export declare namespace Relative_Location_ {
4
+ type I = i_in.Value;
5
+ type O = i_out.Relative_Location;
6
+ namespace P {
7
+ }
8
+ }
9
+ export type Relative_Location_ = (context: Relative_Location_.I) => Relative_Location_.O;
10
+ export declare namespace Relative_Range_ {
11
+ type I = i_in.Value;
12
+ type O = i_out.Relative_Range;
13
+ namespace P {
14
+ }
15
+ }
16
+ export type Relative_Range_ = (context: Relative_Range_.I) => Relative_Range_.O;
17
+ export declare namespace Text_Edits_ {
18
+ type I = i_in.Value;
19
+ type O = i_out.Text_Edits;
20
+ namespace P {
21
+ }
22
+ }
23
+ export type Text_Edits_ = (context: Text_Edits_.I) => Text_Edits_.O;
24
+ export declare namespace Key_Value_Pairs_To_Be_Sorted_ {
25
+ type I = i_in.Value;
26
+ type O = i_out.Key_Value_Pairs_To_Be_Sorted;
27
+ namespace P {
28
+ }
29
+ }
30
+ export type Key_Value_Pairs_To_Be_Sorted_ = (context: Key_Value_Pairs_To_Be_Sorted_.I) => Key_Value_Pairs_To_Be_Sorted_.O;
31
+ export { Relative_Location_ as Relative_Location, Relative_Range_ as Relative_Range, Text_Edits_ as Text_Edits, Key_Value_Pairs_To_Be_Sorted_ as Key_Value_Pairs_To_Be_Sorted, };
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidW5tYXJzaGFsbC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL2xpYW5hL3NjaGVtYXMvaWRlL3VubWFyc2hhbGwudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
@@ -1,7 +1,7 @@
1
1
  import * as _pi from 'pareto-core/dist/interface';
2
- import * as d_in from "astn-core/dist/interface/generated/pareto/schemas/parse_tree/data";
3
- import * as d_in_token from "astn-core/dist/interface/generated/pareto/schemas/token/data";
4
- import * as d_out from "../../../../interface/generated/pareto/schemas/ide/data";
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
1
  import * as _pi from 'pareto-core/dist/interface';
2
- import * as d_in from "../../../generated/pareto/schemas/authoring_target/data";
3
- import * as d_out from "pareto-fountain-pen/dist/interface/generated/pareto/schemas/block/data";
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
1
  import * as _pi from 'pareto-core/dist/interface';
2
- import * as d_in from "astn-core/dist/interface/generated/pareto/schemas/parse_tree/data";
3
- import * as d_out from "pareto-json/dist/interface/generated/pareto/schemas/json/data";
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._object.key_value_array>;
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
1
  import * as _pi from 'pareto-core/dist/interface';
2
- import * as d_in from "astn-core/dist/interface/generated/pareto/schemas/parse_tree/data";
3
- import * as d_out from "astn-core/dist/interface/generated/pareto/schemas/token/data";
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>;
@@ -43,7 +43,7 @@ const $$ = (func) => {
43
43
  ])
44
44
  ], ($) => [
45
45
  $cr['log error'].execute({
46
- 'lines': _p.list.literal([_p.sg($, ($) => {
46
+ 'lines': _p.list.literal([_p.decide.state($, ($) => {
47
47
  switch ($[0]) {
48
48
  case 'could not read instream': return _p.ss($, ($) => `could not read instream`);
49
49
  case 'deserialization failed': return _p.ss($, ($) => $);
@@ -60,4 +60,4 @@ const $$ = (func) => {
60
60
  ]);
61
61
  };
62
62
  exports.$$ = $$;
63
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3JlYXRlX3N0cmVhbV90b19zdHJlYW1fY29tbWFuZC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9tb2R1bGVzL2NvbW1vbl90b29sX3NpZ25hdHVyZXMvaW1wbGVtZW50YXRpb24vbWFudWFsL2NvbW1hbmRfY3JlYXRvcnMvY3JlYXRlX3N0cmVhbV90b19zdHJlYW1fY29tbWFuZC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7QUFBQSw2REFBOEM7QUFldkMsTUFBTSxFQUFFLEdBQUcsQ0FBQyxJQUFtQyxFQUErQyxFQUFFO0lBQ25HLE9BQU8sRUFBRSxDQUFDLGlCQUFpQixDQUN2QixDQUFDLEVBQUUsRUFBRSxHQUFHLEVBQUUsR0FBRyxFQUFFLEVBQUUsQ0FBQztRQUVkLEVBQUUsQ0FBQyw2QkFBNkIsQ0FDNUI7WUFDSSxFQUFFLENBQUMsS0FBSyxDQUNKLEdBQUcsQ0FBQyxtQkFBbUIsQ0FBQyxDQUNwQixJQUFJLEVBQ0osQ0FBQyxDQUFDLEVBQVksRUFBRSxDQUFDLENBQUMseUJBQXlCLEVBQUUsSUFBSSxDQUFDLENBQ3JELEVBQ0QsQ0FBQyxDQUFDLEVBQUUsS0FBSyxFQUFFLEVBQUUsQ0FBQyxJQUFJLENBQ2QsQ0FBQyxFQUNELENBQUMsQ0FBQyxFQUFFLEVBQUUsQ0FBQyxLQUFLLENBQUMsQ0FBQyx3QkFBd0IsRUFBRSxDQUFDLENBQUMsQ0FBQyxDQUM5QyxFQUNELENBQUMsRUFBRSxFQUFFLEVBQUUsQ0FBQztnQkFDSixHQUFHLENBQUMsaUJBQWlCLENBQUMsQ0FBQyxPQUFPLENBQzFCLEVBQUUsRUFDRixDQUFDLENBQUMsRUFBWSxFQUFFLENBQUMsQ0FBQywyQkFBMkIsRUFBRSxJQUFJLENBQUMsQ0FDdkQ7YUFDSixDQUNKO1NBQ0osRUFDRCxDQUFDLENBQUMsRUFBRSxFQUFFLENBQUM7WUFDSCxHQUFHLENBQUMsV0FBVyxDQUFDLENBQUMsT0FBTyxDQUNwQjtnQkFDSSxPQUFPLEVBQUUsRUFBRSxDQUFDLElBQUksQ0FBQyxPQUFPLENBQUMsQ0FBQyxFQUFFLENBQUMsRUFBRSxDQUFDLENBQUMsRUFBRSxDQUFDLENBQUMsRUFBRSxFQUFFO3dCQUNyQyxRQUFRLENBQUMsQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDOzRCQUNYLEtBQUsseUJBQXlCLENBQUMsQ0FBQyxPQUFPLEVBQUUsQ0FBQyxFQUFFLENBQUMsQ0FBQyxFQUFFLENBQUMsQ0FBQyxFQUFFLEVBQUUsQ0FBQyx5QkFBeUIsQ0FBQyxDQUFBOzRCQUNqRixLQUFLLHdCQUF3QixDQUFDLENBQUMsT0FBTyxFQUFFLENBQUMsRUFBRSxDQUFDLENBQUMsRUFBRSxDQUFDLENBQUMsRUFBRSxFQUFFLENBQUMsQ0FBQyxDQUFDLENBQUE7NEJBQ3hELEtBQUssMkJBQTJCLENBQUMsQ0FBQyxPQUFPLEVBQUUsQ0FBQyxFQUFFLENBQUMsQ0FBQyxFQUFFLENBQUMsQ0FBQyxFQUFFLEVBQUUsQ0FBQywyQkFBMkIsQ0FBQyxDQUFBOzRCQUNyRixPQUFPLENBQUMsQ0FBQyxPQUFPLEVBQUUsQ0FBQyxFQUFFLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUE7d0JBQy9CLENBQUM7b0JBQ0wsQ0FBQyxDQUFDLENBQUMsQ0FBQzthQUNQLEVBQ0QsQ0FBQyxDQUFDLEVBQWdCLEVBQUUsQ0FBQyxDQUFDO2dCQUNsQixXQUFXLEVBQUUsQ0FBQzthQUNqQixDQUFDLENBQ0w7U0FDSixFQUNELENBQUM7WUFDRyxXQUFXLEVBQUUsQ0FBQztTQUNqQixDQUFDLENBQ0w7S0FDSixDQUNKLENBQUE7QUFDTCxDQUFDLENBQUE7QUE5Q1ksUUFBQSxFQUFFLE1BOENkIn0=
63
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3JlYXRlX3N0cmVhbV90b19zdHJlYW1fY29tbWFuZC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9tb2R1bGVzL2NvbW1vbl90b29sX3NpZ25hdHVyZXMvaW1wbGVtZW50YXRpb24vbWFudWFsL2NvbW1hbmRfY3JlYXRvcnMvY3JlYXRlX3N0cmVhbV90b19zdHJlYW1fY29tbWFuZC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7QUFBQSw2REFBOEM7QUFldkMsTUFBTSxFQUFFLEdBQUcsQ0FBQyxJQUFtQyxFQUErQyxFQUFFO0lBQ25HLE9BQU8sRUFBRSxDQUFDLGlCQUFpQixDQUN2QixDQUFDLEVBQUUsRUFBRSxHQUFHLEVBQUUsR0FBRyxFQUFFLEVBQUUsQ0FBQztRQUVkLEVBQUUsQ0FBQyw2QkFBNkIsQ0FDNUI7WUFDSSxFQUFFLENBQUMsS0FBSyxDQUNKLEdBQUcsQ0FBQyxtQkFBbUIsQ0FBQyxDQUNwQixJQUFJLEVBQ0osQ0FBQyxDQUFDLEVBQVksRUFBRSxDQUFDLENBQUMseUJBQXlCLEVBQUUsSUFBSSxDQUFDLENBQ3JELEVBQ0QsQ0FBQyxDQUFDLEVBQUUsS0FBSyxFQUFFLEVBQUUsQ0FBQyxJQUFJLENBQ2QsQ0FBQyxFQUNELENBQUMsQ0FBQyxFQUFFLEVBQUUsQ0FBQyxLQUFLLENBQUMsQ0FBQyx3QkFBd0IsRUFBRSxDQUFDLENBQUMsQ0FBQyxDQUM5QyxFQUNELENBQUMsRUFBRSxFQUFFLEVBQUUsQ0FBQztnQkFDSixHQUFHLENBQUMsaUJBQWlCLENBQUMsQ0FBQyxPQUFPLENBQzFCLEVBQUUsRUFDRixDQUFDLENBQUMsRUFBWSxFQUFFLENBQUMsQ0FBQywyQkFBMkIsRUFBRSxJQUFJLENBQUMsQ0FDdkQ7YUFDSixDQUNKO1NBQ0osRUFDRCxDQUFDLENBQUMsRUFBRSxFQUFFLENBQUM7WUFDSCxHQUFHLENBQUMsV0FBVyxDQUFDLENBQUMsT0FBTyxDQUNwQjtnQkFDSSxPQUFPLEVBQUUsRUFBRSxDQUFDLElBQUksQ0FBQyxPQUFPLENBQUMsQ0FBQyxFQUFFLENBQUMsTUFBTSxDQUFDLEtBQUssQ0FBQyxDQUFDLEVBQUUsQ0FBQyxDQUFDLEVBQUUsRUFBRTt3QkFDL0MsUUFBUSxDQUFDLENBQUMsQ0FBQyxDQUFDLEVBQUUsQ0FBQzs0QkFDWCxLQUFLLHlCQUF5QixDQUFDLENBQUMsT0FBTyxFQUFFLENBQUMsRUFBRSxDQUFDLENBQUMsRUFBRSxDQUFDLENBQUMsRUFBRSxFQUFFLENBQUMseUJBQXlCLENBQUMsQ0FBQTs0QkFDakYsS0FBSyx3QkFBd0IsQ0FBQyxDQUFDLE9BQU8sRUFBRSxDQUFDLEVBQUUsQ0FBQyxDQUFDLEVBQUUsQ0FBQyxDQUFDLEVBQUUsRUFBRSxDQUFDLENBQUMsQ0FBQyxDQUFBOzRCQUN4RCxLQUFLLDJCQUEyQixDQUFDLENBQUMsT0FBTyxFQUFFLENBQUMsRUFBRSxDQUFDLENBQUMsRUFBRSxDQUFDLENBQUMsRUFBRSxFQUFFLENBQUMsMkJBQTJCLENBQUMsQ0FBQTs0QkFDckYsT0FBTyxDQUFDLENBQUMsT0FBTyxFQUFFLENBQUMsRUFBRSxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFBO3dCQUMvQixDQUFDO29CQUNMLENBQUMsQ0FBQyxDQUFDLENBQUM7YUFDUCxFQUNELENBQUMsQ0FBQyxFQUFnQixFQUFFLENBQUMsQ0FBQztnQkFDbEIsV0FBVyxFQUFFLENBQUM7YUFDakIsQ0FBQyxDQUNMO1NBQ0osRUFDRCxDQUFDO1lBQ0csV0FBVyxFQUFFLENBQUM7U0FDakIsQ0FBQyxDQUNMO0tBQ0osQ0FDSixDQUFBO0FBQ0wsQ0FBQyxDQUFBO0FBOUNZLFFBQUEsRUFBRSxNQThDZCJ9