astn 0.113.22 → 0.113.23
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/bin/validate_astn.js +0 -0
- 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 +28 -28
- package/dist/implementation/generated/pareto/generic/unmarshall.js +38 -29
- package/dist/implementation/generated/pareto/schemas/astn_schema/marshall.d.ts +7 -7
- package/dist/implementation/generated/pareto/schemas/astn_schema/marshall.js +86 -104
- package/dist/implementation/generated/pareto/schemas/astn_schema/resolve.d.ts +8 -8
- package/dist/implementation/generated/pareto/schemas/astn_schema/resolve.js +226 -244
- package/dist/implementation/generated/pareto/schemas/astn_schema/serialize.d.ts +12 -0
- package/dist/implementation/generated/pareto/schemas/astn_schema/serialize.js +73 -0
- package/dist/implementation/generated/pareto/schemas/astn_schema/unmarshall.d.ts +7 -7
- package/dist/implementation/generated/pareto/schemas/astn_schema/unmarshall.js +72 -84
- package/dist/implementation/generated/pareto/schemas/authoring_parse_result/marshall.js +84 -84
- package/dist/implementation/generated/pareto/schemas/authoring_parse_result/serialize.d.ts +3 -0
- package/dist/implementation/generated/pareto/schemas/authoring_parse_result/serialize.js +37 -0
- package/dist/implementation/generated/pareto/schemas/authoring_parse_result/unmarshall.js +42 -42
- package/dist/implementation/generated/pareto/schemas/authoring_parse_tree/marshall.d.ts +6 -5
- package/dist/implementation/generated/pareto/schemas/authoring_parse_tree/marshall.js +135 -134
- package/dist/implementation/generated/pareto/schemas/authoring_parse_tree/serialize.d.ts +9 -0
- package/dist/implementation/generated/pareto/schemas/authoring_parse_tree/serialize.js +61 -0
- package/dist/implementation/generated/pareto/schemas/authoring_parse_tree/unmarshall.d.ts +6 -5
- package/dist/implementation/generated/pareto/schemas/authoring_parse_tree/unmarshall.js +172 -175
- package/dist/implementation/generated/pareto/schemas/authoring_target/marshall.d.ts +1 -1
- package/dist/implementation/generated/pareto/schemas/authoring_target/marshall.js +72 -72
- package/dist/implementation/generated/pareto/schemas/authoring_target/serialize.d.ts +3 -0
- package/dist/implementation/generated/pareto/schemas/authoring_target/serialize.js +37 -0
- package/dist/implementation/generated/pareto/schemas/authoring_target/unmarshall.d.ts +1 -1
- package/dist/implementation/generated/pareto/schemas/authoring_target/unmarshall.js +48 -48
- package/dist/implementation/generated/pareto/schemas/ide/marshall.d.ts +1 -1
- package/dist/implementation/generated/pareto/schemas/ide/marshall.js +29 -29
- package/dist/implementation/generated/pareto/schemas/ide/serialize.d.ts +4 -0
- package/dist/implementation/generated/pareto/schemas/ide/serialize.js +41 -0
- package/dist/implementation/generated/pareto/schemas/ide/unmarshall.d.ts +1 -1
- package/dist/implementation/generated/pareto/schemas/ide/unmarshall.js +25 -25
- package/dist/implementation/generated/pareto/schemas/sealed_target/marshall.d.ts +1 -1
- package/dist/implementation/generated/pareto/schemas/sealed_target/marshall.js +66 -66
- package/dist/implementation/generated/pareto/schemas/sealed_target/serialize.d.ts +3 -0
- package/dist/implementation/generated/pareto/schemas/sealed_target/serialize.js +37 -0
- package/dist/implementation/generated/pareto/schemas/sealed_target/unmarshall.d.ts +1 -1
- package/dist/implementation/generated/pareto/schemas/sealed_target/unmarshall.js +46 -46
- package/dist/implementation/generated/pareto/schemas/token/marshall.d.ts +5 -5
- package/dist/implementation/generated/pareto/schemas/token/marshall.js +132 -132
- package/dist/implementation/generated/pareto/schemas/token/serialize.d.ts +11 -0
- package/dist/implementation/generated/pareto/schemas/token/serialize.js +69 -0
- package/dist/implementation/generated/pareto/schemas/token/unmarshall.d.ts +5 -5
- package/dist/implementation/generated/pareto/schemas/token/unmarshall.js +122 -120
- package/dist/implementation/manual/schemas/authoring_parse_result/transformers/fountain_pen.js +5 -2
- package/dist/implementation/manual/schemas/authoring_parse_tree/deserializers.js +10 -11
- package/dist/implementation/manual/schemas/authoring_parse_tree/productions/temp.d.ts +1 -1
- package/dist/implementation/manual/schemas/authoring_parse_tree/productions/temp.js +3 -3
- package/dist/implementation/manual/schemas/authoring_parse_tree/productions/token.js +3 -3
- package/dist/implementation/manual/schemas/authoring_parse_tree/transformers/ide.js +3 -17
- package/dist/implementation/manual/schemas/authoring_parse_tree/transformers/json_target.js +3 -3
- package/dist/implementation/manual/schemas/authoring_parse_tree/transformers/token.js +3 -3
- package/dist/implementation/manual/schemas/token/productions/annotated_character.d.ts +12 -5
- package/dist/implementation/manual/schemas/token/productions/annotated_character.js +57 -60
- package/dist/implementation/manual/text_to_text/convert_to_json.js +1 -1
- package/dist/interface/generated/pareto/core/astn_source.d.ts +9 -9
- package/dist/interface/generated/pareto/core/astn_target.d.ts +15 -15
- package/dist/interface/generated/pareto/core/parse_result.d.ts +2 -2
- package/dist/interface/generated/pareto/core/resolved.d.ts +12 -12
- package/dist/interface/generated/pareto/core/token.d.ts +4 -4
- package/dist/interface/generated/pareto/core/unconstrained.d.ts +3 -3
- package/dist/interface/generated/pareto/core/unresolved.d.ts +10 -10
- package/dist/interface/generated/pareto/schemas/astn_schema/data_types/resolve.d.ts +548 -548
- package/dist/interface/generated/pareto/schemas/astn_schema/data_types/source.d.ts +119 -160
- package/dist/interface/generated/pareto/schemas/astn_schema/data_types/target.d.ts +119 -160
- package/dist/interface/generated/pareto/schemas/astn_schema/marshall.d.ts +56 -56
- package/dist/interface/generated/pareto/schemas/astn_schema/migrate_boilerplate.d.ts +65 -65
- package/dist/interface/generated/pareto/schemas/astn_schema/serialize.d.ts +288 -0
- package/dist/interface/generated/pareto/schemas/astn_schema/serialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/astn_schema/unmarshall.d.ts +65 -65
- package/dist/interface/generated/pareto/schemas/astn_schema/value_deserializers.d.ts +10 -10
- package/dist/interface/generated/pareto/schemas/astn_schema/value_serializers.d.ts +10 -10
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/resolve.js +1 -1
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/source.d.ts +77 -77
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/target.d.ts +77 -77
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/marshall.d.ts +1 -1
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/migrate_boilerplate.d.ts +1 -1
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/serialize.d.ts +54 -0
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/serialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/unmarshall.d.ts +1 -1
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/value_deserializers.d.ts +10 -10
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/value_serializers.d.ts +10 -10
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/resolve.js +1 -1
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/source.d.ts +347 -356
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/target.d.ts +347 -356
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/marshall.d.ts +66 -36
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/migrate_boilerplate.d.ts +68 -46
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/serialize.d.ts +210 -0
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/serialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/unmarshall.d.ts +71 -41
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/value_deserializers.d.ts +10 -10
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/value_serializers.d.ts +10 -10
- package/dist/interface/generated/pareto/schemas/authoring_target/data_types/resolve.js +1 -1
- package/dist/interface/generated/pareto/schemas/authoring_target/data_types/source.d.ts +145 -145
- package/dist/interface/generated/pareto/schemas/authoring_target/data_types/target.d.ts +145 -145
- package/dist/interface/generated/pareto/schemas/authoring_target/marshall.d.ts +12 -12
- package/dist/interface/generated/pareto/schemas/authoring_target/migrate_boilerplate.d.ts +14 -14
- package/dist/interface/generated/pareto/schemas/authoring_target/serialize.d.ts +54 -0
- package/dist/interface/generated/pareto/schemas/authoring_target/serialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/authoring_target/unmarshall.d.ts +13 -13
- package/dist/interface/generated/pareto/schemas/authoring_target/value_deserializers.d.ts +10 -10
- package/dist/interface/generated/pareto/schemas/authoring_target/value_serializers.d.ts +10 -10
- package/dist/interface/generated/pareto/schemas/ide/data_types/resolve.js +1 -1
- package/dist/interface/generated/pareto/schemas/ide/data_types/source.d.ts +54 -54
- package/dist/interface/generated/pareto/schemas/ide/data_types/target.d.ts +54 -54
- package/dist/interface/generated/pareto/schemas/ide/marshall.d.ts +17 -17
- package/dist/interface/generated/pareto/schemas/ide/migrate_boilerplate.d.ts +14 -14
- package/dist/interface/generated/pareto/schemas/ide/serialize.d.ts +80 -0
- package/dist/interface/generated/pareto/schemas/ide/serialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/ide/unmarshall.d.ts +17 -17
- package/dist/interface/generated/pareto/schemas/ide/value_deserializers.d.ts +10 -10
- package/dist/interface/generated/pareto/schemas/ide/value_serializers.d.ts +10 -10
- package/dist/interface/generated/pareto/schemas/sealed_target/data_types/resolve.js +1 -1
- package/dist/interface/generated/pareto/schemas/sealed_target/data_types/source.d.ts +114 -114
- package/dist/interface/generated/pareto/schemas/sealed_target/data_types/target.d.ts +114 -114
- package/dist/interface/generated/pareto/schemas/sealed_target/marshall.d.ts +12 -12
- package/dist/interface/generated/pareto/schemas/sealed_target/migrate_boilerplate.d.ts +14 -14
- package/dist/interface/generated/pareto/schemas/sealed_target/serialize.d.ts +54 -0
- package/dist/interface/generated/pareto/schemas/sealed_target/serialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/sealed_target/unmarshall.d.ts +13 -13
- package/dist/interface/generated/pareto/schemas/sealed_target/value_deserializers.d.ts +10 -10
- package/dist/interface/generated/pareto/schemas/sealed_target/value_serializers.d.ts +10 -10
- package/dist/interface/generated/pareto/schemas/token/data_types/resolve.js +1 -1
- package/dist/interface/generated/pareto/schemas/token/data_types/source.d.ts +196 -189
- package/dist/interface/generated/pareto/schemas/token/data_types/target.d.ts +196 -189
- package/dist/interface/generated/pareto/schemas/token/marshall.d.ts +56 -56
- package/dist/interface/generated/pareto/schemas/token/migrate_boilerplate.d.ts +66 -66
- package/dist/interface/generated/pareto/schemas/token/serialize.d.ts +262 -0
- package/dist/interface/generated/pareto/schemas/token/serialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/token/unmarshall.d.ts +59 -59
- package/dist/interface/generated/pareto/schemas/token/value_deserializers.d.ts +10 -10
- package/dist/interface/generated/pareto/schemas/token/value_serializers.d.ts +10 -10
- package/dist/modules/pareto-json/implementation/generated/pareto/generic/unmarshall.d.ts +6 -6
- package/dist/modules/pareto-json/interface/generated/pareto/core/astn_source.d.ts +9 -9
- package/dist/modules/pareto-json/interface/generated/pareto/core/astn_target.d.ts +15 -15
- package/dist/modules/pareto-json/interface/generated/pareto/core/parse_result.d.ts +2 -2
- package/dist/modules/pareto-json/interface/generated/pareto/core/resolved.d.ts +12 -12
- package/dist/modules/pareto-json/interface/generated/pareto/core/token.d.ts +4 -4
- package/dist/modules/pareto-json/interface/generated/pareto/core/unconstrained.d.ts +3 -3
- package/dist/modules/pareto-json/interface/generated/pareto/core/unresolved.d.ts +10 -10
- package/package.json +6 -6
|
@@ -1,12 +1,19 @@
|
|
|
1
1
|
export type _T_Value_Serializers = {
|
|
2
|
+
readonly 'default number': ($$_: number, $$_p: null) => string;
|
|
2
3
|
readonly 'boolean': ($$_: boolean, $$_p: null) => string;
|
|
3
4
|
readonly 'custom numbers': {
|
|
4
5
|
readonly 'Position': ($$_: number, $$_p: null) => string;
|
|
5
6
|
};
|
|
6
|
-
readonly 'default number': ($$_: number, $$_p: null) => string;
|
|
7
7
|
};
|
|
8
8
|
export type Value_Serializers = _T_Value_Serializers;
|
|
9
9
|
export declare namespace _T_Value_Serializers {
|
|
10
|
+
namespace default_number {
|
|
11
|
+
type CONTEXT = number;
|
|
12
|
+
namespace PARAMS {
|
|
13
|
+
}
|
|
14
|
+
type RESULT = string;
|
|
15
|
+
}
|
|
16
|
+
type default_number = ($$_: number, $$_p: null) => string;
|
|
10
17
|
namespace _boolean {
|
|
11
18
|
type CONTEXT = boolean;
|
|
12
19
|
namespace PARAMS {
|
|
@@ -26,6 +33,8 @@ export declare namespace _T_Value_Serializers {
|
|
|
26
33
|
type custom_numbers = {
|
|
27
34
|
readonly 'Position': ($$_: number, $$_p: null) => string;
|
|
28
35
|
};
|
|
36
|
+
}
|
|
37
|
+
export declare namespace Value_Serializers {
|
|
29
38
|
namespace default_number {
|
|
30
39
|
type CONTEXT = number;
|
|
31
40
|
namespace PARAMS {
|
|
@@ -33,8 +42,6 @@ export declare namespace _T_Value_Serializers {
|
|
|
33
42
|
type RESULT = string;
|
|
34
43
|
}
|
|
35
44
|
type default_number = ($$_: number, $$_p: null) => string;
|
|
36
|
-
}
|
|
37
|
-
export declare namespace Value_Serializers {
|
|
38
45
|
namespace _boolean {
|
|
39
46
|
type CONTEXT = boolean;
|
|
40
47
|
namespace PARAMS {
|
|
@@ -54,11 +61,4 @@ export declare namespace Value_Serializers {
|
|
|
54
61
|
type custom_numbers = {
|
|
55
62
|
readonly 'Position': ($$_: number, $$_p: null) => string;
|
|
56
63
|
};
|
|
57
|
-
namespace default_number {
|
|
58
|
-
type CONTEXT = number;
|
|
59
|
-
namespace PARAMS {
|
|
60
|
-
}
|
|
61
|
-
type RESULT = string;
|
|
62
|
-
}
|
|
63
|
-
type default_number = ($$_: number, $$_p: null) => string;
|
|
64
64
|
}
|
|
@@ -4,4 +4,4 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
4
4
|
// **** FRIENDLY NAMES FOR THE GLOBAL TYPES
|
|
5
5
|
// **** ALIASES FOR NESTED TYPE WITH PREFIXED ROOT NAMES
|
|
6
6
|
// *** ALIASES FOR NESTED TYPES
|
|
7
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
7
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzb2x2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL2lkZS9kYXRhX3R5cGVzL3Jlc29sdmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7QUFNQSxhQUFhO0FBRWIsMkNBQTJDO0FBRTNDLHdEQUF3RDtBQUV4RCwrQkFBK0IifQ==
|
|
@@ -1,16 +1,10 @@
|
|
|
1
1
|
import * as _i_core from "../../../core/resolved";
|
|
2
2
|
import * as _i_imports_token from "../../token/data_types/source";
|
|
3
|
-
export type _T_Key_Value_Pairs_To_Be_Sorted = _i_core._T_Dictionary<null, string>;
|
|
4
3
|
export type _T_Relative_Range = {
|
|
5
|
-
readonly 'end': _i_imports_token._T_Relative_Location;
|
|
6
4
|
readonly 'start': _i_imports_token._T_Relative_Location;
|
|
5
|
+
readonly 'end': _i_imports_token._T_Relative_Location;
|
|
7
6
|
};
|
|
8
7
|
export type _T_Text_Edits = _i_core._T_List<null, _i_core._T_State_Group<null, readonly [
|
|
9
|
-
'delete',
|
|
10
|
-
{
|
|
11
|
-
readonly 'range': _T_Relative_Range;
|
|
12
|
-
}
|
|
13
|
-
] | readonly [
|
|
14
8
|
'insert',
|
|
15
9
|
{
|
|
16
10
|
readonly 'location': _i_imports_token._T_Relative_Location;
|
|
@@ -22,32 +16,27 @@ export type _T_Text_Edits = _i_core._T_List<null, _i_core._T_State_Group<null, r
|
|
|
22
16
|
readonly 'range': _T_Relative_Range;
|
|
23
17
|
readonly 'text': string;
|
|
24
18
|
}
|
|
19
|
+
] | readonly [
|
|
20
|
+
'delete',
|
|
21
|
+
{
|
|
22
|
+
readonly 'range': _T_Relative_Range;
|
|
23
|
+
}
|
|
25
24
|
]>>;
|
|
26
|
-
export type
|
|
25
|
+
export type _T_Key_Value_Pairs_To_Be_Sorted = _i_core._T_Dictionary<null, string>;
|
|
27
26
|
export type Relative_Range = _T_Relative_Range;
|
|
28
27
|
export type Text_Edits = _T_Text_Edits;
|
|
29
|
-
export
|
|
30
|
-
type D = string;
|
|
31
|
-
}
|
|
28
|
+
export type Key_Value_Pairs_To_Be_Sorted = _T_Key_Value_Pairs_To_Be_Sorted;
|
|
32
29
|
export declare namespace _T_Relative_Range {
|
|
33
|
-
namespace end {
|
|
34
|
-
}
|
|
35
|
-
type end = _i_imports_token._T_Relative_Location;
|
|
36
30
|
namespace start {
|
|
37
31
|
}
|
|
38
32
|
type start = _i_imports_token._T_Relative_Location;
|
|
33
|
+
namespace end {
|
|
34
|
+
}
|
|
35
|
+
type end = _i_imports_token._T_Relative_Location;
|
|
39
36
|
}
|
|
40
37
|
export declare namespace _T_Text_Edits {
|
|
41
38
|
namespace L {
|
|
42
39
|
namespace SG {
|
|
43
|
-
namespace _delete {
|
|
44
|
-
namespace range {
|
|
45
|
-
}
|
|
46
|
-
type range = _T_Relative_Range;
|
|
47
|
-
}
|
|
48
|
-
type _delete = {
|
|
49
|
-
readonly 'range': _T_Relative_Range;
|
|
50
|
-
};
|
|
51
40
|
namespace insert {
|
|
52
41
|
namespace location {
|
|
53
42
|
}
|
|
@@ -68,13 +57,16 @@ export declare namespace _T_Text_Edits {
|
|
|
68
57
|
readonly 'range': _T_Relative_Range;
|
|
69
58
|
readonly 'text': string;
|
|
70
59
|
};
|
|
60
|
+
namespace _delete {
|
|
61
|
+
namespace range {
|
|
62
|
+
}
|
|
63
|
+
type range = _T_Relative_Range;
|
|
64
|
+
}
|
|
65
|
+
type _delete = {
|
|
66
|
+
readonly 'range': _T_Relative_Range;
|
|
67
|
+
};
|
|
71
68
|
}
|
|
72
69
|
type SG = readonly [
|
|
73
|
-
'delete',
|
|
74
|
-
{
|
|
75
|
-
readonly 'range': _T_Relative_Range;
|
|
76
|
-
}
|
|
77
|
-
] | readonly [
|
|
78
70
|
'insert',
|
|
79
71
|
{
|
|
80
72
|
readonly 'location': _i_imports_token._T_Relative_Location;
|
|
@@ -86,14 +78,14 @@ export declare namespace _T_Text_Edits {
|
|
|
86
78
|
readonly 'range': _T_Relative_Range;
|
|
87
79
|
readonly 'text': string;
|
|
88
80
|
}
|
|
81
|
+
] | readonly [
|
|
82
|
+
'delete',
|
|
83
|
+
{
|
|
84
|
+
readonly 'range': _T_Relative_Range;
|
|
85
|
+
}
|
|
89
86
|
];
|
|
90
87
|
}
|
|
91
88
|
type L = _i_core._T_State_Group<null, readonly [
|
|
92
|
-
'delete',
|
|
93
|
-
{
|
|
94
|
-
readonly 'range': _T_Relative_Range;
|
|
95
|
-
}
|
|
96
|
-
] | readonly [
|
|
97
89
|
'insert',
|
|
98
90
|
{
|
|
99
91
|
readonly 'location': _i_imports_token._T_Relative_Location;
|
|
@@ -105,30 +97,27 @@ export declare namespace _T_Text_Edits {
|
|
|
105
97
|
readonly 'range': _T_Relative_Range;
|
|
106
98
|
readonly 'text': string;
|
|
107
99
|
}
|
|
100
|
+
] | readonly [
|
|
101
|
+
'delete',
|
|
102
|
+
{
|
|
103
|
+
readonly 'range': _T_Relative_Range;
|
|
104
|
+
}
|
|
108
105
|
]>;
|
|
109
106
|
}
|
|
110
|
-
export declare namespace
|
|
107
|
+
export declare namespace _T_Key_Value_Pairs_To_Be_Sorted {
|
|
111
108
|
type D = string;
|
|
112
109
|
}
|
|
113
110
|
export declare namespace Relative_Range {
|
|
114
|
-
namespace end {
|
|
115
|
-
}
|
|
116
|
-
type end = _i_imports_token._T_Relative_Location;
|
|
117
111
|
namespace start {
|
|
118
112
|
}
|
|
119
113
|
type start = _i_imports_token._T_Relative_Location;
|
|
114
|
+
namespace end {
|
|
115
|
+
}
|
|
116
|
+
type end = _i_imports_token._T_Relative_Location;
|
|
120
117
|
}
|
|
121
118
|
export declare namespace Text_Edits {
|
|
122
119
|
namespace L {
|
|
123
120
|
namespace SG {
|
|
124
|
-
namespace _delete {
|
|
125
|
-
namespace range {
|
|
126
|
-
}
|
|
127
|
-
type range = _T_Relative_Range;
|
|
128
|
-
}
|
|
129
|
-
type _delete = {
|
|
130
|
-
readonly 'range': _T_Relative_Range;
|
|
131
|
-
};
|
|
132
121
|
namespace insert {
|
|
133
122
|
namespace location {
|
|
134
123
|
}
|
|
@@ -149,13 +138,16 @@ export declare namespace Text_Edits {
|
|
|
149
138
|
readonly 'range': _T_Relative_Range;
|
|
150
139
|
readonly 'text': string;
|
|
151
140
|
};
|
|
141
|
+
namespace _delete {
|
|
142
|
+
namespace range {
|
|
143
|
+
}
|
|
144
|
+
type range = _T_Relative_Range;
|
|
145
|
+
}
|
|
146
|
+
type _delete = {
|
|
147
|
+
readonly 'range': _T_Relative_Range;
|
|
148
|
+
};
|
|
152
149
|
}
|
|
153
150
|
type SG = readonly [
|
|
154
|
-
'delete',
|
|
155
|
-
{
|
|
156
|
-
readonly 'range': _T_Relative_Range;
|
|
157
|
-
}
|
|
158
|
-
] | readonly [
|
|
159
151
|
'insert',
|
|
160
152
|
{
|
|
161
153
|
readonly 'location': _i_imports_token._T_Relative_Location;
|
|
@@ -167,14 +159,14 @@ export declare namespace Text_Edits {
|
|
|
167
159
|
readonly 'range': _T_Relative_Range;
|
|
168
160
|
readonly 'text': string;
|
|
169
161
|
}
|
|
162
|
+
] | readonly [
|
|
163
|
+
'delete',
|
|
164
|
+
{
|
|
165
|
+
readonly 'range': _T_Relative_Range;
|
|
166
|
+
}
|
|
170
167
|
];
|
|
171
168
|
}
|
|
172
169
|
type L = _i_core._T_State_Group<null, readonly [
|
|
173
|
-
'delete',
|
|
174
|
-
{
|
|
175
|
-
readonly 'range': _T_Relative_Range;
|
|
176
|
-
}
|
|
177
|
-
] | readonly [
|
|
178
170
|
'insert',
|
|
179
171
|
{
|
|
180
172
|
readonly 'location': _i_imports_token._T_Relative_Location;
|
|
@@ -186,5 +178,13 @@ export declare namespace Text_Edits {
|
|
|
186
178
|
readonly 'range': _T_Relative_Range;
|
|
187
179
|
readonly 'text': string;
|
|
188
180
|
}
|
|
181
|
+
] | readonly [
|
|
182
|
+
'delete',
|
|
183
|
+
{
|
|
184
|
+
readonly 'range': _T_Relative_Range;
|
|
185
|
+
}
|
|
189
186
|
]>;
|
|
190
187
|
}
|
|
188
|
+
export declare namespace Key_Value_Pairs_To_Be_Sorted {
|
|
189
|
+
type D = string;
|
|
190
|
+
}
|
|
@@ -1,16 +1,10 @@
|
|
|
1
1
|
import * as _i_core from "../../../core/unconstrained";
|
|
2
2
|
import * as _i_imports_token from "../../token/data_types/target";
|
|
3
|
-
export type _T_Key_Value_Pairs_To_Be_Sorted = _i_core._T_Dictionary<null, string>;
|
|
4
3
|
export type _T_Relative_Range = {
|
|
5
|
-
readonly 'end': _i_imports_token._T_Relative_Location;
|
|
6
4
|
readonly 'start': _i_imports_token._T_Relative_Location;
|
|
5
|
+
readonly 'end': _i_imports_token._T_Relative_Location;
|
|
7
6
|
};
|
|
8
7
|
export type _T_Text_Edits = _i_core._T_List<null, _i_core._T_State_Group<null, readonly [
|
|
9
|
-
'delete',
|
|
10
|
-
{
|
|
11
|
-
readonly 'range': _T_Relative_Range;
|
|
12
|
-
}
|
|
13
|
-
] | readonly [
|
|
14
8
|
'insert',
|
|
15
9
|
{
|
|
16
10
|
readonly 'location': _i_imports_token._T_Relative_Location;
|
|
@@ -22,32 +16,27 @@ export type _T_Text_Edits = _i_core._T_List<null, _i_core._T_State_Group<null, r
|
|
|
22
16
|
readonly 'range': _T_Relative_Range;
|
|
23
17
|
readonly 'text': string;
|
|
24
18
|
}
|
|
19
|
+
] | readonly [
|
|
20
|
+
'delete',
|
|
21
|
+
{
|
|
22
|
+
readonly 'range': _T_Relative_Range;
|
|
23
|
+
}
|
|
25
24
|
]>>;
|
|
26
|
-
export type
|
|
25
|
+
export type _T_Key_Value_Pairs_To_Be_Sorted = _i_core._T_Dictionary<null, string>;
|
|
27
26
|
export type Relative_Range = _T_Relative_Range;
|
|
28
27
|
export type Text_Edits = _T_Text_Edits;
|
|
29
|
-
export
|
|
30
|
-
type D = string;
|
|
31
|
-
}
|
|
28
|
+
export type Key_Value_Pairs_To_Be_Sorted = _T_Key_Value_Pairs_To_Be_Sorted;
|
|
32
29
|
export declare namespace _T_Relative_Range {
|
|
33
|
-
namespace end {
|
|
34
|
-
}
|
|
35
|
-
type end = _i_imports_token._T_Relative_Location;
|
|
36
30
|
namespace start {
|
|
37
31
|
}
|
|
38
32
|
type start = _i_imports_token._T_Relative_Location;
|
|
33
|
+
namespace end {
|
|
34
|
+
}
|
|
35
|
+
type end = _i_imports_token._T_Relative_Location;
|
|
39
36
|
}
|
|
40
37
|
export declare namespace _T_Text_Edits {
|
|
41
38
|
namespace L {
|
|
42
39
|
namespace SG {
|
|
43
|
-
namespace _delete {
|
|
44
|
-
namespace range {
|
|
45
|
-
}
|
|
46
|
-
type range = _T_Relative_Range;
|
|
47
|
-
}
|
|
48
|
-
type _delete = {
|
|
49
|
-
readonly 'range': _T_Relative_Range;
|
|
50
|
-
};
|
|
51
40
|
namespace insert {
|
|
52
41
|
namespace location {
|
|
53
42
|
}
|
|
@@ -68,13 +57,16 @@ export declare namespace _T_Text_Edits {
|
|
|
68
57
|
readonly 'range': _T_Relative_Range;
|
|
69
58
|
readonly 'text': string;
|
|
70
59
|
};
|
|
60
|
+
namespace _delete {
|
|
61
|
+
namespace range {
|
|
62
|
+
}
|
|
63
|
+
type range = _T_Relative_Range;
|
|
64
|
+
}
|
|
65
|
+
type _delete = {
|
|
66
|
+
readonly 'range': _T_Relative_Range;
|
|
67
|
+
};
|
|
71
68
|
}
|
|
72
69
|
type SG = readonly [
|
|
73
|
-
'delete',
|
|
74
|
-
{
|
|
75
|
-
readonly 'range': _T_Relative_Range;
|
|
76
|
-
}
|
|
77
|
-
] | readonly [
|
|
78
70
|
'insert',
|
|
79
71
|
{
|
|
80
72
|
readonly 'location': _i_imports_token._T_Relative_Location;
|
|
@@ -86,14 +78,14 @@ export declare namespace _T_Text_Edits {
|
|
|
86
78
|
readonly 'range': _T_Relative_Range;
|
|
87
79
|
readonly 'text': string;
|
|
88
80
|
}
|
|
81
|
+
] | readonly [
|
|
82
|
+
'delete',
|
|
83
|
+
{
|
|
84
|
+
readonly 'range': _T_Relative_Range;
|
|
85
|
+
}
|
|
89
86
|
];
|
|
90
87
|
}
|
|
91
88
|
type L = _i_core._T_State_Group<null, readonly [
|
|
92
|
-
'delete',
|
|
93
|
-
{
|
|
94
|
-
readonly 'range': _T_Relative_Range;
|
|
95
|
-
}
|
|
96
|
-
] | readonly [
|
|
97
89
|
'insert',
|
|
98
90
|
{
|
|
99
91
|
readonly 'location': _i_imports_token._T_Relative_Location;
|
|
@@ -105,30 +97,27 @@ export declare namespace _T_Text_Edits {
|
|
|
105
97
|
readonly 'range': _T_Relative_Range;
|
|
106
98
|
readonly 'text': string;
|
|
107
99
|
}
|
|
100
|
+
] | readonly [
|
|
101
|
+
'delete',
|
|
102
|
+
{
|
|
103
|
+
readonly 'range': _T_Relative_Range;
|
|
104
|
+
}
|
|
108
105
|
]>;
|
|
109
106
|
}
|
|
110
|
-
export declare namespace
|
|
107
|
+
export declare namespace _T_Key_Value_Pairs_To_Be_Sorted {
|
|
111
108
|
type D = string;
|
|
112
109
|
}
|
|
113
110
|
export declare namespace Relative_Range {
|
|
114
|
-
namespace end {
|
|
115
|
-
}
|
|
116
|
-
type end = _i_imports_token._T_Relative_Location;
|
|
117
111
|
namespace start {
|
|
118
112
|
}
|
|
119
113
|
type start = _i_imports_token._T_Relative_Location;
|
|
114
|
+
namespace end {
|
|
115
|
+
}
|
|
116
|
+
type end = _i_imports_token._T_Relative_Location;
|
|
120
117
|
}
|
|
121
118
|
export declare namespace Text_Edits {
|
|
122
119
|
namespace L {
|
|
123
120
|
namespace SG {
|
|
124
|
-
namespace _delete {
|
|
125
|
-
namespace range {
|
|
126
|
-
}
|
|
127
|
-
type range = _T_Relative_Range;
|
|
128
|
-
}
|
|
129
|
-
type _delete = {
|
|
130
|
-
readonly 'range': _T_Relative_Range;
|
|
131
|
-
};
|
|
132
121
|
namespace insert {
|
|
133
122
|
namespace location {
|
|
134
123
|
}
|
|
@@ -149,13 +138,16 @@ export declare namespace Text_Edits {
|
|
|
149
138
|
readonly 'range': _T_Relative_Range;
|
|
150
139
|
readonly 'text': string;
|
|
151
140
|
};
|
|
141
|
+
namespace _delete {
|
|
142
|
+
namespace range {
|
|
143
|
+
}
|
|
144
|
+
type range = _T_Relative_Range;
|
|
145
|
+
}
|
|
146
|
+
type _delete = {
|
|
147
|
+
readonly 'range': _T_Relative_Range;
|
|
148
|
+
};
|
|
152
149
|
}
|
|
153
150
|
type SG = readonly [
|
|
154
|
-
'delete',
|
|
155
|
-
{
|
|
156
|
-
readonly 'range': _T_Relative_Range;
|
|
157
|
-
}
|
|
158
|
-
] | readonly [
|
|
159
151
|
'insert',
|
|
160
152
|
{
|
|
161
153
|
readonly 'location': _i_imports_token._T_Relative_Location;
|
|
@@ -167,14 +159,14 @@ export declare namespace Text_Edits {
|
|
|
167
159
|
readonly 'range': _T_Relative_Range;
|
|
168
160
|
readonly 'text': string;
|
|
169
161
|
}
|
|
162
|
+
] | readonly [
|
|
163
|
+
'delete',
|
|
164
|
+
{
|
|
165
|
+
readonly 'range': _T_Relative_Range;
|
|
166
|
+
}
|
|
170
167
|
];
|
|
171
168
|
}
|
|
172
169
|
type L = _i_core._T_State_Group<null, readonly [
|
|
173
|
-
'delete',
|
|
174
|
-
{
|
|
175
|
-
readonly 'range': _T_Relative_Range;
|
|
176
|
-
}
|
|
177
|
-
] | readonly [
|
|
178
170
|
'insert',
|
|
179
171
|
{
|
|
180
172
|
readonly 'location': _i_imports_token._T_Relative_Location;
|
|
@@ -186,5 +178,13 @@ export declare namespace Text_Edits {
|
|
|
186
178
|
readonly 'range': _T_Relative_Range;
|
|
187
179
|
readonly 'text': string;
|
|
188
180
|
}
|
|
181
|
+
] | readonly [
|
|
182
|
+
'delete',
|
|
183
|
+
{
|
|
184
|
+
readonly 'range': _T_Relative_Range;
|
|
185
|
+
}
|
|
189
186
|
]>;
|
|
190
187
|
}
|
|
188
|
+
export declare namespace Key_Value_Pairs_To_Be_Sorted {
|
|
189
|
+
type D = string;
|
|
190
|
+
}
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
import * as _i_in from "./data_types/source";
|
|
2
1
|
import * as _i_out from "../../core/astn_target";
|
|
2
|
+
import * as _i_in from "./data_types/source";
|
|
3
3
|
import * as _i_vs from "./value_serializers";
|
|
4
|
-
export type _T_Key_Value_Pairs_To_Be_Sorted = ($$_: _i_in._T_Key_Value_Pairs_To_Be_Sorted, $$_p: {
|
|
5
|
-
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
6
|
-
}) => _i_out._T_Value;
|
|
7
4
|
export type _T_Relative_Range = ($$_: _i_in._T_Relative_Range, $$_p: {
|
|
8
5
|
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
9
6
|
}) => _i_out._T_Value;
|
|
10
7
|
export type _T_Text_Edits = ($$_: _i_in._T_Text_Edits, $$_p: {
|
|
11
8
|
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
12
9
|
}) => _i_out._T_Value;
|
|
13
|
-
export type
|
|
10
|
+
export type _T_Key_Value_Pairs_To_Be_Sorted = ($$_: _i_in._T_Key_Value_Pairs_To_Be_Sorted, $$_p: {
|
|
11
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
12
|
+
}) => _i_out._T_Value;
|
|
14
13
|
export type Relative_Range = _T_Relative_Range;
|
|
15
14
|
export type Text_Edits = _T_Text_Edits;
|
|
16
|
-
export
|
|
15
|
+
export type Key_Value_Pairs_To_Be_Sorted = _T_Key_Value_Pairs_To_Be_Sorted;
|
|
16
|
+
export declare namespace _T_Relative_Range {
|
|
17
17
|
namespace CONTEXT {
|
|
18
18
|
}
|
|
19
|
-
type CONTEXT = _i_in.
|
|
19
|
+
type CONTEXT = _i_in._T_Relative_Range;
|
|
20
20
|
namespace PARAMS {
|
|
21
21
|
namespace value_serializers {
|
|
22
22
|
}
|
|
@@ -26,10 +26,10 @@ export declare namespace _T_Key_Value_Pairs_To_Be_Sorted {
|
|
|
26
26
|
}
|
|
27
27
|
type RESULT = _i_out._T_Value;
|
|
28
28
|
}
|
|
29
|
-
export declare namespace
|
|
29
|
+
export declare namespace _T_Text_Edits {
|
|
30
30
|
namespace CONTEXT {
|
|
31
31
|
}
|
|
32
|
-
type CONTEXT = _i_in.
|
|
32
|
+
type CONTEXT = _i_in._T_Text_Edits;
|
|
33
33
|
namespace PARAMS {
|
|
34
34
|
namespace value_serializers {
|
|
35
35
|
}
|
|
@@ -39,10 +39,10 @@ export declare namespace _T_Relative_Range {
|
|
|
39
39
|
}
|
|
40
40
|
type RESULT = _i_out._T_Value;
|
|
41
41
|
}
|
|
42
|
-
export declare namespace
|
|
42
|
+
export declare namespace _T_Key_Value_Pairs_To_Be_Sorted {
|
|
43
43
|
namespace CONTEXT {
|
|
44
44
|
}
|
|
45
|
-
type CONTEXT = _i_in.
|
|
45
|
+
type CONTEXT = _i_in._T_Key_Value_Pairs_To_Be_Sorted;
|
|
46
46
|
namespace PARAMS {
|
|
47
47
|
namespace value_serializers {
|
|
48
48
|
}
|
|
@@ -52,10 +52,10 @@ export declare namespace _T_Text_Edits {
|
|
|
52
52
|
}
|
|
53
53
|
type RESULT = _i_out._T_Value;
|
|
54
54
|
}
|
|
55
|
-
export declare namespace
|
|
55
|
+
export declare namespace Relative_Range {
|
|
56
56
|
namespace CONTEXT {
|
|
57
57
|
}
|
|
58
|
-
type CONTEXT = _i_in.
|
|
58
|
+
type CONTEXT = _i_in._T_Relative_Range;
|
|
59
59
|
namespace PARAMS {
|
|
60
60
|
namespace value_serializers {
|
|
61
61
|
}
|
|
@@ -65,10 +65,10 @@ export declare namespace Key_Value_Pairs_To_Be_Sorted {
|
|
|
65
65
|
}
|
|
66
66
|
type RESULT = _i_out._T_Value;
|
|
67
67
|
}
|
|
68
|
-
export declare namespace
|
|
68
|
+
export declare namespace Text_Edits {
|
|
69
69
|
namespace CONTEXT {
|
|
70
70
|
}
|
|
71
|
-
type CONTEXT = _i_in.
|
|
71
|
+
type CONTEXT = _i_in._T_Text_Edits;
|
|
72
72
|
namespace PARAMS {
|
|
73
73
|
namespace value_serializers {
|
|
74
74
|
}
|
|
@@ -78,10 +78,10 @@ export declare namespace Relative_Range {
|
|
|
78
78
|
}
|
|
79
79
|
type RESULT = _i_out._T_Value;
|
|
80
80
|
}
|
|
81
|
-
export declare namespace
|
|
81
|
+
export declare namespace Key_Value_Pairs_To_Be_Sorted {
|
|
82
82
|
namespace CONTEXT {
|
|
83
83
|
}
|
|
84
|
-
type CONTEXT = _i_in.
|
|
84
|
+
type CONTEXT = _i_in._T_Key_Value_Pairs_To_Be_Sorted;
|
|
85
85
|
namespace PARAMS {
|
|
86
86
|
namespace value_serializers {
|
|
87
87
|
}
|
|
@@ -1,21 +1,11 @@
|
|
|
1
|
-
import * as _i_in from "./data_types/source";
|
|
2
1
|
import * as _i_out from "./data_types/target";
|
|
3
|
-
|
|
2
|
+
import * as _i_in from "./data_types/source";
|
|
4
3
|
export type _T_Relative_Range = ($$_: _i_in._T_Relative_Range, $$_p: null) => _i_out._T_Relative_Range;
|
|
5
4
|
export type _T_Text_Edits = ($$_: _i_in._T_Text_Edits, $$_p: null) => _i_out._T_Text_Edits;
|
|
6
|
-
export type
|
|
5
|
+
export type _T_Key_Value_Pairs_To_Be_Sorted = ($$_: _i_in._T_Key_Value_Pairs_To_Be_Sorted, $$_p: null) => _i_out._T_Key_Value_Pairs_To_Be_Sorted;
|
|
7
6
|
export type Relative_Range = _T_Relative_Range;
|
|
8
7
|
export type Text_Edits = _T_Text_Edits;
|
|
9
|
-
export
|
|
10
|
-
namespace CONTEXT {
|
|
11
|
-
}
|
|
12
|
-
type CONTEXT = _i_in._T_Key_Value_Pairs_To_Be_Sorted;
|
|
13
|
-
namespace PARAMS {
|
|
14
|
-
}
|
|
15
|
-
namespace RESULT {
|
|
16
|
-
}
|
|
17
|
-
type RESULT = _i_out._T_Key_Value_Pairs_To_Be_Sorted;
|
|
18
|
-
}
|
|
8
|
+
export type Key_Value_Pairs_To_Be_Sorted = _T_Key_Value_Pairs_To_Be_Sorted;
|
|
19
9
|
export declare namespace _T_Relative_Range {
|
|
20
10
|
namespace CONTEXT {
|
|
21
11
|
}
|
|
@@ -36,7 +26,7 @@ export declare namespace _T_Text_Edits {
|
|
|
36
26
|
}
|
|
37
27
|
type RESULT = _i_out._T_Text_Edits;
|
|
38
28
|
}
|
|
39
|
-
export declare namespace
|
|
29
|
+
export declare namespace _T_Key_Value_Pairs_To_Be_Sorted {
|
|
40
30
|
namespace CONTEXT {
|
|
41
31
|
}
|
|
42
32
|
type CONTEXT = _i_in._T_Key_Value_Pairs_To_Be_Sorted;
|
|
@@ -66,3 +56,13 @@ export declare namespace Text_Edits {
|
|
|
66
56
|
}
|
|
67
57
|
type RESULT = _i_out._T_Text_Edits;
|
|
68
58
|
}
|
|
59
|
+
export declare namespace Key_Value_Pairs_To_Be_Sorted {
|
|
60
|
+
namespace CONTEXT {
|
|
61
|
+
}
|
|
62
|
+
type CONTEXT = _i_in._T_Key_Value_Pairs_To_Be_Sorted;
|
|
63
|
+
namespace PARAMS {
|
|
64
|
+
}
|
|
65
|
+
namespace RESULT {
|
|
66
|
+
}
|
|
67
|
+
type RESULT = _i_out._T_Key_Value_Pairs_To_Be_Sorted;
|
|
68
|
+
}
|
|
@@ -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_Relative_Range = ($$_: _i_in._T_Relative_Range, $$_p: {
|
|
4
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
5
|
+
}) => string;
|
|
6
|
+
export type _T_Text_Edits = ($$_: _i_in._T_Text_Edits, $$_p: {
|
|
7
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
8
|
+
}) => string;
|
|
9
|
+
export type _T_Key_Value_Pairs_To_Be_Sorted = ($$_: _i_in._T_Key_Value_Pairs_To_Be_Sorted, $$_p: {
|
|
10
|
+
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
11
|
+
}) => string;
|
|
12
|
+
export type Relative_Range = _T_Relative_Range;
|
|
13
|
+
export type Text_Edits = _T_Text_Edits;
|
|
14
|
+
export type Key_Value_Pairs_To_Be_Sorted = _T_Key_Value_Pairs_To_Be_Sorted;
|
|
15
|
+
export declare namespace _T_Relative_Range {
|
|
16
|
+
namespace CONTEXT {
|
|
17
|
+
}
|
|
18
|
+
type CONTEXT = _i_in._T_Relative_Range;
|
|
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_Text_Edits {
|
|
27
|
+
namespace CONTEXT {
|
|
28
|
+
}
|
|
29
|
+
type CONTEXT = _i_in._T_Text_Edits;
|
|
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_Key_Value_Pairs_To_Be_Sorted {
|
|
38
|
+
namespace CONTEXT {
|
|
39
|
+
}
|
|
40
|
+
type CONTEXT = _i_in._T_Key_Value_Pairs_To_Be_Sorted;
|
|
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 Relative_Range {
|
|
49
|
+
namespace CONTEXT {
|
|
50
|
+
}
|
|
51
|
+
type CONTEXT = _i_in._T_Relative_Range;
|
|
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 Text_Edits {
|
|
60
|
+
namespace CONTEXT {
|
|
61
|
+
}
|
|
62
|
+
type CONTEXT = _i_in._T_Text_Edits;
|
|
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 Key_Value_Pairs_To_Be_Sorted {
|
|
71
|
+
namespace CONTEXT {
|
|
72
|
+
}
|
|
73
|
+
type CONTEXT = _i_in._T_Key_Value_Pairs_To_Be_Sorted;
|
|
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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VyaWFsaXplLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2ludGVyZmFjZS9nZW5lcmF0ZWQvcGFyZXRvL3NjaGVtYXMvaWRlL3NlcmlhbGl6ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
|