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.
Files changed (60) hide show
  1. package/dist/modules/implementation_old/schemas/resolved/transformers/typescript_project.js +9 -0
  2. package/dist/modules/implementation_old/schemas/resolved/transformers/typescript_source_file.js +665 -0
  3. package/dist/modules/interface_old/schemas/resolved/transformers/typescript.js +2 -2
  4. package/dist/modules/pareto_new/schemas/{interface_query → command_implementation}/schema.js +1 -1
  5. package/dist/modules/pareto_new/schemas/command_implementation/shorthands/target.js +2 -0
  6. package/dist/modules/pareto_new/schemas/{command → command_implementation}/transformers/typescript_light.js +1 -1
  7. package/dist/modules/pareto_new/schemas/{interface_command → command_interface}/schema.js +1 -1
  8. package/dist/modules/pareto_new/schemas/{interface_command → command_interface}/shorthands/target.js +1 -1
  9. package/dist/modules/pareto_new/schemas/{interface_command → command_interface}/transformers/typescript_light.js +1 -1
  10. package/dist/modules/pareto_new/schemas/{command → deserializer}/schema.js +1 -1
  11. package/dist/modules/pareto_new/schemas/{command → deserializer}/shorthands/target.js +1 -1
  12. package/dist/modules/pareto_new/schemas/deserializer/transformers/typescript_light.js +8 -0
  13. package/dist/modules/pareto_new/schemas/module/schema.d.ts +22 -15
  14. package/dist/modules/pareto_new/schemas/module/schema.js +8 -6
  15. package/dist/modules/pareto_new/schemas/module/shorthands/target.d.ts +2 -1
  16. package/dist/modules/pareto_new/schemas/module/shorthands/target.js +17 -12
  17. package/dist/modules/pareto_new/schemas/module/transformers/typescript_light.js +28 -17
  18. package/dist/modules/pareto_new/schemas/query_implementation/schema.js +2 -0
  19. package/dist/modules/pareto_new/schemas/query_implementation/shorthands/target.js +2 -0
  20. package/dist/modules/pareto_new/schemas/query_implementation/transformers/typescript_light.js +8 -0
  21. package/dist/modules/pareto_new/schemas/query_interface/schema.d.ts +1 -0
  22. package/dist/modules/pareto_new/schemas/query_interface/schema.js +2 -0
  23. package/dist/modules/pareto_new/schemas/query_interface/shorthands/target.d.ts +2 -0
  24. package/dist/modules/pareto_new/schemas/{interface_query → query_interface}/shorthands/target.js +1 -1
  25. package/dist/modules/pareto_new/schemas/query_interface/transformers/typescript_light.d.ts +8 -0
  26. package/dist/modules/pareto_new/schemas/{interface_query → query_interface}/transformers/typescript_light.js +1 -1
  27. package/dist/modules/pareto_new/schemas/refiner/transformers/typescript_light.js +2 -2
  28. package/dist/modules/pareto_new/schemas/schema/schema.d.ts +19 -24
  29. package/dist/modules/pareto_new/schemas/schema/shorthands/target.d.ts +2 -3
  30. package/dist/modules/pareto_new/schemas/schema/shorthands/target.js +1 -4
  31. package/dist/modules/pareto_new/schemas/schema/transformers/typescript_light.d.ts +3 -3
  32. package/dist/modules/pareto_new/schemas/schema/transformers/typescript_light.js +19 -22
  33. package/dist/modules/pareto_new/schemas/serializer/schema.d.ts +1 -0
  34. package/dist/modules/pareto_new/schemas/{query → serializer}/schema.js +1 -1
  35. package/dist/modules/pareto_new/schemas/serializer/shorthands/target.d.ts +2 -0
  36. package/dist/modules/pareto_new/schemas/{query → serializer}/shorthands/target.js +1 -1
  37. package/dist/modules/pareto_new/schemas/serializer/transformers/typescript_light.d.ts +8 -0
  38. package/dist/modules/pareto_new/schemas/serializer/transformers/typescript_light.js +8 -0
  39. package/dist/modules/pareto_new/schemas/transformer/transformers/typescript_light.js +3 -3
  40. package/dist/modules/pareto_old/schemas/library/transformers/typescript_light.js +3 -3
  41. package/dist/modules/typescript_light/schemas/typescript_light/shorthands/target.d.ts +6 -3
  42. package/dist/modules/typescript_light/schemas/typescript_light/shorthands/target.js +13 -4
  43. package/package.json +1 -1
  44. package/dist/modules/implementation_old/schemas/resolved/transformers/to_be_written_directory_content.js +0 -9
  45. package/dist/modules/implementation_old/schemas/resolved/transformers/typescript.js +0 -665
  46. package/dist/modules/pareto_new/schemas/query/transformers/typescript_light.js +0 -8
  47. /package/dist/modules/implementation_old/schemas/resolved/transformers/{to_be_written_directory_content.d.ts → typescript_project.d.ts} +0 -0
  48. /package/dist/modules/implementation_old/schemas/resolved/transformers/{typescript.d.ts → typescript_source_file.d.ts} +0 -0
  49. /package/dist/modules/pareto_new/schemas/{command → command_implementation}/schema.d.ts +0 -0
  50. /package/dist/modules/pareto_new/schemas/{command → command_implementation}/shorthands/target.d.ts +0 -0
  51. /package/dist/modules/pareto_new/schemas/{command → command_implementation}/transformers/typescript_light.d.ts +0 -0
  52. /package/dist/modules/pareto_new/schemas/{interface_command → command_interface}/schema.d.ts +0 -0
  53. /package/dist/modules/pareto_new/schemas/{interface_command → command_interface}/shorthands/target.d.ts +0 -0
  54. /package/dist/modules/pareto_new/schemas/{interface_command → command_interface}/transformers/typescript_light.d.ts +0 -0
  55. /package/dist/modules/pareto_new/schemas/{interface_query → deserializer}/schema.d.ts +0 -0
  56. /package/dist/modules/pareto_new/schemas/{interface_query → deserializer}/shorthands/target.d.ts +0 -0
  57. /package/dist/modules/pareto_new/schemas/{interface_query → deserializer}/transformers/typescript_light.d.ts +0 -0
  58. /package/dist/modules/pareto_new/schemas/{query → query_implementation}/schema.d.ts +0 -0
  59. /package/dist/modules/pareto_new/schemas/{query → query_implementation}/shorthands/target.d.ts +0 -0
  60. /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==