pareto-fountain-pen 0.3.4 → 0.3.6

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 (91) hide show
  1. package/dist/implementation/algorithms/procedures/console_error.d.ts +13 -0
  2. package/dist/implementation/algorithms/procedures/console_error.js +36 -0
  3. package/dist/implementation/algorithms/procedures/console_log.d.ts +13 -0
  4. package/dist/implementation/algorithms/procedures/console_log.js +36 -0
  5. package/dist/implementation/algorithms/procedures/guaranteed/console_error.d.ts +3 -3
  6. package/dist/implementation/algorithms/procedures/guaranteed/console_error.js +1 -1
  7. package/dist/implementation/algorithms/procedures/guaranteed/console_log.d.ts +3 -3
  8. package/dist/implementation/algorithms/procedures/guaranteed/console_log.js +1 -1
  9. package/dist/implementation/algorithms/procedures/unguaranteed/write_to_directory.d.ts +5 -5
  10. package/dist/implementation/algorithms/procedures/unguaranteed/write_to_directory.js +2 -2
  11. package/dist/implementation/algorithms/procedures/unguaranteed/write_to_file.d.ts +4 -4
  12. package/dist/implementation/algorithms/procedures/unguaranteed/write_to_file.js +1 -1
  13. package/dist/implementation/algorithms/procedures/unguaranteed/write_to_node.d.ts +5 -5
  14. package/dist/implementation/algorithms/procedures/unguaranteed/write_to_node.js +1 -1
  15. package/dist/implementation/algorithms/procedures/write_to_directory.d.ts +13 -0
  16. package/dist/implementation/algorithms/procedures/write_to_directory.js +50 -0
  17. package/dist/implementation/algorithms/procedures/write_to_file.d.ts +11 -0
  18. package/dist/implementation/algorithms/procedures/write_to_file.js +47 -0
  19. package/dist/implementation/algorithms/procedures/write_to_node.d.ts +13 -0
  20. package/dist/implementation/algorithms/procedures/write_to_node.js +58 -0
  21. package/dist/implementation/generated/pareto/generic/parse/parse.d.ts +2 -2
  22. package/dist/implementation/generated/pareto/generic/unmarshall.js +4 -4
  23. package/dist/implementation/generated/pareto/schemas/block/deserialize.d.ts +3 -3
  24. package/dist/implementation/generated/pareto/schemas/block/deserialize.js +8 -8
  25. package/dist/implementation/generated/pareto/schemas/block/marshall.d.ts +3 -3
  26. package/dist/implementation/generated/pareto/schemas/block/marshall.js +45 -45
  27. package/dist/implementation/generated/pareto/schemas/block/serialize.d.ts +3 -3
  28. package/dist/implementation/generated/pareto/schemas/block/serialize.js +13 -13
  29. package/dist/implementation/generated/pareto/schemas/block/unmarshall.d.ts +3 -3
  30. package/dist/implementation/generated/pareto/schemas/block/unmarshall.js +29 -29
  31. package/dist/implementation/generated/pareto/schemas/lines/deserialize.d.ts +1 -1
  32. package/dist/implementation/generated/pareto/schemas/lines/deserialize.js +4 -4
  33. package/dist/implementation/generated/pareto/schemas/lines/marshall.d.ts +1 -1
  34. package/dist/implementation/generated/pareto/schemas/lines/marshall.js +13 -13
  35. package/dist/implementation/generated/pareto/schemas/lines/serialize.d.ts +1 -1
  36. package/dist/implementation/generated/pareto/schemas/lines/serialize.js +7 -7
  37. package/dist/implementation/generated/pareto/schemas/lines/unmarshall.d.ts +1 -1
  38. package/dist/implementation/generated/pareto/schemas/lines/unmarshall.js +8 -8
  39. package/dist/implementation/generated/pareto/schemas/semi_lines/deserialize.d.ts +1 -1
  40. package/dist/implementation/generated/pareto/schemas/semi_lines/deserialize.js +4 -4
  41. package/dist/implementation/generated/pareto/schemas/semi_lines/marshall.d.ts +1 -1
  42. package/dist/implementation/generated/pareto/schemas/semi_lines/marshall.js +19 -19
  43. package/dist/implementation/generated/pareto/schemas/semi_lines/serialize.d.ts +1 -1
  44. package/dist/implementation/generated/pareto/schemas/semi_lines/serialize.js +7 -7
  45. package/dist/implementation/generated/pareto/schemas/semi_lines/unmarshall.d.ts +1 -1
  46. package/dist/implementation/generated/pareto/schemas/semi_lines/unmarshall.js +18 -18
  47. package/dist/implementation/generated/pareto/schemas/text/deserialize.d.ts +1 -1
  48. package/dist/implementation/generated/pareto/schemas/text/deserialize.js +4 -4
  49. package/dist/implementation/generated/pareto/schemas/text/marshall.d.ts +1 -1
  50. package/dist/implementation/generated/pareto/schemas/text/marshall.js +13 -13
  51. package/dist/implementation/generated/pareto/schemas/text/serialize.d.ts +1 -1
  52. package/dist/implementation/generated/pareto/schemas/text/serialize.js +7 -7
  53. package/dist/implementation/generated/pareto/schemas/text/unmarshall.d.ts +1 -1
  54. package/dist/implementation/generated/pareto/schemas/text/unmarshall.js +6 -6
  55. package/dist/interface/generated/pareto/schemas/block/data_types/source.d.ts +61 -61
  56. package/dist/interface/generated/pareto/schemas/block/data_types/target.d.ts +61 -61
  57. package/dist/interface/generated/pareto/schemas/block/deserialize.d.ts +31 -31
  58. package/dist/interface/generated/pareto/schemas/block/marshall.d.ts +29 -29
  59. package/dist/interface/generated/pareto/schemas/block/migrate_boilerplate.d.ts +37 -37
  60. package/dist/interface/generated/pareto/schemas/block/serialize.d.ts +28 -28
  61. package/dist/interface/generated/pareto/schemas/block/unmarshall.d.ts +32 -32
  62. package/dist/interface/generated/pareto/schemas/block/value_deserializers.d.ts +10 -10
  63. package/dist/interface/generated/pareto/schemas/block/value_serializers.d.ts +10 -10
  64. package/dist/interface/generated/pareto/schemas/lines/data_types/source.d.ts +16 -16
  65. package/dist/interface/generated/pareto/schemas/lines/data_types/target.d.ts +16 -16
  66. package/dist/interface/generated/pareto/schemas/lines/deserialize.d.ts +12 -12
  67. package/dist/interface/generated/pareto/schemas/lines/marshall.d.ts +12 -12
  68. package/dist/interface/generated/pareto/schemas/lines/migrate_boilerplate.d.ts +14 -14
  69. package/dist/interface/generated/pareto/schemas/lines/serialize.d.ts +11 -11
  70. package/dist/interface/generated/pareto/schemas/lines/unmarshall.d.ts +13 -13
  71. package/dist/interface/generated/pareto/schemas/lines/value_deserializers.d.ts +10 -10
  72. package/dist/interface/generated/pareto/schemas/lines/value_serializers.d.ts +10 -10
  73. package/dist/interface/generated/pareto/schemas/semi_lines/data_types/source.d.ts +26 -26
  74. package/dist/interface/generated/pareto/schemas/semi_lines/data_types/target.d.ts +26 -26
  75. package/dist/interface/generated/pareto/schemas/semi_lines/deserialize.d.ts +12 -12
  76. package/dist/interface/generated/pareto/schemas/semi_lines/marshall.d.ts +12 -12
  77. package/dist/interface/generated/pareto/schemas/semi_lines/migrate_boilerplate.d.ts +14 -14
  78. package/dist/interface/generated/pareto/schemas/semi_lines/serialize.d.ts +11 -11
  79. package/dist/interface/generated/pareto/schemas/semi_lines/unmarshall.d.ts +13 -13
  80. package/dist/interface/generated/pareto/schemas/semi_lines/value_deserializers.d.ts +10 -10
  81. package/dist/interface/generated/pareto/schemas/semi_lines/value_serializers.d.ts +10 -10
  82. package/dist/interface/generated/pareto/schemas/text/data_types/source.d.ts +12 -12
  83. package/dist/interface/generated/pareto/schemas/text/data_types/target.d.ts +12 -12
  84. package/dist/interface/generated/pareto/schemas/text/deserialize.d.ts +12 -12
  85. package/dist/interface/generated/pareto/schemas/text/marshall.d.ts +12 -12
  86. package/dist/interface/generated/pareto/schemas/text/migrate_boilerplate.d.ts +14 -14
  87. package/dist/interface/generated/pareto/schemas/text/serialize.d.ts +11 -11
  88. package/dist/interface/generated/pareto/schemas/text/unmarshall.d.ts +13 -13
  89. package/dist/interface/generated/pareto/schemas/text/value_deserializers.d.ts +10 -10
  90. package/dist/interface/generated/pareto/schemas/text/value_serializers.d.ts +10 -10
  91. package/package.json +7 -7
@@ -1,15 +1,15 @@
1
- import * as _i_in from "../../core/astn_source";
2
1
  import * as _i_out from "./data_types/target";
2
+ import * as _i_in from "../../core/astn_source";
3
3
  import * as _i_vd from "./value_deserializers";
4
- export type _T_Directory = ($$_: _i_in._T_Value, $$_p: {
5
- readonly 'value deserializers': _i_vd._T_Value_Deserializers;
6
- }) => _i_out._T_Directory;
7
4
  export type _T_Lines = ($$_: _i_in._T_Value, $$_p: {
8
5
  readonly 'value deserializers': _i_vd._T_Value_Deserializers;
9
6
  }) => _i_out._T_Lines;
10
- export type Directory = _T_Directory;
7
+ export type _T_Directory = ($$_: _i_in._T_Value, $$_p: {
8
+ readonly 'value deserializers': _i_vd._T_Value_Deserializers;
9
+ }) => _i_out._T_Directory;
11
10
  export type Lines = _T_Lines;
12
- export declare namespace _T_Directory {
11
+ export type Directory = _T_Directory;
12
+ export declare namespace _T_Lines {
13
13
  namespace CONTEXT {
14
14
  }
15
15
  type CONTEXT = _i_in._T_Value;
@@ -20,9 +20,9 @@ export declare namespace _T_Directory {
20
20
  }
21
21
  namespace RESULT {
22
22
  }
23
- type RESULT = _i_out._T_Directory;
23
+ type RESULT = _i_out._T_Lines;
24
24
  }
25
- export declare namespace _T_Lines {
25
+ export declare namespace _T_Directory {
26
26
  namespace CONTEXT {
27
27
  }
28
28
  type CONTEXT = _i_in._T_Value;
@@ -33,9 +33,9 @@ export declare namespace _T_Lines {
33
33
  }
34
34
  namespace RESULT {
35
35
  }
36
- type RESULT = _i_out._T_Lines;
36
+ type RESULT = _i_out._T_Directory;
37
37
  }
38
- export declare namespace Directory {
38
+ export declare namespace Lines {
39
39
  namespace CONTEXT {
40
40
  }
41
41
  type CONTEXT = _i_in._T_Value;
@@ -46,9 +46,9 @@ export declare namespace Directory {
46
46
  }
47
47
  namespace RESULT {
48
48
  }
49
- type RESULT = _i_out._T_Directory;
49
+ type RESULT = _i_out._T_Lines;
50
50
  }
51
- export declare namespace Lines {
51
+ export declare namespace Directory {
52
52
  namespace CONTEXT {
53
53
  }
54
54
  type CONTEXT = _i_in._T_Value;
@@ -59,5 +59,5 @@ export declare namespace Lines {
59
59
  }
60
60
  namespace RESULT {
61
61
  }
62
- type RESULT = _i_out._T_Lines;
62
+ type RESULT = _i_out._T_Directory;
63
63
  }
@@ -1,10 +1,17 @@
1
1
  export type _T_Value_Deserializers = {
2
+ readonly 'default number': ($$_: string, $$_p: null) => number;
2
3
  readonly 'boolean': ($$_: string, $$_p: null) => boolean;
3
4
  readonly 'custom numbers': null;
4
- readonly 'default number': ($$_: string, $$_p: null) => number;
5
5
  };
6
6
  export type Value_Deserializers = _T_Value_Deserializers;
7
7
  export declare namespace _T_Value_Deserializers {
8
+ namespace default_number {
9
+ type CONTEXT = string;
10
+ namespace PARAMS {
11
+ }
12
+ type RESULT = number;
13
+ }
14
+ type default_number = ($$_: string, $$_p: null) => number;
8
15
  namespace _boolean {
9
16
  type CONTEXT = string;
10
17
  namespace PARAMS {
@@ -15,6 +22,8 @@ export declare namespace _T_Value_Deserializers {
15
22
  namespace custom_numbers {
16
23
  }
17
24
  type custom_numbers = null;
25
+ }
26
+ export declare namespace Value_Deserializers {
18
27
  namespace default_number {
19
28
  type CONTEXT = string;
20
29
  namespace PARAMS {
@@ -22,8 +31,6 @@ export declare namespace _T_Value_Deserializers {
22
31
  type RESULT = number;
23
32
  }
24
33
  type default_number = ($$_: string, $$_p: null) => number;
25
- }
26
- export declare namespace Value_Deserializers {
27
34
  namespace _boolean {
28
35
  type CONTEXT = string;
29
36
  namespace PARAMS {
@@ -34,11 +41,4 @@ export declare namespace Value_Deserializers {
34
41
  namespace custom_numbers {
35
42
  }
36
43
  type custom_numbers = null;
37
- namespace default_number {
38
- type CONTEXT = string;
39
- namespace PARAMS {
40
- }
41
- type RESULT = number;
42
- }
43
- type default_number = ($$_: string, $$_p: null) => number;
44
44
  }
@@ -1,10 +1,17 @@
1
1
  export type _T_Value_Serializers = {
2
+ readonly 'default number': ($$_: number, $$_p: null) => string;
2
3
  readonly 'boolean': ($$_: boolean, $$_p: null) => string;
3
4
  readonly 'custom numbers': null;
4
- readonly 'default number': ($$_: number, $$_p: null) => string;
5
5
  };
6
6
  export type Value_Serializers = _T_Value_Serializers;
7
7
  export declare namespace _T_Value_Serializers {
8
+ namespace default_number {
9
+ type CONTEXT = number;
10
+ namespace PARAMS {
11
+ }
12
+ type RESULT = string;
13
+ }
14
+ type default_number = ($$_: number, $$_p: null) => string;
8
15
  namespace _boolean {
9
16
  type CONTEXT = boolean;
10
17
  namespace PARAMS {
@@ -15,6 +22,8 @@ export declare namespace _T_Value_Serializers {
15
22
  namespace custom_numbers {
16
23
  }
17
24
  type custom_numbers = null;
25
+ }
26
+ export declare namespace Value_Serializers {
18
27
  namespace default_number {
19
28
  type CONTEXT = number;
20
29
  namespace PARAMS {
@@ -22,8 +31,6 @@ export declare namespace _T_Value_Serializers {
22
31
  type RESULT = string;
23
32
  }
24
33
  type default_number = ($$_: number, $$_p: null) => string;
25
- }
26
- export declare namespace Value_Serializers {
27
34
  namespace _boolean {
28
35
  type CONTEXT = boolean;
29
36
  namespace PARAMS {
@@ -34,11 +41,4 @@ export declare namespace Value_Serializers {
34
41
  namespace custom_numbers {
35
42
  }
36
43
  type custom_numbers = null;
37
- namespace default_number {
38
- type CONTEXT = number;
39
- namespace PARAMS {
40
- }
41
- type RESULT = string;
42
- }
43
- type default_number = ($$_: number, $$_p: null) => string;
44
44
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pareto-fountain-pen",
3
- "version": "0.3.4",
3
+ "version": "0.3.6",
4
4
  "description": "A TypeScript library for easily generating source code files with proper indentation in the pareto programming style/language",
5
5
  "main": "./dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -30,11 +30,11 @@
30
30
  "node": ">=14.0.0"
31
31
  },
32
32
  "dependencies": {
33
- "exupery-core-alg": "^0.5.0",
34
- "exupery-core-bin": "^0.3.7",
35
- "exupery-core-data": "^0.3.0",
36
- "exupery-core-dev": "^0.3.0",
37
- "exupery-resources": "^0.3.5",
38
- "pareto-standard-operations": "^0.3.0"
33
+ "exupery-core-alg": "^0.5.7",
34
+ "exupery-core-bin": "^0.3.14",
35
+ "exupery-core-data": "^0.3.1",
36
+ "exupery-core-dev": "^0.3.1",
37
+ "exupery-resources": "^0.3.6",
38
+ "pareto-standard-operations": "^0.3.7"
39
39
  }
40
40
  }