exupery-resources 0.3.25 → 0.3.26

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 (33) hide show
  1. package/dist/implementation/generated/pareto/schemas/make_directory/marshall.js +2 -2
  2. package/dist/implementation/generated/pareto/schemas/make_directory/unmarshall.js +2 -2
  3. package/dist/implementation/generated/pareto/schemas/path/deserialize.d.ts +3 -3
  4. package/dist/implementation/generated/pareto/schemas/path/deserialize.js +8 -8
  5. package/dist/implementation/generated/pareto/schemas/path/marshall.d.ts +3 -3
  6. package/dist/implementation/generated/pareto/schemas/path/marshall.js +15 -18
  7. package/dist/implementation/generated/pareto/schemas/path/serialize.d.ts +3 -3
  8. package/dist/implementation/generated/pareto/schemas/path/serialize.js +10 -10
  9. package/dist/implementation/generated/pareto/schemas/path/unmarshall.d.ts +3 -3
  10. package/dist/implementation/generated/pareto/schemas/path/unmarshall.js +19 -24
  11. package/dist/implementation/refiners/context_path/non_normalized_path.d.ts +1 -1
  12. package/dist/implementation/refiners/context_path/non_normalized_path.js +1 -1
  13. package/dist/implementation/refiners/context_path/text.d.ts +1 -1
  14. package/dist/implementation/refiners/context_path/text.js +1 -1
  15. package/dist/implementation/refiners/node_path/non_normalized_path.js +9 -7
  16. package/dist/implementation/transformers/path/path.d.ts +2 -2
  17. package/dist/implementation/transformers/path/path.js +2 -3
  18. package/dist/implementation/transformers/path/text.d.ts +1 -1
  19. package/dist/implementation/transformers/path/text.js +4 -4
  20. package/dist/interface/generated/pareto/schemas/make_directory/data_types/source.d.ts +1 -1
  21. package/dist/interface/generated/pareto/schemas/make_directory/data_types/target.d.ts +1 -1
  22. package/dist/interface/generated/pareto/schemas/path/data_types/source.d.ts +31 -38
  23. package/dist/interface/generated/pareto/schemas/path/data_types/target.d.ts +31 -38
  24. package/dist/interface/generated/pareto/schemas/path/deserialize.d.ts +30 -30
  25. package/dist/interface/generated/pareto/schemas/path/marshall.d.ts +28 -28
  26. package/dist/interface/generated/pareto/schemas/path/migrate_boilerplate.d.ts +36 -36
  27. package/dist/interface/generated/pareto/schemas/path/serialize.d.ts +28 -28
  28. package/dist/interface/generated/pareto/schemas/path/unmarshall.d.ts +30 -30
  29. package/package.json +1 -1
  30. package/dist/implementation/refiners/directory_path/non_normalized_path.d.ts +0 -5
  31. package/dist/implementation/refiners/directory_path/non_normalized_path.js +0 -67
  32. package/dist/implementation/refiners/directory_path/text.d.ts +0 -4
  33. package/dist/implementation/refiners/directory_path/text.js +0 -33
@@ -2,19 +2,19 @@ import * as _i_out from "./data_types/target";
2
2
  import * as _i_in from "./data_types/source";
3
3
  export type _T_Up_Steps = ($$_: _i_in._T_Up_Steps, $$_p: null) => _i_out._T_Up_Steps;
4
4
  export type _T_Start = ($$_: _i_in._T_Start, $$_p: null) => _i_out._T_Start;
5
- export type _T_Directory_Subpath = ($$_: _i_in._T_Directory_Subpath, $$_p: null) => _i_out._T_Directory_Subpath;
5
+ export type _T_Context_Subpath = ($$_: _i_in._T_Context_Subpath, $$_p: null) => _i_out._T_Context_Subpath;
6
+ export type _T_Context_Path = ($$_: _i_in._T_Context_Path, $$_p: null) => _i_out._T_Context_Path;
6
7
  export type _T_Node_Path = ($$_: _i_in._T_Node_Path, $$_p: null) => _i_out._T_Node_Path;
7
8
  export type _T_Node_Path_Parameter = ($$_: _i_in._T_Node_Path_Parameter, $$_p: null) => _i_out._T_Node_Path_Parameter;
8
- export type _T_Directory_Path = ($$_: _i_in._T_Directory_Path, $$_p: null) => _i_out._T_Directory_Path;
9
- export type _T_Directory_Path_Parameter = ($$_: _i_in._T_Directory_Path_Parameter, $$_p: null) => _i_out._T_Directory_Path_Parameter;
9
+ export type _T_Context_Path_Parameter = ($$_: _i_in._T_Context_Path_Parameter, $$_p: null) => _i_out._T_Context_Path_Parameter;
10
10
  export type _T_Non_Normalized_Path = ($$_: _i_in._T_Non_Normalized_Path, $$_p: null) => _i_out._T_Non_Normalized_Path;
11
11
  export type Up_Steps = _T_Up_Steps;
12
12
  export type Start = _T_Start;
13
- export type Directory_Subpath = _T_Directory_Subpath;
13
+ export type Context_Subpath = _T_Context_Subpath;
14
+ export type Context_Path = _T_Context_Path;
14
15
  export type Node_Path = _T_Node_Path;
15
16
  export type Node_Path_Parameter = _T_Node_Path_Parameter;
16
- export type Directory_Path = _T_Directory_Path;
17
- export type Directory_Path_Parameter = _T_Directory_Path_Parameter;
17
+ export type Context_Path_Parameter = _T_Context_Path_Parameter;
18
18
  export type Non_Normalized_Path = _T_Non_Normalized_Path;
19
19
  export declare namespace _T_Up_Steps {
20
20
  namespace CONTEXT {
@@ -36,55 +36,55 @@ export declare namespace _T_Start {
36
36
  }
37
37
  type RESULT = _i_out._T_Start;
38
38
  }
39
- export declare namespace _T_Directory_Subpath {
39
+ export declare namespace _T_Context_Subpath {
40
40
  namespace CONTEXT {
41
41
  }
42
- type CONTEXT = _i_in._T_Directory_Subpath;
42
+ type CONTEXT = _i_in._T_Context_Subpath;
43
43
  namespace PARAMS {
44
44
  }
45
45
  namespace RESULT {
46
46
  }
47
- type RESULT = _i_out._T_Directory_Subpath;
47
+ type RESULT = _i_out._T_Context_Subpath;
48
48
  }
49
- export declare namespace _T_Node_Path {
49
+ export declare namespace _T_Context_Path {
50
50
  namespace CONTEXT {
51
51
  }
52
- type CONTEXT = _i_in._T_Node_Path;
52
+ type CONTEXT = _i_in._T_Context_Path;
53
53
  namespace PARAMS {
54
54
  }
55
55
  namespace RESULT {
56
56
  }
57
- type RESULT = _i_out._T_Node_Path;
57
+ type RESULT = _i_out._T_Context_Path;
58
58
  }
59
- export declare namespace _T_Node_Path_Parameter {
59
+ export declare namespace _T_Node_Path {
60
60
  namespace CONTEXT {
61
61
  }
62
- type CONTEXT = _i_in._T_Node_Path_Parameter;
62
+ type CONTEXT = _i_in._T_Node_Path;
63
63
  namespace PARAMS {
64
64
  }
65
65
  namespace RESULT {
66
66
  }
67
- type RESULT = _i_out._T_Node_Path_Parameter;
67
+ type RESULT = _i_out._T_Node_Path;
68
68
  }
69
- export declare namespace _T_Directory_Path {
69
+ export declare namespace _T_Node_Path_Parameter {
70
70
  namespace CONTEXT {
71
71
  }
72
- type CONTEXT = _i_in._T_Directory_Path;
72
+ type CONTEXT = _i_in._T_Node_Path_Parameter;
73
73
  namespace PARAMS {
74
74
  }
75
75
  namespace RESULT {
76
76
  }
77
- type RESULT = _i_out._T_Directory_Path;
77
+ type RESULT = _i_out._T_Node_Path_Parameter;
78
78
  }
79
- export declare namespace _T_Directory_Path_Parameter {
79
+ export declare namespace _T_Context_Path_Parameter {
80
80
  namespace CONTEXT {
81
81
  }
82
- type CONTEXT = _i_in._T_Directory_Path_Parameter;
82
+ type CONTEXT = _i_in._T_Context_Path_Parameter;
83
83
  namespace PARAMS {
84
84
  }
85
85
  namespace RESULT {
86
86
  }
87
- type RESULT = _i_out._T_Directory_Path_Parameter;
87
+ type RESULT = _i_out._T_Context_Path_Parameter;
88
88
  }
89
89
  export declare namespace _T_Non_Normalized_Path {
90
90
  namespace CONTEXT {
@@ -116,55 +116,55 @@ export declare namespace Start {
116
116
  }
117
117
  type RESULT = _i_out._T_Start;
118
118
  }
119
- export declare namespace Directory_Subpath {
119
+ export declare namespace Context_Subpath {
120
120
  namespace CONTEXT {
121
121
  }
122
- type CONTEXT = _i_in._T_Directory_Subpath;
122
+ type CONTEXT = _i_in._T_Context_Subpath;
123
123
  namespace PARAMS {
124
124
  }
125
125
  namespace RESULT {
126
126
  }
127
- type RESULT = _i_out._T_Directory_Subpath;
127
+ type RESULT = _i_out._T_Context_Subpath;
128
128
  }
129
- export declare namespace Node_Path {
129
+ export declare namespace Context_Path {
130
130
  namespace CONTEXT {
131
131
  }
132
- type CONTEXT = _i_in._T_Node_Path;
132
+ type CONTEXT = _i_in._T_Context_Path;
133
133
  namespace PARAMS {
134
134
  }
135
135
  namespace RESULT {
136
136
  }
137
- type RESULT = _i_out._T_Node_Path;
137
+ type RESULT = _i_out._T_Context_Path;
138
138
  }
139
- export declare namespace Node_Path_Parameter {
139
+ export declare namespace Node_Path {
140
140
  namespace CONTEXT {
141
141
  }
142
- type CONTEXT = _i_in._T_Node_Path_Parameter;
142
+ type CONTEXT = _i_in._T_Node_Path;
143
143
  namespace PARAMS {
144
144
  }
145
145
  namespace RESULT {
146
146
  }
147
- type RESULT = _i_out._T_Node_Path_Parameter;
147
+ type RESULT = _i_out._T_Node_Path;
148
148
  }
149
- export declare namespace Directory_Path {
149
+ export declare namespace Node_Path_Parameter {
150
150
  namespace CONTEXT {
151
151
  }
152
- type CONTEXT = _i_in._T_Directory_Path;
152
+ type CONTEXT = _i_in._T_Node_Path_Parameter;
153
153
  namespace PARAMS {
154
154
  }
155
155
  namespace RESULT {
156
156
  }
157
- type RESULT = _i_out._T_Directory_Path;
157
+ type RESULT = _i_out._T_Node_Path_Parameter;
158
158
  }
159
- export declare namespace Directory_Path_Parameter {
159
+ export declare namespace Context_Path_Parameter {
160
160
  namespace CONTEXT {
161
161
  }
162
- type CONTEXT = _i_in._T_Directory_Path_Parameter;
162
+ type CONTEXT = _i_in._T_Context_Path_Parameter;
163
163
  namespace PARAMS {
164
164
  }
165
165
  namespace RESULT {
166
166
  }
167
- type RESULT = _i_out._T_Directory_Path_Parameter;
167
+ type RESULT = _i_out._T_Context_Path_Parameter;
168
168
  }
169
169
  export declare namespace Non_Normalized_Path {
170
170
  namespace CONTEXT {
@@ -6,19 +6,19 @@ export type _T_Up_Steps = ($$_: _i_in._T_Up_Steps, $$_p: {
6
6
  export type _T_Start = ($$_: _i_in._T_Start, $$_p: {
7
7
  readonly 'value serializers': _i_vs._T_Value_Serializers;
8
8
  }) => string;
9
- export type _T_Directory_Subpath = ($$_: _i_in._T_Directory_Subpath, $$_p: {
9
+ export type _T_Context_Subpath = ($$_: _i_in._T_Context_Subpath, $$_p: {
10
10
  readonly 'value serializers': _i_vs._T_Value_Serializers;
11
11
  }) => string;
12
- export type _T_Node_Path = ($$_: _i_in._T_Node_Path, $$_p: {
12
+ export type _T_Context_Path = ($$_: _i_in._T_Context_Path, $$_p: {
13
13
  readonly 'value serializers': _i_vs._T_Value_Serializers;
14
14
  }) => string;
15
- export type _T_Node_Path_Parameter = ($$_: _i_in._T_Node_Path_Parameter, $$_p: {
15
+ export type _T_Node_Path = ($$_: _i_in._T_Node_Path, $$_p: {
16
16
  readonly 'value serializers': _i_vs._T_Value_Serializers;
17
17
  }) => string;
18
- export type _T_Directory_Path = ($$_: _i_in._T_Directory_Path, $$_p: {
18
+ export type _T_Node_Path_Parameter = ($$_: _i_in._T_Node_Path_Parameter, $$_p: {
19
19
  readonly 'value serializers': _i_vs._T_Value_Serializers;
20
20
  }) => string;
21
- export type _T_Directory_Path_Parameter = ($$_: _i_in._T_Directory_Path_Parameter, $$_p: {
21
+ export type _T_Context_Path_Parameter = ($$_: _i_in._T_Context_Path_Parameter, $$_p: {
22
22
  readonly 'value serializers': _i_vs._T_Value_Serializers;
23
23
  }) => string;
24
24
  export type _T_Non_Normalized_Path = ($$_: _i_in._T_Non_Normalized_Path, $$_p: {
@@ -26,11 +26,11 @@ export type _T_Non_Normalized_Path = ($$_: _i_in._T_Non_Normalized_Path, $$_p: {
26
26
  }) => string;
27
27
  export type Up_Steps = _T_Up_Steps;
28
28
  export type Start = _T_Start;
29
- export type Directory_Subpath = _T_Directory_Subpath;
29
+ export type Context_Subpath = _T_Context_Subpath;
30
+ export type Context_Path = _T_Context_Path;
30
31
  export type Node_Path = _T_Node_Path;
31
32
  export type Node_Path_Parameter = _T_Node_Path_Parameter;
32
- export type Directory_Path = _T_Directory_Path;
33
- export type Directory_Path_Parameter = _T_Directory_Path_Parameter;
33
+ export type Context_Path_Parameter = _T_Context_Path_Parameter;
34
34
  export type Non_Normalized_Path = _T_Non_Normalized_Path;
35
35
  export declare namespace _T_Up_Steps {
36
36
  namespace CONTEXT {
@@ -54,10 +54,10 @@ export declare namespace _T_Start {
54
54
  }
55
55
  type RESULT = string;
56
56
  }
57
- export declare namespace _T_Directory_Subpath {
57
+ export declare namespace _T_Context_Subpath {
58
58
  namespace CONTEXT {
59
59
  }
60
- type CONTEXT = _i_in._T_Directory_Subpath;
60
+ type CONTEXT = _i_in._T_Context_Subpath;
61
61
  namespace PARAMS {
62
62
  namespace value_serializers {
63
63
  }
@@ -65,10 +65,10 @@ export declare namespace _T_Directory_Subpath {
65
65
  }
66
66
  type RESULT = string;
67
67
  }
68
- export declare namespace _T_Node_Path {
68
+ export declare namespace _T_Context_Path {
69
69
  namespace CONTEXT {
70
70
  }
71
- type CONTEXT = _i_in._T_Node_Path;
71
+ type CONTEXT = _i_in._T_Context_Path;
72
72
  namespace PARAMS {
73
73
  namespace value_serializers {
74
74
  }
@@ -76,10 +76,10 @@ export declare namespace _T_Node_Path {
76
76
  }
77
77
  type RESULT = string;
78
78
  }
79
- export declare namespace _T_Node_Path_Parameter {
79
+ export declare namespace _T_Node_Path {
80
80
  namespace CONTEXT {
81
81
  }
82
- type CONTEXT = _i_in._T_Node_Path_Parameter;
82
+ type CONTEXT = _i_in._T_Node_Path;
83
83
  namespace PARAMS {
84
84
  namespace value_serializers {
85
85
  }
@@ -87,10 +87,10 @@ export declare namespace _T_Node_Path_Parameter {
87
87
  }
88
88
  type RESULT = string;
89
89
  }
90
- export declare namespace _T_Directory_Path {
90
+ export declare namespace _T_Node_Path_Parameter {
91
91
  namespace CONTEXT {
92
92
  }
93
- type CONTEXT = _i_in._T_Directory_Path;
93
+ type CONTEXT = _i_in._T_Node_Path_Parameter;
94
94
  namespace PARAMS {
95
95
  namespace value_serializers {
96
96
  }
@@ -98,10 +98,10 @@ export declare namespace _T_Directory_Path {
98
98
  }
99
99
  type RESULT = string;
100
100
  }
101
- export declare namespace _T_Directory_Path_Parameter {
101
+ export declare namespace _T_Context_Path_Parameter {
102
102
  namespace CONTEXT {
103
103
  }
104
- type CONTEXT = _i_in._T_Directory_Path_Parameter;
104
+ type CONTEXT = _i_in._T_Context_Path_Parameter;
105
105
  namespace PARAMS {
106
106
  namespace value_serializers {
107
107
  }
@@ -142,10 +142,10 @@ export declare namespace Start {
142
142
  }
143
143
  type RESULT = string;
144
144
  }
145
- export declare namespace Directory_Subpath {
145
+ export declare namespace Context_Subpath {
146
146
  namespace CONTEXT {
147
147
  }
148
- type CONTEXT = _i_in._T_Directory_Subpath;
148
+ type CONTEXT = _i_in._T_Context_Subpath;
149
149
  namespace PARAMS {
150
150
  namespace value_serializers {
151
151
  }
@@ -153,10 +153,10 @@ export declare namespace Directory_Subpath {
153
153
  }
154
154
  type RESULT = string;
155
155
  }
156
- export declare namespace Node_Path {
156
+ export declare namespace Context_Path {
157
157
  namespace CONTEXT {
158
158
  }
159
- type CONTEXT = _i_in._T_Node_Path;
159
+ type CONTEXT = _i_in._T_Context_Path;
160
160
  namespace PARAMS {
161
161
  namespace value_serializers {
162
162
  }
@@ -164,10 +164,10 @@ export declare namespace Node_Path {
164
164
  }
165
165
  type RESULT = string;
166
166
  }
167
- export declare namespace Node_Path_Parameter {
167
+ export declare namespace Node_Path {
168
168
  namespace CONTEXT {
169
169
  }
170
- type CONTEXT = _i_in._T_Node_Path_Parameter;
170
+ type CONTEXT = _i_in._T_Node_Path;
171
171
  namespace PARAMS {
172
172
  namespace value_serializers {
173
173
  }
@@ -175,10 +175,10 @@ export declare namespace Node_Path_Parameter {
175
175
  }
176
176
  type RESULT = string;
177
177
  }
178
- export declare namespace Directory_Path {
178
+ export declare namespace Node_Path_Parameter {
179
179
  namespace CONTEXT {
180
180
  }
181
- type CONTEXT = _i_in._T_Directory_Path;
181
+ type CONTEXT = _i_in._T_Node_Path_Parameter;
182
182
  namespace PARAMS {
183
183
  namespace value_serializers {
184
184
  }
@@ -186,10 +186,10 @@ export declare namespace Directory_Path {
186
186
  }
187
187
  type RESULT = string;
188
188
  }
189
- export declare namespace Directory_Path_Parameter {
189
+ export declare namespace Context_Path_Parameter {
190
190
  namespace CONTEXT {
191
191
  }
192
- type CONTEXT = _i_in._T_Directory_Path_Parameter;
192
+ type CONTEXT = _i_in._T_Context_Path_Parameter;
193
193
  namespace PARAMS {
194
194
  namespace value_serializers {
195
195
  }
@@ -7,31 +7,31 @@ export type _T_Up_Steps = ($$_: _i_in._T_Value, $$_p: {
7
7
  export type _T_Start = ($$_: _i_in._T_Value, $$_p: {
8
8
  readonly 'value deserializers': _i_vd._T_Value_Deserializers;
9
9
  }) => _i_out._T_Start;
10
- export type _T_Directory_Subpath = ($$_: _i_in._T_Value, $$_p: {
10
+ export type _T_Context_Subpath = ($$_: _i_in._T_Value, $$_p: {
11
11
  readonly 'value deserializers': _i_vd._T_Value_Deserializers;
12
- }) => _i_out._T_Directory_Subpath;
12
+ }) => _i_out._T_Context_Subpath;
13
+ export type _T_Context_Path = ($$_: _i_in._T_Value, $$_p: {
14
+ readonly 'value deserializers': _i_vd._T_Value_Deserializers;
15
+ }) => _i_out._T_Context_Path;
13
16
  export type _T_Node_Path = ($$_: _i_in._T_Value, $$_p: {
14
17
  readonly 'value deserializers': _i_vd._T_Value_Deserializers;
15
18
  }) => _i_out._T_Node_Path;
16
19
  export type _T_Node_Path_Parameter = ($$_: _i_in._T_Value, $$_p: {
17
20
  readonly 'value deserializers': _i_vd._T_Value_Deserializers;
18
21
  }) => _i_out._T_Node_Path_Parameter;
19
- export type _T_Directory_Path = ($$_: _i_in._T_Value, $$_p: {
20
- readonly 'value deserializers': _i_vd._T_Value_Deserializers;
21
- }) => _i_out._T_Directory_Path;
22
- export type _T_Directory_Path_Parameter = ($$_: _i_in._T_Value, $$_p: {
22
+ export type _T_Context_Path_Parameter = ($$_: _i_in._T_Value, $$_p: {
23
23
  readonly 'value deserializers': _i_vd._T_Value_Deserializers;
24
- }) => _i_out._T_Directory_Path_Parameter;
24
+ }) => _i_out._T_Context_Path_Parameter;
25
25
  export type _T_Non_Normalized_Path = ($$_: _i_in._T_Value, $$_p: {
26
26
  readonly 'value deserializers': _i_vd._T_Value_Deserializers;
27
27
  }) => _i_out._T_Non_Normalized_Path;
28
28
  export type Up_Steps = _T_Up_Steps;
29
29
  export type Start = _T_Start;
30
- export type Directory_Subpath = _T_Directory_Subpath;
30
+ export type Context_Subpath = _T_Context_Subpath;
31
+ export type Context_Path = _T_Context_Path;
31
32
  export type Node_Path = _T_Node_Path;
32
33
  export type Node_Path_Parameter = _T_Node_Path_Parameter;
33
- export type Directory_Path = _T_Directory_Path;
34
- export type Directory_Path_Parameter = _T_Directory_Path_Parameter;
34
+ export type Context_Path_Parameter = _T_Context_Path_Parameter;
35
35
  export type Non_Normalized_Path = _T_Non_Normalized_Path;
36
36
  export declare namespace _T_Up_Steps {
37
37
  namespace CONTEXT {
@@ -59,7 +59,7 @@ export declare namespace _T_Start {
59
59
  }
60
60
  type RESULT = _i_out._T_Start;
61
61
  }
62
- export declare namespace _T_Directory_Subpath {
62
+ export declare namespace _T_Context_Subpath {
63
63
  namespace CONTEXT {
64
64
  }
65
65
  type CONTEXT = _i_in._T_Value;
@@ -70,9 +70,9 @@ export declare namespace _T_Directory_Subpath {
70
70
  }
71
71
  namespace RESULT {
72
72
  }
73
- type RESULT = _i_out._T_Directory_Subpath;
73
+ type RESULT = _i_out._T_Context_Subpath;
74
74
  }
75
- export declare namespace _T_Node_Path {
75
+ export declare namespace _T_Context_Path {
76
76
  namespace CONTEXT {
77
77
  }
78
78
  type CONTEXT = _i_in._T_Value;
@@ -83,9 +83,9 @@ export declare namespace _T_Node_Path {
83
83
  }
84
84
  namespace RESULT {
85
85
  }
86
- type RESULT = _i_out._T_Node_Path;
86
+ type RESULT = _i_out._T_Context_Path;
87
87
  }
88
- export declare namespace _T_Node_Path_Parameter {
88
+ export declare namespace _T_Node_Path {
89
89
  namespace CONTEXT {
90
90
  }
91
91
  type CONTEXT = _i_in._T_Value;
@@ -96,9 +96,9 @@ export declare namespace _T_Node_Path_Parameter {
96
96
  }
97
97
  namespace RESULT {
98
98
  }
99
- type RESULT = _i_out._T_Node_Path_Parameter;
99
+ type RESULT = _i_out._T_Node_Path;
100
100
  }
101
- export declare namespace _T_Directory_Path {
101
+ export declare namespace _T_Node_Path_Parameter {
102
102
  namespace CONTEXT {
103
103
  }
104
104
  type CONTEXT = _i_in._T_Value;
@@ -109,9 +109,9 @@ export declare namespace _T_Directory_Path {
109
109
  }
110
110
  namespace RESULT {
111
111
  }
112
- type RESULT = _i_out._T_Directory_Path;
112
+ type RESULT = _i_out._T_Node_Path_Parameter;
113
113
  }
114
- export declare namespace _T_Directory_Path_Parameter {
114
+ export declare namespace _T_Context_Path_Parameter {
115
115
  namespace CONTEXT {
116
116
  }
117
117
  type CONTEXT = _i_in._T_Value;
@@ -122,7 +122,7 @@ export declare namespace _T_Directory_Path_Parameter {
122
122
  }
123
123
  namespace RESULT {
124
124
  }
125
- type RESULT = _i_out._T_Directory_Path_Parameter;
125
+ type RESULT = _i_out._T_Context_Path_Parameter;
126
126
  }
127
127
  export declare namespace _T_Non_Normalized_Path {
128
128
  namespace CONTEXT {
@@ -163,7 +163,7 @@ export declare namespace Start {
163
163
  }
164
164
  type RESULT = _i_out._T_Start;
165
165
  }
166
- export declare namespace Directory_Subpath {
166
+ export declare namespace Context_Subpath {
167
167
  namespace CONTEXT {
168
168
  }
169
169
  type CONTEXT = _i_in._T_Value;
@@ -174,9 +174,9 @@ export declare namespace Directory_Subpath {
174
174
  }
175
175
  namespace RESULT {
176
176
  }
177
- type RESULT = _i_out._T_Directory_Subpath;
177
+ type RESULT = _i_out._T_Context_Subpath;
178
178
  }
179
- export declare namespace Node_Path {
179
+ export declare namespace Context_Path {
180
180
  namespace CONTEXT {
181
181
  }
182
182
  type CONTEXT = _i_in._T_Value;
@@ -187,9 +187,9 @@ export declare namespace Node_Path {
187
187
  }
188
188
  namespace RESULT {
189
189
  }
190
- type RESULT = _i_out._T_Node_Path;
190
+ type RESULT = _i_out._T_Context_Path;
191
191
  }
192
- export declare namespace Node_Path_Parameter {
192
+ export declare namespace Node_Path {
193
193
  namespace CONTEXT {
194
194
  }
195
195
  type CONTEXT = _i_in._T_Value;
@@ -200,9 +200,9 @@ export declare namespace Node_Path_Parameter {
200
200
  }
201
201
  namespace RESULT {
202
202
  }
203
- type RESULT = _i_out._T_Node_Path_Parameter;
203
+ type RESULT = _i_out._T_Node_Path;
204
204
  }
205
- export declare namespace Directory_Path {
205
+ export declare namespace Node_Path_Parameter {
206
206
  namespace CONTEXT {
207
207
  }
208
208
  type CONTEXT = _i_in._T_Value;
@@ -213,9 +213,9 @@ export declare namespace Directory_Path {
213
213
  }
214
214
  namespace RESULT {
215
215
  }
216
- type RESULT = _i_out._T_Directory_Path;
216
+ type RESULT = _i_out._T_Node_Path_Parameter;
217
217
  }
218
- export declare namespace Directory_Path_Parameter {
218
+ export declare namespace Context_Path_Parameter {
219
219
  namespace CONTEXT {
220
220
  }
221
221
  type CONTEXT = _i_in._T_Value;
@@ -226,7 +226,7 @@ export declare namespace Directory_Path_Parameter {
226
226
  }
227
227
  namespace RESULT {
228
228
  }
229
- type RESULT = _i_out._T_Directory_Path_Parameter;
229
+ type RESULT = _i_out._T_Context_Path_Parameter;
230
230
  }
231
231
  export declare namespace Non_Normalized_Path {
232
232
  namespace CONTEXT {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "exupery-resources",
3
- "version": "0.3.25",
3
+ "version": "0.3.26",
4
4
  "description": "A library providing resources forthe Exupery programming Language",
5
5
  "main": "./dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -1,5 +0,0 @@
1
- import * as d_out from "../../../interface/generated/pareto/schemas/path/data_types/target";
2
- import * as d_in from "../../../interface/generated/pareto/schemas/path/data_types/source";
3
- export declare const Directory_Path: ($: d_in.Non_Normalized_Path, $p: {
4
- "pedantic": boolean;
5
- }) => d_out.Directory_Path;
@@ -1,67 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
- Object.defineProperty(o, "default", { enumerable: true, value: v });
15
- }) : function(o, v) {
16
- o["default"] = v;
17
- });
18
- var __importStar = (this && this.__importStar) || function (mod) {
19
- if (mod && mod.__esModule) return mod;
20
- var result = {};
21
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
- __setModuleDefault(result, mod);
23
- return result;
24
- };
25
- Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.Directory_Path = void 0;
27
- const _ea = __importStar(require("exupery-core-alg"));
28
- const append_element_1 = require("pareto-standard-operations/dist/implementation/algorithms/operations/pure/list/append_element");
29
- const temp_core_1 = require("../../../temp_core");
30
- const Directory_Path = ($, $p) => {
31
- let intermediate_result = {
32
- subppath: _ea.list_literal([]),
33
- up_steps: 0,
34
- };
35
- $.segments.__for_each(($) => {
36
- intermediate_result = _ea.cc($, ($) => {
37
- switch ($[0]) {
38
- case 'parent': return _ea.ss($, ($) => ({
39
- 'up_steps': intermediate_result.subppath.__get_number_of_elements() === 0
40
- ? intermediate_result.up_steps + 1
41
- : intermediate_result.up_steps,
42
- 'subppath': intermediate_result.subppath.__get_number_of_elements() === 0
43
- ? intermediate_result.subppath
44
- : (0, temp_core_1.remove_last_element)(intermediate_result.subppath),
45
- 'node': null,
46
- }));
47
- case 'child': return _ea.ss($, ($) => ({
48
- 'up_steps': intermediate_result.up_steps,
49
- 'subppath': (0, append_element_1.$$)(intermediate_result.subppath, { element: $ }),
50
- }));
51
- case 'current': return _ea.ss($, ($) => intermediate_result);
52
- case 'nothing': return _ea.ss($, ($) => intermediate_result);
53
- default: return _ea.au($[0]);
54
- }
55
- });
56
- });
57
- return {
58
- 'start': $['leading slash']
59
- ? ['absolute', null]
60
- : ['relative', {
61
- 'up steps': intermediate_result.up_steps,
62
- }],
63
- 'subpath': intermediate_result.subppath,
64
- };
65
- };
66
- exports.Directory_Path = Directory_Path;
67
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibm9uX25vcm1hbGl6ZWRfcGF0aC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9pbXBsZW1lbnRhdGlvbi9yZWZpbmVycy9kaXJlY3RvcnlfcGF0aC9ub25fbm9ybWFsaXplZF9wYXRoLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBQUEsc0RBQXVDO0FBT3ZDLGtJQUErSDtBQUMvSCxrREFBd0Q7QUFPakQsTUFBTSxjQUFjLEdBQUcsQ0FDMUIsQ0FBMkIsRUFDM0IsRUFFQyxFQUNtQixFQUFFO0lBRXRCLElBQUksbUJBQW1CLEdBQXdCO1FBRTNDLFFBQVEsRUFBRSxHQUFHLENBQUMsWUFBWSxDQUFDLEVBQUUsQ0FBQztRQUM5QixRQUFRLEVBQUUsQ0FBQztLQUNkLENBQUE7SUFFRCxDQUFDLENBQUMsUUFBUSxDQUFDLFVBQVUsQ0FBQyxDQUFDLENBQUMsRUFBRSxFQUFFO1FBQ3hCLG1CQUFtQixHQUFHLEdBQUcsQ0FBQyxFQUFFLENBQUMsQ0FBQyxFQUFFLENBQUMsQ0FBQyxFQUF1QixFQUFFO1lBQ3ZELFFBQVEsQ0FBQyxDQUFDLENBQUMsQ0FBQyxFQUFFLENBQUM7Z0JBQ1gsS0FBSyxRQUFRLENBQUMsQ0FBQyxPQUFPLEdBQUcsQ0FBQyxFQUFFLENBQUMsQ0FBQyxFQUFFLENBQUMsQ0FBQyxFQUFFLEVBQUUsQ0FBQyxDQUFDO29CQUNwQyxVQUFVLEVBQUUsbUJBQW1CLENBQUMsUUFBUSxDQUFDLHdCQUF3QixFQUFFLEtBQUssQ0FBQzt3QkFDckUsQ0FBQyxDQUFDLG1CQUFtQixDQUFDLFFBQVEsR0FBRyxDQUFDO3dCQUNsQyxDQUFDLENBQUMsbUJBQW1CLENBQUMsUUFBUTtvQkFDbEMsVUFBVSxFQUFFLG1CQUFtQixDQUFDLFFBQVEsQ0FBQyx3QkFBd0IsRUFBRSxLQUFLLENBQUM7d0JBQ3JFLENBQUMsQ0FBQyxtQkFBbUIsQ0FBQyxRQUFRO3dCQUM5QixDQUFDLENBQUMsSUFBQSwrQkFBbUIsRUFBQyxtQkFBbUIsQ0FBQyxRQUFRLENBQUM7b0JBQ3ZELE1BQU0sRUFBRSxJQUFJO2lCQUNmLENBQUMsQ0FBQyxDQUFBO2dCQUNILEtBQUssT0FBTyxDQUFDLENBQUMsT0FBTyxHQUFHLENBQUMsRUFBRSxDQUFDLENBQUMsRUFBRSxDQUFDLENBQUMsRUFBdUIsRUFBRSxDQUFDLENBQUM7b0JBQ3hELFVBQVUsRUFBRSxtQkFBbUIsQ0FBQyxRQUFRO29CQUN4QyxVQUFVLEVBQUUsSUFBQSxtQkFBUyxFQUFDLG1CQUFtQixDQUFDLFFBQVEsRUFBRSxFQUFFLE9BQU8sRUFBRSxDQUFDLEVBQUUsQ0FBQztpQkFDdEUsQ0FBQyxDQUFDLENBQUE7Z0JBQ0gsS0FBSyxTQUFTLENBQUMsQ0FBQyxPQUFPLEdBQUcsQ0FBQyxFQUFFLENBQUMsQ0FBQyxFQUFFLENBQUMsQ0FBQyxFQUFFLEVBQUUsQ0FBQyxtQkFBbUIsQ0FBQyxDQUFBO2dCQUM1RCxLQUFLLFNBQVMsQ0FBQyxDQUFDLE9BQU8sR0FBRyxDQUFDLEVBQUUsQ0FBQyxDQUFDLEVBQUUsQ0FBQyxDQUFDLEVBQUUsRUFBRSxDQUFDLG1CQUFtQixDQUFDLENBQUE7Z0JBQzVELE9BQU8sQ0FBQyxDQUFDLE9BQU8sR0FBRyxDQUFDLEVBQUUsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQTtZQUNoQyxDQUFDO1FBQ0wsQ0FBQyxDQUFDLENBQUE7SUFDTixDQUFDLENBQUMsQ0FBQTtJQUVGLE9BQU87UUFDSCxPQUFPLEVBQUUsQ0FBQyxDQUFDLGVBQWUsQ0FBQztZQUN2QixDQUFDLENBQUMsQ0FBQyxVQUFVLEVBQUUsSUFBSSxDQUFDO1lBQ3BCLENBQUMsQ0FBQyxDQUFDLFVBQVUsRUFBRTtvQkFDWCxVQUFVLEVBQUUsbUJBQW1CLENBQUMsUUFBUTtpQkFDM0MsQ0FBQztRQUNOLFNBQVMsRUFBRSxtQkFBbUIsQ0FBQyxRQUFRO0tBQzFDLENBQUE7QUFFTCxDQUFDLENBQUE7QUE3Q1ksUUFBQSxjQUFjLGtCQTZDMUIifQ==
@@ -1,4 +0,0 @@
1
- import * as d_out from "../../../interface/generated/pareto/schemas/path/data_types/target";
2
- export declare const Directory_Path: ($: string, $p: {
3
- "pedantic": boolean;
4
- }) => d_out.Directory_Path;
@@ -1,33 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
- Object.defineProperty(o, "default", { enumerable: true, value: v });
15
- }) : function(o, v) {
16
- o["default"] = v;
17
- });
18
- var __importStar = (this && this.__importStar) || function (mod) {
19
- if (mod && mod.__esModule) return mod;
20
- var result = {};
21
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
- __setModuleDefault(result, mod);
23
- return result;
24
- };
25
- Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.Directory_Path = void 0;
27
- const x1 = __importStar(require("./non_normalized_path"));
28
- const x2 = __importStar(require("../non_normalized_path/text"));
29
- const Directory_Path = ($, $p) => {
30
- return x1.Directory_Path(x2.Non_Normalized_Path($), $p);
31
- };
32
- exports.Directory_Path = Directory_Path;
33
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGV4dC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9pbXBsZW1lbnRhdGlvbi9yZWZpbmVycy9kaXJlY3RvcnlfcGF0aC90ZXh0LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBTUEsMERBQTJDO0FBQzNDLGdFQUFpRDtBQUUxQyxNQUFNLGNBQWMsR0FBRyxDQUMxQixDQUFTLEVBQ1QsRUFFQyxFQUNtQixFQUFFO0lBQ3RCLE9BQU8sRUFBRSxDQUFDLGNBQWMsQ0FDcEIsRUFBRSxDQUFDLG1CQUFtQixDQUFDLENBQUMsQ0FBQyxFQUN6QixFQUFFLENBQ0wsQ0FBQTtBQUNMLENBQUMsQ0FBQTtBQVZZLFFBQUEsY0FBYyxrQkFVMUIifQ==