exupery-resources 0.2.0 → 0.2.1
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/algorithms/procedures/unguaranteed/copy.d.ts +1 -1
- package/dist/implementation/algorithms/procedures/unguaranteed/copy.js +1 -1
- package/dist/implementation/algorithms/procedures/unguaranteed/execute_procedure_executable.d.ts +1 -1
- package/dist/implementation/algorithms/procedures/unguaranteed/execute_procedure_executable.js +1 -1
- package/dist/implementation/algorithms/procedures/unguaranteed/make_directory.d.ts +1 -1
- package/dist/implementation/algorithms/procedures/unguaranteed/make_directory.js +1 -1
- package/dist/implementation/algorithms/procedures/unguaranteed/remove.d.ts +1 -1
- package/dist/implementation/algorithms/procedures/unguaranteed/remove.js +1 -1
- package/dist/implementation/algorithms/procedures/unguaranteed/write_file.d.ts +1 -1
- package/dist/implementation/algorithms/procedures/unguaranteed/write_file.js +1 -1
- package/dist/implementation/algorithms/queries/unguaranteed/execute_query_executable.d.ts +1 -1
- package/dist/implementation/algorithms/queries/unguaranteed/execute_query_executable.js +1 -1
- package/dist/implementation/algorithms/queries/unguaranteed/read_directory.d.ts +1 -1
- package/dist/implementation/algorithms/queries/unguaranteed/read_directory.js +3 -3
- package/dist/implementation/algorithms/queries/unguaranteed/read_file.d.ts +1 -1
- package/dist/implementation/algorithms/queries/unguaranteed/read_file.js +1 -1
- package/dist/implementation/algorithms/queries/unguaranteed/stat.d.ts +1 -1
- package/dist/implementation/algorithms/queries/unguaranteed/stat.js +1 -1
- package/dist/implementation/generated/pareto/generic/parse/ast.d.ts +10 -0
- package/dist/implementation/generated/pareto/generic/parse/ast.js +245 -0
- package/dist/implementation/generated/pareto/generic/parse/astn_parse_generic.d.ts +13 -0
- package/dist/implementation/generated/pareto/generic/parse/astn_parse_generic.js +50 -0
- package/dist/implementation/generated/pareto/generic/parse/parse.d.ts +6 -0
- package/dist/implementation/generated/pareto/generic/parse/parse.js +65 -0
- package/dist/implementation/generated/pareto/generic/parse/string_iterator.d.ts +40 -0
- package/dist/implementation/generated/pareto/generic/parse/string_iterator.js +109 -0
- package/dist/implementation/generated/pareto/generic/parse/token.d.ts +9 -0
- package/dist/implementation/generated/pareto/generic/parse/token.js +519 -0
- package/dist/implementation/generated/pareto/generic/resolve.d.ts +3 -3
- package/dist/implementation/generated/pareto/generic/resolve.js +5 -6
- package/dist/implementation/generated/pareto/generic/serialize.d.ts +4 -0
- package/dist/implementation/generated/pareto/generic/serialize.js +93 -0
- package/dist/implementation/generated/pareto/generic/unmarshall.d.ts +26 -26
- package/dist/implementation/generated/pareto/generic/unmarshall.js +38 -30
- package/dist/implementation/generated/pareto/schemas/copy/deserialize.d.ts +4 -0
- package/dist/implementation/generated/pareto/schemas/copy/deserialize.js +34 -0
- package/dist/implementation/generated/pareto/schemas/copy/marshall.d.ts +1 -1
- package/dist/implementation/generated/pareto/schemas/copy/marshall.js +4 -4
- package/dist/implementation/generated/pareto/schemas/copy/serialize.d.ts +4 -0
- package/dist/implementation/generated/pareto/schemas/copy/serialize.js +41 -0
- package/dist/implementation/generated/pareto/schemas/copy/unmarshall.d.ts +1 -1
- package/dist/implementation/generated/pareto/schemas/copy/unmarshall.js +4 -4
- package/dist/implementation/generated/pareto/schemas/execute_procedure_executable/deserialize.d.ts +3 -0
- package/dist/implementation/generated/pareto/schemas/execute_procedure_executable/deserialize.js +32 -0
- package/dist/implementation/generated/pareto/schemas/execute_procedure_executable/marshall.d.ts +1 -1
- package/dist/implementation/generated/pareto/schemas/execute_procedure_executable/marshall.js +4 -4
- package/dist/implementation/generated/pareto/schemas/execute_procedure_executable/serialize.d.ts +3 -0
- package/dist/implementation/generated/pareto/schemas/execute_procedure_executable/serialize.js +37 -0
- package/dist/implementation/generated/pareto/schemas/execute_procedure_executable/unmarshall.d.ts +1 -1
- package/dist/implementation/generated/pareto/schemas/execute_procedure_executable/unmarshall.js +4 -4
- package/dist/implementation/generated/pareto/schemas/execute_query_executable/deserialize.d.ts +4 -0
- package/dist/implementation/generated/pareto/schemas/execute_query_executable/deserialize.js +34 -0
- package/dist/implementation/generated/pareto/schemas/execute_query_executable/marshall.d.ts +1 -1
- package/dist/implementation/generated/pareto/schemas/execute_query_executable/marshall.js +4 -4
- package/dist/implementation/generated/pareto/schemas/execute_query_executable/serialize.d.ts +4 -0
- package/dist/implementation/generated/pareto/schemas/execute_query_executable/serialize.js +41 -0
- package/dist/implementation/generated/pareto/schemas/execute_query_executable/unmarshall.d.ts +1 -1
- package/dist/implementation/generated/pareto/schemas/execute_query_executable/unmarshall.js +4 -4
- package/dist/implementation/generated/pareto/schemas/execute_query_executable_and_catch/deserialize.d.ts +4 -0
- package/dist/implementation/generated/pareto/schemas/execute_query_executable_and_catch/deserialize.js +34 -0
- package/dist/implementation/generated/pareto/schemas/execute_query_executable_and_catch/serialize.d.ts +4 -0
- package/dist/implementation/generated/pareto/schemas/execute_query_executable_and_catch/serialize.js +41 -0
- package/dist/implementation/generated/pareto/schemas/get_instream_data/deserialize.d.ts +2 -0
- package/dist/implementation/generated/pareto/schemas/get_instream_data/deserialize.js +30 -0
- package/dist/implementation/generated/pareto/schemas/get_instream_data/serialize.d.ts +2 -0
- package/dist/implementation/generated/pareto/schemas/get_instream_data/serialize.js +33 -0
- package/dist/implementation/generated/pareto/schemas/log/deserialize.d.ts +2 -0
- package/dist/implementation/generated/pareto/schemas/log/deserialize.js +30 -0
- package/dist/implementation/generated/pareto/schemas/log/serialize.d.ts +2 -0
- package/dist/implementation/generated/pareto/schemas/log/serialize.js +33 -0
- package/dist/implementation/generated/pareto/schemas/log_error/deserialize.d.ts +2 -0
- package/dist/implementation/generated/pareto/schemas/log_error/deserialize.js +30 -0
- package/dist/implementation/generated/pareto/schemas/log_error/serialize.d.ts +2 -0
- package/dist/implementation/generated/pareto/schemas/log_error/serialize.js +33 -0
- package/dist/implementation/generated/pareto/schemas/make_directory/deserialize.d.ts +4 -0
- package/dist/implementation/generated/pareto/schemas/make_directory/deserialize.js +34 -0
- package/dist/implementation/generated/pareto/schemas/make_directory/marshall.d.ts +1 -1
- package/dist/implementation/generated/pareto/schemas/make_directory/marshall.js +4 -4
- package/dist/implementation/generated/pareto/schemas/make_directory/serialize.d.ts +4 -0
- package/dist/implementation/generated/pareto/schemas/make_directory/serialize.js +41 -0
- package/dist/implementation/generated/pareto/schemas/make_directory/unmarshall.d.ts +1 -1
- package/dist/implementation/generated/pareto/schemas/make_directory/unmarshall.js +4 -4
- package/dist/implementation/generated/pareto/schemas/read_directory/deserialize.d.ts +6 -0
- package/dist/implementation/generated/pareto/schemas/read_directory/deserialize.js +38 -0
- package/dist/implementation/generated/pareto/schemas/read_directory/marshall.d.ts +1 -1
- package/dist/implementation/generated/pareto/schemas/read_directory/marshall.js +13 -7
- package/dist/implementation/generated/pareto/schemas/read_directory/serialize.d.ts +6 -0
- package/dist/implementation/generated/pareto/schemas/read_directory/serialize.js +49 -0
- package/dist/implementation/generated/pareto/schemas/read_directory/unmarshall.d.ts +1 -1
- package/dist/implementation/generated/pareto/schemas/read_directory/unmarshall.js +17 -6
- package/dist/implementation/generated/pareto/schemas/read_file/deserialize.d.ts +5 -0
- package/dist/implementation/generated/pareto/schemas/read_file/deserialize.js +36 -0
- package/dist/implementation/generated/pareto/schemas/read_file/marshall.d.ts +1 -1
- package/dist/implementation/generated/pareto/schemas/read_file/marshall.js +4 -4
- package/dist/implementation/generated/pareto/schemas/read_file/serialize.d.ts +5 -0
- package/dist/implementation/generated/pareto/schemas/read_file/serialize.js +45 -0
- package/dist/implementation/generated/pareto/schemas/read_file/unmarshall.d.ts +1 -1
- package/dist/implementation/generated/pareto/schemas/read_file/unmarshall.js +4 -4
- package/dist/implementation/generated/pareto/schemas/remove/deserialize.d.ts +4 -0
- package/dist/implementation/generated/pareto/schemas/remove/deserialize.js +34 -0
- package/dist/implementation/generated/pareto/schemas/remove/marshall.d.ts +1 -1
- package/dist/implementation/generated/pareto/schemas/remove/marshall.js +4 -4
- package/dist/implementation/generated/pareto/schemas/remove/serialize.d.ts +4 -0
- package/dist/implementation/generated/pareto/schemas/remove/serialize.js +41 -0
- package/dist/implementation/generated/pareto/schemas/remove/unmarshall.d.ts +1 -1
- package/dist/implementation/generated/pareto/schemas/remove/unmarshall.js +4 -4
- package/dist/implementation/generated/pareto/schemas/stat/deserialize.d.ts +6 -0
- package/dist/implementation/generated/pareto/schemas/stat/deserialize.js +38 -0
- package/dist/implementation/generated/pareto/schemas/stat/marshall.d.ts +1 -1
- package/dist/implementation/generated/pareto/schemas/stat/marshall.js +4 -4
- package/dist/implementation/generated/pareto/schemas/stat/serialize.d.ts +6 -0
- package/dist/implementation/generated/pareto/schemas/stat/serialize.js +49 -0
- package/dist/implementation/generated/pareto/schemas/stat/unmarshall.d.ts +1 -1
- package/dist/implementation/generated/pareto/schemas/stat/unmarshall.js +4 -4
- package/dist/implementation/generated/pareto/schemas/write_file/deserialize.d.ts +4 -0
- package/dist/implementation/generated/pareto/schemas/write_file/deserialize.js +34 -0
- package/dist/implementation/generated/pareto/schemas/write_file/marshall.d.ts +1 -1
- package/dist/implementation/generated/pareto/schemas/write_file/marshall.js +4 -4
- package/dist/implementation/generated/pareto/schemas/write_file/serialize.d.ts +4 -0
- package/dist/implementation/generated/pareto/schemas/write_file/serialize.js +41 -0
- package/dist/implementation/generated/pareto/schemas/write_file/unmarshall.d.ts +1 -1
- package/dist/implementation/generated/pareto/schemas/write_file/unmarshall.js +4 -4
- package/dist/interface/generated/pareto/core/astn_source.d.ts +15 -0
- package/dist/interface/generated/pareto/core/parse_result.d.ts +25 -0
- package/dist/interface/generated/pareto/core/parse_result.js +3 -0
- package/dist/interface/generated/pareto/core/token.d.ts +49 -0
- package/dist/interface/generated/pareto/core/token.js +3 -0
- package/dist/interface/generated/pareto/schemas/copy/data_types/source.d.ts +4 -4
- package/dist/interface/generated/pareto/schemas/copy/data_types/target.d.ts +4 -4
- package/dist/interface/generated/pareto/schemas/copy/deserialize.d.ts +80 -0
- package/dist/interface/generated/pareto/schemas/copy/deserialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/copy/marshall.d.ts +6 -6
- package/dist/interface/generated/pareto/schemas/copy/migrate_boilerplate.d.ts +8 -8
- package/dist/interface/generated/pareto/schemas/copy/serialize.d.ts +80 -0
- package/dist/interface/generated/pareto/schemas/copy/serialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/copy/unmarshall.d.ts +7 -7
- package/dist/interface/generated/pareto/schemas/execute_procedure_executable/data_types/source.d.ts +4 -4
- package/dist/interface/generated/pareto/schemas/execute_procedure_executable/data_types/target.d.ts +4 -4
- package/dist/interface/generated/pareto/schemas/execute_procedure_executable/deserialize.d.ts +54 -0
- package/dist/interface/generated/pareto/schemas/execute_procedure_executable/deserialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_procedure_executable/marshall.d.ts +6 -6
- package/dist/interface/generated/pareto/schemas/execute_procedure_executable/migrate_boilerplate.d.ts +8 -8
- package/dist/interface/generated/pareto/schemas/execute_procedure_executable/serialize.d.ts +54 -0
- package/dist/interface/generated/pareto/schemas/execute_procedure_executable/serialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_procedure_executable/unmarshall.d.ts +7 -7
- package/dist/interface/generated/pareto/schemas/execute_query_executable/data_types/source.d.ts +4 -4
- package/dist/interface/generated/pareto/schemas/execute_query_executable/data_types/target.d.ts +4 -4
- package/dist/interface/generated/pareto/schemas/execute_query_executable/deserialize.d.ts +80 -0
- package/dist/interface/generated/pareto/schemas/execute_query_executable/deserialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_query_executable/marshall.d.ts +6 -6
- package/dist/interface/generated/pareto/schemas/execute_query_executable/migrate_boilerplate.d.ts +8 -8
- package/dist/interface/generated/pareto/schemas/execute_query_executable/serialize.d.ts +80 -0
- package/dist/interface/generated/pareto/schemas/execute_query_executable/serialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_query_executable/unmarshall.d.ts +7 -7
- package/dist/interface/generated/pareto/schemas/execute_query_executable_and_catch/deserialize.d.ts +80 -0
- package/dist/interface/generated/pareto/schemas/execute_query_executable_and_catch/deserialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/execute_query_executable_and_catch/serialize.d.ts +80 -0
- package/dist/interface/generated/pareto/schemas/execute_query_executable_and_catch/serialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/get_instream_data/deserialize.d.ts +28 -0
- package/dist/interface/generated/pareto/schemas/get_instream_data/deserialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/get_instream_data/serialize.d.ts +28 -0
- package/dist/interface/generated/pareto/schemas/get_instream_data/serialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/log/deserialize.d.ts +28 -0
- package/dist/interface/generated/pareto/schemas/log/deserialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/log/serialize.d.ts +28 -0
- package/dist/interface/generated/pareto/schemas/log/serialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/log_error/deserialize.d.ts +28 -0
- package/dist/interface/generated/pareto/schemas/log_error/deserialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/log_error/serialize.d.ts +28 -0
- package/dist/interface/generated/pareto/schemas/log_error/serialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/make_directory/data_types/source.d.ts +4 -4
- package/dist/interface/generated/pareto/schemas/make_directory/data_types/target.d.ts +4 -4
- package/dist/interface/generated/pareto/schemas/make_directory/deserialize.d.ts +80 -0
- package/dist/interface/generated/pareto/schemas/make_directory/deserialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/make_directory/marshall.d.ts +6 -6
- package/dist/interface/generated/pareto/schemas/make_directory/migrate_boilerplate.d.ts +8 -8
- package/dist/interface/generated/pareto/schemas/make_directory/serialize.d.ts +80 -0
- package/dist/interface/generated/pareto/schemas/make_directory/serialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/make_directory/unmarshall.d.ts +7 -7
- package/dist/interface/generated/pareto/schemas/read_directory/data_types/source.d.ts +16 -5
- package/dist/interface/generated/pareto/schemas/read_directory/data_types/target.d.ts +16 -5
- package/dist/interface/generated/pareto/schemas/read_directory/deserialize.d.ts +132 -0
- package/dist/interface/generated/pareto/schemas/read_directory/deserialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/read_directory/marshall.d.ts +6 -6
- package/dist/interface/generated/pareto/schemas/read_directory/migrate_boilerplate.d.ts +8 -8
- package/dist/interface/generated/pareto/schemas/read_directory/serialize.d.ts +132 -0
- package/dist/interface/generated/pareto/schemas/read_directory/serialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/read_directory/unmarshall.d.ts +7 -7
- package/dist/interface/generated/pareto/schemas/read_file/data_types/source.d.ts +4 -4
- package/dist/interface/generated/pareto/schemas/read_file/data_types/target.d.ts +4 -4
- package/dist/interface/generated/pareto/schemas/read_file/deserialize.d.ts +106 -0
- package/dist/interface/generated/pareto/schemas/read_file/deserialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/read_file/marshall.d.ts +6 -6
- package/dist/interface/generated/pareto/schemas/read_file/migrate_boilerplate.d.ts +8 -8
- package/dist/interface/generated/pareto/schemas/read_file/serialize.d.ts +106 -0
- package/dist/interface/generated/pareto/schemas/read_file/serialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/read_file/unmarshall.d.ts +7 -7
- package/dist/interface/generated/pareto/schemas/remove/data_types/source.d.ts +4 -4
- package/dist/interface/generated/pareto/schemas/remove/data_types/target.d.ts +4 -4
- package/dist/interface/generated/pareto/schemas/remove/deserialize.d.ts +80 -0
- package/dist/interface/generated/pareto/schemas/remove/deserialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/remove/marshall.d.ts +6 -6
- package/dist/interface/generated/pareto/schemas/remove/migrate_boilerplate.d.ts +8 -8
- package/dist/interface/generated/pareto/schemas/remove/serialize.d.ts +80 -0
- package/dist/interface/generated/pareto/schemas/remove/serialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/remove/unmarshall.d.ts +7 -7
- package/dist/interface/generated/pareto/schemas/stat/data_types/source.d.ts +4 -4
- package/dist/interface/generated/pareto/schemas/stat/data_types/target.d.ts +4 -4
- package/dist/interface/generated/pareto/schemas/stat/deserialize.d.ts +132 -0
- package/dist/interface/generated/pareto/schemas/stat/deserialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/stat/marshall.d.ts +6 -6
- package/dist/interface/generated/pareto/schemas/stat/migrate_boilerplate.d.ts +8 -8
- package/dist/interface/generated/pareto/schemas/stat/serialize.d.ts +132 -0
- package/dist/interface/generated/pareto/schemas/stat/serialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/stat/unmarshall.d.ts +7 -7
- package/dist/interface/generated/pareto/schemas/write_file/data_types/source.d.ts +4 -4
- package/dist/interface/generated/pareto/schemas/write_file/data_types/target.d.ts +4 -4
- package/dist/interface/generated/pareto/schemas/write_file/deserialize.d.ts +80 -0
- package/dist/interface/generated/pareto/schemas/write_file/deserialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/write_file/marshall.d.ts +6 -6
- package/dist/interface/generated/pareto/schemas/write_file/migrate_boilerplate.d.ts +8 -8
- package/dist/interface/generated/pareto/schemas/write_file/serialize.d.ts +80 -0
- package/dist/interface/generated/pareto/schemas/write_file/serialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/write_file/unmarshall.d.ts +7 -7
- package/package.json +3 -2
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
import * as _i_in from "./data_types/source";
|
|
2
|
+
import * as _i_vs from "./value_serializers";
|
|
3
|
+
export type _T_Error = ($$_: _i_in._T_Error, $$_p: {
|
|
4
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
5
|
+
}) => string;
|
|
6
|
+
export type _T_Parameters = ($$_: _i_in._T_Parameters, $$_p: {
|
|
7
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
8
|
+
}) => string;
|
|
9
|
+
export type _T_Path = ($$_: _i_in._T_Path, $$_p: {
|
|
10
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
11
|
+
}) => string;
|
|
12
|
+
export type Error = _T_Error;
|
|
13
|
+
export type Parameters = _T_Parameters;
|
|
14
|
+
export type Path = _T_Path;
|
|
15
|
+
export declare namespace _T_Error {
|
|
16
|
+
namespace CONTEXT {
|
|
17
|
+
}
|
|
18
|
+
type CONTEXT = _i_in._T_Error;
|
|
19
|
+
namespace PARAMS {
|
|
20
|
+
namespace value_serializers {
|
|
21
|
+
}
|
|
22
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
23
|
+
}
|
|
24
|
+
type RESULT = string;
|
|
25
|
+
}
|
|
26
|
+
export declare namespace _T_Parameters {
|
|
27
|
+
namespace CONTEXT {
|
|
28
|
+
}
|
|
29
|
+
type CONTEXT = _i_in._T_Parameters;
|
|
30
|
+
namespace PARAMS {
|
|
31
|
+
namespace value_serializers {
|
|
32
|
+
}
|
|
33
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
34
|
+
}
|
|
35
|
+
type RESULT = string;
|
|
36
|
+
}
|
|
37
|
+
export declare namespace _T_Path {
|
|
38
|
+
namespace CONTEXT {
|
|
39
|
+
}
|
|
40
|
+
type CONTEXT = _i_in._T_Path;
|
|
41
|
+
namespace PARAMS {
|
|
42
|
+
namespace value_serializers {
|
|
43
|
+
}
|
|
44
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
45
|
+
}
|
|
46
|
+
type RESULT = string;
|
|
47
|
+
}
|
|
48
|
+
export declare namespace Error {
|
|
49
|
+
namespace CONTEXT {
|
|
50
|
+
}
|
|
51
|
+
type CONTEXT = _i_in._T_Error;
|
|
52
|
+
namespace PARAMS {
|
|
53
|
+
namespace value_serializers {
|
|
54
|
+
}
|
|
55
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
56
|
+
}
|
|
57
|
+
type RESULT = string;
|
|
58
|
+
}
|
|
59
|
+
export declare namespace Parameters {
|
|
60
|
+
namespace CONTEXT {
|
|
61
|
+
}
|
|
62
|
+
type CONTEXT = _i_in._T_Parameters;
|
|
63
|
+
namespace PARAMS {
|
|
64
|
+
namespace value_serializers {
|
|
65
|
+
}
|
|
66
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
67
|
+
}
|
|
68
|
+
type RESULT = string;
|
|
69
|
+
}
|
|
70
|
+
export declare namespace Path {
|
|
71
|
+
namespace CONTEXT {
|
|
72
|
+
}
|
|
73
|
+
type CONTEXT = _i_in._T_Path;
|
|
74
|
+
namespace PARAMS {
|
|
75
|
+
namespace value_serializers {
|
|
76
|
+
}
|
|
77
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
78
|
+
}
|
|
79
|
+
type RESULT = string;
|
|
80
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VyaWFsaXplLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvcGFyZXRvL3NjaGVtYXMvcmVtb3ZlL3NlcmlhbGl6ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import * as _i_in from "../../core/astn_source";
|
|
2
2
|
import * as _i_out from "./data_types/target";
|
|
3
3
|
import * as _i_vd from "./value_deserializers";
|
|
4
|
-
export type
|
|
4
|
+
export type _T_Error = ($$_: _i_in._T_Value, $$_p: {
|
|
5
5
|
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
6
|
-
}) => _i_out.
|
|
6
|
+
}) => _i_out._T_Error;
|
|
7
7
|
export type _T_Parameters = ($$_: _i_in._T_Value, $$_p: {
|
|
8
8
|
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
9
9
|
}) => _i_out._T_Parameters;
|
|
10
10
|
export type _T_Path = ($$_: _i_in._T_Value, $$_p: {
|
|
11
11
|
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
12
12
|
}) => _i_out._T_Path;
|
|
13
|
-
export type
|
|
13
|
+
export type Error = _T_Error;
|
|
14
14
|
export type Parameters = _T_Parameters;
|
|
15
15
|
export type Path = _T_Path;
|
|
16
|
-
export declare namespace
|
|
16
|
+
export declare namespace _T_Error {
|
|
17
17
|
namespace CONTEXT {
|
|
18
18
|
}
|
|
19
19
|
type CONTEXT = _i_in._T_Value;
|
|
@@ -24,7 +24,7 @@ export declare namespace _T_Errors {
|
|
|
24
24
|
}
|
|
25
25
|
namespace RESULT {
|
|
26
26
|
}
|
|
27
|
-
type RESULT = _i_out.
|
|
27
|
+
type RESULT = _i_out._T_Error;
|
|
28
28
|
}
|
|
29
29
|
export declare namespace _T_Parameters {
|
|
30
30
|
namespace CONTEXT {
|
|
@@ -52,7 +52,7 @@ export declare namespace _T_Path {
|
|
|
52
52
|
}
|
|
53
53
|
type RESULT = _i_out._T_Path;
|
|
54
54
|
}
|
|
55
|
-
export declare namespace
|
|
55
|
+
export declare namespace Error {
|
|
56
56
|
namespace CONTEXT {
|
|
57
57
|
}
|
|
58
58
|
type CONTEXT = _i_in._T_Value;
|
|
@@ -63,7 +63,7 @@ export declare namespace Errors {
|
|
|
63
63
|
}
|
|
64
64
|
namespace RESULT {
|
|
65
65
|
}
|
|
66
|
-
type RESULT = _i_out.
|
|
66
|
+
type RESULT = _i_out._T_Error;
|
|
67
67
|
}
|
|
68
68
|
export declare namespace Parameters {
|
|
69
69
|
namespace CONTEXT {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as _i_core from "../../../core/resolved";
|
|
2
|
-
export type
|
|
2
|
+
export type _T_Error = _i_core._T_State_Group<null, readonly ['node does not exist', null]>;
|
|
3
3
|
export type _T_Node_Type = _i_core._T_State_Group<null, readonly ['directory', null] | readonly ['file', null]>;
|
|
4
4
|
export type _T_Parameters = _T_Path;
|
|
5
5
|
export type _T_Path = {
|
|
@@ -7,12 +7,12 @@ export type _T_Path = {
|
|
|
7
7
|
readonly 'path': string;
|
|
8
8
|
};
|
|
9
9
|
export type _T_Result = _T_Node_Type;
|
|
10
|
-
export type
|
|
10
|
+
export type Error = _T_Error;
|
|
11
11
|
export type Node_Type = _T_Node_Type;
|
|
12
12
|
export type Parameters = _T_Parameters;
|
|
13
13
|
export type Path = _T_Path;
|
|
14
14
|
export type Result = _T_Result;
|
|
15
|
-
export declare namespace
|
|
15
|
+
export declare namespace _T_Error {
|
|
16
16
|
namespace SG {
|
|
17
17
|
type node_does_not_exist = null;
|
|
18
18
|
}
|
|
@@ -33,7 +33,7 @@ export declare namespace _T_Path {
|
|
|
33
33
|
}
|
|
34
34
|
export declare namespace _T_Result {
|
|
35
35
|
}
|
|
36
|
-
export declare namespace
|
|
36
|
+
export declare namespace Error {
|
|
37
37
|
namespace SG {
|
|
38
38
|
type node_does_not_exist = null;
|
|
39
39
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as _i_core from "../../../core/unconstrained";
|
|
2
|
-
export type
|
|
2
|
+
export type _T_Error = _i_core._T_State_Group<null, readonly ['node does not exist', null]>;
|
|
3
3
|
export type _T_Node_Type = _i_core._T_State_Group<null, readonly ['directory', null] | readonly ['file', null]>;
|
|
4
4
|
export type _T_Parameters = _T_Path;
|
|
5
5
|
export type _T_Path = {
|
|
@@ -7,12 +7,12 @@ export type _T_Path = {
|
|
|
7
7
|
readonly 'path': string;
|
|
8
8
|
};
|
|
9
9
|
export type _T_Result = _T_Node_Type;
|
|
10
|
-
export type
|
|
10
|
+
export type Error = _T_Error;
|
|
11
11
|
export type Node_Type = _T_Node_Type;
|
|
12
12
|
export type Parameters = _T_Parameters;
|
|
13
13
|
export type Path = _T_Path;
|
|
14
14
|
export type Result = _T_Result;
|
|
15
|
-
export declare namespace
|
|
15
|
+
export declare namespace _T_Error {
|
|
16
16
|
namespace SG {
|
|
17
17
|
type node_does_not_exist = null;
|
|
18
18
|
}
|
|
@@ -33,7 +33,7 @@ export declare namespace _T_Path {
|
|
|
33
33
|
}
|
|
34
34
|
export declare namespace _T_Result {
|
|
35
35
|
}
|
|
36
|
-
export declare namespace
|
|
36
|
+
export declare namespace Error {
|
|
37
37
|
namespace SG {
|
|
38
38
|
type node_does_not_exist = null;
|
|
39
39
|
}
|
|
@@ -0,0 +1,132 @@
|
|
|
1
|
+
import * as _i_out from "./data_types/target";
|
|
2
|
+
import * as _i_vd from "./value_deserializers";
|
|
3
|
+
export type _T_Error = ($$_: string, $$_p: {
|
|
4
|
+
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
5
|
+
}) => _i_out._T_Error;
|
|
6
|
+
export type _T_Node_Type = ($$_: string, $$_p: {
|
|
7
|
+
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
8
|
+
}) => _i_out._T_Node_Type;
|
|
9
|
+
export type _T_Parameters = ($$_: string, $$_p: {
|
|
10
|
+
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
11
|
+
}) => _i_out._T_Parameters;
|
|
12
|
+
export type _T_Path = ($$_: string, $$_p: {
|
|
13
|
+
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
14
|
+
}) => _i_out._T_Path;
|
|
15
|
+
export type _T_Result = ($$_: string, $$_p: {
|
|
16
|
+
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
17
|
+
}) => _i_out._T_Result;
|
|
18
|
+
export type Error = _T_Error;
|
|
19
|
+
export type Node_Type = _T_Node_Type;
|
|
20
|
+
export type Parameters = _T_Parameters;
|
|
21
|
+
export type Path = _T_Path;
|
|
22
|
+
export type Result = _T_Result;
|
|
23
|
+
export declare namespace _T_Error {
|
|
24
|
+
type CONTEXT = string;
|
|
25
|
+
namespace PARAMS {
|
|
26
|
+
namespace value_deserializers {
|
|
27
|
+
}
|
|
28
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
29
|
+
}
|
|
30
|
+
namespace RESULT {
|
|
31
|
+
}
|
|
32
|
+
type RESULT = _i_out._T_Error;
|
|
33
|
+
}
|
|
34
|
+
export declare namespace _T_Node_Type {
|
|
35
|
+
type CONTEXT = string;
|
|
36
|
+
namespace PARAMS {
|
|
37
|
+
namespace value_deserializers {
|
|
38
|
+
}
|
|
39
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
40
|
+
}
|
|
41
|
+
namespace RESULT {
|
|
42
|
+
}
|
|
43
|
+
type RESULT = _i_out._T_Node_Type;
|
|
44
|
+
}
|
|
45
|
+
export declare namespace _T_Parameters {
|
|
46
|
+
type CONTEXT = string;
|
|
47
|
+
namespace PARAMS {
|
|
48
|
+
namespace value_deserializers {
|
|
49
|
+
}
|
|
50
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
51
|
+
}
|
|
52
|
+
namespace RESULT {
|
|
53
|
+
}
|
|
54
|
+
type RESULT = _i_out._T_Parameters;
|
|
55
|
+
}
|
|
56
|
+
export declare namespace _T_Path {
|
|
57
|
+
type CONTEXT = string;
|
|
58
|
+
namespace PARAMS {
|
|
59
|
+
namespace value_deserializers {
|
|
60
|
+
}
|
|
61
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
62
|
+
}
|
|
63
|
+
namespace RESULT {
|
|
64
|
+
}
|
|
65
|
+
type RESULT = _i_out._T_Path;
|
|
66
|
+
}
|
|
67
|
+
export declare namespace _T_Result {
|
|
68
|
+
type CONTEXT = string;
|
|
69
|
+
namespace PARAMS {
|
|
70
|
+
namespace value_deserializers {
|
|
71
|
+
}
|
|
72
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
73
|
+
}
|
|
74
|
+
namespace RESULT {
|
|
75
|
+
}
|
|
76
|
+
type RESULT = _i_out._T_Result;
|
|
77
|
+
}
|
|
78
|
+
export declare namespace Error {
|
|
79
|
+
type CONTEXT = string;
|
|
80
|
+
namespace PARAMS {
|
|
81
|
+
namespace value_deserializers {
|
|
82
|
+
}
|
|
83
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
84
|
+
}
|
|
85
|
+
namespace RESULT {
|
|
86
|
+
}
|
|
87
|
+
type RESULT = _i_out._T_Error;
|
|
88
|
+
}
|
|
89
|
+
export declare namespace Node_Type {
|
|
90
|
+
type CONTEXT = string;
|
|
91
|
+
namespace PARAMS {
|
|
92
|
+
namespace value_deserializers {
|
|
93
|
+
}
|
|
94
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
95
|
+
}
|
|
96
|
+
namespace RESULT {
|
|
97
|
+
}
|
|
98
|
+
type RESULT = _i_out._T_Node_Type;
|
|
99
|
+
}
|
|
100
|
+
export declare namespace Parameters {
|
|
101
|
+
type CONTEXT = string;
|
|
102
|
+
namespace PARAMS {
|
|
103
|
+
namespace value_deserializers {
|
|
104
|
+
}
|
|
105
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
106
|
+
}
|
|
107
|
+
namespace RESULT {
|
|
108
|
+
}
|
|
109
|
+
type RESULT = _i_out._T_Parameters;
|
|
110
|
+
}
|
|
111
|
+
export declare namespace Path {
|
|
112
|
+
type CONTEXT = string;
|
|
113
|
+
namespace PARAMS {
|
|
114
|
+
namespace value_deserializers {
|
|
115
|
+
}
|
|
116
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
117
|
+
}
|
|
118
|
+
namespace RESULT {
|
|
119
|
+
}
|
|
120
|
+
type RESULT = _i_out._T_Path;
|
|
121
|
+
}
|
|
122
|
+
export declare namespace Result {
|
|
123
|
+
type CONTEXT = string;
|
|
124
|
+
namespace PARAMS {
|
|
125
|
+
namespace value_deserializers {
|
|
126
|
+
}
|
|
127
|
+
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
128
|
+
}
|
|
129
|
+
namespace RESULT {
|
|
130
|
+
}
|
|
131
|
+
type RESULT = _i_out._T_Result;
|
|
132
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVzZXJpYWxpemUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL2dlbmVyYXRlZC9wYXJldG8vc2NoZW1hcy9zdGF0L2Rlc2VyaWFsaXplLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as _i_in from "./data_types/source";
|
|
2
2
|
import * as _i_out from "../../core/astn_target";
|
|
3
3
|
import * as _i_vs from "./value_serializers";
|
|
4
|
-
export type
|
|
4
|
+
export type _T_Error = ($$_: _i_in._T_Error, $$_p: {
|
|
5
5
|
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
6
6
|
}) => _i_out._T_Value;
|
|
7
7
|
export type _T_Node_Type = ($$_: _i_in._T_Node_Type, $$_p: {
|
|
@@ -16,15 +16,15 @@ export type _T_Path = ($$_: _i_in._T_Path, $$_p: {
|
|
|
16
16
|
export type _T_Result = ($$_: _i_in._T_Result, $$_p: {
|
|
17
17
|
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
18
18
|
}) => _i_out._T_Value;
|
|
19
|
-
export type
|
|
19
|
+
export type Error = _T_Error;
|
|
20
20
|
export type Node_Type = _T_Node_Type;
|
|
21
21
|
export type Parameters = _T_Parameters;
|
|
22
22
|
export type Path = _T_Path;
|
|
23
23
|
export type Result = _T_Result;
|
|
24
|
-
export declare namespace
|
|
24
|
+
export declare namespace _T_Error {
|
|
25
25
|
namespace CONTEXT {
|
|
26
26
|
}
|
|
27
|
-
type CONTEXT = _i_in.
|
|
27
|
+
type CONTEXT = _i_in._T_Error;
|
|
28
28
|
namespace PARAMS {
|
|
29
29
|
namespace value_serializers {
|
|
30
30
|
}
|
|
@@ -86,10 +86,10 @@ export declare namespace _T_Result {
|
|
|
86
86
|
}
|
|
87
87
|
type RESULT = _i_out._T_Value;
|
|
88
88
|
}
|
|
89
|
-
export declare namespace
|
|
89
|
+
export declare namespace Error {
|
|
90
90
|
namespace CONTEXT {
|
|
91
91
|
}
|
|
92
|
-
type CONTEXT = _i_in.
|
|
92
|
+
type CONTEXT = _i_in._T_Error;
|
|
93
93
|
namespace PARAMS {
|
|
94
94
|
namespace value_serializers {
|
|
95
95
|
}
|
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
import * as _i_in from "./data_types/source";
|
|
2
2
|
import * as _i_out from "./data_types/target";
|
|
3
|
-
export type
|
|
3
|
+
export type _T_Error = ($$_: _i_in._T_Error, $$_p: null) => _i_out._T_Error;
|
|
4
4
|
export type _T_Node_Type = ($$_: _i_in._T_Node_Type, $$_p: null) => _i_out._T_Node_Type;
|
|
5
5
|
export type _T_Parameters = ($$_: _i_in._T_Parameters, $$_p: null) => _i_out._T_Parameters;
|
|
6
6
|
export type _T_Path = ($$_: _i_in._T_Path, $$_p: null) => _i_out._T_Path;
|
|
7
7
|
export type _T_Result = ($$_: _i_in._T_Result, $$_p: null) => _i_out._T_Result;
|
|
8
|
-
export type
|
|
8
|
+
export type Error = _T_Error;
|
|
9
9
|
export type Node_Type = _T_Node_Type;
|
|
10
10
|
export type Parameters = _T_Parameters;
|
|
11
11
|
export type Path = _T_Path;
|
|
12
12
|
export type Result = _T_Result;
|
|
13
|
-
export declare namespace
|
|
13
|
+
export declare namespace _T_Error {
|
|
14
14
|
namespace CONTEXT {
|
|
15
15
|
}
|
|
16
|
-
type CONTEXT = _i_in.
|
|
16
|
+
type CONTEXT = _i_in._T_Error;
|
|
17
17
|
namespace PARAMS {
|
|
18
18
|
}
|
|
19
19
|
namespace RESULT {
|
|
20
20
|
}
|
|
21
|
-
type RESULT = _i_out.
|
|
21
|
+
type RESULT = _i_out._T_Error;
|
|
22
22
|
}
|
|
23
23
|
export declare namespace _T_Node_Type {
|
|
24
24
|
namespace CONTEXT {
|
|
@@ -60,15 +60,15 @@ export declare namespace _T_Result {
|
|
|
60
60
|
}
|
|
61
61
|
type RESULT = _i_out._T_Result;
|
|
62
62
|
}
|
|
63
|
-
export declare namespace
|
|
63
|
+
export declare namespace Error {
|
|
64
64
|
namespace CONTEXT {
|
|
65
65
|
}
|
|
66
|
-
type CONTEXT = _i_in.
|
|
66
|
+
type CONTEXT = _i_in._T_Error;
|
|
67
67
|
namespace PARAMS {
|
|
68
68
|
}
|
|
69
69
|
namespace RESULT {
|
|
70
70
|
}
|
|
71
|
-
type RESULT = _i_out.
|
|
71
|
+
type RESULT = _i_out._T_Error;
|
|
72
72
|
}
|
|
73
73
|
export declare namespace Node_Type {
|
|
74
74
|
namespace CONTEXT {
|
|
@@ -0,0 +1,132 @@
|
|
|
1
|
+
import * as _i_in from "./data_types/source";
|
|
2
|
+
import * as _i_vs from "./value_serializers";
|
|
3
|
+
export type _T_Error = ($$_: _i_in._T_Error, $$_p: {
|
|
4
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
5
|
+
}) => string;
|
|
6
|
+
export type _T_Node_Type = ($$_: _i_in._T_Node_Type, $$_p: {
|
|
7
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
8
|
+
}) => string;
|
|
9
|
+
export type _T_Parameters = ($$_: _i_in._T_Parameters, $$_p: {
|
|
10
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
11
|
+
}) => string;
|
|
12
|
+
export type _T_Path = ($$_: _i_in._T_Path, $$_p: {
|
|
13
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
14
|
+
}) => string;
|
|
15
|
+
export type _T_Result = ($$_: _i_in._T_Result, $$_p: {
|
|
16
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
17
|
+
}) => string;
|
|
18
|
+
export type Error = _T_Error;
|
|
19
|
+
export type Node_Type = _T_Node_Type;
|
|
20
|
+
export type Parameters = _T_Parameters;
|
|
21
|
+
export type Path = _T_Path;
|
|
22
|
+
export type Result = _T_Result;
|
|
23
|
+
export declare namespace _T_Error {
|
|
24
|
+
namespace CONTEXT {
|
|
25
|
+
}
|
|
26
|
+
type CONTEXT = _i_in._T_Error;
|
|
27
|
+
namespace PARAMS {
|
|
28
|
+
namespace value_serializers {
|
|
29
|
+
}
|
|
30
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
31
|
+
}
|
|
32
|
+
type RESULT = string;
|
|
33
|
+
}
|
|
34
|
+
export declare namespace _T_Node_Type {
|
|
35
|
+
namespace CONTEXT {
|
|
36
|
+
}
|
|
37
|
+
type CONTEXT = _i_in._T_Node_Type;
|
|
38
|
+
namespace PARAMS {
|
|
39
|
+
namespace value_serializers {
|
|
40
|
+
}
|
|
41
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
42
|
+
}
|
|
43
|
+
type RESULT = string;
|
|
44
|
+
}
|
|
45
|
+
export declare namespace _T_Parameters {
|
|
46
|
+
namespace CONTEXT {
|
|
47
|
+
}
|
|
48
|
+
type CONTEXT = _i_in._T_Parameters;
|
|
49
|
+
namespace PARAMS {
|
|
50
|
+
namespace value_serializers {
|
|
51
|
+
}
|
|
52
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
53
|
+
}
|
|
54
|
+
type RESULT = string;
|
|
55
|
+
}
|
|
56
|
+
export declare namespace _T_Path {
|
|
57
|
+
namespace CONTEXT {
|
|
58
|
+
}
|
|
59
|
+
type CONTEXT = _i_in._T_Path;
|
|
60
|
+
namespace PARAMS {
|
|
61
|
+
namespace value_serializers {
|
|
62
|
+
}
|
|
63
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
64
|
+
}
|
|
65
|
+
type RESULT = string;
|
|
66
|
+
}
|
|
67
|
+
export declare namespace _T_Result {
|
|
68
|
+
namespace CONTEXT {
|
|
69
|
+
}
|
|
70
|
+
type CONTEXT = _i_in._T_Result;
|
|
71
|
+
namespace PARAMS {
|
|
72
|
+
namespace value_serializers {
|
|
73
|
+
}
|
|
74
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
75
|
+
}
|
|
76
|
+
type RESULT = string;
|
|
77
|
+
}
|
|
78
|
+
export declare namespace Error {
|
|
79
|
+
namespace CONTEXT {
|
|
80
|
+
}
|
|
81
|
+
type CONTEXT = _i_in._T_Error;
|
|
82
|
+
namespace PARAMS {
|
|
83
|
+
namespace value_serializers {
|
|
84
|
+
}
|
|
85
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
86
|
+
}
|
|
87
|
+
type RESULT = string;
|
|
88
|
+
}
|
|
89
|
+
export declare namespace Node_Type {
|
|
90
|
+
namespace CONTEXT {
|
|
91
|
+
}
|
|
92
|
+
type CONTEXT = _i_in._T_Node_Type;
|
|
93
|
+
namespace PARAMS {
|
|
94
|
+
namespace value_serializers {
|
|
95
|
+
}
|
|
96
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
97
|
+
}
|
|
98
|
+
type RESULT = string;
|
|
99
|
+
}
|
|
100
|
+
export declare namespace Parameters {
|
|
101
|
+
namespace CONTEXT {
|
|
102
|
+
}
|
|
103
|
+
type CONTEXT = _i_in._T_Parameters;
|
|
104
|
+
namespace PARAMS {
|
|
105
|
+
namespace value_serializers {
|
|
106
|
+
}
|
|
107
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
108
|
+
}
|
|
109
|
+
type RESULT = string;
|
|
110
|
+
}
|
|
111
|
+
export declare namespace Path {
|
|
112
|
+
namespace CONTEXT {
|
|
113
|
+
}
|
|
114
|
+
type CONTEXT = _i_in._T_Path;
|
|
115
|
+
namespace PARAMS {
|
|
116
|
+
namespace value_serializers {
|
|
117
|
+
}
|
|
118
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
119
|
+
}
|
|
120
|
+
type RESULT = string;
|
|
121
|
+
}
|
|
122
|
+
export declare namespace Result {
|
|
123
|
+
namespace CONTEXT {
|
|
124
|
+
}
|
|
125
|
+
type CONTEXT = _i_in._T_Result;
|
|
126
|
+
namespace PARAMS {
|
|
127
|
+
namespace value_serializers {
|
|
128
|
+
}
|
|
129
|
+
type value_serializers = _i_vs._T_Value_Serializers;
|
|
130
|
+
}
|
|
131
|
+
type RESULT = string;
|
|
132
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VyaWFsaXplLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvcGFyZXRvL3NjaGVtYXMvc3RhdC9zZXJpYWxpemUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import * as _i_in from "../../core/astn_source";
|
|
2
2
|
import * as _i_out from "./data_types/target";
|
|
3
3
|
import * as _i_vd from "./value_deserializers";
|
|
4
|
-
export type
|
|
4
|
+
export type _T_Error = ($$_: _i_in._T_Value, $$_p: {
|
|
5
5
|
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
6
|
-
}) => _i_out.
|
|
6
|
+
}) => _i_out._T_Error;
|
|
7
7
|
export type _T_Node_Type = ($$_: _i_in._T_Value, $$_p: {
|
|
8
8
|
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
9
9
|
}) => _i_out._T_Node_Type;
|
|
@@ -16,12 +16,12 @@ export type _T_Path = ($$_: _i_in._T_Value, $$_p: {
|
|
|
16
16
|
export type _T_Result = ($$_: _i_in._T_Value, $$_p: {
|
|
17
17
|
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
18
18
|
}) => _i_out._T_Result;
|
|
19
|
-
export type
|
|
19
|
+
export type Error = _T_Error;
|
|
20
20
|
export type Node_Type = _T_Node_Type;
|
|
21
21
|
export type Parameters = _T_Parameters;
|
|
22
22
|
export type Path = _T_Path;
|
|
23
23
|
export type Result = _T_Result;
|
|
24
|
-
export declare namespace
|
|
24
|
+
export declare namespace _T_Error {
|
|
25
25
|
namespace CONTEXT {
|
|
26
26
|
}
|
|
27
27
|
type CONTEXT = _i_in._T_Value;
|
|
@@ -32,7 +32,7 @@ export declare namespace _T_Errors {
|
|
|
32
32
|
}
|
|
33
33
|
namespace RESULT {
|
|
34
34
|
}
|
|
35
|
-
type RESULT = _i_out.
|
|
35
|
+
type RESULT = _i_out._T_Error;
|
|
36
36
|
}
|
|
37
37
|
export declare namespace _T_Node_Type {
|
|
38
38
|
namespace CONTEXT {
|
|
@@ -86,7 +86,7 @@ export declare namespace _T_Result {
|
|
|
86
86
|
}
|
|
87
87
|
type RESULT = _i_out._T_Result;
|
|
88
88
|
}
|
|
89
|
-
export declare namespace
|
|
89
|
+
export declare namespace Error {
|
|
90
90
|
namespace CONTEXT {
|
|
91
91
|
}
|
|
92
92
|
type CONTEXT = _i_in._T_Value;
|
|
@@ -97,7 +97,7 @@ export declare namespace Errors {
|
|
|
97
97
|
}
|
|
98
98
|
namespace RESULT {
|
|
99
99
|
}
|
|
100
|
-
type RESULT = _i_out.
|
|
100
|
+
type RESULT = _i_out._T_Error;
|
|
101
101
|
}
|
|
102
102
|
export declare namespace Node_Type {
|
|
103
103
|
namespace CONTEXT {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as _i_core from "../../../core/resolved";
|
|
2
|
-
export type
|
|
2
|
+
export type _T_Error = _i_core._T_State_Group<null, readonly ['permission denied', null]>;
|
|
3
3
|
export type _T_Parameters = {
|
|
4
4
|
readonly 'data': string;
|
|
5
5
|
readonly 'path': _T_Path;
|
|
@@ -8,10 +8,10 @@ export type _T_Path = {
|
|
|
8
8
|
readonly 'escape spaces in path': boolean;
|
|
9
9
|
readonly 'path': string;
|
|
10
10
|
};
|
|
11
|
-
export type
|
|
11
|
+
export type Error = _T_Error;
|
|
12
12
|
export type Parameters = _T_Parameters;
|
|
13
13
|
export type Path = _T_Path;
|
|
14
|
-
export declare namespace
|
|
14
|
+
export declare namespace _T_Error {
|
|
15
15
|
namespace SG {
|
|
16
16
|
type permission_denied = null;
|
|
17
17
|
}
|
|
@@ -27,7 +27,7 @@ export declare namespace _T_Path {
|
|
|
27
27
|
type escape_spaces_in_path = boolean;
|
|
28
28
|
type path = string;
|
|
29
29
|
}
|
|
30
|
-
export declare namespace
|
|
30
|
+
export declare namespace Error {
|
|
31
31
|
namespace SG {
|
|
32
32
|
type permission_denied = null;
|
|
33
33
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as _i_core from "../../../core/unconstrained";
|
|
2
|
-
export type
|
|
2
|
+
export type _T_Error = _i_core._T_State_Group<null, readonly ['permission denied', null]>;
|
|
3
3
|
export type _T_Parameters = {
|
|
4
4
|
readonly 'data': string;
|
|
5
5
|
readonly 'path': _T_Path;
|
|
@@ -8,10 +8,10 @@ export type _T_Path = {
|
|
|
8
8
|
readonly 'escape spaces in path': boolean;
|
|
9
9
|
readonly 'path': string;
|
|
10
10
|
};
|
|
11
|
-
export type
|
|
11
|
+
export type Error = _T_Error;
|
|
12
12
|
export type Parameters = _T_Parameters;
|
|
13
13
|
export type Path = _T_Path;
|
|
14
|
-
export declare namespace
|
|
14
|
+
export declare namespace _T_Error {
|
|
15
15
|
namespace SG {
|
|
16
16
|
type permission_denied = null;
|
|
17
17
|
}
|
|
@@ -27,7 +27,7 @@ export declare namespace _T_Path {
|
|
|
27
27
|
type escape_spaces_in_path = boolean;
|
|
28
28
|
type path = string;
|
|
29
29
|
}
|
|
30
|
-
export declare namespace
|
|
30
|
+
export declare namespace Error {
|
|
31
31
|
namespace SG {
|
|
32
32
|
type permission_denied = null;
|
|
33
33
|
}
|