exupery-resources 0.3.17 → 0.3.19
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/implementation/generated/pareto/schemas/make_directory/deserialize.d.ts +0 -1
- package/dist/implementation/generated/pareto/schemas/make_directory/deserialize.js +2 -4
- package/dist/implementation/generated/pareto/schemas/make_directory/marshall.d.ts +0 -1
- package/dist/implementation/generated/pareto/schemas/make_directory/marshall.js +4 -14
- package/dist/implementation/generated/pareto/schemas/make_directory/serialize.d.ts +0 -1
- package/dist/implementation/generated/pareto/schemas/make_directory/serialize.js +2 -6
- package/dist/implementation/generated/pareto/schemas/make_directory/unmarshall.d.ts +0 -1
- package/dist/implementation/generated/pareto/schemas/make_directory/unmarshall.js +4 -16
- package/dist/implementation/generated/pareto/schemas/path/deserialize.d.ts +8 -0
- package/dist/implementation/generated/pareto/schemas/path/deserialize.js +42 -0
- package/dist/implementation/generated/pareto/schemas/path/marshall.d.ts +8 -0
- package/dist/implementation/generated/pareto/schemas/path/marshall.js +123 -0
- package/dist/implementation/generated/pareto/schemas/path/serialize.d.ts +8 -0
- package/dist/implementation/generated/pareto/schemas/path/serialize.js +57 -0
- package/dist/implementation/generated/pareto/schemas/path/unmarshall.d.ts +8 -0
- package/dist/implementation/generated/pareto/schemas/path/unmarshall.js +127 -0
- package/dist/implementation/refiners/directory_path/non_normalized_path.d.ts +5 -0
- package/dist/implementation/refiners/directory_path/non_normalized_path.js +67 -0
- package/dist/implementation/refiners/node_path/non_normalized_path.d.ts +7 -0
- package/dist/implementation/refiners/node_path/non_normalized_path.js +84 -0
- package/dist/implementation/refiners/non_normalized_path/text.d.ts +2 -0
- package/dist/implementation/refiners/non_normalized_path/text.js +85 -0
- package/dist/implementation/transformers/path/text.d.ts +2 -0
- package/dist/implementation/transformers/path/text.js +52 -0
- package/dist/interface/generated/pareto/schemas/make_directory/data_types/source.d.ts +2 -14
- package/dist/interface/generated/pareto/schemas/make_directory/data_types/target.d.ts +2 -14
- package/dist/interface/generated/pareto/schemas/make_directory/deserialize.d.ts +0 -26
- package/dist/interface/generated/pareto/schemas/make_directory/marshall.d.ts +0 -30
- package/dist/interface/generated/pareto/schemas/make_directory/migrate_boilerplate.d.ts +0 -22
- package/dist/interface/generated/pareto/schemas/make_directory/serialize.d.ts +0 -26
- package/dist/interface/generated/pareto/schemas/make_directory/unmarshall.d.ts +0 -30
- package/dist/interface/generated/pareto/schemas/path/data_types/resolve.d.ts +1 -0
- package/dist/interface/generated/pareto/schemas/path/data_types/resolve.js +7 -0
- package/dist/interface/generated/pareto/schemas/path/data_types/source.d.ts +158 -0
- package/dist/interface/generated/pareto/schemas/path/data_types/source.js +3 -0
- package/dist/interface/generated/pareto/schemas/path/data_types/target.d.ts +158 -0
- package/dist/interface/generated/pareto/schemas/path/data_types/target.js +3 -0
- package/dist/interface/generated/pareto/schemas/path/deserialize.d.ts +184 -0
- package/dist/interface/generated/pareto/schemas/path/deserialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/path/marshall.d.ts +213 -0
- package/dist/interface/generated/pareto/schemas/path/marshall.js +3 -0
- package/dist/interface/generated/pareto/schemas/path/migrate_boilerplate.d.ts +156 -0
- package/dist/interface/generated/pareto/schemas/path/migrate_boilerplate.js +3 -0
- package/dist/interface/generated/pareto/schemas/path/serialize.d.ts +184 -0
- package/dist/interface/generated/pareto/schemas/path/serialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/path/unmarshall.d.ts +213 -0
- package/dist/interface/generated/pareto/schemas/path/unmarshall.js +3 -0
- package/dist/interface/generated/pareto/schemas/path/value_deserializers.d.ts +44 -0
- package/dist/interface/generated/pareto/schemas/path/value_deserializers.js +3 -0
- package/dist/interface/generated/pareto/schemas/path/value_serializers.d.ts +44 -0
- package/dist/interface/generated/pareto/schemas/path/value_serializers.js +3 -0
- package/dist/temp_core.d.ts +10 -0
- package/dist/temp_core.js +73 -0
- package/package.json +2 -2
|
@@ -0,0 +1,213 @@
|
|
|
1
|
+
import * as _i_out from "../../core/astn_target";
|
|
2
|
+
import * as _i_in from "./data_types/source";
|
|
3
|
+
import * as _i_vs from "./value_serializers";
|
|
4
|
+
export type _T_Up_Steps = ($$_: _i_in._T_Up_Steps, $$_p: {
|
|
5
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
6
|
+
}) => _i_out._T_Value;
|
|
7
|
+
export type _T_Start = ($$_: _i_in._T_Start, $$_p: {
|
|
8
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
9
|
+
}) => _i_out._T_Value;
|
|
10
|
+
export type _T_Directory_Subpath = ($$_: _i_in._T_Directory_Subpath, $$_p: {
|
|
11
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
12
|
+
}) => _i_out._T_Value;
|
|
13
|
+
export type _T_Node_Path = ($$_: _i_in._T_Node_Path, $$_p: {
|
|
14
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
15
|
+
}) => _i_out._T_Value;
|
|
16
|
+
export type _T_Path_Parameter = ($$_: _i_in._T_Path_Parameter, $$_p: {
|
|
17
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
18
|
+
}) => _i_out._T_Value;
|
|
19
|
+
export type _T_Directory_Path = ($$_: _i_in._T_Directory_Path, $$_p: {
|
|
20
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
21
|
+
}) => _i_out._T_Value;
|
|
22
|
+
export type _T_Non_Normalized_Path = ($$_: _i_in._T_Non_Normalized_Path, $$_p: {
|
|
23
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
24
|
+
}) => _i_out._T_Value;
|
|
25
|
+
export type Up_Steps = _T_Up_Steps;
|
|
26
|
+
export type Start = _T_Start;
|
|
27
|
+
export type Directory_Subpath = _T_Directory_Subpath;
|
|
28
|
+
export type Node_Path = _T_Node_Path;
|
|
29
|
+
export type Path_Parameter = _T_Path_Parameter;
|
|
30
|
+
export type Directory_Path = _T_Directory_Path;
|
|
31
|
+
export type Non_Normalized_Path = _T_Non_Normalized_Path;
|
|
32
|
+
export declare namespace _T_Up_Steps {
|
|
33
|
+
namespace CONTEXT {
|
|
34
|
+
}
|
|
35
|
+
type CONTEXT = _i_in._T_Up_Steps;
|
|
36
|
+
namespace PARAMS {
|
|
37
|
+
namespace value_serializers {
|
|
38
|
+
}
|
|
39
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
40
|
+
}
|
|
41
|
+
namespace RESULT {
|
|
42
|
+
}
|
|
43
|
+
type RESULT = _i_out._T_Value;
|
|
44
|
+
}
|
|
45
|
+
export declare namespace _T_Start {
|
|
46
|
+
namespace CONTEXT {
|
|
47
|
+
}
|
|
48
|
+
type CONTEXT = _i_in._T_Start;
|
|
49
|
+
namespace PARAMS {
|
|
50
|
+
namespace value_serializers {
|
|
51
|
+
}
|
|
52
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
53
|
+
}
|
|
54
|
+
namespace RESULT {
|
|
55
|
+
}
|
|
56
|
+
type RESULT = _i_out._T_Value;
|
|
57
|
+
}
|
|
58
|
+
export declare namespace _T_Directory_Subpath {
|
|
59
|
+
namespace CONTEXT {
|
|
60
|
+
}
|
|
61
|
+
type CONTEXT = _i_in._T_Directory_Subpath;
|
|
62
|
+
namespace PARAMS {
|
|
63
|
+
namespace value_serializers {
|
|
64
|
+
}
|
|
65
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
66
|
+
}
|
|
67
|
+
namespace RESULT {
|
|
68
|
+
}
|
|
69
|
+
type RESULT = _i_out._T_Value;
|
|
70
|
+
}
|
|
71
|
+
export declare namespace _T_Node_Path {
|
|
72
|
+
namespace CONTEXT {
|
|
73
|
+
}
|
|
74
|
+
type CONTEXT = _i_in._T_Node_Path;
|
|
75
|
+
namespace PARAMS {
|
|
76
|
+
namespace value_serializers {
|
|
77
|
+
}
|
|
78
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
79
|
+
}
|
|
80
|
+
namespace RESULT {
|
|
81
|
+
}
|
|
82
|
+
type RESULT = _i_out._T_Value;
|
|
83
|
+
}
|
|
84
|
+
export declare namespace _T_Path_Parameter {
|
|
85
|
+
namespace CONTEXT {
|
|
86
|
+
}
|
|
87
|
+
type CONTEXT = _i_in._T_Path_Parameter;
|
|
88
|
+
namespace PARAMS {
|
|
89
|
+
namespace value_serializers {
|
|
90
|
+
}
|
|
91
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
92
|
+
}
|
|
93
|
+
namespace RESULT {
|
|
94
|
+
}
|
|
95
|
+
type RESULT = _i_out._T_Value;
|
|
96
|
+
}
|
|
97
|
+
export declare namespace _T_Directory_Path {
|
|
98
|
+
namespace CONTEXT {
|
|
99
|
+
}
|
|
100
|
+
type CONTEXT = _i_in._T_Directory_Path;
|
|
101
|
+
namespace PARAMS {
|
|
102
|
+
namespace value_serializers {
|
|
103
|
+
}
|
|
104
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
105
|
+
}
|
|
106
|
+
namespace RESULT {
|
|
107
|
+
}
|
|
108
|
+
type RESULT = _i_out._T_Value;
|
|
109
|
+
}
|
|
110
|
+
export declare namespace _T_Non_Normalized_Path {
|
|
111
|
+
namespace CONTEXT {
|
|
112
|
+
}
|
|
113
|
+
type CONTEXT = _i_in._T_Non_Normalized_Path;
|
|
114
|
+
namespace PARAMS {
|
|
115
|
+
namespace value_serializers {
|
|
116
|
+
}
|
|
117
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
118
|
+
}
|
|
119
|
+
namespace RESULT {
|
|
120
|
+
}
|
|
121
|
+
type RESULT = _i_out._T_Value;
|
|
122
|
+
}
|
|
123
|
+
export declare namespace Up_Steps {
|
|
124
|
+
namespace CONTEXT {
|
|
125
|
+
}
|
|
126
|
+
type CONTEXT = _i_in._T_Up_Steps;
|
|
127
|
+
namespace PARAMS {
|
|
128
|
+
namespace value_serializers {
|
|
129
|
+
}
|
|
130
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
131
|
+
}
|
|
132
|
+
namespace RESULT {
|
|
133
|
+
}
|
|
134
|
+
type RESULT = _i_out._T_Value;
|
|
135
|
+
}
|
|
136
|
+
export declare namespace Start {
|
|
137
|
+
namespace CONTEXT {
|
|
138
|
+
}
|
|
139
|
+
type CONTEXT = _i_in._T_Start;
|
|
140
|
+
namespace PARAMS {
|
|
141
|
+
namespace value_serializers {
|
|
142
|
+
}
|
|
143
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
144
|
+
}
|
|
145
|
+
namespace RESULT {
|
|
146
|
+
}
|
|
147
|
+
type RESULT = _i_out._T_Value;
|
|
148
|
+
}
|
|
149
|
+
export declare namespace Directory_Subpath {
|
|
150
|
+
namespace CONTEXT {
|
|
151
|
+
}
|
|
152
|
+
type CONTEXT = _i_in._T_Directory_Subpath;
|
|
153
|
+
namespace PARAMS {
|
|
154
|
+
namespace value_serializers {
|
|
155
|
+
}
|
|
156
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
157
|
+
}
|
|
158
|
+
namespace RESULT {
|
|
159
|
+
}
|
|
160
|
+
type RESULT = _i_out._T_Value;
|
|
161
|
+
}
|
|
162
|
+
export declare namespace Node_Path {
|
|
163
|
+
namespace CONTEXT {
|
|
164
|
+
}
|
|
165
|
+
type CONTEXT = _i_in._T_Node_Path;
|
|
166
|
+
namespace PARAMS {
|
|
167
|
+
namespace value_serializers {
|
|
168
|
+
}
|
|
169
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
170
|
+
}
|
|
171
|
+
namespace RESULT {
|
|
172
|
+
}
|
|
173
|
+
type RESULT = _i_out._T_Value;
|
|
174
|
+
}
|
|
175
|
+
export declare namespace Path_Parameter {
|
|
176
|
+
namespace CONTEXT {
|
|
177
|
+
}
|
|
178
|
+
type CONTEXT = _i_in._T_Path_Parameter;
|
|
179
|
+
namespace PARAMS {
|
|
180
|
+
namespace value_serializers {
|
|
181
|
+
}
|
|
182
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
183
|
+
}
|
|
184
|
+
namespace RESULT {
|
|
185
|
+
}
|
|
186
|
+
type RESULT = _i_out._T_Value;
|
|
187
|
+
}
|
|
188
|
+
export declare namespace Directory_Path {
|
|
189
|
+
namespace CONTEXT {
|
|
190
|
+
}
|
|
191
|
+
type CONTEXT = _i_in._T_Directory_Path;
|
|
192
|
+
namespace PARAMS {
|
|
193
|
+
namespace value_serializers {
|
|
194
|
+
}
|
|
195
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
196
|
+
}
|
|
197
|
+
namespace RESULT {
|
|
198
|
+
}
|
|
199
|
+
type RESULT = _i_out._T_Value;
|
|
200
|
+
}
|
|
201
|
+
export declare namespace Non_Normalized_Path {
|
|
202
|
+
namespace CONTEXT {
|
|
203
|
+
}
|
|
204
|
+
type CONTEXT = _i_in._T_Non_Normalized_Path;
|
|
205
|
+
namespace PARAMS {
|
|
206
|
+
namespace value_serializers {
|
|
207
|
+
}
|
|
208
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
209
|
+
}
|
|
210
|
+
namespace RESULT {
|
|
211
|
+
}
|
|
212
|
+
type RESULT = _i_out._T_Value;
|
|
213
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWFyc2hhbGwuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL2dlbmVyYXRlZC9wYXJldG8vc2NoZW1hcy9wYXRoL21hcnNoYWxsLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
|
|
@@ -0,0 +1,156 @@
|
|
|
1
|
+
import * as _i_out from "./data_types/target";
|
|
2
|
+
import * as _i_in from "./data_types/source";
|
|
3
|
+
export type _T_Up_Steps = ($$_: _i_in._T_Up_Steps, $$_p: null) => _i_out._T_Up_Steps;
|
|
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;
|
|
6
|
+
export type _T_Node_Path = ($$_: _i_in._T_Node_Path, $$_p: null) => _i_out._T_Node_Path;
|
|
7
|
+
export type _T_Path_Parameter = ($$_: _i_in._T_Path_Parameter, $$_p: null) => _i_out._T_Path_Parameter;
|
|
8
|
+
export type _T_Directory_Path = ($$_: _i_in._T_Directory_Path, $$_p: null) => _i_out._T_Directory_Path;
|
|
9
|
+
export type _T_Non_Normalized_Path = ($$_: _i_in._T_Non_Normalized_Path, $$_p: null) => _i_out._T_Non_Normalized_Path;
|
|
10
|
+
export type Up_Steps = _T_Up_Steps;
|
|
11
|
+
export type Start = _T_Start;
|
|
12
|
+
export type Directory_Subpath = _T_Directory_Subpath;
|
|
13
|
+
export type Node_Path = _T_Node_Path;
|
|
14
|
+
export type Path_Parameter = _T_Path_Parameter;
|
|
15
|
+
export type Directory_Path = _T_Directory_Path;
|
|
16
|
+
export type Non_Normalized_Path = _T_Non_Normalized_Path;
|
|
17
|
+
export declare namespace _T_Up_Steps {
|
|
18
|
+
namespace CONTEXT {
|
|
19
|
+
}
|
|
20
|
+
type CONTEXT = _i_in._T_Up_Steps;
|
|
21
|
+
namespace PARAMS {
|
|
22
|
+
}
|
|
23
|
+
namespace RESULT {
|
|
24
|
+
}
|
|
25
|
+
type RESULT = _i_out._T_Up_Steps;
|
|
26
|
+
}
|
|
27
|
+
export declare namespace _T_Start {
|
|
28
|
+
namespace CONTEXT {
|
|
29
|
+
}
|
|
30
|
+
type CONTEXT = _i_in._T_Start;
|
|
31
|
+
namespace PARAMS {
|
|
32
|
+
}
|
|
33
|
+
namespace RESULT {
|
|
34
|
+
}
|
|
35
|
+
type RESULT = _i_out._T_Start;
|
|
36
|
+
}
|
|
37
|
+
export declare namespace _T_Directory_Subpath {
|
|
38
|
+
namespace CONTEXT {
|
|
39
|
+
}
|
|
40
|
+
type CONTEXT = _i_in._T_Directory_Subpath;
|
|
41
|
+
namespace PARAMS {
|
|
42
|
+
}
|
|
43
|
+
namespace RESULT {
|
|
44
|
+
}
|
|
45
|
+
type RESULT = _i_out._T_Directory_Subpath;
|
|
46
|
+
}
|
|
47
|
+
export declare namespace _T_Node_Path {
|
|
48
|
+
namespace CONTEXT {
|
|
49
|
+
}
|
|
50
|
+
type CONTEXT = _i_in._T_Node_Path;
|
|
51
|
+
namespace PARAMS {
|
|
52
|
+
}
|
|
53
|
+
namespace RESULT {
|
|
54
|
+
}
|
|
55
|
+
type RESULT = _i_out._T_Node_Path;
|
|
56
|
+
}
|
|
57
|
+
export declare namespace _T_Path_Parameter {
|
|
58
|
+
namespace CONTEXT {
|
|
59
|
+
}
|
|
60
|
+
type CONTEXT = _i_in._T_Path_Parameter;
|
|
61
|
+
namespace PARAMS {
|
|
62
|
+
}
|
|
63
|
+
namespace RESULT {
|
|
64
|
+
}
|
|
65
|
+
type RESULT = _i_out._T_Path_Parameter;
|
|
66
|
+
}
|
|
67
|
+
export declare namespace _T_Directory_Path {
|
|
68
|
+
namespace CONTEXT {
|
|
69
|
+
}
|
|
70
|
+
type CONTEXT = _i_in._T_Directory_Path;
|
|
71
|
+
namespace PARAMS {
|
|
72
|
+
}
|
|
73
|
+
namespace RESULT {
|
|
74
|
+
}
|
|
75
|
+
type RESULT = _i_out._T_Directory_Path;
|
|
76
|
+
}
|
|
77
|
+
export declare namespace _T_Non_Normalized_Path {
|
|
78
|
+
namespace CONTEXT {
|
|
79
|
+
}
|
|
80
|
+
type CONTEXT = _i_in._T_Non_Normalized_Path;
|
|
81
|
+
namespace PARAMS {
|
|
82
|
+
}
|
|
83
|
+
namespace RESULT {
|
|
84
|
+
}
|
|
85
|
+
type RESULT = _i_out._T_Non_Normalized_Path;
|
|
86
|
+
}
|
|
87
|
+
export declare namespace Up_Steps {
|
|
88
|
+
namespace CONTEXT {
|
|
89
|
+
}
|
|
90
|
+
type CONTEXT = _i_in._T_Up_Steps;
|
|
91
|
+
namespace PARAMS {
|
|
92
|
+
}
|
|
93
|
+
namespace RESULT {
|
|
94
|
+
}
|
|
95
|
+
type RESULT = _i_out._T_Up_Steps;
|
|
96
|
+
}
|
|
97
|
+
export declare namespace Start {
|
|
98
|
+
namespace CONTEXT {
|
|
99
|
+
}
|
|
100
|
+
type CONTEXT = _i_in._T_Start;
|
|
101
|
+
namespace PARAMS {
|
|
102
|
+
}
|
|
103
|
+
namespace RESULT {
|
|
104
|
+
}
|
|
105
|
+
type RESULT = _i_out._T_Start;
|
|
106
|
+
}
|
|
107
|
+
export declare namespace Directory_Subpath {
|
|
108
|
+
namespace CONTEXT {
|
|
109
|
+
}
|
|
110
|
+
type CONTEXT = _i_in._T_Directory_Subpath;
|
|
111
|
+
namespace PARAMS {
|
|
112
|
+
}
|
|
113
|
+
namespace RESULT {
|
|
114
|
+
}
|
|
115
|
+
type RESULT = _i_out._T_Directory_Subpath;
|
|
116
|
+
}
|
|
117
|
+
export declare namespace Node_Path {
|
|
118
|
+
namespace CONTEXT {
|
|
119
|
+
}
|
|
120
|
+
type CONTEXT = _i_in._T_Node_Path;
|
|
121
|
+
namespace PARAMS {
|
|
122
|
+
}
|
|
123
|
+
namespace RESULT {
|
|
124
|
+
}
|
|
125
|
+
type RESULT = _i_out._T_Node_Path;
|
|
126
|
+
}
|
|
127
|
+
export declare namespace Path_Parameter {
|
|
128
|
+
namespace CONTEXT {
|
|
129
|
+
}
|
|
130
|
+
type CONTEXT = _i_in._T_Path_Parameter;
|
|
131
|
+
namespace PARAMS {
|
|
132
|
+
}
|
|
133
|
+
namespace RESULT {
|
|
134
|
+
}
|
|
135
|
+
type RESULT = _i_out._T_Path_Parameter;
|
|
136
|
+
}
|
|
137
|
+
export declare namespace Directory_Path {
|
|
138
|
+
namespace CONTEXT {
|
|
139
|
+
}
|
|
140
|
+
type CONTEXT = _i_in._T_Directory_Path;
|
|
141
|
+
namespace PARAMS {
|
|
142
|
+
}
|
|
143
|
+
namespace RESULT {
|
|
144
|
+
}
|
|
145
|
+
type RESULT = _i_out._T_Directory_Path;
|
|
146
|
+
}
|
|
147
|
+
export declare namespace Non_Normalized_Path {
|
|
148
|
+
namespace CONTEXT {
|
|
149
|
+
}
|
|
150
|
+
type CONTEXT = _i_in._T_Non_Normalized_Path;
|
|
151
|
+
namespace PARAMS {
|
|
152
|
+
}
|
|
153
|
+
namespace RESULT {
|
|
154
|
+
}
|
|
155
|
+
type RESULT = _i_out._T_Non_Normalized_Path;
|
|
156
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWlncmF0ZV9ib2lsZXJwbGF0ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL3BhdGgvbWlncmF0ZV9ib2lsZXJwbGF0ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
|
|
@@ -0,0 +1,184 @@
|
|
|
1
|
+
import * as _i_in from "./data_types/source";
|
|
2
|
+
import * as _i_vs from "./value_serializers";
|
|
3
|
+
export type _T_Up_Steps = ($$_: _i_in._T_Up_Steps, $$_p: {
|
|
4
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
5
|
+
}) => string;
|
|
6
|
+
export type _T_Start = ($$_: _i_in._T_Start, $$_p: {
|
|
7
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
8
|
+
}) => string;
|
|
9
|
+
export type _T_Directory_Subpath = ($$_: _i_in._T_Directory_Subpath, $$_p: {
|
|
10
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
11
|
+
}) => string;
|
|
12
|
+
export type _T_Node_Path = ($$_: _i_in._T_Node_Path, $$_p: {
|
|
13
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
14
|
+
}) => string;
|
|
15
|
+
export type _T_Path_Parameter = ($$_: _i_in._T_Path_Parameter, $$_p: {
|
|
16
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
17
|
+
}) => string;
|
|
18
|
+
export type _T_Directory_Path = ($$_: _i_in._T_Directory_Path, $$_p: {
|
|
19
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
20
|
+
}) => string;
|
|
21
|
+
export type _T_Non_Normalized_Path = ($$_: _i_in._T_Non_Normalized_Path, $$_p: {
|
|
22
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
23
|
+
}) => string;
|
|
24
|
+
export type Up_Steps = _T_Up_Steps;
|
|
25
|
+
export type Start = _T_Start;
|
|
26
|
+
export type Directory_Subpath = _T_Directory_Subpath;
|
|
27
|
+
export type Node_Path = _T_Node_Path;
|
|
28
|
+
export type Path_Parameter = _T_Path_Parameter;
|
|
29
|
+
export type Directory_Path = _T_Directory_Path;
|
|
30
|
+
export type Non_Normalized_Path = _T_Non_Normalized_Path;
|
|
31
|
+
export declare namespace _T_Up_Steps {
|
|
32
|
+
namespace CONTEXT {
|
|
33
|
+
}
|
|
34
|
+
type CONTEXT = _i_in._T_Up_Steps;
|
|
35
|
+
namespace PARAMS {
|
|
36
|
+
namespace value_serializers {
|
|
37
|
+
}
|
|
38
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
39
|
+
}
|
|
40
|
+
type RESULT = string;
|
|
41
|
+
}
|
|
42
|
+
export declare namespace _T_Start {
|
|
43
|
+
namespace CONTEXT {
|
|
44
|
+
}
|
|
45
|
+
type CONTEXT = _i_in._T_Start;
|
|
46
|
+
namespace PARAMS {
|
|
47
|
+
namespace value_serializers {
|
|
48
|
+
}
|
|
49
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
50
|
+
}
|
|
51
|
+
type RESULT = string;
|
|
52
|
+
}
|
|
53
|
+
export declare namespace _T_Directory_Subpath {
|
|
54
|
+
namespace CONTEXT {
|
|
55
|
+
}
|
|
56
|
+
type CONTEXT = _i_in._T_Directory_Subpath;
|
|
57
|
+
namespace PARAMS {
|
|
58
|
+
namespace value_serializers {
|
|
59
|
+
}
|
|
60
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
61
|
+
}
|
|
62
|
+
type RESULT = string;
|
|
63
|
+
}
|
|
64
|
+
export declare namespace _T_Node_Path {
|
|
65
|
+
namespace CONTEXT {
|
|
66
|
+
}
|
|
67
|
+
type CONTEXT = _i_in._T_Node_Path;
|
|
68
|
+
namespace PARAMS {
|
|
69
|
+
namespace value_serializers {
|
|
70
|
+
}
|
|
71
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
72
|
+
}
|
|
73
|
+
type RESULT = string;
|
|
74
|
+
}
|
|
75
|
+
export declare namespace _T_Path_Parameter {
|
|
76
|
+
namespace CONTEXT {
|
|
77
|
+
}
|
|
78
|
+
type CONTEXT = _i_in._T_Path_Parameter;
|
|
79
|
+
namespace PARAMS {
|
|
80
|
+
namespace value_serializers {
|
|
81
|
+
}
|
|
82
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
83
|
+
}
|
|
84
|
+
type RESULT = string;
|
|
85
|
+
}
|
|
86
|
+
export declare namespace _T_Directory_Path {
|
|
87
|
+
namespace CONTEXT {
|
|
88
|
+
}
|
|
89
|
+
type CONTEXT = _i_in._T_Directory_Path;
|
|
90
|
+
namespace PARAMS {
|
|
91
|
+
namespace value_serializers {
|
|
92
|
+
}
|
|
93
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
94
|
+
}
|
|
95
|
+
type RESULT = string;
|
|
96
|
+
}
|
|
97
|
+
export declare namespace _T_Non_Normalized_Path {
|
|
98
|
+
namespace CONTEXT {
|
|
99
|
+
}
|
|
100
|
+
type CONTEXT = _i_in._T_Non_Normalized_Path;
|
|
101
|
+
namespace PARAMS {
|
|
102
|
+
namespace value_serializers {
|
|
103
|
+
}
|
|
104
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
105
|
+
}
|
|
106
|
+
type RESULT = string;
|
|
107
|
+
}
|
|
108
|
+
export declare namespace Up_Steps {
|
|
109
|
+
namespace CONTEXT {
|
|
110
|
+
}
|
|
111
|
+
type CONTEXT = _i_in._T_Up_Steps;
|
|
112
|
+
namespace PARAMS {
|
|
113
|
+
namespace value_serializers {
|
|
114
|
+
}
|
|
115
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
116
|
+
}
|
|
117
|
+
type RESULT = string;
|
|
118
|
+
}
|
|
119
|
+
export declare namespace Start {
|
|
120
|
+
namespace CONTEXT {
|
|
121
|
+
}
|
|
122
|
+
type CONTEXT = _i_in._T_Start;
|
|
123
|
+
namespace PARAMS {
|
|
124
|
+
namespace value_serializers {
|
|
125
|
+
}
|
|
126
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
127
|
+
}
|
|
128
|
+
type RESULT = string;
|
|
129
|
+
}
|
|
130
|
+
export declare namespace Directory_Subpath {
|
|
131
|
+
namespace CONTEXT {
|
|
132
|
+
}
|
|
133
|
+
type CONTEXT = _i_in._T_Directory_Subpath;
|
|
134
|
+
namespace PARAMS {
|
|
135
|
+
namespace value_serializers {
|
|
136
|
+
}
|
|
137
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
138
|
+
}
|
|
139
|
+
type RESULT = string;
|
|
140
|
+
}
|
|
141
|
+
export declare namespace Node_Path {
|
|
142
|
+
namespace CONTEXT {
|
|
143
|
+
}
|
|
144
|
+
type CONTEXT = _i_in._T_Node_Path;
|
|
145
|
+
namespace PARAMS {
|
|
146
|
+
namespace value_serializers {
|
|
147
|
+
}
|
|
148
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
149
|
+
}
|
|
150
|
+
type RESULT = string;
|
|
151
|
+
}
|
|
152
|
+
export declare namespace Path_Parameter {
|
|
153
|
+
namespace CONTEXT {
|
|
154
|
+
}
|
|
155
|
+
type CONTEXT = _i_in._T_Path_Parameter;
|
|
156
|
+
namespace PARAMS {
|
|
157
|
+
namespace value_serializers {
|
|
158
|
+
}
|
|
159
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
160
|
+
}
|
|
161
|
+
type RESULT = string;
|
|
162
|
+
}
|
|
163
|
+
export declare namespace Directory_Path {
|
|
164
|
+
namespace CONTEXT {
|
|
165
|
+
}
|
|
166
|
+
type CONTEXT = _i_in._T_Directory_Path;
|
|
167
|
+
namespace PARAMS {
|
|
168
|
+
namespace value_serializers {
|
|
169
|
+
}
|
|
170
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
171
|
+
}
|
|
172
|
+
type RESULT = string;
|
|
173
|
+
}
|
|
174
|
+
export declare namespace Non_Normalized_Path {
|
|
175
|
+
namespace CONTEXT {
|
|
176
|
+
}
|
|
177
|
+
type CONTEXT = _i_in._T_Non_Normalized_Path;
|
|
178
|
+
namespace PARAMS {
|
|
179
|
+
namespace value_serializers {
|
|
180
|
+
}
|
|
181
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
182
|
+
}
|
|
183
|
+
type RESULT = string;
|
|
184
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VyaWFsaXplLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvcGFyZXRvL3NjaGVtYXMvcGF0aC9zZXJpYWxpemUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
|