pareto 0.80.64 → 0.80.65
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/schemas/resolved/transformers/typescript_project.js +9 -0
- package/dist/modules/implementation_old/schemas/resolved/transformers/typescript_source_file.js +665 -0
- package/dist/modules/interface_old/schemas/resolved/transformers/typescript.js +2 -2
- package/dist/modules/pareto_new/schemas/{interface_query → command_implementation}/schema.js +1 -1
- package/dist/modules/pareto_new/schemas/command_implementation/shorthands/target.js +2 -0
- package/dist/modules/pareto_new/schemas/{command → command_implementation}/transformers/typescript_light.js +1 -1
- package/dist/modules/pareto_new/schemas/{interface_command → command_interface}/schema.js +1 -1
- package/dist/modules/pareto_new/schemas/{interface_command → command_interface}/shorthands/target.js +1 -1
- package/dist/modules/pareto_new/schemas/{interface_command → command_interface}/transformers/typescript_light.js +1 -1
- package/dist/modules/pareto_new/schemas/{command → deserializer}/schema.js +1 -1
- package/dist/modules/pareto_new/schemas/{command → deserializer}/shorthands/target.js +1 -1
- package/dist/modules/pareto_new/schemas/deserializer/transformers/typescript_light.js +8 -0
- package/dist/modules/pareto_new/schemas/module/schema.d.ts +22 -15
- package/dist/modules/pareto_new/schemas/module/schema.js +8 -6
- package/dist/modules/pareto_new/schemas/module/shorthands/target.d.ts +2 -1
- package/dist/modules/pareto_new/schemas/module/shorthands/target.js +17 -12
- package/dist/modules/pareto_new/schemas/module/transformers/typescript_light.js +28 -17
- package/dist/modules/pareto_new/schemas/query_implementation/schema.js +2 -0
- package/dist/modules/pareto_new/schemas/query_implementation/shorthands/target.js +2 -0
- package/dist/modules/pareto_new/schemas/query_implementation/transformers/typescript_light.js +8 -0
- package/dist/modules/pareto_new/schemas/query_interface/schema.d.ts +1 -0
- package/dist/modules/pareto_new/schemas/query_interface/schema.js +2 -0
- package/dist/modules/pareto_new/schemas/query_interface/shorthands/target.d.ts +2 -0
- package/dist/modules/pareto_new/schemas/{interface_query → query_interface}/shorthands/target.js +1 -1
- package/dist/modules/pareto_new/schemas/query_interface/transformers/typescript_light.d.ts +8 -0
- package/dist/modules/pareto_new/schemas/{interface_query → query_interface}/transformers/typescript_light.js +1 -1
- package/dist/modules/pareto_new/schemas/refiner/transformers/typescript_light.js +2 -2
- package/dist/modules/pareto_new/schemas/schema/schema.d.ts +19 -24
- package/dist/modules/pareto_new/schemas/schema/shorthands/target.d.ts +2 -3
- package/dist/modules/pareto_new/schemas/schema/shorthands/target.js +1 -4
- package/dist/modules/pareto_new/schemas/schema/transformers/typescript_light.d.ts +3 -3
- package/dist/modules/pareto_new/schemas/schema/transformers/typescript_light.js +19 -22
- package/dist/modules/pareto_new/schemas/serializer/schema.d.ts +1 -0
- package/dist/modules/pareto_new/schemas/{query → serializer}/schema.js +1 -1
- package/dist/modules/pareto_new/schemas/serializer/shorthands/target.d.ts +2 -0
- package/dist/modules/pareto_new/schemas/{query → serializer}/shorthands/target.js +1 -1
- package/dist/modules/pareto_new/schemas/serializer/transformers/typescript_light.d.ts +8 -0
- package/dist/modules/pareto_new/schemas/serializer/transformers/typescript_light.js +8 -0
- package/dist/modules/pareto_new/schemas/transformer/transformers/typescript_light.js +3 -3
- package/dist/modules/pareto_old/schemas/library/transformers/typescript_light.js +3 -3
- package/dist/modules/typescript_light/schemas/typescript_light/shorthands/target.d.ts +6 -3
- package/dist/modules/typescript_light/schemas/typescript_light/shorthands/target.js +13 -4
- package/package.json +1 -1
- package/dist/modules/implementation_old/schemas/resolved/transformers/to_be_written_directory_content.js +0 -9
- package/dist/modules/implementation_old/schemas/resolved/transformers/typescript.js +0 -665
- package/dist/modules/pareto_new/schemas/query/transformers/typescript_light.js +0 -8
- /package/dist/modules/implementation_old/schemas/resolved/transformers/{to_be_written_directory_content.d.ts → typescript_project.d.ts} +0 -0
- /package/dist/modules/implementation_old/schemas/resolved/transformers/{typescript.d.ts → typescript_source_file.d.ts} +0 -0
- /package/dist/modules/pareto_new/schemas/{command → command_implementation}/schema.d.ts +0 -0
- /package/dist/modules/pareto_new/schemas/{command → command_implementation}/shorthands/target.d.ts +0 -0
- /package/dist/modules/pareto_new/schemas/{command → command_implementation}/transformers/typescript_light.d.ts +0 -0
- /package/dist/modules/pareto_new/schemas/{interface_command → command_interface}/schema.d.ts +0 -0
- /package/dist/modules/pareto_new/schemas/{interface_command → command_interface}/shorthands/target.d.ts +0 -0
- /package/dist/modules/pareto_new/schemas/{interface_command → command_interface}/transformers/typescript_light.d.ts +0 -0
- /package/dist/modules/pareto_new/schemas/{interface_query → deserializer}/schema.d.ts +0 -0
- /package/dist/modules/pareto_new/schemas/{interface_query → deserializer}/shorthands/target.d.ts +0 -0
- /package/dist/modules/pareto_new/schemas/{interface_query → deserializer}/transformers/typescript_light.d.ts +0 -0
- /package/dist/modules/pareto_new/schemas/{query → query_implementation}/schema.d.ts +0 -0
- /package/dist/modules/pareto_new/schemas/{query → query_implementation}/shorthands/target.d.ts +0 -0
- /package/dist/modules/pareto_new/schemas/{query → query_implementation}/transformers/typescript_light.d.ts +0 -0
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as p_ from 'pareto-core/implementation/transformer';
|
|
2
|
+
import * as s_in from "../schema.js";
|
|
3
|
+
import * as s_out from "pareto-filesystem-unrestricted-api/modules/helpers/schemas/to_be_written_directory_content/schema";
|
|
4
|
+
import * as s_parameters from "../../../../typescript_light/schemas/directory_content_writing/schema.js";
|
|
5
|
+
//dependencies
|
|
6
|
+
import * as t_to_typescript from "./typescript_source_file.js";
|
|
7
|
+
import * as t_typescript_to_directory_content from "../../../../typescript_light/schemas/typescript_light/transformers/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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHlwZXNjcmlwdF9wcm9qZWN0LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL21vZHVsZXMvaW1wbGVtZW50YXRpb25fb2xkL3NjaGVtYXMvcmVzb2x2ZWQvdHJhbnNmb3JtZXJzL3R5cGVzY3JpcHRfcHJvamVjdC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEtBQUssRUFBRSxNQUFNLHdDQUF3QyxDQUFBO0FBRTVELE9BQU8sS0FBSyxJQUFJLE1BQU0sY0FBYyxDQUFBO0FBQ3BDLE9BQU8sS0FBSyxLQUFLLE1BQU0sbUdBQW1HLENBQUE7QUFDMUgsT0FBTyxLQUFLLFlBQVksTUFBTSwwRUFBMEUsQ0FBQTtBQUV4RyxjQUFjO0FBQ2QsT0FBTyxLQUFLLGVBQWUsTUFBTSw2QkFBNkIsQ0FBQTtBQUM5RCxPQUFPLEtBQUssaUNBQWlDLE1BQU0sdUdBQXVHLENBQUE7QUFFMUosTUFBTSxDQUFDLE1BQU0sV0FBVyxHQUlwQixDQUFDLENBQUMsRUFBRSxFQUFFLEVBQUUsRUFBRSxDQUFDLGlDQUFpQyxDQUFDLFNBQVMsQ0FDdEQsZUFBZSxDQUFDLFdBQVcsQ0FDdkIsQ0FBQyxDQUNKLEVBQ0QsRUFBRSxDQUNMLENBQUEifQ==
|