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.
Files changed (146) hide show
  1. package/dist/implementation/generated/pareto/generic/serialize.d.ts +4 -0
  2. package/dist/implementation/generated/pareto/generic/serialize.js +93 -0
  3. package/dist/implementation/generated/pareto/generic/unmarshall.d.ts +28 -28
  4. package/dist/implementation/generated/pareto/generic/unmarshall.js +38 -29
  5. package/dist/implementation/generated/pareto/schemas/astn_schema/marshall.d.ts +7 -7
  6. package/dist/implementation/generated/pareto/schemas/astn_schema/marshall.js +86 -104
  7. package/dist/implementation/generated/pareto/schemas/astn_schema/resolve.d.ts +8 -8
  8. package/dist/implementation/generated/pareto/schemas/astn_schema/resolve.js +226 -244
  9. package/dist/implementation/generated/pareto/schemas/astn_schema/serialize.d.ts +12 -0
  10. package/dist/implementation/generated/pareto/schemas/astn_schema/serialize.js +73 -0
  11. package/dist/implementation/generated/pareto/schemas/astn_schema/unmarshall.d.ts +7 -7
  12. package/dist/implementation/generated/pareto/schemas/astn_schema/unmarshall.js +72 -84
  13. package/dist/implementation/generated/pareto/schemas/authoring_parse_result/marshall.js +84 -84
  14. package/dist/implementation/generated/pareto/schemas/authoring_parse_result/serialize.d.ts +3 -0
  15. package/dist/implementation/generated/pareto/schemas/authoring_parse_result/serialize.js +37 -0
  16. package/dist/implementation/generated/pareto/schemas/authoring_parse_result/unmarshall.js +44 -42
  17. package/dist/implementation/generated/pareto/schemas/authoring_parse_tree/marshall.d.ts +6 -5
  18. package/dist/implementation/generated/pareto/schemas/authoring_parse_tree/marshall.js +135 -134
  19. package/dist/implementation/generated/pareto/schemas/authoring_parse_tree/serialize.d.ts +9 -0
  20. package/dist/implementation/generated/pareto/schemas/authoring_parse_tree/serialize.js +61 -0
  21. package/dist/implementation/generated/pareto/schemas/authoring_parse_tree/unmarshall.d.ts +6 -5
  22. package/dist/implementation/generated/pareto/schemas/authoring_parse_tree/unmarshall.js +172 -175
  23. package/dist/implementation/generated/pareto/schemas/authoring_target/marshall.d.ts +1 -1
  24. package/dist/implementation/generated/pareto/schemas/authoring_target/marshall.js +72 -72
  25. package/dist/implementation/generated/pareto/schemas/authoring_target/serialize.d.ts +3 -0
  26. package/dist/implementation/generated/pareto/schemas/authoring_target/serialize.js +37 -0
  27. package/dist/implementation/generated/pareto/schemas/authoring_target/unmarshall.d.ts +1 -1
  28. package/dist/implementation/generated/pareto/schemas/authoring_target/unmarshall.js +48 -48
  29. package/dist/implementation/generated/pareto/schemas/ide/marshall.d.ts +1 -1
  30. package/dist/implementation/generated/pareto/schemas/ide/marshall.js +29 -29
  31. package/dist/implementation/generated/pareto/schemas/ide/serialize.d.ts +4 -0
  32. package/dist/implementation/generated/pareto/schemas/ide/serialize.js +41 -0
  33. package/dist/implementation/generated/pareto/schemas/ide/unmarshall.d.ts +1 -1
  34. package/dist/implementation/generated/pareto/schemas/ide/unmarshall.js +25 -25
  35. package/dist/implementation/generated/pareto/schemas/sealed_target/marshall.d.ts +1 -1
  36. package/dist/implementation/generated/pareto/schemas/sealed_target/marshall.js +66 -66
  37. package/dist/implementation/generated/pareto/schemas/sealed_target/serialize.d.ts +3 -0
  38. package/dist/implementation/generated/pareto/schemas/sealed_target/serialize.js +37 -0
  39. package/dist/implementation/generated/pareto/schemas/sealed_target/unmarshall.d.ts +1 -1
  40. package/dist/implementation/generated/pareto/schemas/sealed_target/unmarshall.js +46 -46
  41. package/dist/implementation/generated/pareto/schemas/token/marshall.d.ts +5 -5
  42. package/dist/implementation/generated/pareto/schemas/token/marshall.js +131 -131
  43. package/dist/implementation/generated/pareto/schemas/token/serialize.d.ts +11 -0
  44. package/dist/implementation/generated/pareto/schemas/token/serialize.js +69 -0
  45. package/dist/implementation/generated/pareto/schemas/token/unmarshall.d.ts +5 -5
  46. package/dist/implementation/generated/pareto/schemas/token/unmarshall.js +120 -120
  47. package/dist/implementation/manual/schemas/annotated_characters/deserializers.js +10 -3
  48. package/dist/implementation/manual/schemas/authoring_parse_result/transformers/fountain_pen.js +5 -2
  49. package/dist/implementation/manual/schemas/authoring_parse_tree/deserializers.js +11 -21
  50. package/dist/implementation/manual/schemas/authoring_parse_tree/productions/temp.d.ts +1 -1
  51. package/dist/implementation/manual/schemas/authoring_parse_tree/productions/temp.js +3 -3
  52. package/dist/implementation/manual/schemas/authoring_parse_tree/productions/token.js +3 -3
  53. package/dist/implementation/manual/schemas/authoring_parse_tree/transformers/ide.js +3 -17
  54. package/dist/implementation/manual/schemas/authoring_parse_tree/transformers/json_target.js +3 -3
  55. package/dist/implementation/manual/schemas/authoring_parse_tree/transformers/token.js +3 -3
  56. package/dist/implementation/manual/schemas/token/productions/annotated_character.d.ts +12 -5
  57. package/dist/implementation/manual/schemas/token/productions/annotated_character.js +56 -62
  58. package/dist/implementation/manual/text_to_text/convert_to_json.js +1 -1
  59. package/dist/interface/generated/pareto/core/astn_source.d.ts +9 -9
  60. package/dist/interface/generated/pareto/core/astn_target.d.ts +15 -15
  61. package/dist/interface/generated/pareto/core/parse_result.d.ts +2 -2
  62. package/dist/interface/generated/pareto/core/resolved.d.ts +12 -12
  63. package/dist/interface/generated/pareto/core/token.d.ts +4 -4
  64. package/dist/interface/generated/pareto/core/unconstrained.d.ts +3 -3
  65. package/dist/interface/generated/pareto/core/unresolved.d.ts +10 -10
  66. package/dist/interface/generated/pareto/schemas/astn_schema/data_types/resolve.d.ts +548 -548
  67. package/dist/interface/generated/pareto/schemas/astn_schema/data_types/source.d.ts +119 -160
  68. package/dist/interface/generated/pareto/schemas/astn_schema/data_types/target.d.ts +119 -160
  69. package/dist/interface/generated/pareto/schemas/astn_schema/marshall.d.ts +56 -56
  70. package/dist/interface/generated/pareto/schemas/astn_schema/migrate_boilerplate.d.ts +65 -65
  71. package/dist/interface/generated/pareto/schemas/astn_schema/serialize.d.ts +288 -0
  72. package/dist/interface/generated/pareto/schemas/astn_schema/serialize.js +3 -0
  73. package/dist/interface/generated/pareto/schemas/astn_schema/unmarshall.d.ts +65 -65
  74. package/dist/interface/generated/pareto/schemas/astn_schema/value_deserializers.d.ts +10 -10
  75. package/dist/interface/generated/pareto/schemas/astn_schema/value_serializers.d.ts +10 -10
  76. package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/resolve.js +1 -1
  77. package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/source.d.ts +84 -77
  78. package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/target.d.ts +84 -77
  79. package/dist/interface/generated/pareto/schemas/authoring_parse_result/marshall.d.ts +1 -1
  80. package/dist/interface/generated/pareto/schemas/authoring_parse_result/migrate_boilerplate.d.ts +1 -1
  81. package/dist/interface/generated/pareto/schemas/authoring_parse_result/serialize.d.ts +54 -0
  82. package/dist/interface/generated/pareto/schemas/authoring_parse_result/serialize.js +3 -0
  83. package/dist/interface/generated/pareto/schemas/authoring_parse_result/unmarshall.d.ts +1 -1
  84. package/dist/interface/generated/pareto/schemas/authoring_parse_result/value_deserializers.d.ts +10 -10
  85. package/dist/interface/generated/pareto/schemas/authoring_parse_result/value_serializers.d.ts +10 -10
  86. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/resolve.js +1 -1
  87. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/source.d.ts +347 -356
  88. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/target.d.ts +347 -356
  89. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/marshall.d.ts +66 -36
  90. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/migrate_boilerplate.d.ts +68 -46
  91. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/serialize.d.ts +210 -0
  92. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/serialize.js +3 -0
  93. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/unmarshall.d.ts +71 -41
  94. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/value_deserializers.d.ts +10 -10
  95. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/value_serializers.d.ts +10 -10
  96. package/dist/interface/generated/pareto/schemas/authoring_target/data_types/resolve.js +1 -1
  97. package/dist/interface/generated/pareto/schemas/authoring_target/data_types/source.d.ts +145 -145
  98. package/dist/interface/generated/pareto/schemas/authoring_target/data_types/target.d.ts +145 -145
  99. package/dist/interface/generated/pareto/schemas/authoring_target/marshall.d.ts +12 -12
  100. package/dist/interface/generated/pareto/schemas/authoring_target/migrate_boilerplate.d.ts +14 -14
  101. package/dist/interface/generated/pareto/schemas/authoring_target/serialize.d.ts +54 -0
  102. package/dist/interface/generated/pareto/schemas/authoring_target/serialize.js +3 -0
  103. package/dist/interface/generated/pareto/schemas/authoring_target/unmarshall.d.ts +13 -13
  104. package/dist/interface/generated/pareto/schemas/authoring_target/value_deserializers.d.ts +10 -10
  105. package/dist/interface/generated/pareto/schemas/authoring_target/value_serializers.d.ts +10 -10
  106. package/dist/interface/generated/pareto/schemas/ide/data_types/resolve.js +1 -1
  107. package/dist/interface/generated/pareto/schemas/ide/data_types/source.d.ts +54 -54
  108. package/dist/interface/generated/pareto/schemas/ide/data_types/target.d.ts +54 -54
  109. package/dist/interface/generated/pareto/schemas/ide/marshall.d.ts +17 -17
  110. package/dist/interface/generated/pareto/schemas/ide/migrate_boilerplate.d.ts +14 -14
  111. package/dist/interface/generated/pareto/schemas/ide/serialize.d.ts +80 -0
  112. package/dist/interface/generated/pareto/schemas/ide/serialize.js +3 -0
  113. package/dist/interface/generated/pareto/schemas/ide/unmarshall.d.ts +17 -17
  114. package/dist/interface/generated/pareto/schemas/ide/value_deserializers.d.ts +10 -10
  115. package/dist/interface/generated/pareto/schemas/ide/value_serializers.d.ts +10 -10
  116. package/dist/interface/generated/pareto/schemas/sealed_target/data_types/resolve.js +1 -1
  117. package/dist/interface/generated/pareto/schemas/sealed_target/data_types/source.d.ts +114 -114
  118. package/dist/interface/generated/pareto/schemas/sealed_target/data_types/target.d.ts +114 -114
  119. package/dist/interface/generated/pareto/schemas/sealed_target/marshall.d.ts +12 -12
  120. package/dist/interface/generated/pareto/schemas/sealed_target/migrate_boilerplate.d.ts +14 -14
  121. package/dist/interface/generated/pareto/schemas/sealed_target/serialize.d.ts +54 -0
  122. package/dist/interface/generated/pareto/schemas/sealed_target/serialize.js +3 -0
  123. package/dist/interface/generated/pareto/schemas/sealed_target/unmarshall.d.ts +13 -13
  124. package/dist/interface/generated/pareto/schemas/sealed_target/value_deserializers.d.ts +10 -10
  125. package/dist/interface/generated/pareto/schemas/sealed_target/value_serializers.d.ts +10 -10
  126. package/dist/interface/generated/pareto/schemas/token/data_types/resolve.js +1 -1
  127. package/dist/interface/generated/pareto/schemas/token/data_types/source.d.ts +188 -188
  128. package/dist/interface/generated/pareto/schemas/token/data_types/target.d.ts +188 -188
  129. package/dist/interface/generated/pareto/schemas/token/marshall.d.ts +56 -56
  130. package/dist/interface/generated/pareto/schemas/token/migrate_boilerplate.d.ts +66 -66
  131. package/dist/interface/generated/pareto/schemas/token/serialize.d.ts +262 -0
  132. package/dist/interface/generated/pareto/schemas/token/serialize.js +3 -0
  133. package/dist/interface/generated/pareto/schemas/token/unmarshall.d.ts +59 -59
  134. package/dist/interface/generated/pareto/schemas/token/value_deserializers.d.ts +10 -10
  135. package/dist/interface/generated/pareto/schemas/token/value_serializers.d.ts +10 -10
  136. package/dist/interface/to_be_generated/annotated_characters.d.ts +5 -2
  137. package/dist/modules/pareto-json/implementation/generated/pareto/generic/unmarshall.d.ts +6 -6
  138. package/dist/modules/pareto-json/interface/generated/pareto/core/astn_source.d.ts +9 -9
  139. package/dist/modules/pareto-json/interface/generated/pareto/core/astn_target.d.ts +15 -15
  140. package/dist/modules/pareto-json/interface/generated/pareto/core/parse_result.d.ts +2 -2
  141. package/dist/modules/pareto-json/interface/generated/pareto/core/resolved.d.ts +12 -12
  142. package/dist/modules/pareto-json/interface/generated/pareto/core/token.d.ts +4 -4
  143. package/dist/modules/pareto-json/interface/generated/pareto/core/unconstrained.d.ts +3 -3
  144. package/dist/modules/pareto-json/interface/generated/pareto/core/unresolved.d.ts +10 -10
  145. package/dist/shorthands/parse_result.js +29 -5
  146. package/package.json +6 -6
@@ -1,142 +1,181 @@
1
1
  import * as _i_core from "../../../core/unconstrained";
2
- export type _T_Annotated_Token = {
3
- readonly 'end': _T_Location;
4
- readonly 'start': _T_Location;
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
- readonly 'leading trivia': _T_Trivia;
32
- readonly 'tokens': _i_core._T_List<null, _T_Annotated_Token>;
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 _T_Whitespace = {
44
- readonly 'range': _T_Range;
45
- readonly 'value': string;
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 Annotated_Token = _T_Annotated_Token;
48
- export type Delimited_String = _T_Delimited_String;
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 Relative_Location = _T_Relative_Location;
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 type Trivia = _T_Trivia;
56
- export type Whitespace = _T_Whitespace;
57
- export declare namespace _T_Annotated_Token {
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
- namespace start {
74
+ }
75
+ export declare namespace _T_Whitespace {
76
+ namespace range {
82
77
  }
83
- type start = _T_Location;
78
+ type range = _T_Range;
79
+ type value = string;
84
80
  }
85
- export declare namespace _T_Relative_Location {
86
- type column = number;
87
- type line = number;
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 ['apostrophed', null] | readonly ['backticked', null] | readonly ['quoted', null] | readonly ['undelimited', null];
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 $ex_ = null;
101
- type $ha_ = null;
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 $bo_ = null;
110
- type $bc_ = null;
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 ['!', null] | readonly ['#', null] | readonly ['(', null] | readonly [')', null] | readonly ['*', null] | readonly [':', null] | readonly ['<', null] | readonly ['>', null] | readonly ['@', null] | readonly ['[', null] | readonly [']', null] | 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
- ] | readonly ['{', null] | readonly ['|', null] | readonly ['}', null] | readonly ['~', null];
162
+ ];
135
163
  }
136
- export declare namespace _T_Tokenizer_Result {
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 _T_Trivia {
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 ['apostrophed', null] | readonly ['backticked', null] | readonly ['quoted', null] | readonly ['undelimited', null];
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 $ex_ = null;
236
- type $ha_ = null;
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 $bo_ = null;
245
- type $bc_ = null;
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 ['!', null] | readonly ['#', null] | readonly ['(', null] | readonly [')', null] | readonly ['*', null] | readonly [':', null] | readonly ['<', null] | readonly ['>', null] | readonly ['@', null] | readonly ['[', null] | readonly [']', null] | 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
- ] | readonly ['{', null] | readonly ['|', null] | readonly ['}', null] | readonly ['~', null];
297
+ ];
270
298
  }
271
- export declare namespace Tokenizer_Result {
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 range = _T_Range;
325
- type value = string;
325
+ type end = _T_Location;
326
326
  }