astn 0.113.26 → 0.113.28
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/astn_schema/marshall.js +1 -1
- package/dist/implementation/generated/pareto/schemas/astn_schema/resolve.js +3 -3
- package/dist/implementation/generated/pareto/schemas/astn_schema/serialize.js +1 -1
- package/dist/implementation/generated/pareto/schemas/astn_schema/unmarshall.js +1 -1
- package/dist/implementation/generated/pareto/schemas/authoring_parse_result/marshall.js +1 -1
- package/dist/implementation/generated/pareto/schemas/authoring_parse_result/serialize.js +1 -1
- package/dist/implementation/generated/pareto/schemas/authoring_parse_result/unmarshall.js +1 -1
- package/dist/implementation/generated/pareto/schemas/authoring_parse_tree/marshall.js +1 -1
- package/dist/implementation/generated/pareto/schemas/authoring_parse_tree/serialize.js +1 -1
- package/dist/implementation/generated/pareto/schemas/authoring_parse_tree/unmarshall.js +1 -1
- package/dist/implementation/generated/pareto/schemas/authoring_target/marshall.js +1 -1
- package/dist/implementation/generated/pareto/schemas/authoring_target/serialize.js +1 -1
- package/dist/implementation/generated/pareto/schemas/authoring_target/unmarshall.js +1 -1
- package/dist/implementation/generated/pareto/schemas/ide/marshall.js +1 -1
- package/dist/implementation/generated/pareto/schemas/ide/serialize.js +1 -1
- package/dist/implementation/generated/pareto/schemas/ide/unmarshall.js +1 -1
- package/dist/implementation/generated/pareto/schemas/sealed_target/marshall.js +1 -1
- package/dist/implementation/generated/pareto/schemas/sealed_target/serialize.js +1 -1
- package/dist/implementation/generated/pareto/schemas/sealed_target/unmarshall.js +1 -1
- package/dist/implementation/generated/pareto/schemas/token/marshall.js +1 -1
- package/dist/implementation/generated/pareto/schemas/token/serialize.js +1 -1
- package/dist/implementation/generated/pareto/schemas/token/unmarshall.js +1 -1
- package/dist/implementation/manual/schemas/authoring_parse_tree/productions/token.d.ts +11 -11
- package/dist/implementation/manual/schemas/authoring_parse_tree/productions/token.js +1 -1
- package/dist/implementation/manual/schemas/sealed_target/transformers/fountain_pen_block.js +2 -2
- package/dist/interface/generated/pareto/core/location.d.ts +11 -0
- package/dist/interface/generated/pareto/core/location.js +3 -0
- package/dist/interface/generated/pareto/schemas/astn_schema/data_types/resolve.d.ts +192 -1125
- package/dist/interface/generated/pareto/schemas/astn_schema/data_types/source.d.ts +123 -419
- package/dist/interface/generated/pareto/schemas/astn_schema/data_types/target.d.ts +213 -389
- package/dist/interface/generated/pareto/schemas/astn_schema/deserialize.d.ts +79 -0
- package/dist/interface/generated/pareto/schemas/astn_schema/deserialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/astn_schema/marshall.d.ts +58 -311
- package/dist/interface/generated/pareto/schemas/astn_schema/migrate_boilerplate.d.ts +58 -244
- package/dist/interface/generated/pareto/schemas/astn_schema/serialize.d.ts +57 -266
- package/dist/interface/generated/pareto/schemas/astn_schema/unmarshall.d.ts +58 -377
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/resolve.js +1 -5
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/source.d.ts +54 -243
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/target.d.ts +54 -243
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/deserialize.d.ts +9 -0
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/deserialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/marshall.d.ts +8 -31
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/migrate_boilerplate.d.ts +8 -22
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/serialize.d.ts +7 -26
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/unmarshall.d.ts +8 -31
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/resolve.js +1 -5
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/source.d.ts +138 -931
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/target.d.ts +138 -931
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/deserialize.d.ts +58 -0
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/deserialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/marshall.d.ts +43 -227
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/migrate_boilerplate.d.ts +43 -162
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/serialize.d.ts +42 -194
- package/dist/interface/generated/pareto/schemas/authoring_parse_tree/unmarshall.d.ts +43 -227
- package/dist/interface/generated/pareto/schemas/authoring_target/data_types/resolve.js +1 -5
- package/dist/interface/generated/pareto/schemas/authoring_target/data_types/source.d.ts +64 -369
- package/dist/interface/generated/pareto/schemas/authoring_target/data_types/target.d.ts +64 -369
- package/dist/interface/generated/pareto/schemas/authoring_target/deserialize.d.ts +16 -0
- package/dist/interface/generated/pareto/schemas/authoring_target/deserialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/authoring_target/marshall.d.ts +13 -59
- package/dist/interface/generated/pareto/schemas/authoring_target/migrate_boilerplate.d.ts +13 -42
- package/dist/interface/generated/pareto/schemas/authoring_target/serialize.d.ts +12 -50
- package/dist/interface/generated/pareto/schemas/authoring_target/unmarshall.d.ts +13 -59
- package/dist/interface/generated/pareto/schemas/ide/data_types/resolve.js +1 -5
- package/dist/interface/generated/pareto/schemas/ide/data_types/source.d.ts +38 -185
- package/dist/interface/generated/pareto/schemas/ide/data_types/target.d.ts +38 -185
- package/dist/interface/generated/pareto/schemas/ide/deserialize.d.ts +23 -0
- package/dist/interface/generated/pareto/schemas/ide/deserialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/ide/marshall.d.ts +18 -87
- package/dist/interface/generated/pareto/schemas/ide/migrate_boilerplate.d.ts +18 -62
- package/dist/interface/generated/pareto/schemas/ide/serialize.d.ts +17 -74
- package/dist/interface/generated/pareto/schemas/ide/unmarshall.d.ts +18 -87
- package/dist/interface/generated/pareto/schemas/sealed_target/data_types/resolve.js +1 -5
- package/dist/interface/generated/pareto/schemas/sealed_target/data_types/source.d.ts +47 -245
- package/dist/interface/generated/pareto/schemas/sealed_target/data_types/target.d.ts +47 -245
- package/dist/interface/generated/pareto/schemas/sealed_target/deserialize.d.ts +16 -0
- package/dist/interface/generated/pareto/schemas/sealed_target/deserialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/sealed_target/marshall.d.ts +13 -59
- package/dist/interface/generated/pareto/schemas/sealed_target/migrate_boilerplate.d.ts +13 -42
- package/dist/interface/generated/pareto/schemas/sealed_target/serialize.d.ts +12 -50
- package/dist/interface/generated/pareto/schemas/sealed_target/unmarshall.d.ts +13 -59
- package/dist/interface/generated/pareto/schemas/token/data_types/resolve.js +1 -5
- package/dist/interface/generated/pareto/schemas/token/data_types/source.d.ts +98 -305
- package/dist/interface/generated/pareto/schemas/token/data_types/target.d.ts +98 -305
- package/dist/interface/generated/pareto/schemas/token/deserialize.d.ts +72 -0
- package/dist/interface/generated/pareto/schemas/token/deserialize.js +3 -0
- package/dist/interface/generated/pareto/schemas/token/marshall.d.ts +53 -283
- package/dist/interface/generated/pareto/schemas/token/migrate_boilerplate.d.ts +53 -202
- package/dist/interface/generated/pareto/schemas/token/serialize.d.ts +52 -242
- package/dist/interface/generated/pareto/schemas/token/unmarshall.d.ts +53 -283
- package/dist/shorthands/parse_result.d.ts +1 -1
- package/dist/shorthands/parse_result.js +1 -1
- package/package.json +3 -3
|
@@ -1,63 +1,17 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import * as
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
export type _T_Document = ($$_: _i_in._T_Value, $$_p: {
|
|
8
|
-
readonly 'value deserializers': _i_vd._T_Value_Deserializers;
|
|
9
|
-
}) => _i_out._T_Document;
|
|
10
|
-
export type Value = _T_Value;
|
|
11
|
-
export type Document = _T_Document;
|
|
12
|
-
export declare namespace _T_Value {
|
|
13
|
-
namespace CONTEXT {
|
|
1
|
+
import * as i_out from "./data_types/target";
|
|
2
|
+
import * as i_in from "astn/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/target";
|
|
3
|
+
export declare namespace Value_ {
|
|
4
|
+
type I = i_in.Value;
|
|
5
|
+
type O = i_out.Value;
|
|
6
|
+
namespace P {
|
|
14
7
|
}
|
|
15
|
-
type CONTEXT = _i_in._T_Value;
|
|
16
|
-
namespace PARAMS {
|
|
17
|
-
namespace value_deserializers {
|
|
18
|
-
}
|
|
19
|
-
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
20
|
-
}
|
|
21
|
-
namespace RESULT {
|
|
22
|
-
}
|
|
23
|
-
type RESULT = _i_out._T_Value;
|
|
24
|
-
}
|
|
25
|
-
export declare namespace _T_Document {
|
|
26
|
-
namespace CONTEXT {
|
|
27
|
-
}
|
|
28
|
-
type CONTEXT = _i_in._T_Value;
|
|
29
|
-
namespace PARAMS {
|
|
30
|
-
namespace value_deserializers {
|
|
31
|
-
}
|
|
32
|
-
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
33
|
-
}
|
|
34
|
-
namespace RESULT {
|
|
35
|
-
}
|
|
36
|
-
type RESULT = _i_out._T_Document;
|
|
37
8
|
}
|
|
38
|
-
export
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
type
|
|
42
|
-
namespace
|
|
43
|
-
namespace value_deserializers {
|
|
44
|
-
}
|
|
45
|
-
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
46
|
-
}
|
|
47
|
-
namespace RESULT {
|
|
48
|
-
}
|
|
49
|
-
type RESULT = _i_out._T_Value;
|
|
50
|
-
}
|
|
51
|
-
export declare namespace Document {
|
|
52
|
-
namespace CONTEXT {
|
|
53
|
-
}
|
|
54
|
-
type CONTEXT = _i_in._T_Value;
|
|
55
|
-
namespace PARAMS {
|
|
56
|
-
namespace value_deserializers {
|
|
57
|
-
}
|
|
58
|
-
type value_deserializers = _i_vd._T_Value_Deserializers;
|
|
59
|
-
}
|
|
60
|
-
namespace RESULT {
|
|
9
|
+
export type Value_ = ($$_: Value_.I) => Value_.O;
|
|
10
|
+
export declare namespace Document_ {
|
|
11
|
+
type I = i_in.Value;
|
|
12
|
+
type O = i_out.Document;
|
|
13
|
+
namespace P {
|
|
61
14
|
}
|
|
62
|
-
type RESULT = _i_out._T_Document;
|
|
63
15
|
}
|
|
16
|
+
export type Document_ = ($$_: Document_.I) => Document_.O;
|
|
17
|
+
export { Value_ as Value, Document_ as Document, };
|
|
@@ -1,7 +1,3 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
|
|
4
|
-
// **** FRIENDLY NAMES FOR THE GLOBAL TYPES
|
|
5
|
-
// **** ALIASES FOR NESTED TYPE WITH PREFIXED ROOT NAMES
|
|
6
|
-
// *** ALIASES FOR NESTED TYPES
|
|
7
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzb2x2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL2lkZS9kYXRhX3R5cGVzL3Jlc29sdmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7QUFNQSxhQUFhO0FBRWIsMkNBQTJDO0FBRTNDLHdEQUF3RDtBQUV4RCwrQkFBK0IifQ==
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzb2x2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL2lkZS9kYXRhX3R5cGVzL3Jlc29sdmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
|
|
@@ -1,190 +1,43 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import * as
|
|
3
|
-
export
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
};
|
|
7
|
-
export type _T_Text_Edits = _i_core._T_List<null, _i_core._T_State_Group<null, readonly [
|
|
8
|
-
'insert',
|
|
9
|
-
{
|
|
10
|
-
readonly 'location': _i_imports_token._T_Relative_Location;
|
|
11
|
-
readonly 'text': string;
|
|
12
|
-
}
|
|
13
|
-
] | readonly [
|
|
14
|
-
'replace',
|
|
15
|
-
{
|
|
16
|
-
readonly 'range': _T_Relative_Range;
|
|
17
|
-
readonly 'text': string;
|
|
18
|
-
}
|
|
19
|
-
] | readonly [
|
|
20
|
-
'delete',
|
|
21
|
-
{
|
|
22
|
-
readonly 'range': _T_Relative_Range;
|
|
23
|
-
}
|
|
24
|
-
]>>;
|
|
25
|
-
export type _T_Key_Value_Pairs_To_Be_Sorted = _i_core._T_Dictionary<null, string>;
|
|
26
|
-
export type Relative_Range = _T_Relative_Range;
|
|
27
|
-
export type Text_Edits = _T_Text_Edits;
|
|
28
|
-
export type Key_Value_Pairs_To_Be_Sorted = _T_Key_Value_Pairs_To_Be_Sorted;
|
|
29
|
-
export declare namespace _T_Relative_Range {
|
|
30
|
-
namespace start {
|
|
31
|
-
}
|
|
32
|
-
type start = _i_imports_token._T_Relative_Location;
|
|
33
|
-
namespace end {
|
|
34
|
-
}
|
|
35
|
-
type end = _i_imports_token._T_Relative_Location;
|
|
36
|
-
}
|
|
37
|
-
export declare namespace _T_Text_Edits {
|
|
38
|
-
namespace L {
|
|
39
|
-
namespace SG {
|
|
40
|
-
namespace insert {
|
|
41
|
-
namespace location {
|
|
42
|
-
}
|
|
43
|
-
type location = _i_imports_token._T_Relative_Location;
|
|
44
|
-
type text = string;
|
|
45
|
-
}
|
|
46
|
-
type insert = {
|
|
47
|
-
readonly 'location': _i_imports_token._T_Relative_Location;
|
|
48
|
-
readonly 'text': string;
|
|
49
|
-
};
|
|
50
|
-
namespace replace {
|
|
51
|
-
namespace range {
|
|
52
|
-
}
|
|
53
|
-
type range = _T_Relative_Range;
|
|
54
|
-
type text = string;
|
|
55
|
-
}
|
|
56
|
-
type replace = {
|
|
57
|
-
readonly 'range': _T_Relative_Range;
|
|
58
|
-
readonly 'text': string;
|
|
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
|
-
};
|
|
68
|
-
}
|
|
69
|
-
type SG = readonly [
|
|
70
|
-
'insert',
|
|
71
|
-
{
|
|
72
|
-
readonly 'location': _i_imports_token._T_Relative_Location;
|
|
73
|
-
readonly 'text': string;
|
|
74
|
-
}
|
|
75
|
-
] | readonly [
|
|
76
|
-
'replace',
|
|
77
|
-
{
|
|
78
|
-
readonly 'range': _T_Relative_Range;
|
|
79
|
-
readonly 'text': string;
|
|
80
|
-
}
|
|
81
|
-
] | readonly [
|
|
82
|
-
'delete',
|
|
83
|
-
{
|
|
84
|
-
readonly 'range': _T_Relative_Range;
|
|
85
|
-
}
|
|
86
|
-
];
|
|
87
|
-
}
|
|
88
|
-
type L = _i_core._T_State_Group<null, readonly [
|
|
89
|
-
'insert',
|
|
90
|
-
{
|
|
91
|
-
readonly 'location': _i_imports_token._T_Relative_Location;
|
|
92
|
-
readonly 'text': string;
|
|
93
|
-
}
|
|
94
|
-
] | readonly [
|
|
95
|
-
'replace',
|
|
96
|
-
{
|
|
97
|
-
readonly 'range': _T_Relative_Range;
|
|
98
|
-
readonly 'text': string;
|
|
99
|
-
}
|
|
100
|
-
] | readonly [
|
|
101
|
-
'delete',
|
|
102
|
-
{
|
|
103
|
-
readonly 'range': _T_Relative_Range;
|
|
104
|
-
}
|
|
105
|
-
]>;
|
|
106
|
-
}
|
|
107
|
-
export declare namespace _T_Key_Value_Pairs_To_Be_Sorted {
|
|
108
|
-
type D = string;
|
|
109
|
-
}
|
|
110
|
-
export declare namespace Relative_Range {
|
|
111
|
-
namespace start {
|
|
112
|
-
}
|
|
113
|
-
type start = _i_imports_token._T_Relative_Location;
|
|
114
|
-
namespace end {
|
|
115
|
-
}
|
|
116
|
-
type end = _i_imports_token._T_Relative_Location;
|
|
1
|
+
import * as _pi from "pareto-core-interface";
|
|
2
|
+
import * as i_imports_token from "../../token/data_types/source";
|
|
3
|
+
export declare namespace Relative_Range_ {
|
|
4
|
+
type start = i_imports_token.Relative_Location;
|
|
5
|
+
type end = i_imports_token.Relative_Location;
|
|
117
6
|
}
|
|
118
|
-
export
|
|
7
|
+
export type Relative_Range_ = {
|
|
8
|
+
readonly 'start': Relative_Range_.start;
|
|
9
|
+
readonly 'end': Relative_Range_.end;
|
|
10
|
+
};
|
|
11
|
+
export declare namespace Text_Edits_ {
|
|
119
12
|
namespace L {
|
|
120
|
-
namespace
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
type
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
type range = _T_Relative_Range;
|
|
145
|
-
}
|
|
146
|
-
type _delete = {
|
|
147
|
-
readonly 'range': _T_Relative_Range;
|
|
148
|
-
};
|
|
149
|
-
}
|
|
150
|
-
type SG = readonly [
|
|
151
|
-
'insert',
|
|
152
|
-
{
|
|
153
|
-
readonly 'location': _i_imports_token._T_Relative_Location;
|
|
154
|
-
readonly 'text': string;
|
|
155
|
-
}
|
|
156
|
-
] | readonly [
|
|
157
|
-
'replace',
|
|
158
|
-
{
|
|
159
|
-
readonly 'range': _T_Relative_Range;
|
|
160
|
-
readonly 'text': string;
|
|
161
|
-
}
|
|
162
|
-
] | readonly [
|
|
163
|
-
'delete',
|
|
164
|
-
{
|
|
165
|
-
readonly 'range': _T_Relative_Range;
|
|
166
|
-
}
|
|
167
|
-
];
|
|
168
|
-
}
|
|
169
|
-
type L = _i_core._T_State_Group<null, readonly [
|
|
170
|
-
'insert',
|
|
171
|
-
{
|
|
172
|
-
readonly 'location': _i_imports_token._T_Relative_Location;
|
|
173
|
-
readonly 'text': string;
|
|
174
|
-
}
|
|
175
|
-
] | readonly [
|
|
176
|
-
'replace',
|
|
177
|
-
{
|
|
178
|
-
readonly 'range': _T_Relative_Range;
|
|
179
|
-
readonly 'text': string;
|
|
180
|
-
}
|
|
181
|
-
] | readonly [
|
|
182
|
-
'delete',
|
|
183
|
-
{
|
|
184
|
-
readonly 'range': _T_Relative_Range;
|
|
185
|
-
}
|
|
186
|
-
]>;
|
|
13
|
+
namespace insert {
|
|
14
|
+
type location = i_imports_token.Relative_Location;
|
|
15
|
+
type text = string;
|
|
16
|
+
}
|
|
17
|
+
type insert = {
|
|
18
|
+
readonly 'location': insert.location;
|
|
19
|
+
readonly 'text': insert.text;
|
|
20
|
+
};
|
|
21
|
+
namespace replace {
|
|
22
|
+
type range = Relative_Range_;
|
|
23
|
+
type text = string;
|
|
24
|
+
}
|
|
25
|
+
type replace = {
|
|
26
|
+
readonly 'range': replace.range;
|
|
27
|
+
readonly 'text': replace.text;
|
|
28
|
+
};
|
|
29
|
+
namespace _delete {
|
|
30
|
+
type range = Relative_Range_;
|
|
31
|
+
}
|
|
32
|
+
type _delete = {
|
|
33
|
+
readonly 'range': _delete.range;
|
|
34
|
+
};
|
|
35
|
+
}
|
|
36
|
+
type L = readonly ['insert', L.insert] | readonly ['replace', L.replace] | readonly ['delete', L._delete];
|
|
187
37
|
}
|
|
188
|
-
export
|
|
38
|
+
export type Text_Edits_ = _pi.List<Text_Edits_.L>;
|
|
39
|
+
export declare namespace Key_Value_Pairs_To_Be_Sorted_ {
|
|
189
40
|
type D = string;
|
|
190
41
|
}
|
|
42
|
+
export type Key_Value_Pairs_To_Be_Sorted_ = _pi.Dictionary<Key_Value_Pairs_To_Be_Sorted_.D>;
|
|
43
|
+
export { Relative_Range_ as Relative_Range, Text_Edits_ as Text_Edits, Key_Value_Pairs_To_Be_Sorted_ as Key_Value_Pairs_To_Be_Sorted, };
|
|
@@ -1,190 +1,43 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import * as
|
|
3
|
-
export
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
};
|
|
7
|
-
export type _T_Text_Edits = _i_core._T_List<null, _i_core._T_State_Group<null, readonly [
|
|
8
|
-
'insert',
|
|
9
|
-
{
|
|
10
|
-
readonly 'location': _i_imports_token._T_Relative_Location;
|
|
11
|
-
readonly 'text': string;
|
|
12
|
-
}
|
|
13
|
-
] | readonly [
|
|
14
|
-
'replace',
|
|
15
|
-
{
|
|
16
|
-
readonly 'range': _T_Relative_Range;
|
|
17
|
-
readonly 'text': string;
|
|
18
|
-
}
|
|
19
|
-
] | readonly [
|
|
20
|
-
'delete',
|
|
21
|
-
{
|
|
22
|
-
readonly 'range': _T_Relative_Range;
|
|
23
|
-
}
|
|
24
|
-
]>>;
|
|
25
|
-
export type _T_Key_Value_Pairs_To_Be_Sorted = _i_core._T_Dictionary<null, string>;
|
|
26
|
-
export type Relative_Range = _T_Relative_Range;
|
|
27
|
-
export type Text_Edits = _T_Text_Edits;
|
|
28
|
-
export type Key_Value_Pairs_To_Be_Sorted = _T_Key_Value_Pairs_To_Be_Sorted;
|
|
29
|
-
export declare namespace _T_Relative_Range {
|
|
30
|
-
namespace start {
|
|
31
|
-
}
|
|
32
|
-
type start = _i_imports_token._T_Relative_Location;
|
|
33
|
-
namespace end {
|
|
34
|
-
}
|
|
35
|
-
type end = _i_imports_token._T_Relative_Location;
|
|
36
|
-
}
|
|
37
|
-
export declare namespace _T_Text_Edits {
|
|
38
|
-
namespace L {
|
|
39
|
-
namespace SG {
|
|
40
|
-
namespace insert {
|
|
41
|
-
namespace location {
|
|
42
|
-
}
|
|
43
|
-
type location = _i_imports_token._T_Relative_Location;
|
|
44
|
-
type text = string;
|
|
45
|
-
}
|
|
46
|
-
type insert = {
|
|
47
|
-
readonly 'location': _i_imports_token._T_Relative_Location;
|
|
48
|
-
readonly 'text': string;
|
|
49
|
-
};
|
|
50
|
-
namespace replace {
|
|
51
|
-
namespace range {
|
|
52
|
-
}
|
|
53
|
-
type range = _T_Relative_Range;
|
|
54
|
-
type text = string;
|
|
55
|
-
}
|
|
56
|
-
type replace = {
|
|
57
|
-
readonly 'range': _T_Relative_Range;
|
|
58
|
-
readonly 'text': string;
|
|
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
|
-
};
|
|
68
|
-
}
|
|
69
|
-
type SG = readonly [
|
|
70
|
-
'insert',
|
|
71
|
-
{
|
|
72
|
-
readonly 'location': _i_imports_token._T_Relative_Location;
|
|
73
|
-
readonly 'text': string;
|
|
74
|
-
}
|
|
75
|
-
] | readonly [
|
|
76
|
-
'replace',
|
|
77
|
-
{
|
|
78
|
-
readonly 'range': _T_Relative_Range;
|
|
79
|
-
readonly 'text': string;
|
|
80
|
-
}
|
|
81
|
-
] | readonly [
|
|
82
|
-
'delete',
|
|
83
|
-
{
|
|
84
|
-
readonly 'range': _T_Relative_Range;
|
|
85
|
-
}
|
|
86
|
-
];
|
|
87
|
-
}
|
|
88
|
-
type L = _i_core._T_State_Group<null, readonly [
|
|
89
|
-
'insert',
|
|
90
|
-
{
|
|
91
|
-
readonly 'location': _i_imports_token._T_Relative_Location;
|
|
92
|
-
readonly 'text': string;
|
|
93
|
-
}
|
|
94
|
-
] | readonly [
|
|
95
|
-
'replace',
|
|
96
|
-
{
|
|
97
|
-
readonly 'range': _T_Relative_Range;
|
|
98
|
-
readonly 'text': string;
|
|
99
|
-
}
|
|
100
|
-
] | readonly [
|
|
101
|
-
'delete',
|
|
102
|
-
{
|
|
103
|
-
readonly 'range': _T_Relative_Range;
|
|
104
|
-
}
|
|
105
|
-
]>;
|
|
106
|
-
}
|
|
107
|
-
export declare namespace _T_Key_Value_Pairs_To_Be_Sorted {
|
|
108
|
-
type D = string;
|
|
109
|
-
}
|
|
110
|
-
export declare namespace Relative_Range {
|
|
111
|
-
namespace start {
|
|
112
|
-
}
|
|
113
|
-
type start = _i_imports_token._T_Relative_Location;
|
|
114
|
-
namespace end {
|
|
115
|
-
}
|
|
116
|
-
type end = _i_imports_token._T_Relative_Location;
|
|
1
|
+
import * as _pi from "pareto-core-interface";
|
|
2
|
+
import * as i_imports_token from "../../token/data_types/source";
|
|
3
|
+
export declare namespace Relative_Range_ {
|
|
4
|
+
type start = i_imports_token.Relative_Location;
|
|
5
|
+
type end = i_imports_token.Relative_Location;
|
|
117
6
|
}
|
|
118
|
-
export
|
|
7
|
+
export type Relative_Range_ = {
|
|
8
|
+
readonly 'start': Relative_Range_.start;
|
|
9
|
+
readonly 'end': Relative_Range_.end;
|
|
10
|
+
};
|
|
11
|
+
export declare namespace Text_Edits_ {
|
|
119
12
|
namespace L {
|
|
120
|
-
namespace
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
type
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
type range = _T_Relative_Range;
|
|
145
|
-
}
|
|
146
|
-
type _delete = {
|
|
147
|
-
readonly 'range': _T_Relative_Range;
|
|
148
|
-
};
|
|
149
|
-
}
|
|
150
|
-
type SG = readonly [
|
|
151
|
-
'insert',
|
|
152
|
-
{
|
|
153
|
-
readonly 'location': _i_imports_token._T_Relative_Location;
|
|
154
|
-
readonly 'text': string;
|
|
155
|
-
}
|
|
156
|
-
] | readonly [
|
|
157
|
-
'replace',
|
|
158
|
-
{
|
|
159
|
-
readonly 'range': _T_Relative_Range;
|
|
160
|
-
readonly 'text': string;
|
|
161
|
-
}
|
|
162
|
-
] | readonly [
|
|
163
|
-
'delete',
|
|
164
|
-
{
|
|
165
|
-
readonly 'range': _T_Relative_Range;
|
|
166
|
-
}
|
|
167
|
-
];
|
|
168
|
-
}
|
|
169
|
-
type L = _i_core._T_State_Group<null, readonly [
|
|
170
|
-
'insert',
|
|
171
|
-
{
|
|
172
|
-
readonly 'location': _i_imports_token._T_Relative_Location;
|
|
173
|
-
readonly 'text': string;
|
|
174
|
-
}
|
|
175
|
-
] | readonly [
|
|
176
|
-
'replace',
|
|
177
|
-
{
|
|
178
|
-
readonly 'range': _T_Relative_Range;
|
|
179
|
-
readonly 'text': string;
|
|
180
|
-
}
|
|
181
|
-
] | readonly [
|
|
182
|
-
'delete',
|
|
183
|
-
{
|
|
184
|
-
readonly 'range': _T_Relative_Range;
|
|
185
|
-
}
|
|
186
|
-
]>;
|
|
13
|
+
namespace insert {
|
|
14
|
+
type location = i_imports_token.Relative_Location;
|
|
15
|
+
type text = string;
|
|
16
|
+
}
|
|
17
|
+
type insert = {
|
|
18
|
+
readonly 'location': insert.location;
|
|
19
|
+
readonly 'text': insert.text;
|
|
20
|
+
};
|
|
21
|
+
namespace replace {
|
|
22
|
+
type range = Relative_Range_;
|
|
23
|
+
type text = string;
|
|
24
|
+
}
|
|
25
|
+
type replace = {
|
|
26
|
+
readonly 'range': replace.range;
|
|
27
|
+
readonly 'text': replace.text;
|
|
28
|
+
};
|
|
29
|
+
namespace _delete {
|
|
30
|
+
type range = Relative_Range_;
|
|
31
|
+
}
|
|
32
|
+
type _delete = {
|
|
33
|
+
readonly 'range': _delete.range;
|
|
34
|
+
};
|
|
35
|
+
}
|
|
36
|
+
type L = readonly ['insert', L.insert] | readonly ['replace', L.replace] | readonly ['delete', L._delete];
|
|
187
37
|
}
|
|
188
|
-
export
|
|
38
|
+
export type Text_Edits_ = _pi.List<Text_Edits_.L>;
|
|
39
|
+
export declare namespace Key_Value_Pairs_To_Be_Sorted_ {
|
|
189
40
|
type D = string;
|
|
190
41
|
}
|
|
42
|
+
export type Key_Value_Pairs_To_Be_Sorted_ = _pi.Dictionary<Key_Value_Pairs_To_Be_Sorted_.D>;
|
|
43
|
+
export { Relative_Range_ as Relative_Range, Text_Edits_ as Text_Edits, Key_Value_Pairs_To_Be_Sorted_ as Key_Value_Pairs_To_Be_Sorted, };
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import * as i_out from "./data_types/target";
|
|
2
|
+
export declare namespace Relative_Range_ {
|
|
3
|
+
type I = string;
|
|
4
|
+
type O = i_out.Relative_Range;
|
|
5
|
+
namespace P {
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
export type Relative_Range_ = ($$_: Relative_Range_.I) => Relative_Range_.O;
|
|
9
|
+
export declare namespace Text_Edits_ {
|
|
10
|
+
type I = string;
|
|
11
|
+
type O = i_out.Text_Edits;
|
|
12
|
+
namespace P {
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
export type Text_Edits_ = ($$_: Text_Edits_.I) => Text_Edits_.O;
|
|
16
|
+
export declare namespace Key_Value_Pairs_To_Be_Sorted_ {
|
|
17
|
+
type I = string;
|
|
18
|
+
type O = i_out.Key_Value_Pairs_To_Be_Sorted;
|
|
19
|
+
namespace P {
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
export type Key_Value_Pairs_To_Be_Sorted_ = ($$_: Key_Value_Pairs_To_Be_Sorted_.I) => Key_Value_Pairs_To_Be_Sorted_.O;
|
|
23
|
+
export { Relative_Range_ as Relative_Range, Text_Edits_ as Text_Edits, Key_Value_Pairs_To_Be_Sorted_ as Key_Value_Pairs_To_Be_Sorted, };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVzZXJpYWxpemUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvaW50ZXJmYWNlL2dlbmVyYXRlZC9wYXJldG8vc2NoZW1hcy9pZGUvZGVzZXJpYWxpemUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
|
|
@@ -1,93 +1,24 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import * as
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
export type _T_Text_Edits = ($$_: _i_in._T_Text_Edits, $$_p: {
|
|
8
|
-
readonly 'value serializers': _i_vs._T_Value_Serializers;
|
|
9
|
-
}) => _i_out._T_Value;
|
|
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;
|
|
13
|
-
export type Relative_Range = _T_Relative_Range;
|
|
14
|
-
export type Text_Edits = _T_Text_Edits;
|
|
15
|
-
export type Key_Value_Pairs_To_Be_Sorted = _T_Key_Value_Pairs_To_Be_Sorted;
|
|
16
|
-
export declare namespace _T_Relative_Range {
|
|
17
|
-
namespace CONTEXT {
|
|
1
|
+
import * as i_out from "astn/dist/interface/generated/pareto/schemas/sealed_target/data_types/target";
|
|
2
|
+
import * as i_in from "./data_types/source";
|
|
3
|
+
export declare namespace Relative_Range_ {
|
|
4
|
+
type I = i_in.Relative_Range;
|
|
5
|
+
type O = i_out.Value;
|
|
6
|
+
namespace P {
|
|
18
7
|
}
|
|
19
|
-
type CONTEXT = _i_in._T_Relative_Range;
|
|
20
|
-
namespace PARAMS {
|
|
21
|
-
namespace value_serializers {
|
|
22
|
-
}
|
|
23
|
-
type value_serializers = _i_vs._T_Value_Serializers;
|
|
24
|
-
}
|
|
25
|
-
namespace RESULT {
|
|
26
|
-
}
|
|
27
|
-
type RESULT = _i_out._T_Value;
|
|
28
|
-
}
|
|
29
|
-
export declare namespace _T_Text_Edits {
|
|
30
|
-
namespace CONTEXT {
|
|
31
|
-
}
|
|
32
|
-
type CONTEXT = _i_in._T_Text_Edits;
|
|
33
|
-
namespace PARAMS {
|
|
34
|
-
namespace value_serializers {
|
|
35
|
-
}
|
|
36
|
-
type value_serializers = _i_vs._T_Value_Serializers;
|
|
37
|
-
}
|
|
38
|
-
namespace RESULT {
|
|
39
|
-
}
|
|
40
|
-
type RESULT = _i_out._T_Value;
|
|
41
|
-
}
|
|
42
|
-
export declare namespace _T_Key_Value_Pairs_To_Be_Sorted {
|
|
43
|
-
namespace CONTEXT {
|
|
44
|
-
}
|
|
45
|
-
type CONTEXT = _i_in._T_Key_Value_Pairs_To_Be_Sorted;
|
|
46
|
-
namespace PARAMS {
|
|
47
|
-
namespace value_serializers {
|
|
48
|
-
}
|
|
49
|
-
type value_serializers = _i_vs._T_Value_Serializers;
|
|
50
|
-
}
|
|
51
|
-
namespace RESULT {
|
|
52
|
-
}
|
|
53
|
-
type RESULT = _i_out._T_Value;
|
|
54
8
|
}
|
|
55
|
-
export
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
type
|
|
59
|
-
namespace
|
|
60
|
-
namespace value_serializers {
|
|
61
|
-
}
|
|
62
|
-
type value_serializers = _i_vs._T_Value_Serializers;
|
|
63
|
-
}
|
|
64
|
-
namespace RESULT {
|
|
9
|
+
export type Relative_Range_ = ($$_: Relative_Range_.I) => Relative_Range_.O;
|
|
10
|
+
export declare namespace Text_Edits_ {
|
|
11
|
+
type I = i_in.Text_Edits;
|
|
12
|
+
type O = i_out.Value;
|
|
13
|
+
namespace P {
|
|
65
14
|
}
|
|
66
|
-
type RESULT = _i_out._T_Value;
|
|
67
15
|
}
|
|
68
|
-
export
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
type
|
|
72
|
-
namespace
|
|
73
|
-
namespace value_serializers {
|
|
74
|
-
}
|
|
75
|
-
type value_serializers = _i_vs._T_Value_Serializers;
|
|
76
|
-
}
|
|
77
|
-
namespace RESULT {
|
|
78
|
-
}
|
|
79
|
-
type RESULT = _i_out._T_Value;
|
|
80
|
-
}
|
|
81
|
-
export declare namespace Key_Value_Pairs_To_Be_Sorted {
|
|
82
|
-
namespace CONTEXT {
|
|
83
|
-
}
|
|
84
|
-
type CONTEXT = _i_in._T_Key_Value_Pairs_To_Be_Sorted;
|
|
85
|
-
namespace PARAMS {
|
|
86
|
-
namespace value_serializers {
|
|
87
|
-
}
|
|
88
|
-
type value_serializers = _i_vs._T_Value_Serializers;
|
|
89
|
-
}
|
|
90
|
-
namespace RESULT {
|
|
16
|
+
export type Text_Edits_ = ($$_: Text_Edits_.I) => Text_Edits_.O;
|
|
17
|
+
export declare namespace Key_Value_Pairs_To_Be_Sorted_ {
|
|
18
|
+
type I = i_in.Key_Value_Pairs_To_Be_Sorted;
|
|
19
|
+
type O = i_out.Value;
|
|
20
|
+
namespace P {
|
|
91
21
|
}
|
|
92
|
-
type RESULT = _i_out._T_Value;
|
|
93
22
|
}
|
|
23
|
+
export type Key_Value_Pairs_To_Be_Sorted_ = ($$_: Key_Value_Pairs_To_Be_Sorted_.I) => Key_Value_Pairs_To_Be_Sorted_.O;
|
|
24
|
+
export { Relative_Range_ as Relative_Range, Text_Edits_ as Text_Edits, Key_Value_Pairs_To_Be_Sorted_ as Key_Value_Pairs_To_Be_Sorted, };
|