pareto 0.80.60 → 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 → implementation_old/implementation}/transformers/implementation/typescript.d.ts +2 -2
- package/dist/modules/implementation_old/implementation/transformers/implementation/typescript.js +665 -0
- package/dist/modules/{implementation/interface → implementation_old}/schemas/resolved.d.ts +1 -1
- package/dist/modules/implementation_old/schemas/resolved.js +4 -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/{implementation/interface → implementation_old}/schemas/unresolved.d.ts +2 -2
- package/dist/modules/implementation_old/schemas/unresolved.js +4 -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 → interface_old/implementation}/transformers/interface/typescript.d.ts +2 -2
- package/dist/modules/interface_old/implementation/transformers/interface/typescript.js +267 -0
- package/dist/modules/{interface → interface_old}/schemas/location.js +1 -1
- package/dist/modules/{interface → interface_old}/schemas/resolved.js +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/{interface → interface_old}/schemas/unresolved.js +1 -1
- 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 +3 -3
- package/dist/modules/pareto_old/implementation/transformers/library/typescript_light.js +3 -3
- package/dist/modules/pareto_old/interface/transformers/interface/typescript.d.ts +11 -0
- package/dist/modules/pareto_old/interface/transformers/interface/typescript.js +267 -0
- 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/dist/shorthands/implementation/target.d.ts +2 -2
- package/dist/shorthands/interface/target.d.ts +1 -1
- package/package.json +1 -1
- package/dist/modules/implementation/interface/schemas/resolved.js +0 -4
- package/dist/modules/implementation/interface/schemas/unresolved.js +0 -4
- package/dist/modules/implementation/transformers/implementation/serialized_typescript.d.ts +0 -1
- package/dist/modules/implementation/transformers/implementation/serialized_typescript.js +0 -40
- package/dist/modules/implementation/transformers/implementation/typescript.js +0 -665
- package/dist/modules/interface/transformers/interface/serialized_typescript.d.ts +0 -1
- package/dist/modules/interface/transformers/interface/serialized_typescript.js +0 -27
- package/dist/modules/interface/transformers/interface/typescript.js +0 -267
- 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
- /package/dist/modules/{interface → interface_old}/schemas/location.d.ts +0 -0
- /package/dist/modules/{interface → interface_old}/schemas/resolved.d.ts +0 -0
- /package/dist/modules/{interface → interface_old}/schemas/unresolved.d.ts +0 -0
|
@@ -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
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as p_ from 'pareto-core/implementation/transformer';
|
|
2
2
|
import type * as p_i from 'pareto-core/interface/transformer';
|
|
3
3
|
import type * as p_di from 'pareto-core/interface/schema';
|
|
4
|
-
import type * as s_in from "
|
|
5
|
-
import type * as s_out from "
|
|
4
|
+
import type * as s_in from "../../../schemas/resolved.js";
|
|
5
|
+
import type * as s_out from "../../../../typescript_light/schemas/typescript_light.js";
|
|
6
6
|
export declare const Package_Set: p_.Transformer<s_in.Package_Set, s_out.Directory>;
|
|
7
7
|
export declare const Temp_Value_Type_Specification: ($: s_in.Temp_Value_Type_Specification) => s_out.Type;
|
|
8
8
|
export declare const Assign: p_i.Transformer<s_in.Assign, s_out.Expression>;
|