pareto 0.80.61 → 0.80.62
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/modules/implementation_old/implementation/transformers/implementation/to_be_written_directory_content.d.ts +5 -0
- package/dist/modules/implementation_old/implementation/transformers/implementation/to_be_written_directory_content.js +9 -0
- package/dist/modules/implementation_old/schemas/to_be_written_directory_content.d.ts +1 -0
- package/dist/modules/implementation_old/schemas/to_be_written_directory_content.js +2 -0
- package/dist/modules/implementation_old/schemas/typescript_light.d.ts +1 -0
- package/dist/modules/implementation_old/schemas/typescript_light.js +2 -0
- package/dist/modules/interface_old/implementation/transformers/interface/to_be_written_directory_content.d.ts +5 -0
- package/dist/modules/interface_old/implementation/transformers/interface/to_be_written_directory_content.js +9 -0
- package/dist/modules/interface_old/implementation/transformers/interface/typescript.d.ts +1 -1
- package/dist/modules/interface_old/schemas/to_be_written_directory_content.d.ts +1 -0
- package/dist/modules/interface_old/schemas/to_be_written_directory_content.js +2 -0
- package/dist/modules/interface_old/schemas/typescript_light.d.ts +1 -0
- package/dist/modules/interface_old/schemas/typescript_light.js +2 -0
- package/dist/modules/pareto_new/implementation/queries/pareto_to_typescript.js +2 -2
- package/dist/modules/pareto_old/implementation/transformers/library/typescript_light.d.ts +1 -1
- package/dist/modules/pareto_old/interface/transformers/interface/typescript.d.ts +1 -1
- package/dist/modules/pareto_old/schemas/typescript_light.d.ts +1 -0
- package/dist/modules/pareto_old/schemas/typescript_light.js +2 -0
- package/dist/modules/typescript_light/implementation/transformers/typescript_light/to_be_written_directory_content.d.ts +5 -0
- package/dist/modules/typescript_light/implementation/transformers/typescript_light/to_be_written_directory_content.js +32 -0
- package/dist/modules/typescript_light/schemas/directory_content_writing.d.ts +6 -0
- package/dist/modules/typescript_light/schemas/directory_content_writing.js +3 -0
- package/package.json +1 -1
- package/dist/modules/implementation_old/implementation/transformers/implementation/serialized_typescript.d.ts +0 -1
- package/dist/modules/implementation_old/implementation/transformers/implementation/serialized_typescript.js +0 -40
- package/dist/modules/interface_old/implementation/transformers/interface/serialized_typescript.d.ts +0 -1
- package/dist/modules/interface_old/implementation/transformers/interface/serialized_typescript.js +0 -27
- package/dist/modules/pareto_old/interface/schemas/typescript_light.d.ts +0 -1
- package/dist/modules/pareto_old/interface/schemas/typescript_light.js +0 -2
- package/dist/modules/typescript_light/implementation/transformers/typescript_light/directory_content.d.ts +0 -9
- package/dist/modules/typescript_light/implementation/transformers/typescript_light/directory_content.js +0 -33
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as p_ from 'pareto-core/implementation/transformer';
|
|
2
|
+
import * as s_in from "../../../schemas/resolved.js";
|
|
3
|
+
import * as s_out from "../../../schemas/to_be_written_directory_content.js";
|
|
4
|
+
import * as s_parameters from "../../../../typescript_light/schemas/directory_content_writing.js";
|
|
5
|
+
export declare const Package_Set: p_.Transformer_With_Parameter<s_in.Package_Set, s_out.Directory, s_parameters.Parameters>;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as p_ from 'pareto-core/implementation/transformer';
|
|
2
|
+
import * as s_in from "../../../schemas/resolved.js";
|
|
3
|
+
import * as s_out from "../../../schemas/to_be_written_directory_content.js";
|
|
4
|
+
import * as s_parameters from "../../../../typescript_light/schemas/directory_content_writing.js";
|
|
5
|
+
//dependencies
|
|
6
|
+
import * as t_to_typescript from "./typescript.js";
|
|
7
|
+
import * as t_typescript_to_directory_content from "../../../../typescript_light/implementation/transformers/typescript_light/to_be_written_directory_content.js";
|
|
8
|
+
export const Package_Set = ($, $p) => t_typescript_to_directory_content.Directory(t_to_typescript.Package_Set($), $p);
|
|
9
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidG9fYmVfd3JpdHRlbl9kaXJlY3RvcnlfY29udGVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9tb2R1bGVzL2ltcGxlbWVudGF0aW9uX29sZC9pbXBsZW1lbnRhdGlvbi90cmFuc2Zvcm1lcnMvaW1wbGVtZW50YXRpb24vdG9fYmVfd3JpdHRlbl9kaXJlY3RvcnlfY29udGVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEtBQUssRUFBRSxNQUFNLHdDQUF3QyxDQUFBO0FBRTVELE9BQU8sS0FBSyxJQUFJLE1BQU0sOEJBQThCLENBQUE7QUFDcEQsT0FBTyxLQUFLLEtBQUssTUFBTSxxREFBcUQsQ0FBQTtBQUM1RSxPQUFPLEtBQUssWUFBWSxNQUFNLG1FQUFtRSxDQUFBO0FBRWpHLGNBQWM7QUFDZCxPQUFPLEtBQUssZUFBZSxNQUFNLGlCQUFpQixDQUFBO0FBQ2xELE9BQU8sS0FBSyxpQ0FBaUMsTUFBTSw4R0FBOEcsQ0FBQTtBQUVqSyxNQUFNLENBQUMsTUFBTSxXQUFXLEdBSXBCLENBQUMsQ0FBQyxFQUFFLEVBQUUsRUFBRSxFQUFFLENBQUMsaUNBQWlDLENBQUMsU0FBUyxDQUN0RCxlQUFlLENBQUMsV0FBVyxDQUN2QixDQUFDLENBQ0osRUFDRCxFQUFFLENBQ0wsQ0FBQSJ9
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "pareto-filesystem-unrestricted-api/modules/helpers/schemas/to_be_written_directory_content";
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export * from "pareto-filesystem-unrestricted-api/modules/helpers/schemas/to_be_written_directory_content";
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidG9fYmVfd3JpdHRlbl9kaXJlY3RvcnlfY29udGVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9tb2R1bGVzL2ltcGxlbWVudGF0aW9uX29sZC9zY2hlbWFzL3RvX2JlX3dyaXR0ZW5fZGlyZWN0b3J5X2NvbnRlbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyw0RkFBNEYsQ0FBQSJ9
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../typescript_light/schemas/typescript_light.js";
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export * from "../../typescript_light/schemas/typescript_light.js";
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHlwZXNjcmlwdF9saWdodC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9tb2R1bGVzL2ltcGxlbWVudGF0aW9uX29sZC9zY2hlbWFzL3R5cGVzY3JpcHRfbGlnaHQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyxvREFBb0QsQ0FBQSJ9
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as p_ from 'pareto-core/implementation/transformer';
|
|
2
|
+
import * as s_in from "../../../schemas/resolved.js";
|
|
3
|
+
import * as s_out from "../../../schemas/to_be_written_directory_content.js";
|
|
4
|
+
import * as s_parameters from "../../../../typescript_light/schemas/directory_content_writing.js";
|
|
5
|
+
export declare const Package_Set: p_.Transformer_With_Parameter<s_in.Package_Set, s_out.Directory, s_parameters.Parameters>;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as p_ from 'pareto-core/implementation/transformer';
|
|
2
|
+
import * as s_in from "../../../schemas/resolved.js";
|
|
3
|
+
import * as s_out from "../../../schemas/to_be_written_directory_content.js";
|
|
4
|
+
import * as s_parameters from "../../../../typescript_light/schemas/directory_content_writing.js";
|
|
5
|
+
//dependencies
|
|
6
|
+
import * as t_to_typescript from "./typescript.js";
|
|
7
|
+
import * as t_typescript_to_directory_content from "../../../../typescript_light/implementation/transformers/typescript_light/to_be_written_directory_content.js";
|
|
8
|
+
export const Package_Set = ($, $p) => t_typescript_to_directory_content.Directory(t_to_typescript.Package_Set($), $p);
|
|
9
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidG9fYmVfd3JpdHRlbl9kaXJlY3RvcnlfY29udGVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9tb2R1bGVzL2ludGVyZmFjZV9vbGQvaW1wbGVtZW50YXRpb24vdHJhbnNmb3JtZXJzL2ludGVyZmFjZS90b19iZV93cml0dGVuX2RpcmVjdG9yeV9jb250ZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sS0FBSyxFQUFFLE1BQU0sd0NBQXdDLENBQUE7QUFFNUQsT0FBTyxLQUFLLElBQUksTUFBTSw4QkFBOEIsQ0FBQTtBQUNwRCxPQUFPLEtBQUssS0FBSyxNQUFNLHFEQUFxRCxDQUFBO0FBQzVFLE9BQU8sS0FBSyxZQUFZLE1BQU0sbUVBQW1FLENBQUE7QUFFakcsY0FBYztBQUNkLE9BQU8sS0FBSyxlQUFlLE1BQU0saUJBQWlCLENBQUE7QUFDbEQsT0FBTyxLQUFLLGlDQUFpQyxNQUFNLDhHQUE4RyxDQUFBO0FBRWpLLE1BQU0sQ0FBQyxNQUFNLFdBQVcsR0FJcEIsQ0FBQyxDQUFDLEVBQUUsRUFBRSxFQUFFLEVBQUUsQ0FBQyxpQ0FBaUMsQ0FBQyxTQUFTLENBQ3RELGVBQWUsQ0FBQyxXQUFXLENBQ3ZCLENBQUMsQ0FDSixFQUNELEVBQUUsQ0FDTCxDQUFBIn0=
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as p_ from 'pareto-core/implementation/transformer';
|
|
2
2
|
import type * as p_i from 'pareto-core/interface/transformer';
|
|
3
|
-
import type * as s_out from "
|
|
3
|
+
import type * as s_out from "../../../schemas/typescript_light.js";
|
|
4
4
|
import type * as s_in from "../../../schemas/resolved.js";
|
|
5
5
|
export declare const temp_create_file_path: ($: s_in.Imports.D, $p: {
|
|
6
6
|
"delimiter": ["apostrophe", null] | ["quote", null];
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "pareto-filesystem-unrestricted-api/modules/helpers/schemas/to_be_written_directory_content";
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export * from "pareto-filesystem-unrestricted-api/modules/helpers/schemas/to_be_written_directory_content";
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidG9fYmVfd3JpdHRlbl9kaXJlY3RvcnlfY29udGVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9tb2R1bGVzL2ludGVyZmFjZV9vbGQvc2NoZW1hcy90b19iZV93cml0dGVuX2RpcmVjdG9yeV9jb250ZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsNEZBQTRGLENBQUEifQ==
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../typescript_light/schemas/typescript_light.js";
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export * from "../../typescript_light/schemas/typescript_light.js";
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHlwZXNjcmlwdF9saWdodC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9tb2R1bGVzL2ludGVyZmFjZV9vbGQvc2NoZW1hcy90eXBlc2NyaXB0X2xpZ2h0LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsb0RBQW9ELENBQUEifQ==
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as p_ from 'pareto-core/implementation/query';
|
|
2
2
|
import p_super_query_result from 'pareto-core/implementation/query/super_query_result';
|
|
3
3
|
//dependencies
|
|
4
|
-
import * as t_typescript_to_directory_content from "../../../typescript_light/implementation/transformers/typescript_light/
|
|
4
|
+
import * as t_typescript_to_directory_content from "../../../typescript_light/implementation/transformers/typescript_light/to_be_written_directory_content.js";
|
|
5
5
|
import * as t_pareto_to_typescript from "../transformers/module/typescript_light.js";
|
|
6
6
|
export const $$ = p_.query(($d, $s, $q) => p_super_query_result(p_.e.direct_result(null)).transform(($) => ({
|
|
7
7
|
'data': t_typescript_to_directory_content.Directory(t_pareto_to_typescript.Module($s.module), {
|
|
@@ -11,4 +11,4 @@ export const $$ = p_.query(($d, $s, $q) => p_super_query_result(p_.e.direct_resu
|
|
|
11
11
|
'serialization parameters': $s['serialization parameters'],
|
|
12
12
|
})
|
|
13
13
|
})));
|
|
14
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
14
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFyZXRvX3RvX3R5cGVzY3JpcHQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvbW9kdWxlcy9wYXJldG9fbmV3L2ltcGxlbWVudGF0aW9uL3F1ZXJpZXMvcGFyZXRvX3RvX3R5cGVzY3JpcHQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxLQUFLLEVBQUUsTUFBTSxrQ0FBa0MsQ0FBQTtBQUN0RCxPQUFPLG9CQUFvQixNQUFNLHFEQUFxRCxDQUFBO0FBVXRGLGNBQWM7QUFDZCxPQUFPLEtBQUssaUNBQWlDLE1BQU0sMkdBQTJHLENBQUE7QUFDOUosT0FBTyxLQUFLLHNCQUFzQixNQUFNLDRDQUE0QyxDQUFBO0FBSXBGLE1BQU0sQ0FBQyxNQUFNLEVBQUUsR0FPWCxFQUFFLENBQUMsS0FBSyxDQUNSLENBQUMsRUFBRSxFQUFFLEVBQUUsRUFBRSxFQUFFLEVBQUUsRUFBRSxDQUFDLG9CQUFvQixDQUFDLEVBQUUsQ0FBQyxDQUFDLENBQUMsYUFBYSxDQUFDLElBQUksQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUNwRSxDQUFDLENBQUMsRUFBd0MsRUFBRSxDQUFDLENBQUM7SUFDMUMsTUFBTSxFQUFFLGlDQUFpQyxDQUFDLFNBQVMsQ0FDL0Msc0JBQXNCLENBQUMsTUFBTSxDQUN6QixFQUFFLENBQUMsTUFBTSxDQUNaLEVBQ0Q7UUFDSSx1QkFBdUIsRUFBRTtZQUNyQixTQUFTLEVBQUUsSUFBSTtTQUNsQjtRQUNELDBCQUEwQixFQUFFLEVBQUUsQ0FBQywwQkFBMEIsQ0FBQztLQUM3RCxDQUNKO0NBQ0osQ0FBQyxDQUNMLENBQ0osQ0FBQSJ9
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as p_ from 'pareto-core/implementation/transformer';
|
|
2
2
|
import type * as s_in_inf from "../../../../interface_old/schemas/resolved.js";
|
|
3
3
|
import type * as s_in_imp from "../../../../implementation_old/schemas/resolved.js";
|
|
4
|
-
import type * as s_out from "../../../
|
|
4
|
+
import type * as s_out from "../../../schemas/typescript_light.js";
|
|
5
5
|
declare namespace s_in {
|
|
6
6
|
type Temp_Library = {
|
|
7
7
|
'interface': s_in_inf.Package_Set;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as p_ from 'pareto-core/implementation/transformer';
|
|
2
2
|
import type * as p_i from 'pareto-core/interface/transformer';
|
|
3
|
-
import type * as s_out from "../../../
|
|
3
|
+
import type * as s_out from "../../../schemas/typescript_light.js";
|
|
4
4
|
import type * as s_in_interface from "../../../../interface_old/schemas/resolved.js";
|
|
5
5
|
export declare const temp_create_file_path: ($: s_in_interface.Imports.D, $p: {
|
|
6
6
|
"delimiter": ["apostrophe", null] | ["quote", null];
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../typescript_light/schemas/typescript_light.js";
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export * from "../../typescript_light/schemas/typescript_light.js";
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHlwZXNjcmlwdF9saWdodC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9tb2R1bGVzL3BhcmV0b19vbGQvc2NoZW1hcy90eXBlc2NyaXB0X2xpZ2h0LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsb0RBQW9ELENBQUEifQ==
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as p_ from 'pareto-core/implementation/transformer';
|
|
2
|
+
import * as s_in from "../../../schemas/typescript_light.js";
|
|
3
|
+
import * as s_out from "pareto-filesystem-unrestricted-api/modules/helpers/schemas/to_be_written_directory_content";
|
|
4
|
+
import * as s_parameters from "../../../schemas/directory_content_writing.js";
|
|
5
|
+
export declare const Directory: p_.Transformer_With_Parameter<s_in.Directory, s_out.Directory, s_parameters.Parameters>;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import * as p_ from 'pareto-core/implementation/transformer';
|
|
2
|
+
import p_add_id_suffix from 'pareto-core/implementation/transformer/specials/add_id_suffix';
|
|
3
|
+
import * as s_in from "../../../schemas/typescript_light.js";
|
|
4
|
+
import * as s_out from "pareto-filesystem-unrestricted-api/modules/helpers/schemas/to_be_written_directory_content";
|
|
5
|
+
import * as s_parameters from "../../../schemas/directory_content_writing.js";
|
|
6
|
+
//dependencies
|
|
7
|
+
import * as t_to_serialized from "./serialized.js";
|
|
8
|
+
export const Directory = ($, $p) => p_.from.state($.content).decide(($) => {
|
|
9
|
+
switch ($[0]) {
|
|
10
|
+
case 'files': return p_.ss($, ($) => p_.from.dictionary(p_add_id_suffix($, ".ts")).map(($, id) => ['file', {
|
|
11
|
+
'content': {
|
|
12
|
+
'lines': t_to_serialized.Source_File($, $p['serialization parameters']),
|
|
13
|
+
'parameters': $p['file write parameters']
|
|
14
|
+
}
|
|
15
|
+
}]));
|
|
16
|
+
case 'directories': return p_.ss($, ($) => p_.from.dictionary($).map(($, id) => ['directory', Directory($, $p)]));
|
|
17
|
+
case 'mixed': return p_.ss($, ($) => p_.from.dictionary($).map(($, id) => {
|
|
18
|
+
switch ($[0]) {
|
|
19
|
+
case 'file': return ['file', {
|
|
20
|
+
'content': {
|
|
21
|
+
'lines': t_to_serialized.Source_File($[1], $p['serialization parameters']),
|
|
22
|
+
'parameters': $p['file write parameters']
|
|
23
|
+
}
|
|
24
|
+
}];
|
|
25
|
+
case 'directory': return ['directory', Directory($[1], $p)];
|
|
26
|
+
default: return p_.au($[0]);
|
|
27
|
+
}
|
|
28
|
+
}));
|
|
29
|
+
default: return p_.au($[0]);
|
|
30
|
+
}
|
|
31
|
+
});
|
|
32
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidG9fYmVfd3JpdHRlbl9kaXJlY3RvcnlfY29udGVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9tb2R1bGVzL3R5cGVzY3JpcHRfbGlnaHQvaW1wbGVtZW50YXRpb24vdHJhbnNmb3JtZXJzL3R5cGVzY3JpcHRfbGlnaHQvdG9fYmVfd3JpdHRlbl9kaXJlY3RvcnlfY29udGVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEtBQUssRUFBRSxNQUFNLHdDQUF3QyxDQUFBO0FBQzVELE9BQU8sZUFBZSxNQUFNLCtEQUErRCxDQUFBO0FBRTNGLE9BQU8sS0FBSyxJQUFJLE1BQU0sc0NBQXNDLENBQUE7QUFDNUQsT0FBTyxLQUFLLEtBQUssTUFBTSw0RkFBNEYsQ0FBQTtBQUNuSCxPQUFPLEtBQUssWUFBWSxNQUFNLCtDQUErQyxDQUFBO0FBRTdFLGNBQWM7QUFFZCxPQUFPLEtBQUssZUFBZSxNQUFNLGlCQUFpQixDQUFBO0FBRWxELE1BQU0sQ0FBQyxNQUFNLFNBQVMsR0FJbEIsQ0FBQyxDQUFDLEVBQUUsRUFBRSxFQUFFLEVBQUUsQ0FBQyxFQUFFLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDLENBQUMsT0FBTyxDQUFDLENBQUMsTUFBTSxDQUMxQyxDQUFDLENBQUMsRUFBbUIsRUFBRTtJQUNuQixRQUFRLENBQUMsQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDO1FBQ1gsS0FBSyxPQUFPLENBQUMsQ0FBQyxPQUFPLEVBQUUsQ0FBQyxFQUFFLENBQUMsQ0FBQyxFQUFFLENBQUMsQ0FBQyxFQUFFLEVBQUUsQ0FBQyxFQUFFLENBQUMsSUFBSSxDQUFDLFVBQVUsQ0FDbkQsZUFBZSxDQUNYLENBQUMsRUFDRCxLQUFLLENBQ1IsQ0FDSixDQUFDLEdBQUcsQ0FDRCxDQUFDLENBQUMsRUFBRSxFQUFFLEVBQWMsRUFBRSxDQUFDLENBQUMsTUFBTSxFQUFFO2dCQUM1QixTQUFTLEVBQUU7b0JBQ1AsT0FBTyxFQUFFLGVBQWUsQ0FBQyxXQUFXLENBQ2hDLENBQUMsRUFDRCxFQUFFLENBQUMsMEJBQTBCLENBQUMsQ0FDakM7b0JBQ0QsWUFBWSxFQUFFLEVBQUUsQ0FBQyx1QkFBdUIsQ0FBQztpQkFDNUM7YUFDSixDQUFDLENBQ0wsQ0FBQyxDQUFBO1FBQ0YsS0FBSyxhQUFhLENBQUMsQ0FBQyxPQUFPLEVBQUUsQ0FBQyxFQUFFLENBQUMsQ0FBQyxFQUFFLENBQUMsQ0FBQyxFQUFFLEVBQUUsQ0FBQyxFQUFFLENBQUMsSUFBSSxDQUFDLFVBQVUsQ0FBQyxDQUFDLENBQUMsQ0FBQyxHQUFHLENBQ2hFLENBQUMsQ0FBQyxFQUFFLEVBQUUsRUFBYyxFQUFFLENBQUMsQ0FBQyxXQUFXLEVBQUUsU0FBUyxDQUFDLENBQUMsRUFBRSxFQUFFLENBQUMsQ0FBQyxDQUN6RCxDQUFDLENBQUE7UUFDRixLQUFLLE9BQU8sQ0FBQyxDQUFDLE9BQU8sRUFBRSxDQUFDLEVBQUUsQ0FBQyxDQUFDLEVBQUUsQ0FBQyxDQUFDLEVBQUUsRUFBRSxDQUFDLEVBQUUsQ0FBQyxJQUFJLENBQUMsVUFBVSxDQUFDLENBQUMsQ0FBQyxDQUFDLEdBQUcsQ0FDMUQsQ0FBQyxDQUFDLEVBQUUsRUFBRSxFQUFjLEVBQUU7WUFDbEIsUUFBUSxDQUFDLENBQUMsQ0FBQyxDQUFDLEVBQUUsQ0FBQztnQkFDWCxLQUFLLE1BQU0sQ0FBQyxDQUFDLE9BQU8sQ0FBQyxNQUFNLEVBQUU7d0JBQ3pCLFNBQVMsRUFBRTs0QkFDUCxPQUFPLEVBQUUsZUFBZSxDQUFDLFdBQVcsQ0FDaEMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxFQUNKLEVBQUUsQ0FBQywwQkFBMEIsQ0FBQyxDQUNqQzs0QkFDRCxZQUFZLEVBQUUsRUFBRSxDQUFDLHVCQUF1QixDQUFDO3lCQUM1QztxQkFDSixDQUFDLENBQUE7Z0JBQ0YsS0FBSyxXQUFXLENBQUMsQ0FBQyxPQUFPLENBQUMsV0FBVyxFQUFFLFNBQVMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLEVBQUUsRUFBRSxDQUFDLENBQUMsQ0FBQTtnQkFDM0QsT0FBTyxDQUFDLENBQUMsT0FBTyxFQUFFLENBQUMsRUFBRSxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFBO1lBQy9CLENBQUM7UUFDTCxDQUFDLENBQ0osQ0FBQyxDQUFBO1FBQ0YsT0FBTyxDQUFDLENBQUMsT0FBTyxFQUFFLENBQUMsRUFBRSxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFBO0lBQy9CLENBQUM7QUFDTCxDQUFDLENBQ0osQ0FBQSJ9
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as s_file_write_parameters from "pareto-filesystem-unrestricted-api/modules/helpers/schemas/write_directory_content";
|
|
2
|
+
import * as s_serialization_parameters from "./serialization.js";
|
|
3
|
+
export type Parameters = {
|
|
4
|
+
'file write parameters': s_file_write_parameters.File_Write_Parameters;
|
|
5
|
+
'serialization parameters': s_serialization_parameters.Source_File_Parameters;
|
|
6
|
+
};
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import * as s_file_write_parameters from "pareto-filesystem-unrestricted-api/modules/helpers/schemas/write_directory_content";
|
|
2
|
+
import * as s_serialization_parameters from "./serialization.js";
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGlyZWN0b3J5X2NvbnRlbnRfd3JpdGluZy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9tb2R1bGVzL3R5cGVzY3JpcHRfbGlnaHQvc2NoZW1hcy9kaXJlY3RvcnlfY29udGVudF93cml0aW5nLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBLE9BQU8sS0FBSyx1QkFBdUIsTUFBTSxvRkFBb0YsQ0FBQTtBQUM3SCxPQUFPLEtBQUssMEJBQTBCLE1BQU0sb0JBQW9CLENBQUEifQ==
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
// import * as p_ from 'pareto-core/implementation/transformer'
|
|
2
|
-
// import p_unreachable_code_path from 'pareto-core/implementation/transformer/specials/unreachable_code_path'
|
|
3
|
-
export {};
|
|
4
|
-
// //FIXME, this one should be moved to pareto-targets
|
|
5
|
-
// //schemas
|
|
6
|
-
// import type * as s_in from "../../../submodules/implementation/interface/schemas/resolved.js"
|
|
7
|
-
// import type * as s_out from "pareto-filesystem-unrestricted-api/interface/schemas/directory_content"
|
|
8
|
-
// //transformations
|
|
9
|
-
// import * as t_typescript from "./typescript.js"
|
|
10
|
-
// import * as t_typescript_light_to_directory_content from "../../../submodules/typescript_light/implementation/transformers/typescript_light/directory_content.js"
|
|
11
|
-
// //resolvers
|
|
12
|
-
// // import * as r_pareto_implementation from "pareto/implementation/generated/liana/schemas/implementation/resolve"
|
|
13
|
-
// export const Package_Set = ($: s_in.Package_Set): s_out.Directory => {
|
|
14
|
-
// return t_typescript_light_to_directory_content.Directory(
|
|
15
|
-
// t_typescript.Package_Set(
|
|
16
|
-
// $,
|
|
17
|
-
// ($) => p_.from.state($).decide(
|
|
18
|
-
// ($) => {
|
|
19
|
-
// switch ($[0]) {
|
|
20
|
-
// case 'directory name ending with ts': return p_.option($, () => p_unreachable_code_path("I think this needs proper implementation"))
|
|
21
|
-
// default: return p_.exhaustive($[0])
|
|
22
|
-
// }
|
|
23
|
-
// })
|
|
24
|
-
// // r_pareto_implementation.r_Module_Set(
|
|
25
|
-
// // t_pareto_to_pareto_implementation.Module($),
|
|
26
|
-
// // {
|
|
27
|
-
// // 'parameters': {
|
|
28
|
-
// // 'lookups': null,
|
|
29
|
-
// // 'values': null,
|
|
30
|
-
// // },
|
|
31
|
-
// // 'location 2 string': location_to_string
|
|
32
|
-
// // }
|
|
33
|
-
// // ),
|
|
34
|
-
// // {
|
|
35
|
-
// // 'phase': 'development',
|
|
36
|
-
// // }
|
|
37
|
-
// )
|
|
38
|
-
// )
|
|
39
|
-
// }
|
|
40
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VyaWFsaXplZF90eXBlc2NyaXB0LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL21vZHVsZXMvaW1wbGVtZW50YXRpb25fb2xkL2ltcGxlbWVudGF0aW9uL3RyYW5zZm9ybWVycy9pbXBsZW1lbnRhdGlvbi9zZXJpYWxpemVkX3R5cGVzY3JpcHQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsK0RBQStEO0FBQy9ELDhHQUE4Rzs7QUFFOUcsc0RBQXNEO0FBRXRELFlBQVk7QUFDWixnR0FBZ0c7QUFDaEcsdUdBQXVHO0FBRXZHLG9CQUFvQjtBQUNwQixrREFBa0Q7QUFDbEQsb0tBQW9LO0FBRXBLLGNBQWM7QUFDZCxxSEFBcUg7QUFHckgseUVBQXlFO0FBQ3pFLGdFQUFnRTtBQUNoRSxvQ0FBb0M7QUFDcEMsaUJBQWlCO0FBQ2pCLDhDQUE4QztBQUM5QywyQkFBMkI7QUFDM0Isc0NBQXNDO0FBQ3RDLCtKQUErSjtBQUMvSiw4REFBOEQ7QUFDOUQsd0JBQXdCO0FBQ3hCLHFCQUFxQjtBQUNyQix1REFBdUQ7QUFDdkQsa0VBQWtFO0FBQ2xFLHVCQUF1QjtBQUN2Qix5Q0FBeUM7QUFDekMsOENBQThDO0FBQzlDLDZDQUE2QztBQUM3Qyw0QkFBNEI7QUFDNUIsaUVBQWlFO0FBQ2pFLHVCQUF1QjtBQUN2QixvQkFBb0I7QUFDcEIsbUJBQW1CO0FBQ25CLDZDQUE2QztBQUM3QyxtQkFBbUI7QUFDbkIsWUFBWTtBQUNaLFFBQVE7QUFDUixJQUFJIn0=
|
package/dist/modules/interface_old/implementation/transformers/interface/serialized_typescript.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
package/dist/modules/interface_old/implementation/transformers/interface/serialized_typescript.js
DELETED
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
// import * as p_ from 'pareto-core/implementation/transformer'
|
|
2
|
-
// import p_unreachable_code_path from 'pareto-core/implementation/transformer/specials/unreachable_code_path'
|
|
3
|
-
export {};
|
|
4
|
-
// //schemas
|
|
5
|
-
// import type * as s_in from "../../../submodules/interface/schemas/resolved.js"
|
|
6
|
-
// import type * as s_out from "pareto-filesystem-unrestricted-api/interface/schemas/directory_content"
|
|
7
|
-
// //dependencies
|
|
8
|
-
// import * as t_typescript from "./typescript.js"
|
|
9
|
-
// import * as t_typescript_light_to_directory_content from "../../../submodules/typescript_light/implementation/transformers/typescript_light/directory_content.js"
|
|
10
|
-
// //resolvers
|
|
11
|
-
// // import * as r_pareto_interface from "pareto/implementation/generated/liana/schemas/interface/resolve"
|
|
12
|
-
// export const Package_Set = ($: s_in.Package_Set): s_out.Directory => {
|
|
13
|
-
// return t_typescript_light_to_directory_content.Directory(
|
|
14
|
-
// t_typescript.Package_Set(
|
|
15
|
-
// $,
|
|
16
|
-
// ($) => p_.from.state($).decide(
|
|
17
|
-
// ($) => {
|
|
18
|
-
// switch ($[0]) {
|
|
19
|
-
// case 'directory name ending with ts': return p_.option($, () => p_unreachable_code_path("I think this needs proper implementation"))
|
|
20
|
-
// default: return p_.exhaustive($[0])
|
|
21
|
-
// }
|
|
22
|
-
// }
|
|
23
|
-
// )
|
|
24
|
-
// )
|
|
25
|
-
// )
|
|
26
|
-
// }
|
|
27
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VyaWFsaXplZF90eXBlc2NyaXB0LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL21vZHVsZXMvaW50ZXJmYWNlX29sZC9pbXBsZW1lbnRhdGlvbi90cmFuc2Zvcm1lcnMvaW50ZXJmYWNlL3NlcmlhbGl6ZWRfdHlwZXNjcmlwdC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSwrREFBK0Q7QUFDL0QsOEdBQThHOztBQUU5RyxZQUFZO0FBQ1osaUZBQWlGO0FBQ2pGLHVHQUF1RztBQUV2RyxpQkFBaUI7QUFDakIsa0RBQWtEO0FBQ2xELG9LQUFvSztBQUVwSyxjQUFjO0FBQ2QsMkdBQTJHO0FBRzNHLHlFQUF5RTtBQUN6RSxnRUFBZ0U7QUFDaEUsb0NBQW9DO0FBQ3BDLGlCQUFpQjtBQUNqQiw4Q0FBOEM7QUFDOUMsMkJBQTJCO0FBQzNCLHNDQUFzQztBQUN0QywrSkFBK0o7QUFDL0osOERBQThEO0FBQzlELHdCQUF3QjtBQUN4QixvQkFBb0I7QUFDcEIsZ0JBQWdCO0FBQ2hCLFlBQVk7QUFDWixRQUFRO0FBQ1IsSUFBSSJ9
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "../../../typescript_light/schemas/typescript_light.js";
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export * from "../../../typescript_light/schemas/typescript_light.js";
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHlwZXNjcmlwdF9saWdodC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9tb2R1bGVzL3BhcmV0b19vbGQvaW50ZXJmYWNlL3NjaGVtYXMvdHlwZXNjcmlwdF9saWdodC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLHVEQUF1RCxDQUFBIn0=
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import * as p_ from 'pareto-core/implementation/transformer';
|
|
2
|
-
import * as s_in from "../../../schemas/typescript_light.js";
|
|
3
|
-
import * as s_out from "pareto-filesystem-unrestricted-api/modules/helpers/schemas/to_be_written_directory_content";
|
|
4
|
-
import * as s_file_write_parameters from "pareto-filesystem-unrestricted-api/modules/helpers/schemas/write_directory_content";
|
|
5
|
-
import * as s_serialization_parameters from "../../../schemas/serialization.js";
|
|
6
|
-
export declare const Directory: p_.Transformer_With_Parameter<s_in.Directory, s_out.Directory, {
|
|
7
|
-
'file write parameters': s_file_write_parameters.File_Write_Parameters;
|
|
8
|
-
'serialization parameters': s_serialization_parameters.Source_File_Parameters;
|
|
9
|
-
}>;
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import * as p_ from 'pareto-core/implementation/transformer';
|
|
2
|
-
import p_add_id_suffix from 'pareto-core/implementation/transformer/specials/add_id_suffix';
|
|
3
|
-
import * as s_in from "../../../schemas/typescript_light.js";
|
|
4
|
-
import * as s_out from "pareto-filesystem-unrestricted-api/modules/helpers/schemas/to_be_written_directory_content";
|
|
5
|
-
import * as s_file_write_parameters from "pareto-filesystem-unrestricted-api/modules/helpers/schemas/write_directory_content";
|
|
6
|
-
import * as s_serialization_parameters from "../../../schemas/serialization.js";
|
|
7
|
-
//dependencies
|
|
8
|
-
import * as t_to_serialized from "./serialized.js";
|
|
9
|
-
export const Directory = ($, $p) => p_.from.state($.content).decide(($) => {
|
|
10
|
-
switch ($[0]) {
|
|
11
|
-
case 'files': return p_.ss($, ($) => p_.from.dictionary(p_add_id_suffix($, ".ts")).map(($, id) => ['file', {
|
|
12
|
-
'content': {
|
|
13
|
-
'lines': t_to_serialized.Source_File($, $p['serialization parameters']),
|
|
14
|
-
'parameters': $p['file write parameters']
|
|
15
|
-
}
|
|
16
|
-
}]));
|
|
17
|
-
case 'directories': return p_.ss($, ($) => p_.from.dictionary($).map(($, id) => ['directory', Directory($, $p)]));
|
|
18
|
-
case 'mixed': return p_.ss($, ($) => p_.from.dictionary($).map(($, id) => {
|
|
19
|
-
switch ($[0]) {
|
|
20
|
-
case 'file': return ['file', {
|
|
21
|
-
'content': {
|
|
22
|
-
'lines': t_to_serialized.Source_File($[1], $p['serialization parameters']),
|
|
23
|
-
'parameters': $p['file write parameters']
|
|
24
|
-
}
|
|
25
|
-
}];
|
|
26
|
-
case 'directory': return ['directory', Directory($[1], $p)];
|
|
27
|
-
default: return p_.au($[0]);
|
|
28
|
-
}
|
|
29
|
-
}));
|
|
30
|
-
default: return p_.au($[0]);
|
|
31
|
-
}
|
|
32
|
-
});
|
|
33
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGlyZWN0b3J5X2NvbnRlbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvbW9kdWxlcy90eXBlc2NyaXB0X2xpZ2h0L2ltcGxlbWVudGF0aW9uL3RyYW5zZm9ybWVycy90eXBlc2NyaXB0X2xpZ2h0L2RpcmVjdG9yeV9jb250ZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sS0FBSyxFQUFFLE1BQU0sd0NBQXdDLENBQUE7QUFDNUQsT0FBTyxlQUFlLE1BQU0sK0RBQStELENBQUE7QUFFM0YsT0FBTyxLQUFLLElBQUksTUFBTSxzQ0FBc0MsQ0FBQTtBQUM1RCxPQUFPLEtBQUssS0FBSyxNQUFNLDRGQUE0RixDQUFBO0FBQ25ILE9BQU8sS0FBSyx1QkFBdUIsTUFBTSxvRkFBb0YsQ0FBQTtBQUM3SCxPQUFPLEtBQUssMEJBQTBCLE1BQU0sbUNBQW1DLENBQUE7QUFFL0UsY0FBYztBQUVkLE9BQU8sS0FBSyxlQUFlLE1BQU0saUJBQWlCLENBQUE7QUFFbEQsTUFBTSxDQUFDLE1BQU0sU0FBUyxHQU9sQixDQUFDLENBQUMsRUFBRSxFQUFFLEVBQUUsRUFBRSxDQUFDLEVBQUUsQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FBQyxPQUFPLENBQUMsQ0FBQyxNQUFNLENBQzFDLENBQUMsQ0FBQyxFQUFtQixFQUFFO0lBQ25CLFFBQVEsQ0FBQyxDQUFDLENBQUMsQ0FBQyxFQUFFLENBQUM7UUFDWCxLQUFLLE9BQU8sQ0FBQyxDQUFDLE9BQU8sRUFBRSxDQUFDLEVBQUUsQ0FBQyxDQUFDLEVBQUUsQ0FBQyxDQUFDLEVBQUUsRUFBRSxDQUFDLEVBQUUsQ0FBQyxJQUFJLENBQUMsVUFBVSxDQUNuRCxlQUFlLENBQ1gsQ0FBQyxFQUNELEtBQUssQ0FDUixDQUNKLENBQUMsR0FBRyxDQUNELENBQUMsQ0FBQyxFQUFFLEVBQUUsRUFBYyxFQUFFLENBQUMsQ0FBQyxNQUFNLEVBQUU7Z0JBQzVCLFNBQVMsRUFBRTtvQkFDUCxPQUFPLEVBQUUsZUFBZSxDQUFDLFdBQVcsQ0FDaEMsQ0FBQyxFQUNELEVBQUUsQ0FBQywwQkFBMEIsQ0FBQyxDQUNqQztvQkFDRCxZQUFZLEVBQUUsRUFBRSxDQUFDLHVCQUF1QixDQUFDO2lCQUM1QzthQUNKLENBQUMsQ0FDTCxDQUFDLENBQUE7UUFDRixLQUFLLGFBQWEsQ0FBQyxDQUFDLE9BQU8sRUFBRSxDQUFDLEVBQUUsQ0FBQyxDQUFDLEVBQUUsQ0FBQyxDQUFDLEVBQUUsRUFBRSxDQUFDLEVBQUUsQ0FBQyxJQUFJLENBQUMsVUFBVSxDQUFDLENBQUMsQ0FBQyxDQUFDLEdBQUcsQ0FDaEUsQ0FBQyxDQUFDLEVBQUUsRUFBRSxFQUFjLEVBQUUsQ0FBQyxDQUFDLFdBQVcsRUFBRSxTQUFTLENBQUMsQ0FBQyxFQUFFLEVBQUUsQ0FBQyxDQUFDLENBQ3pELENBQUMsQ0FBQTtRQUNGLEtBQUssT0FBTyxDQUFDLENBQUMsT0FBTyxFQUFFLENBQUMsRUFBRSxDQUFDLENBQUMsRUFBRSxDQUFDLENBQUMsRUFBRSxFQUFFLENBQUMsRUFBRSxDQUFDLElBQUksQ0FBQyxVQUFVLENBQUMsQ0FBQyxDQUFDLENBQUMsR0FBRyxDQUMxRCxDQUFDLENBQUMsRUFBRSxFQUFFLEVBQWMsRUFBRTtZQUNsQixRQUFRLENBQUMsQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDO2dCQUNYLEtBQUssTUFBTSxDQUFDLENBQUMsT0FBTyxDQUFDLE1BQU0sRUFBRTt3QkFDekIsU0FBUyxFQUFFOzRCQUNQLE9BQU8sRUFBRSxlQUFlLENBQUMsV0FBVyxDQUNoQyxDQUFDLENBQUMsQ0FBQyxDQUFDLEVBQ0osRUFBRSxDQUFDLDBCQUEwQixDQUFDLENBQ2pDOzRCQUNELFlBQVksRUFBRSxFQUFFLENBQUMsdUJBQXVCLENBQUM7eUJBQzVDO3FCQUNKLENBQUMsQ0FBQTtnQkFDRixLQUFLLFdBQVcsQ0FBQyxDQUFDLE9BQU8sQ0FBQyxXQUFXLEVBQUUsU0FBUyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsRUFBRSxFQUFFLENBQUMsQ0FBQyxDQUFBO2dCQUMzRCxPQUFPLENBQUMsQ0FBQyxPQUFPLEVBQUUsQ0FBQyxFQUFFLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUE7WUFDL0IsQ0FBQztRQUNMLENBQUMsQ0FDSixDQUFDLENBQUE7UUFDRixPQUFPLENBQUMsQ0FBQyxPQUFPLEVBQUUsQ0FBQyxFQUFFLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUE7SUFDL0IsQ0FBQztBQUNMLENBQUMsQ0FDSixDQUFBIn0=
|