astn 0.113.22 → 0.113.24
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/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 +44 -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 +131 -131
- 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 +120 -120
- package/dist/implementation/manual/schemas/annotated_characters/deserializers.js +10 -3
- package/dist/implementation/manual/schemas/authoring_parse_result/transformers/fountain_pen.js +5 -2
- package/dist/implementation/manual/schemas/authoring_parse_tree/deserializers.js +11 -21
- 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 +56 -62
- 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 +84 -77
- package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/target.d.ts +84 -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 +188 -188
- package/dist/interface/generated/pareto/schemas/token/data_types/target.d.ts +188 -188
- 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/interface/to_be_generated/annotated_characters.d.ts +5 -2
- 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/dist/shorthands/parse_result.js +29 -5
- package/package.json +6 -6
|
@@ -1,142 +1,181 @@
|
|
|
1
1
|
import * as _i_core from "../../../core/resolved";
|
|
2
|
-
export type
|
|
3
|
-
readonly '
|
|
4
|
-
readonly '
|
|
5
|
-
readonly 'trailing trivia': _T_Trivia;
|
|
6
|
-
readonly 'type': _T_Token_Type;
|
|
2
|
+
export type _T_Relative_Location = {
|
|
3
|
+
readonly 'line': number;
|
|
4
|
+
readonly 'column': number;
|
|
7
5
|
};
|
|
8
|
-
export type _T_Delimited_String = string;
|
|
9
6
|
export type _T_Location = {
|
|
10
|
-
readonly 'absolute': number;
|
|
11
7
|
readonly 'relative': _T_Relative_Location;
|
|
8
|
+
readonly 'absolute': number;
|
|
12
9
|
};
|
|
13
10
|
export type _T_Range = {
|
|
14
|
-
readonly 'end': _T_Location;
|
|
15
11
|
readonly 'start': _T_Location;
|
|
16
|
-
};
|
|
17
|
-
export type _T_Relative_Location = {
|
|
18
|
-
readonly 'column': number;
|
|
19
|
-
readonly 'line': number;
|
|
20
|
-
};
|
|
21
|
-
export type _T_String_Type = _i_core._T_State_Group<null, readonly ['apostrophed', null] | readonly ['backticked', null] | readonly ['quoted', null] | readonly ['undelimited', null]>;
|
|
22
|
-
export type _T_Token_Type = _i_core._T_State_Group<null, readonly ['!', null] | readonly ['#', null] | readonly ['(', null] | readonly [')', null] | readonly ['*', null] | readonly [':', null] | readonly ['<', null] | readonly ['>', null] | readonly ['@', null] | readonly ['[', null] | readonly [']', null] | readonly [
|
|
23
|
-
'string',
|
|
24
|
-
{
|
|
25
|
-
readonly 'type': _T_String_Type;
|
|
26
|
-
readonly 'value': _T_Delimited_String;
|
|
27
|
-
}
|
|
28
|
-
] | readonly ['{', null] | readonly ['|', null] | readonly ['}', null] | readonly ['~', null]>;
|
|
29
|
-
export type _T_Tokenizer_Result = {
|
|
30
12
|
readonly 'end': _T_Location;
|
|
31
|
-
|
|
32
|
-
|
|
13
|
+
};
|
|
14
|
+
export type _T_Whitespace = {
|
|
15
|
+
readonly 'range': _T_Range;
|
|
16
|
+
readonly 'value': string;
|
|
33
17
|
};
|
|
34
18
|
export type _T_Trivia = {
|
|
19
|
+
readonly 'leading whitespace': _T_Whitespace;
|
|
35
20
|
readonly 'comments': _i_core._T_List<null, {
|
|
21
|
+
readonly 'type': _i_core._T_State_Group<null, readonly ['line', null] | readonly ['block', null]>;
|
|
36
22
|
readonly 'content': string;
|
|
37
23
|
readonly 'range': _T_Range;
|
|
38
24
|
readonly 'trailing whitespace': _T_Whitespace;
|
|
39
|
-
readonly 'type': _i_core._T_State_Group<null, readonly ['block', null] | readonly ['line', null]>;
|
|
40
25
|
}>;
|
|
41
|
-
readonly 'leading whitespace': _T_Whitespace;
|
|
42
26
|
};
|
|
43
|
-
export type
|
|
44
|
-
|
|
45
|
-
|
|
27
|
+
export type _T_Delimited_String = string;
|
|
28
|
+
export type _T_String_Type = _i_core._T_State_Group<null, readonly ['quoted', null] | readonly ['apostrophed', null] | readonly ['undelimited', null] | readonly ['backticked', null]>;
|
|
29
|
+
export type _T_Token_Type = _i_core._T_State_Group<null, readonly ['{', null] | readonly ['}', null] | readonly ['[', null] | readonly [']', null] | readonly ['(', null] | readonly [')', null] | readonly ['<', null] | readonly ['>', null] | readonly ['!', null] | readonly ['@', null] | readonly ['~', null] | readonly ['*', null] | readonly [':', null] | readonly ['|', null] | readonly ['#', null] | readonly [
|
|
30
|
+
'string',
|
|
31
|
+
{
|
|
32
|
+
readonly 'value': _T_Delimited_String;
|
|
33
|
+
readonly 'type': _T_String_Type;
|
|
34
|
+
}
|
|
35
|
+
]>;
|
|
36
|
+
export type _T_Annotated_Token = {
|
|
37
|
+
readonly 'start': _T_Location;
|
|
38
|
+
readonly 'type': _T_Token_Type;
|
|
39
|
+
readonly 'end': _T_Location;
|
|
40
|
+
readonly 'trailing trivia': _T_Trivia;
|
|
46
41
|
};
|
|
47
|
-
export type
|
|
48
|
-
|
|
42
|
+
export type _T_Tokenizer_Result = {
|
|
43
|
+
readonly 'leading trivia': _T_Trivia;
|
|
44
|
+
readonly 'tokens': _i_core._T_List<null, _T_Annotated_Token>;
|
|
45
|
+
readonly 'end': _T_Location;
|
|
46
|
+
};
|
|
47
|
+
export type Relative_Location = _T_Relative_Location;
|
|
49
48
|
export type Location = _T_Location;
|
|
50
49
|
export type Range = _T_Range;
|
|
51
|
-
export type
|
|
50
|
+
export type Whitespace = _T_Whitespace;
|
|
51
|
+
export type Trivia = _T_Trivia;
|
|
52
|
+
export type Delimited_String = _T_Delimited_String;
|
|
52
53
|
export type String_Type = _T_String_Type;
|
|
53
54
|
export type Token_Type = _T_Token_Type;
|
|
55
|
+
export type Annotated_Token = _T_Annotated_Token;
|
|
54
56
|
export type Tokenizer_Result = _T_Tokenizer_Result;
|
|
55
|
-
export
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
namespace end {
|
|
59
|
-
}
|
|
60
|
-
type end = _T_Location;
|
|
61
|
-
namespace start {
|
|
62
|
-
}
|
|
63
|
-
type start = _T_Location;
|
|
64
|
-
namespace trailing_trivia {
|
|
65
|
-
}
|
|
66
|
-
type trailing_trivia = _T_Trivia;
|
|
67
|
-
namespace _type {
|
|
68
|
-
}
|
|
69
|
-
type _type = _T_Token_Type;
|
|
57
|
+
export declare namespace _T_Relative_Location {
|
|
58
|
+
type line = number;
|
|
59
|
+
type column = number;
|
|
70
60
|
}
|
|
71
61
|
export declare namespace _T_Location {
|
|
72
|
-
type absolute = number;
|
|
73
62
|
namespace relative {
|
|
74
63
|
}
|
|
75
64
|
type relative = _T_Relative_Location;
|
|
65
|
+
type absolute = number;
|
|
76
66
|
}
|
|
77
67
|
export declare namespace _T_Range {
|
|
68
|
+
namespace start {
|
|
69
|
+
}
|
|
70
|
+
type start = _T_Location;
|
|
78
71
|
namespace end {
|
|
79
72
|
}
|
|
80
73
|
type end = _T_Location;
|
|
81
|
-
|
|
74
|
+
}
|
|
75
|
+
export declare namespace _T_Whitespace {
|
|
76
|
+
namespace range {
|
|
82
77
|
}
|
|
83
|
-
type
|
|
78
|
+
type range = _T_Range;
|
|
79
|
+
type value = string;
|
|
84
80
|
}
|
|
85
|
-
export declare namespace
|
|
86
|
-
|
|
87
|
-
|
|
81
|
+
export declare namespace _T_Trivia {
|
|
82
|
+
namespace leading_whitespace {
|
|
83
|
+
}
|
|
84
|
+
type leading_whitespace = _T_Whitespace;
|
|
85
|
+
namespace comments {
|
|
86
|
+
namespace L {
|
|
87
|
+
namespace _type {
|
|
88
|
+
namespace SG {
|
|
89
|
+
type line = null;
|
|
90
|
+
type block = null;
|
|
91
|
+
}
|
|
92
|
+
type SG = readonly ['line', null] | readonly ['block', null];
|
|
93
|
+
}
|
|
94
|
+
type _type = _i_core._T_State_Group<null, readonly ['line', null] | readonly ['block', null]>;
|
|
95
|
+
type content = string;
|
|
96
|
+
namespace range {
|
|
97
|
+
}
|
|
98
|
+
type range = _T_Range;
|
|
99
|
+
namespace trailing_whitespace {
|
|
100
|
+
}
|
|
101
|
+
type trailing_whitespace = _T_Whitespace;
|
|
102
|
+
}
|
|
103
|
+
type L = {
|
|
104
|
+
readonly 'type': _i_core._T_State_Group<null, readonly ['line', null] | readonly ['block', null]>;
|
|
105
|
+
readonly 'content': string;
|
|
106
|
+
readonly 'range': _T_Range;
|
|
107
|
+
readonly 'trailing whitespace': _T_Whitespace;
|
|
108
|
+
};
|
|
109
|
+
}
|
|
110
|
+
type comments = _i_core._T_List<null, {
|
|
111
|
+
readonly 'type': _i_core._T_State_Group<null, readonly ['line', null] | readonly ['block', null]>;
|
|
112
|
+
readonly 'content': string;
|
|
113
|
+
readonly 'range': _T_Range;
|
|
114
|
+
readonly 'trailing whitespace': _T_Whitespace;
|
|
115
|
+
}>;
|
|
88
116
|
}
|
|
89
117
|
export declare namespace _T_String_Type {
|
|
90
118
|
namespace SG {
|
|
91
|
-
type apostrophed = null;
|
|
92
|
-
type backticked = null;
|
|
93
119
|
type quoted = null;
|
|
120
|
+
type apostrophed = null;
|
|
94
121
|
type undelimited = null;
|
|
122
|
+
type backticked = null;
|
|
95
123
|
}
|
|
96
|
-
type SG = readonly ['
|
|
124
|
+
type SG = readonly ['quoted', null] | readonly ['apostrophed', null] | readonly ['undelimited', null] | readonly ['backticked', null];
|
|
97
125
|
}
|
|
98
126
|
export declare namespace _T_Token_Type {
|
|
99
127
|
namespace SG {
|
|
100
|
-
type $
|
|
101
|
-
type $
|
|
128
|
+
type $co_ = null;
|
|
129
|
+
type $cc_ = null;
|
|
130
|
+
type $bo_ = null;
|
|
131
|
+
type $bc_ = null;
|
|
102
132
|
type $po_ = null;
|
|
103
133
|
type $pc_ = null;
|
|
104
|
-
type $sr_ = null;
|
|
105
|
-
type $cl_ = null;
|
|
106
134
|
type $st_ = null;
|
|
107
135
|
type $gt_ = null;
|
|
136
|
+
type $ex_ = null;
|
|
108
137
|
type $at_ = null;
|
|
109
|
-
type $
|
|
110
|
-
type $
|
|
138
|
+
type $ti_ = null;
|
|
139
|
+
type $sr_ = null;
|
|
140
|
+
type $cl_ = null;
|
|
141
|
+
type $vb_ = null;
|
|
142
|
+
type $ha_ = null;
|
|
111
143
|
namespace _string {
|
|
112
|
-
namespace _type {
|
|
113
|
-
}
|
|
114
|
-
type _type = _T_String_Type;
|
|
115
144
|
namespace value {
|
|
116
145
|
}
|
|
117
146
|
type value = _T_Delimited_String;
|
|
147
|
+
namespace _type {
|
|
148
|
+
}
|
|
149
|
+
type _type = _T_String_Type;
|
|
118
150
|
}
|
|
119
151
|
type _string = {
|
|
120
|
-
readonly 'type': _T_String_Type;
|
|
121
152
|
readonly 'value': _T_Delimited_String;
|
|
153
|
+
readonly 'type': _T_String_Type;
|
|
122
154
|
};
|
|
123
|
-
type $co_ = null;
|
|
124
|
-
type $vb_ = null;
|
|
125
|
-
type $cc_ = null;
|
|
126
|
-
type $ti_ = null;
|
|
127
155
|
}
|
|
128
|
-
type SG = readonly ['
|
|
156
|
+
type SG = readonly ['{', null] | readonly ['}', null] | readonly ['[', null] | readonly [']', null] | readonly ['(', null] | readonly [')', null] | readonly ['<', null] | readonly ['>', null] | readonly ['!', null] | readonly ['@', null] | readonly ['~', null] | readonly ['*', null] | readonly [':', null] | readonly ['|', null] | readonly ['#', null] | readonly [
|
|
129
157
|
'string',
|
|
130
158
|
{
|
|
131
|
-
readonly 'type': _T_String_Type;
|
|
132
159
|
readonly 'value': _T_Delimited_String;
|
|
160
|
+
readonly 'type': _T_String_Type;
|
|
133
161
|
}
|
|
134
|
-
]
|
|
162
|
+
];
|
|
135
163
|
}
|
|
136
|
-
export declare namespace
|
|
164
|
+
export declare namespace _T_Annotated_Token {
|
|
165
|
+
namespace start {
|
|
166
|
+
}
|
|
167
|
+
type start = _T_Location;
|
|
168
|
+
namespace _type {
|
|
169
|
+
}
|
|
170
|
+
type _type = _T_Token_Type;
|
|
137
171
|
namespace end {
|
|
138
172
|
}
|
|
139
173
|
type end = _T_Location;
|
|
174
|
+
namespace trailing_trivia {
|
|
175
|
+
}
|
|
176
|
+
type trailing_trivia = _T_Trivia;
|
|
177
|
+
}
|
|
178
|
+
export declare namespace _T_Tokenizer_Result {
|
|
140
179
|
namespace leading_trivia {
|
|
141
180
|
}
|
|
142
181
|
type leading_trivia = _T_Trivia;
|
|
@@ -146,10 +185,48 @@ export declare namespace _T_Tokenizer_Result {
|
|
|
146
185
|
type L = _T_Annotated_Token;
|
|
147
186
|
}
|
|
148
187
|
type tokens = _i_core._T_List<null, _T_Annotated_Token>;
|
|
188
|
+
namespace end {
|
|
189
|
+
}
|
|
190
|
+
type end = _T_Location;
|
|
149
191
|
}
|
|
150
|
-
export declare namespace
|
|
192
|
+
export declare namespace Relative_Location {
|
|
193
|
+
type line = number;
|
|
194
|
+
type column = number;
|
|
195
|
+
}
|
|
196
|
+
export declare namespace Location {
|
|
197
|
+
namespace relative {
|
|
198
|
+
}
|
|
199
|
+
type relative = _T_Relative_Location;
|
|
200
|
+
type absolute = number;
|
|
201
|
+
}
|
|
202
|
+
export declare namespace Range {
|
|
203
|
+
namespace start {
|
|
204
|
+
}
|
|
205
|
+
type start = _T_Location;
|
|
206
|
+
namespace end {
|
|
207
|
+
}
|
|
208
|
+
type end = _T_Location;
|
|
209
|
+
}
|
|
210
|
+
export declare namespace Whitespace {
|
|
211
|
+
namespace range {
|
|
212
|
+
}
|
|
213
|
+
type range = _T_Range;
|
|
214
|
+
type value = string;
|
|
215
|
+
}
|
|
216
|
+
export declare namespace Trivia {
|
|
217
|
+
namespace leading_whitespace {
|
|
218
|
+
}
|
|
219
|
+
type leading_whitespace = _T_Whitespace;
|
|
151
220
|
namespace comments {
|
|
152
221
|
namespace L {
|
|
222
|
+
namespace _type {
|
|
223
|
+
namespace SG {
|
|
224
|
+
type line = null;
|
|
225
|
+
type block = null;
|
|
226
|
+
}
|
|
227
|
+
type SG = readonly ['line', null] | readonly ['block', null];
|
|
228
|
+
}
|
|
229
|
+
type _type = _i_core._T_State_Group<null, readonly ['line', null] | readonly ['block', null]>;
|
|
153
230
|
type content = string;
|
|
154
231
|
namespace range {
|
|
155
232
|
}
|
|
@@ -157,121 +234,83 @@ export declare namespace _T_Trivia {
|
|
|
157
234
|
namespace trailing_whitespace {
|
|
158
235
|
}
|
|
159
236
|
type trailing_whitespace = _T_Whitespace;
|
|
160
|
-
namespace _type {
|
|
161
|
-
namespace SG {
|
|
162
|
-
type block = null;
|
|
163
|
-
type line = null;
|
|
164
|
-
}
|
|
165
|
-
type SG = readonly ['block', null] | readonly ['line', null];
|
|
166
|
-
}
|
|
167
|
-
type _type = _i_core._T_State_Group<null, readonly ['block', null] | readonly ['line', null]>;
|
|
168
237
|
}
|
|
169
238
|
type L = {
|
|
239
|
+
readonly 'type': _i_core._T_State_Group<null, readonly ['line', null] | readonly ['block', null]>;
|
|
170
240
|
readonly 'content': string;
|
|
171
241
|
readonly 'range': _T_Range;
|
|
172
242
|
readonly 'trailing whitespace': _T_Whitespace;
|
|
173
|
-
readonly 'type': _i_core._T_State_Group<null, readonly ['block', null] | readonly ['line', null]>;
|
|
174
243
|
};
|
|
175
244
|
}
|
|
176
245
|
type comments = _i_core._T_List<null, {
|
|
246
|
+
readonly 'type': _i_core._T_State_Group<null, readonly ['line', null] | readonly ['block', null]>;
|
|
177
247
|
readonly 'content': string;
|
|
178
248
|
readonly 'range': _T_Range;
|
|
179
249
|
readonly 'trailing whitespace': _T_Whitespace;
|
|
180
|
-
readonly 'type': _i_core._T_State_Group<null, readonly ['block', null] | readonly ['line', null]>;
|
|
181
250
|
}>;
|
|
182
|
-
namespace leading_whitespace {
|
|
183
|
-
}
|
|
184
|
-
type leading_whitespace = _T_Whitespace;
|
|
185
|
-
}
|
|
186
|
-
export declare namespace _T_Whitespace {
|
|
187
|
-
namespace range {
|
|
188
|
-
}
|
|
189
|
-
type range = _T_Range;
|
|
190
|
-
type value = string;
|
|
191
|
-
}
|
|
192
|
-
export declare namespace Annotated_Token {
|
|
193
|
-
namespace end {
|
|
194
|
-
}
|
|
195
|
-
type end = _T_Location;
|
|
196
|
-
namespace start {
|
|
197
|
-
}
|
|
198
|
-
type start = _T_Location;
|
|
199
|
-
namespace trailing_trivia {
|
|
200
|
-
}
|
|
201
|
-
type trailing_trivia = _T_Trivia;
|
|
202
|
-
namespace _type {
|
|
203
|
-
}
|
|
204
|
-
type _type = _T_Token_Type;
|
|
205
|
-
}
|
|
206
|
-
export declare namespace Location {
|
|
207
|
-
type absolute = number;
|
|
208
|
-
namespace relative {
|
|
209
|
-
}
|
|
210
|
-
type relative = _T_Relative_Location;
|
|
211
|
-
}
|
|
212
|
-
export declare namespace Range {
|
|
213
|
-
namespace end {
|
|
214
|
-
}
|
|
215
|
-
type end = _T_Location;
|
|
216
|
-
namespace start {
|
|
217
|
-
}
|
|
218
|
-
type start = _T_Location;
|
|
219
|
-
}
|
|
220
|
-
export declare namespace Relative_Location {
|
|
221
|
-
type column = number;
|
|
222
|
-
type line = number;
|
|
223
251
|
}
|
|
224
252
|
export declare namespace String_Type {
|
|
225
253
|
namespace SG {
|
|
226
|
-
type apostrophed = null;
|
|
227
|
-
type backticked = null;
|
|
228
254
|
type quoted = null;
|
|
255
|
+
type apostrophed = null;
|
|
229
256
|
type undelimited = null;
|
|
257
|
+
type backticked = null;
|
|
230
258
|
}
|
|
231
|
-
type SG = readonly ['
|
|
259
|
+
type SG = readonly ['quoted', null] | readonly ['apostrophed', null] | readonly ['undelimited', null] | readonly ['backticked', null];
|
|
232
260
|
}
|
|
233
261
|
export declare namespace Token_Type {
|
|
234
262
|
namespace SG {
|
|
235
|
-
type $
|
|
236
|
-
type $
|
|
263
|
+
type $co_ = null;
|
|
264
|
+
type $cc_ = null;
|
|
265
|
+
type $bo_ = null;
|
|
266
|
+
type $bc_ = null;
|
|
237
267
|
type $po_ = null;
|
|
238
268
|
type $pc_ = null;
|
|
239
|
-
type $sr_ = null;
|
|
240
|
-
type $cl_ = null;
|
|
241
269
|
type $st_ = null;
|
|
242
270
|
type $gt_ = null;
|
|
271
|
+
type $ex_ = null;
|
|
243
272
|
type $at_ = null;
|
|
244
|
-
type $
|
|
245
|
-
type $
|
|
273
|
+
type $ti_ = null;
|
|
274
|
+
type $sr_ = null;
|
|
275
|
+
type $cl_ = null;
|
|
276
|
+
type $vb_ = null;
|
|
277
|
+
type $ha_ = null;
|
|
246
278
|
namespace _string {
|
|
247
|
-
namespace _type {
|
|
248
|
-
}
|
|
249
|
-
type _type = _T_String_Type;
|
|
250
279
|
namespace value {
|
|
251
280
|
}
|
|
252
281
|
type value = _T_Delimited_String;
|
|
282
|
+
namespace _type {
|
|
283
|
+
}
|
|
284
|
+
type _type = _T_String_Type;
|
|
253
285
|
}
|
|
254
286
|
type _string = {
|
|
255
|
-
readonly 'type': _T_String_Type;
|
|
256
287
|
readonly 'value': _T_Delimited_String;
|
|
288
|
+
readonly 'type': _T_String_Type;
|
|
257
289
|
};
|
|
258
|
-
type $co_ = null;
|
|
259
|
-
type $vb_ = null;
|
|
260
|
-
type $cc_ = null;
|
|
261
|
-
type $ti_ = null;
|
|
262
290
|
}
|
|
263
|
-
type SG = readonly ['
|
|
291
|
+
type SG = readonly ['{', null] | readonly ['}', null] | readonly ['[', null] | readonly [']', null] | readonly ['(', null] | readonly [')', null] | readonly ['<', null] | readonly ['>', null] | readonly ['!', null] | readonly ['@', null] | readonly ['~', null] | readonly ['*', null] | readonly [':', null] | readonly ['|', null] | readonly ['#', null] | readonly [
|
|
264
292
|
'string',
|
|
265
293
|
{
|
|
266
|
-
readonly 'type': _T_String_Type;
|
|
267
294
|
readonly 'value': _T_Delimited_String;
|
|
295
|
+
readonly 'type': _T_String_Type;
|
|
268
296
|
}
|
|
269
|
-
]
|
|
297
|
+
];
|
|
270
298
|
}
|
|
271
|
-
export declare namespace
|
|
299
|
+
export declare namespace Annotated_Token {
|
|
300
|
+
namespace start {
|
|
301
|
+
}
|
|
302
|
+
type start = _T_Location;
|
|
303
|
+
namespace _type {
|
|
304
|
+
}
|
|
305
|
+
type _type = _T_Token_Type;
|
|
272
306
|
namespace end {
|
|
273
307
|
}
|
|
274
308
|
type end = _T_Location;
|
|
309
|
+
namespace trailing_trivia {
|
|
310
|
+
}
|
|
311
|
+
type trailing_trivia = _T_Trivia;
|
|
312
|
+
}
|
|
313
|
+
export declare namespace Tokenizer_Result {
|
|
275
314
|
namespace leading_trivia {
|
|
276
315
|
}
|
|
277
316
|
type leading_trivia = _T_Trivia;
|
|
@@ -281,46 +320,7 @@ export declare namespace Tokenizer_Result {
|
|
|
281
320
|
type L = _T_Annotated_Token;
|
|
282
321
|
}
|
|
283
322
|
type tokens = _i_core._T_List<null, _T_Annotated_Token>;
|
|
284
|
-
|
|
285
|
-
export declare namespace Trivia {
|
|
286
|
-
namespace comments {
|
|
287
|
-
namespace L {
|
|
288
|
-
type content = string;
|
|
289
|
-
namespace range {
|
|
290
|
-
}
|
|
291
|
-
type range = _T_Range;
|
|
292
|
-
namespace trailing_whitespace {
|
|
293
|
-
}
|
|
294
|
-
type trailing_whitespace = _T_Whitespace;
|
|
295
|
-
namespace _type {
|
|
296
|
-
namespace SG {
|
|
297
|
-
type block = null;
|
|
298
|
-
type line = null;
|
|
299
|
-
}
|
|
300
|
-
type SG = readonly ['block', null] | readonly ['line', null];
|
|
301
|
-
}
|
|
302
|
-
type _type = _i_core._T_State_Group<null, readonly ['block', null] | readonly ['line', null]>;
|
|
303
|
-
}
|
|
304
|
-
type L = {
|
|
305
|
-
readonly 'content': string;
|
|
306
|
-
readonly 'range': _T_Range;
|
|
307
|
-
readonly 'trailing whitespace': _T_Whitespace;
|
|
308
|
-
readonly 'type': _i_core._T_State_Group<null, readonly ['block', null] | readonly ['line', null]>;
|
|
309
|
-
};
|
|
310
|
-
}
|
|
311
|
-
type comments = _i_core._T_List<null, {
|
|
312
|
-
readonly 'content': string;
|
|
313
|
-
readonly 'range': _T_Range;
|
|
314
|
-
readonly 'trailing whitespace': _T_Whitespace;
|
|
315
|
-
readonly 'type': _i_core._T_State_Group<null, readonly ['block', null] | readonly ['line', null]>;
|
|
316
|
-
}>;
|
|
317
|
-
namespace leading_whitespace {
|
|
318
|
-
}
|
|
319
|
-
type leading_whitespace = _T_Whitespace;
|
|
320
|
-
}
|
|
321
|
-
export declare namespace Whitespace {
|
|
322
|
-
namespace range {
|
|
323
|
+
namespace end {
|
|
323
324
|
}
|
|
324
|
-
type
|
|
325
|
-
type value = string;
|
|
325
|
+
type end = _T_Location;
|
|
326
326
|
}
|