astn 0.110.26 → 0.110.27

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.
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidW5jb25zdHJhaW5lZC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9nZW5lcmF0ZWQvaW50ZXJmYWNlL3NjaGVtYXMvYXN0L2RhdGFfdHlwZXMvdW5jb25zdHJhaW5lZC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
@@ -1,190 +0,0 @@
1
- import * as _i_core from "../../../core/unconstrained";
2
- import * as _i_imports_token from "../../token/data_types/unconstrained";
3
- export type _T_Key_Value_Pairs_To_Be_Sorted = _i_core._T_Dictionary<null, string>;
4
- export type _T_Relative_Range = {
5
- readonly 'end': _i_imports_token._T_Relative_Location;
6
- readonly 'start': _i_imports_token._T_Relative_Location;
7
- };
8
- 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
- 'insert',
15
- {
16
- readonly 'location': _i_imports_token._T_Relative_Location;
17
- readonly 'text': string;
18
- }
19
- ] | readonly [
20
- 'replace',
21
- {
22
- readonly 'range': _T_Relative_Range;
23
- readonly 'text': string;
24
- }
25
- ]>>;
26
- export type Key_Value_Pairs_To_Be_Sorted = _T_Key_Value_Pairs_To_Be_Sorted;
27
- export type Relative_Range = _T_Relative_Range;
28
- export type Text_Edits = _T_Text_Edits;
29
- export declare namespace _T_Key_Value_Pairs_To_Be_Sorted {
30
- type D = string;
31
- }
32
- export declare namespace _T_Relative_Range {
33
- namespace end {
34
- }
35
- type end = _i_imports_token._T_Relative_Location;
36
- namespace start {
37
- }
38
- type start = _i_imports_token._T_Relative_Location;
39
- }
40
- export declare namespace _T_Text_Edits {
41
- namespace L {
42
- 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
- namespace insert {
52
- namespace location {
53
- }
54
- type location = _i_imports_token._T_Relative_Location;
55
- type text = string;
56
- }
57
- type insert = {
58
- readonly 'location': _i_imports_token._T_Relative_Location;
59
- readonly 'text': string;
60
- };
61
- namespace replace {
62
- namespace range {
63
- }
64
- type range = _T_Relative_Range;
65
- type text = string;
66
- }
67
- type replace = {
68
- readonly 'range': _T_Relative_Range;
69
- readonly 'text': string;
70
- };
71
- }
72
- type SG = readonly [
73
- 'delete',
74
- {
75
- readonly 'range': _T_Relative_Range;
76
- }
77
- ] | readonly [
78
- 'insert',
79
- {
80
- readonly 'location': _i_imports_token._T_Relative_Location;
81
- readonly 'text': string;
82
- }
83
- ] | readonly [
84
- 'replace',
85
- {
86
- readonly 'range': _T_Relative_Range;
87
- readonly 'text': string;
88
- }
89
- ];
90
- }
91
- type L = _i_core._T_State_Group<null, readonly [
92
- 'delete',
93
- {
94
- readonly 'range': _T_Relative_Range;
95
- }
96
- ] | readonly [
97
- 'insert',
98
- {
99
- readonly 'location': _i_imports_token._T_Relative_Location;
100
- readonly 'text': string;
101
- }
102
- ] | readonly [
103
- 'replace',
104
- {
105
- readonly 'range': _T_Relative_Range;
106
- readonly 'text': string;
107
- }
108
- ]>;
109
- }
110
- export declare namespace Key_Value_Pairs_To_Be_Sorted {
111
- type D = string;
112
- }
113
- export declare namespace Relative_Range {
114
- namespace end {
115
- }
116
- type end = _i_imports_token._T_Relative_Location;
117
- namespace start {
118
- }
119
- type start = _i_imports_token._T_Relative_Location;
120
- }
121
- export declare namespace Text_Edits {
122
- namespace L {
123
- 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
- namespace insert {
133
- namespace location {
134
- }
135
- type location = _i_imports_token._T_Relative_Location;
136
- type text = string;
137
- }
138
- type insert = {
139
- readonly 'location': _i_imports_token._T_Relative_Location;
140
- readonly 'text': string;
141
- };
142
- namespace replace {
143
- namespace range {
144
- }
145
- type range = _T_Relative_Range;
146
- type text = string;
147
- }
148
- type replace = {
149
- readonly 'range': _T_Relative_Range;
150
- readonly 'text': string;
151
- };
152
- }
153
- type SG = readonly [
154
- 'delete',
155
- {
156
- readonly 'range': _T_Relative_Range;
157
- }
158
- ] | readonly [
159
- 'insert',
160
- {
161
- readonly 'location': _i_imports_token._T_Relative_Location;
162
- readonly 'text': string;
163
- }
164
- ] | readonly [
165
- 'replace',
166
- {
167
- readonly 'range': _T_Relative_Range;
168
- readonly 'text': string;
169
- }
170
- ];
171
- }
172
- type L = _i_core._T_State_Group<null, readonly [
173
- 'delete',
174
- {
175
- readonly 'range': _T_Relative_Range;
176
- }
177
- ] | readonly [
178
- 'insert',
179
- {
180
- readonly 'location': _i_imports_token._T_Relative_Location;
181
- readonly 'text': string;
182
- }
183
- ] | readonly [
184
- 'replace',
185
- {
186
- readonly 'range': _T_Relative_Range;
187
- readonly 'text': string;
188
- }
189
- ]>;
190
- }
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidW5jb25zdHJhaW5lZC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9nZW5lcmF0ZWQvaW50ZXJmYWNlL3NjaGVtYXMvaWRlL2RhdGFfdHlwZXMvdW5jb25zdHJhaW5lZC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
@@ -1,268 +0,0 @@
1
- import * as _i_core from "../../../core/unconstrained";
2
- import * as _i_imports_ast from "../../ast/data_types/unconstrained";
3
- import * as _i_imports_token from "../../token/data_types/unconstrained";
4
- export type _T_Parse_Error = {
5
- readonly 'range': _i_imports_token._T_Range;
6
- readonly 'type': _i_core._T_State_Group<null, readonly [
7
- 'lexer',
8
- _i_core._T_State_Group<null, readonly ['dangling slash', null] | readonly ['invalid unicode escape sequence', null] | readonly ['missing character after escape', null] | readonly ['unexpected character', number] | readonly ['unexpected control character', number] | readonly ['unexpected end of input', null] | readonly ['unexpected end of line in delimited string', null] | readonly ['unknown escape character', null] | readonly ['unterminated block comment', null] | readonly ['unterminated string', null] | readonly ['unterminated unicode escape sequence', null]>
9
- ] | readonly [
10
- 'parser',
11
- {
12
- readonly 'cause': _i_core._T_State_Group<null, readonly ['missing token', null] | readonly [
13
- 'unexpected token',
14
- {
15
- readonly 'found': _i_imports_token._T_Token_Type;
16
- }
17
- ]>;
18
- readonly 'expected': _i_core._T_List<null, _i_core._T_State_Group<null, readonly ['!', null] | readonly [')', null] | readonly [',', null] | readonly [':', null] | readonly ['>', null] | readonly ['@', null] | readonly [']', null] | readonly ['a string', null] | readonly ['a value', null] | readonly ['}', null]>>;
19
- }
20
- ]>;
21
- };
22
- export type _T_Parse_Result = _i_core._T_State_Group<null, readonly ['failure', _T_Parse_Error] | readonly ['success', _i_imports_ast._T_Document]>;
23
- export type Parse_Error = _T_Parse_Error;
24
- export type Parse_Result = _T_Parse_Result;
25
- export declare namespace _T_Parse_Error {
26
- namespace range {
27
- }
28
- type range = _i_imports_token._T_Range;
29
- namespace _type {
30
- namespace SG {
31
- namespace lexer {
32
- namespace SG {
33
- type dangling_slash = null;
34
- type invalid_unicode_escape_sequence = null;
35
- type missing_character_after_escape = null;
36
- type unexpected_character = number;
37
- type unexpected_control_character = number;
38
- type unexpected_end_of_input = null;
39
- type unexpected_end_of_line_in_delimited_string = null;
40
- type unknown_escape_character = null;
41
- type unterminated_block_comment = null;
42
- type unterminated_string = null;
43
- type unterminated_unicode_escape_sequence = null;
44
- }
45
- type SG = readonly ['dangling slash', null] | readonly ['invalid unicode escape sequence', null] | readonly ['missing character after escape', null] | readonly ['unexpected character', number] | readonly ['unexpected control character', number] | readonly ['unexpected end of input', null] | readonly ['unexpected end of line in delimited string', null] | readonly ['unknown escape character', null] | readonly ['unterminated block comment', null] | readonly ['unterminated string', null] | readonly ['unterminated unicode escape sequence', null];
46
- }
47
- type lexer = _i_core._T_State_Group<null, readonly ['dangling slash', null] | readonly ['invalid unicode escape sequence', null] | readonly ['missing character after escape', null] | readonly ['unexpected character', number] | readonly ['unexpected control character', number] | readonly ['unexpected end of input', null] | readonly ['unexpected end of line in delimited string', null] | readonly ['unknown escape character', null] | readonly ['unterminated block comment', null] | readonly ['unterminated string', null] | readonly ['unterminated unicode escape sequence', null]>;
48
- namespace parser {
49
- namespace cause {
50
- namespace SG {
51
- type missing_token = null;
52
- namespace unexpected_token {
53
- namespace found {
54
- }
55
- type found = _i_imports_token._T_Token_Type;
56
- }
57
- type unexpected_token = {
58
- readonly 'found': _i_imports_token._T_Token_Type;
59
- };
60
- }
61
- type SG = readonly ['missing token', null] | readonly [
62
- 'unexpected token',
63
- {
64
- readonly 'found': _i_imports_token._T_Token_Type;
65
- }
66
- ];
67
- }
68
- type cause = _i_core._T_State_Group<null, readonly ['missing token', null] | readonly [
69
- 'unexpected token',
70
- {
71
- readonly 'found': _i_imports_token._T_Token_Type;
72
- }
73
- ]>;
74
- namespace expected {
75
- namespace L {
76
- namespace SG {
77
- type $ex_ = null;
78
- type $pc_ = null;
79
- type $cm_ = null;
80
- type $cl_ = null;
81
- type $gt_ = null;
82
- type $at_ = null;
83
- type $bc_ = null;
84
- type a_string = null;
85
- type a_value = null;
86
- type $cc_ = null;
87
- }
88
- type SG = readonly ['!', null] | readonly [')', null] | readonly [',', null] | readonly [':', null] | readonly ['>', null] | readonly ['@', null] | readonly [']', null] | readonly ['a string', null] | readonly ['a value', null] | readonly ['}', null];
89
- }
90
- type L = _i_core._T_State_Group<null, readonly ['!', null] | readonly [')', null] | readonly [',', null] | readonly [':', null] | readonly ['>', null] | readonly ['@', null] | readonly [']', null] | readonly ['a string', null] | readonly ['a value', null] | readonly ['}', null]>;
91
- }
92
- type expected = _i_core._T_List<null, _i_core._T_State_Group<null, readonly ['!', null] | readonly [')', null] | readonly [',', null] | readonly [':', null] | readonly ['>', null] | readonly ['@', null] | readonly [']', null] | readonly ['a string', null] | readonly ['a value', null] | readonly ['}', null]>>;
93
- }
94
- type parser = {
95
- readonly 'cause': _i_core._T_State_Group<null, readonly ['missing token', null] | readonly [
96
- 'unexpected token',
97
- {
98
- readonly 'found': _i_imports_token._T_Token_Type;
99
- }
100
- ]>;
101
- readonly 'expected': _i_core._T_List<null, _i_core._T_State_Group<null, readonly ['!', null] | readonly [')', null] | readonly [',', null] | readonly [':', null] | readonly ['>', null] | readonly ['@', null] | readonly [']', null] | readonly ['a string', null] | readonly ['a value', null] | readonly ['}', null]>>;
102
- };
103
- }
104
- type SG = readonly [
105
- 'lexer',
106
- _i_core._T_State_Group<null, readonly ['dangling slash', null] | readonly ['invalid unicode escape sequence', null] | readonly ['missing character after escape', null] | readonly ['unexpected character', number] | readonly ['unexpected control character', number] | readonly ['unexpected end of input', null] | readonly ['unexpected end of line in delimited string', null] | readonly ['unknown escape character', null] | readonly ['unterminated block comment', null] | readonly ['unterminated string', null] | readonly ['unterminated unicode escape sequence', null]>
107
- ] | readonly [
108
- 'parser',
109
- {
110
- readonly 'cause': _i_core._T_State_Group<null, readonly ['missing token', null] | readonly [
111
- 'unexpected token',
112
- {
113
- readonly 'found': _i_imports_token._T_Token_Type;
114
- }
115
- ]>;
116
- readonly 'expected': _i_core._T_List<null, _i_core._T_State_Group<null, readonly ['!', null] | readonly [')', null] | readonly [',', null] | readonly [':', null] | readonly ['>', null] | readonly ['@', null] | readonly [']', null] | readonly ['a string', null] | readonly ['a value', null] | readonly ['}', null]>>;
117
- }
118
- ];
119
- }
120
- type _type = _i_core._T_State_Group<null, readonly [
121
- 'lexer',
122
- _i_core._T_State_Group<null, readonly ['dangling slash', null] | readonly ['invalid unicode escape sequence', null] | readonly ['missing character after escape', null] | readonly ['unexpected character', number] | readonly ['unexpected control character', number] | readonly ['unexpected end of input', null] | readonly ['unexpected end of line in delimited string', null] | readonly ['unknown escape character', null] | readonly ['unterminated block comment', null] | readonly ['unterminated string', null] | readonly ['unterminated unicode escape sequence', null]>
123
- ] | readonly [
124
- 'parser',
125
- {
126
- readonly 'cause': _i_core._T_State_Group<null, readonly ['missing token', null] | readonly [
127
- 'unexpected token',
128
- {
129
- readonly 'found': _i_imports_token._T_Token_Type;
130
- }
131
- ]>;
132
- readonly 'expected': _i_core._T_List<null, _i_core._T_State_Group<null, readonly ['!', null] | readonly [')', null] | readonly [',', null] | readonly [':', null] | readonly ['>', null] | readonly ['@', null] | readonly [']', null] | readonly ['a string', null] | readonly ['a value', null] | readonly ['}', null]>>;
133
- }
134
- ]>;
135
- }
136
- export declare namespace _T_Parse_Result {
137
- namespace SG {
138
- namespace failure {
139
- }
140
- type failure = _T_Parse_Error;
141
- namespace success {
142
- }
143
- type success = _i_imports_ast._T_Document;
144
- }
145
- type SG = readonly ['failure', _T_Parse_Error] | readonly ['success', _i_imports_ast._T_Document];
146
- }
147
- export declare namespace Parse_Error {
148
- namespace range {
149
- }
150
- type range = _i_imports_token._T_Range;
151
- namespace _type {
152
- namespace SG {
153
- namespace lexer {
154
- namespace SG {
155
- type dangling_slash = null;
156
- type invalid_unicode_escape_sequence = null;
157
- type missing_character_after_escape = null;
158
- type unexpected_character = number;
159
- type unexpected_control_character = number;
160
- type unexpected_end_of_input = null;
161
- type unexpected_end_of_line_in_delimited_string = null;
162
- type unknown_escape_character = null;
163
- type unterminated_block_comment = null;
164
- type unterminated_string = null;
165
- type unterminated_unicode_escape_sequence = null;
166
- }
167
- type SG = readonly ['dangling slash', null] | readonly ['invalid unicode escape sequence', null] | readonly ['missing character after escape', null] | readonly ['unexpected character', number] | readonly ['unexpected control character', number] | readonly ['unexpected end of input', null] | readonly ['unexpected end of line in delimited string', null] | readonly ['unknown escape character', null] | readonly ['unterminated block comment', null] | readonly ['unterminated string', null] | readonly ['unterminated unicode escape sequence', null];
168
- }
169
- type lexer = _i_core._T_State_Group<null, readonly ['dangling slash', null] | readonly ['invalid unicode escape sequence', null] | readonly ['missing character after escape', null] | readonly ['unexpected character', number] | readonly ['unexpected control character', number] | readonly ['unexpected end of input', null] | readonly ['unexpected end of line in delimited string', null] | readonly ['unknown escape character', null] | readonly ['unterminated block comment', null] | readonly ['unterminated string', null] | readonly ['unterminated unicode escape sequence', null]>;
170
- namespace parser {
171
- namespace cause {
172
- namespace SG {
173
- type missing_token = null;
174
- namespace unexpected_token {
175
- namespace found {
176
- }
177
- type found = _i_imports_token._T_Token_Type;
178
- }
179
- type unexpected_token = {
180
- readonly 'found': _i_imports_token._T_Token_Type;
181
- };
182
- }
183
- type SG = readonly ['missing token', null] | readonly [
184
- 'unexpected token',
185
- {
186
- readonly 'found': _i_imports_token._T_Token_Type;
187
- }
188
- ];
189
- }
190
- type cause = _i_core._T_State_Group<null, readonly ['missing token', null] | readonly [
191
- 'unexpected token',
192
- {
193
- readonly 'found': _i_imports_token._T_Token_Type;
194
- }
195
- ]>;
196
- namespace expected {
197
- namespace L {
198
- namespace SG {
199
- type $ex_ = null;
200
- type $pc_ = null;
201
- type $cm_ = null;
202
- type $cl_ = null;
203
- type $gt_ = null;
204
- type $at_ = null;
205
- type $bc_ = null;
206
- type a_string = null;
207
- type a_value = null;
208
- type $cc_ = null;
209
- }
210
- type SG = readonly ['!', null] | readonly [')', null] | readonly [',', null] | readonly [':', null] | readonly ['>', null] | readonly ['@', null] | readonly [']', null] | readonly ['a string', null] | readonly ['a value', null] | readonly ['}', null];
211
- }
212
- type L = _i_core._T_State_Group<null, readonly ['!', null] | readonly [')', null] | readonly [',', null] | readonly [':', null] | readonly ['>', null] | readonly ['@', null] | readonly [']', null] | readonly ['a string', null] | readonly ['a value', null] | readonly ['}', null]>;
213
- }
214
- type expected = _i_core._T_List<null, _i_core._T_State_Group<null, readonly ['!', null] | readonly [')', null] | readonly [',', null] | readonly [':', null] | readonly ['>', null] | readonly ['@', null] | readonly [']', null] | readonly ['a string', null] | readonly ['a value', null] | readonly ['}', null]>>;
215
- }
216
- type parser = {
217
- readonly 'cause': _i_core._T_State_Group<null, readonly ['missing token', null] | readonly [
218
- 'unexpected token',
219
- {
220
- readonly 'found': _i_imports_token._T_Token_Type;
221
- }
222
- ]>;
223
- readonly 'expected': _i_core._T_List<null, _i_core._T_State_Group<null, readonly ['!', null] | readonly [')', null] | readonly [',', null] | readonly [':', null] | readonly ['>', null] | readonly ['@', null] | readonly [']', null] | readonly ['a string', null] | readonly ['a value', null] | readonly ['}', null]>>;
224
- };
225
- }
226
- type SG = readonly [
227
- 'lexer',
228
- _i_core._T_State_Group<null, readonly ['dangling slash', null] | readonly ['invalid unicode escape sequence', null] | readonly ['missing character after escape', null] | readonly ['unexpected character', number] | readonly ['unexpected control character', number] | readonly ['unexpected end of input', null] | readonly ['unexpected end of line in delimited string', null] | readonly ['unknown escape character', null] | readonly ['unterminated block comment', null] | readonly ['unterminated string', null] | readonly ['unterminated unicode escape sequence', null]>
229
- ] | readonly [
230
- 'parser',
231
- {
232
- readonly 'cause': _i_core._T_State_Group<null, readonly ['missing token', null] | readonly [
233
- 'unexpected token',
234
- {
235
- readonly 'found': _i_imports_token._T_Token_Type;
236
- }
237
- ]>;
238
- readonly 'expected': _i_core._T_List<null, _i_core._T_State_Group<null, readonly ['!', null] | readonly [')', null] | readonly [',', null] | readonly [':', null] | readonly ['>', null] | readonly ['@', null] | readonly [']', null] | readonly ['a string', null] | readonly ['a value', null] | readonly ['}', null]>>;
239
- }
240
- ];
241
- }
242
- type _type = _i_core._T_State_Group<null, readonly [
243
- 'lexer',
244
- _i_core._T_State_Group<null, readonly ['dangling slash', null] | readonly ['invalid unicode escape sequence', null] | readonly ['missing character after escape', null] | readonly ['unexpected character', number] | readonly ['unexpected control character', number] | readonly ['unexpected end of input', null] | readonly ['unexpected end of line in delimited string', null] | readonly ['unknown escape character', null] | readonly ['unterminated block comment', null] | readonly ['unterminated string', null] | readonly ['unterminated unicode escape sequence', null]>
245
- ] | readonly [
246
- 'parser',
247
- {
248
- readonly 'cause': _i_core._T_State_Group<null, readonly ['missing token', null] | readonly [
249
- 'unexpected token',
250
- {
251
- readonly 'found': _i_imports_token._T_Token_Type;
252
- }
253
- ]>;
254
- readonly 'expected': _i_core._T_List<null, _i_core._T_State_Group<null, readonly ['!', null] | readonly [')', null] | readonly [',', null] | readonly [':', null] | readonly ['>', null] | readonly ['@', null] | readonly [']', null] | readonly ['a string', null] | readonly ['a value', null] | readonly ['}', null]>>;
255
- }
256
- ]>;
257
- }
258
- export declare namespace Parse_Result {
259
- namespace SG {
260
- namespace failure {
261
- }
262
- type failure = _T_Parse_Error;
263
- namespace success {
264
- }
265
- type success = _i_imports_ast._T_Document;
266
- }
267
- type SG = readonly ['failure', _T_Parse_Error] | readonly ['success', _i_imports_ast._T_Document];
268
- }
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidW5jb25zdHJhaW5lZC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9nZW5lcmF0ZWQvaW50ZXJmYWNlL3NjaGVtYXMvcGFyc2VfcmVzdWx0L2RhdGFfdHlwZXMvdW5jb25zdHJhaW5lZC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
@@ -1,186 +0,0 @@
1
- import * as _i_core from "../../../core/unconstrained";
2
- export type _T_Document = _T_Value;
3
- export type _T_Value = _i_core._T_State_Group<null, readonly ['concise group', _i_core._T_List<null, _T_Value>] | readonly ['dictionary', _i_core._T_Dictionary<null, _T_Value>] | readonly ['list', _i_core._T_List<null, _T_Value>] | readonly ['nothing', null] | readonly [
4
- 'optional',
5
- _i_core._T_State_Group<null, readonly ['not set', null] | readonly ['set', _T_Value]>
6
- ] | readonly [
7
- 'state',
8
- {
9
- readonly 'state': string;
10
- readonly 'value': _T_Value;
11
- }
12
- ] | readonly [
13
- 'text',
14
- {
15
- readonly 'delimiter': _i_core._T_State_Group<null, readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null]>;
16
- readonly 'value': string;
17
- }
18
- ] | readonly ['verbose group', _i_core._T_Dictionary<null, _T_Value>]>;
19
- export type Document = _T_Document;
20
- export type Value = _T_Value;
21
- export declare namespace _T_Document {
22
- }
23
- export declare namespace _T_Value {
24
- namespace SG {
25
- namespace concise_group {
26
- namespace L {
27
- }
28
- type L = _T_Value;
29
- }
30
- type concise_group = _i_core._T_List<null, _T_Value>;
31
- namespace dictionary {
32
- namespace D {
33
- }
34
- type D = _T_Value;
35
- }
36
- type dictionary = _i_core._T_Dictionary<null, _T_Value>;
37
- namespace list {
38
- namespace L {
39
- }
40
- type L = _T_Value;
41
- }
42
- type list = _i_core._T_List<null, _T_Value>;
43
- type nothing = null;
44
- namespace optional {
45
- namespace SG {
46
- type not_set = null;
47
- namespace _set {
48
- }
49
- type _set = _T_Value;
50
- }
51
- type SG = readonly ['not set', null] | readonly ['set', _T_Value];
52
- }
53
- type optional = _i_core._T_State_Group<null, readonly ['not set', null] | readonly ['set', _T_Value]>;
54
- namespace state {
55
- type state = string;
56
- namespace value {
57
- }
58
- type value = _T_Value;
59
- }
60
- type state = {
61
- readonly 'state': string;
62
- readonly 'value': _T_Value;
63
- };
64
- namespace text {
65
- namespace delimiter {
66
- namespace SG {
67
- type backtick = null;
68
- type none = null;
69
- type quote = null;
70
- }
71
- type SG = readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null];
72
- }
73
- type delimiter = _i_core._T_State_Group<null, readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null]>;
74
- type value = string;
75
- }
76
- type text = {
77
- readonly 'delimiter': _i_core._T_State_Group<null, readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null]>;
78
- readonly 'value': string;
79
- };
80
- namespace verbose_group {
81
- namespace D {
82
- }
83
- type D = _T_Value;
84
- }
85
- type verbose_group = _i_core._T_Dictionary<null, _T_Value>;
86
- }
87
- type SG = readonly ['concise group', _i_core._T_List<null, _T_Value>] | readonly ['dictionary', _i_core._T_Dictionary<null, _T_Value>] | readonly ['list', _i_core._T_List<null, _T_Value>] | readonly ['nothing', null] | readonly [
88
- 'optional',
89
- _i_core._T_State_Group<null, readonly ['not set', null] | readonly ['set', _T_Value]>
90
- ] | readonly [
91
- 'state',
92
- {
93
- readonly 'state': string;
94
- readonly 'value': _T_Value;
95
- }
96
- ] | readonly [
97
- 'text',
98
- {
99
- readonly 'delimiter': _i_core._T_State_Group<null, readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null]>;
100
- readonly 'value': string;
101
- }
102
- ] | readonly ['verbose group', _i_core._T_Dictionary<null, _T_Value>];
103
- }
104
- export declare namespace Document {
105
- }
106
- export declare namespace Value {
107
- namespace SG {
108
- namespace concise_group {
109
- namespace L {
110
- }
111
- type L = _T_Value;
112
- }
113
- type concise_group = _i_core._T_List<null, _T_Value>;
114
- namespace dictionary {
115
- namespace D {
116
- }
117
- type D = _T_Value;
118
- }
119
- type dictionary = _i_core._T_Dictionary<null, _T_Value>;
120
- namespace list {
121
- namespace L {
122
- }
123
- type L = _T_Value;
124
- }
125
- type list = _i_core._T_List<null, _T_Value>;
126
- type nothing = null;
127
- namespace optional {
128
- namespace SG {
129
- type not_set = null;
130
- namespace _set {
131
- }
132
- type _set = _T_Value;
133
- }
134
- type SG = readonly ['not set', null] | readonly ['set', _T_Value];
135
- }
136
- type optional = _i_core._T_State_Group<null, readonly ['not set', null] | readonly ['set', _T_Value]>;
137
- namespace state {
138
- type state = string;
139
- namespace value {
140
- }
141
- type value = _T_Value;
142
- }
143
- type state = {
144
- readonly 'state': string;
145
- readonly 'value': _T_Value;
146
- };
147
- namespace text {
148
- namespace delimiter {
149
- namespace SG {
150
- type backtick = null;
151
- type none = null;
152
- type quote = null;
153
- }
154
- type SG = readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null];
155
- }
156
- type delimiter = _i_core._T_State_Group<null, readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null]>;
157
- type value = string;
158
- }
159
- type text = {
160
- readonly 'delimiter': _i_core._T_State_Group<null, readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null]>;
161
- readonly 'value': string;
162
- };
163
- namespace verbose_group {
164
- namespace D {
165
- }
166
- type D = _T_Value;
167
- }
168
- type verbose_group = _i_core._T_Dictionary<null, _T_Value>;
169
- }
170
- type SG = readonly ['concise group', _i_core._T_List<null, _T_Value>] | readonly ['dictionary', _i_core._T_Dictionary<null, _T_Value>] | readonly ['list', _i_core._T_List<null, _T_Value>] | readonly ['nothing', null] | readonly [
171
- 'optional',
172
- _i_core._T_State_Group<null, readonly ['not set', null] | readonly ['set', _T_Value]>
173
- ] | readonly [
174
- 'state',
175
- {
176
- readonly 'state': string;
177
- readonly 'value': _T_Value;
178
- }
179
- ] | readonly [
180
- 'text',
181
- {
182
- readonly 'delimiter': _i_core._T_State_Group<null, readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null]>;
183
- readonly 'value': string;
184
- }
185
- ] | readonly ['verbose group', _i_core._T_Dictionary<null, _T_Value>];
186
- }
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidW5jb25zdHJhaW5lZC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9nZW5lcmF0ZWQvaW50ZXJmYWNlL3NjaGVtYXMvdGFyZ2V0L2RhdGFfdHlwZXMvdW5jb25zdHJhaW5lZC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=