pareto 0.76.44 → 0.76.46

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 (142) hide show
  1. package/dist/bin/compile.d.ts +1 -0
  2. package/dist/bin/compile.js +5 -9
  3. package/dist/bin/seal.d.ts +2 -0
  4. package/dist/bin/seal.js +30 -0
  5. package/dist/bin/serialize_schemas.d.ts +2 -0
  6. package/dist/bin/serialize_schemas.js +30 -0
  7. package/dist/bin/validate.d.ts +2 -0
  8. package/dist/bin/validate.js +30 -0
  9. package/dist/deserializers/load_schema.d.ts +6 -0
  10. package/dist/deserializers/load_schema.js +90 -0
  11. package/dist/generated/implementation/generic/resolve.d.ts +1 -1
  12. package/dist/generated/implementation/generic/resolve.js +16 -16
  13. package/dist/generated/implementation/generic/unmarshall.js +5 -4
  14. package/dist/generated/implementation/schemas/ast/marshall.d.ts +8 -0
  15. package/dist/generated/implementation/schemas/ast/marshall.js +241 -0
  16. package/dist/generated/implementation/schemas/ast/unmarshall.d.ts +8 -0
  17. package/dist/generated/implementation/schemas/ast/unmarshall.js +316 -0
  18. package/dist/generated/implementation/schemas/token/marshall.d.ts +11 -0
  19. package/dist/generated/implementation/schemas/token/marshall.js +230 -0
  20. package/dist/generated/implementation/schemas/token/unmarshall.d.ts +11 -0
  21. package/dist/generated/implementation/schemas/token/unmarshall.js +218 -0
  22. package/dist/generated/interface/core/astn_source.d.ts +5 -5
  23. package/dist/generated/interface/schemas/ast/data_types/resolve.js +7 -0
  24. package/dist/generated/interface/schemas/ast/data_types/source.d.ts +851 -0
  25. package/dist/generated/interface/schemas/ast/data_types/source.js +3 -0
  26. package/dist/generated/interface/schemas/ast/data_types/target.d.ts +851 -0
  27. package/dist/generated/interface/schemas/ast/data_types/target.js +3 -0
  28. package/dist/generated/interface/schemas/ast/marshall.d.ts +213 -0
  29. package/dist/generated/interface/schemas/ast/marshall.js +3 -0
  30. package/dist/generated/interface/schemas/ast/migrate_boilerplate.d.ts +156 -0
  31. package/dist/generated/interface/schemas/ast/migrate_boilerplate.js +3 -0
  32. package/dist/generated/interface/schemas/ast/unmarshall.d.ts +213 -0
  33. package/dist/generated/interface/schemas/ast/unmarshall.js +3 -0
  34. package/dist/generated/interface/schemas/ast/value_deserializers.d.ts +44 -0
  35. package/dist/generated/interface/schemas/ast/value_deserializers.js +3 -0
  36. package/dist/generated/interface/schemas/ast/value_serializers.d.ts +44 -0
  37. package/dist/generated/interface/schemas/ast/value_serializers.js +3 -0
  38. package/dist/generated/interface/schemas/token/data_types/resolve.d.ts +1 -0
  39. package/dist/generated/interface/schemas/token/data_types/resolve.js +7 -0
  40. package/dist/generated/interface/schemas/token/data_types/source.d.ts +326 -0
  41. package/dist/generated/interface/schemas/token/data_types/source.js +3 -0
  42. package/dist/generated/interface/schemas/token/data_types/target.d.ts +326 -0
  43. package/dist/generated/interface/schemas/token/data_types/target.js +3 -0
  44. package/dist/generated/interface/schemas/token/marshall.d.ts +303 -0
  45. package/dist/generated/interface/schemas/token/marshall.js +3 -0
  46. package/dist/generated/interface/schemas/token/migrate_boilerplate.d.ts +222 -0
  47. package/dist/generated/interface/schemas/token/migrate_boilerplate.js +3 -0
  48. package/dist/generated/interface/schemas/token/unmarshall.d.ts +303 -0
  49. package/dist/generated/interface/schemas/token/unmarshall.js +3 -0
  50. package/dist/generated/interface/schemas/token/value_deserializers.d.ts +44 -0
  51. package/dist/generated/interface/schemas/token/value_deserializers.js +3 -0
  52. package/dist/generated/interface/schemas/token/value_serializers.d.ts +44 -0
  53. package/dist/generated/interface/schemas/token/value_serializers.js +3 -0
  54. package/dist/generated/interface/schemas/unmarshall_result/data_types/source.js +1 -1
  55. package/dist/generated/interface/schemas/unmarshall_result/data_types/target.js +1 -1
  56. package/dist/operations/path.js +16 -0
  57. package/dist/procedures/compile.d.ts +2 -0
  58. package/dist/procedures/compile.js +84 -0
  59. package/dist/procedures/seal.d.ts +3 -0
  60. package/dist/procedures/seal.js +106 -0
  61. package/dist/procedures/serialize_schemas.d.ts +2 -0
  62. package/dist/procedures/serialize_schemas.js +63 -0
  63. package/dist/procedures/test.d.ts +2 -0
  64. package/dist/procedures/test.js +99 -0
  65. package/dist/procedures/validate.d.ts +2 -0
  66. package/dist/procedures/validate.js +40 -0
  67. package/dist/queries/load_pareto_document.d.ts +13 -0
  68. package/dist/queries/load_pareto_document.js +82 -0
  69. package/dist/queries/load_pareto_file.d.ts +7 -0
  70. package/dist/queries/load_pareto_file.js +45 -0
  71. package/dist/shorthands/module.d.ts +5 -5
  72. package/dist/shorthands/module.js +1 -1
  73. package/dist/shorthands/schema.d.ts +1 -1
  74. package/dist/shorthands/schema.js +4 -4
  75. package/dist/temp/temporary_schemas/accounting_ruwe_data/schema_tree.astn.js +19 -21
  76. package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/alan_light_oldstyle/$.module.astn.d.ts +2 -2
  77. package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/alan_light_oldstyle/$.module.astn.js +1 -1
  78. package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/builder_configuration/$.types.astn.d.ts +2 -2
  79. package/dist/temp/temporary_schemas/accounting_ruwe_data/schemas/builder_configuration/$.types.astn.js +1 -1
  80. package/dist/temp/temporary_schemas/astn/schemas/ast/$.types.astn.js +4 -4
  81. package/dist/temp/temporary_schemas/pareto/schema_tree.astn.js +5 -1
  82. package/dist/temp/temporary_schemas/pareto/schemas/unmarshall_result/$.globals.astn.js +2 -2
  83. package/dist/temp/temporary_schemas/pareto/schemas/unmarshall_result/$.module.astn.js +4 -2
  84. package/dist/temp/temporary_schemas/pareto/schemas/unmarshall_result/$.types.astn.js +144 -123
  85. package/dist/temp/temporary_schemas/pareto-boekhouding/schema_tree.astn.d.ts +2 -2
  86. package/dist/temp/temporary_schemas/pareto-boekhouding/schema_tree.astn.js +3 -1
  87. package/dist/temp/temporary_schemas/{accounting_ruwe_data → pareto-boekhouding}/schemas/boekhouding_oude_model/$.globals.astn.js +1 -1
  88. package/dist/temp/temporary_schemas/{accounting_ruwe_data → pareto-boekhouding}/schemas/boekhouding_oude_model/$.module.astn.js +1 -1
  89. package/dist/temp/temporary_schemas/{accounting_ruwe_data → pareto-boekhouding}/schemas/boekhouding_oude_model/$.types.astn.js +1 -1
  90. package/dist/temp/temporary_schemas/pareto-json/operations.astn.d.ts +2 -2
  91. package/dist/temp/temporary_schemas/pareto-json/operations.astn.js +1 -1
  92. package/dist/temp/temporary_schemas/pareto-json/schemas/json/$.globals.astn.d.ts +2 -2
  93. package/dist/temp/temporary_schemas/pareto-json/schemas/json/$.globals.astn.js +1 -1
  94. package/dist/test.d.ts +2 -0
  95. package/dist/{bin/test.js → test.js} +5 -3
  96. package/dist/transformations/schema/exupery_implementation/main.js +5 -8
  97. package/dist/transformations/schema/exupery_implementation/marshall.js +12 -17
  98. package/dist/transformations/schema/exupery_implementation/migrate_boilerplate.js +13 -19
  99. package/dist/transformations/schema/exupery_implementation/resolve.js +32 -37
  100. package/dist/transformations/schema/exupery_implementation/unmarshall.js +15 -20
  101. package/dist/transformations/schema/exupery_interface/dummy_resolve.js +1 -5
  102. package/dist/transformations/schema/exupery_interface/marshall.js +1 -6
  103. package/dist/transformations/schema/exupery_interface/migrate_boilerplate.js +1 -6
  104. package/dist/transformations/schema/exupery_interface/resolve.js +7 -10
  105. package/dist/transformations/schema/exupery_interface/types.js +9 -13
  106. package/dist/transformations/schema/exupery_interface/unmarshall.d.ts +2 -2
  107. package/dist/transformations/schema/exupery_interface/unmarshall.js +1 -6
  108. package/dist/transformations/schema/exupery_interface/value_deserializers.js +1 -6
  109. package/dist/transformations/schema/exupery_interface/value_serializers.js +1 -6
  110. package/dist/{other → transformations}/unmarshall_astn_ast.js +18 -14
  111. package/dist/transformations/unmarshall_errors/fountain_pen.js +5 -8
  112. package/dist/transformations/unmarshall_result/unmarshall_errors.js +10 -12
  113. package/package.json +8 -8
  114. package/dist/generated/interface/schemas/module/data_types/resolved.d.ts +0 -133
  115. package/dist/generated/interface/schemas/module/data_types/resolved.js +0 -3
  116. package/dist/generated/interface/schemas/module/data_types/unresolved.d.ts +0 -133
  117. package/dist/generated/interface/schemas/module/data_types/unresolved.js +0 -3
  118. package/dist/generated/interface/schemas/schema/data_types/resolved.d.ts +0 -3786
  119. package/dist/generated/interface/schemas/schema/data_types/resolved.js +0 -3
  120. package/dist/generated/interface/schemas/schema/data_types/unresolved.d.ts +0 -3786
  121. package/dist/generated/interface/schemas/schema/data_types/unresolved.js +0 -3
  122. package/dist/generated/interface/schemas/unmarshall_errors/data_types/unconstrained.d.ts +0 -630
  123. package/dist/generated/interface/schemas/unmarshall_errors/data_types/unconstrained.js +0 -3
  124. package/dist/other/compile_astn.d.ts +0 -3
  125. package/dist/other/compile_astn.js +0 -68
  126. package/dist/other/fp_write_to_console.d.ts +0 -5
  127. package/dist/other/fp_write_to_console.js +0 -38
  128. package/dist/other/load_astn_document.d.ts +0 -12
  129. package/dist/other/load_astn_document.js +0 -80
  130. package/dist/other/load_schema.d.ts +0 -5
  131. package/dist/other/load_schema.js +0 -95
  132. package/dist/other/path.js +0 -39
  133. package/dist/other/serialize_schemas.d.ts +0 -3
  134. package/dist/other/serialize_schemas.js +0 -67
  135. package/dist/other/test.d.ts +0 -1
  136. package/dist/other/test.js +0 -84
  137. /package/dist/{bin/test.d.ts → generated/interface/schemas/ast/data_types/resolve.d.ts} +0 -0
  138. /package/dist/{other → operations}/path.d.ts +0 -0
  139. /package/dist/temp/temporary_schemas/{accounting_ruwe_data → pareto-boekhouding}/schemas/boekhouding_oude_model/$.globals.astn.d.ts +0 -0
  140. /package/dist/temp/temporary_schemas/{accounting_ruwe_data → pareto-boekhouding}/schemas/boekhouding_oude_model/$.module.astn.d.ts +0 -0
  141. /package/dist/temp/temporary_schemas/{accounting_ruwe_data → pareto-boekhouding}/schemas/boekhouding_oude_model/$.types.astn.d.ts +0 -0
  142. /package/dist/{other → transformations}/unmarshall_astn_ast.d.ts +0 -0
@@ -0,0 +1,303 @@
1
+ import * as _i_in from "./data_types/source";
2
+ import * as _i_out from "../../core/astn_target";
3
+ import * as _i_vs from "./value_serializers";
4
+ export type _T_Annotated_Token = ($$_: _i_in._T_Annotated_Token, $$_p: {
5
+ readonly 'value serializers': _i_vs._T_Value_Serializers;
6
+ }) => _i_out._T_Value;
7
+ export type _T_Delimited_String = ($$_: _i_in._T_Delimited_String, $$_p: {
8
+ readonly 'value serializers': _i_vs._T_Value_Serializers;
9
+ }) => _i_out._T_Value;
10
+ export type _T_Location = ($$_: _i_in._T_Location, $$_p: {
11
+ readonly 'value serializers': _i_vs._T_Value_Serializers;
12
+ }) => _i_out._T_Value;
13
+ export type _T_Range = ($$_: _i_in._T_Range, $$_p: {
14
+ readonly 'value serializers': _i_vs._T_Value_Serializers;
15
+ }) => _i_out._T_Value;
16
+ export type _T_Relative_Location = ($$_: _i_in._T_Relative_Location, $$_p: {
17
+ readonly 'value serializers': _i_vs._T_Value_Serializers;
18
+ }) => _i_out._T_Value;
19
+ export type _T_String_Type = ($$_: _i_in._T_String_Type, $$_p: {
20
+ readonly 'value serializers': _i_vs._T_Value_Serializers;
21
+ }) => _i_out._T_Value;
22
+ export type _T_Token_Type = ($$_: _i_in._T_Token_Type, $$_p: {
23
+ readonly 'value serializers': _i_vs._T_Value_Serializers;
24
+ }) => _i_out._T_Value;
25
+ export type _T_Tokenizer_Result = ($$_: _i_in._T_Tokenizer_Result, $$_p: {
26
+ readonly 'value serializers': _i_vs._T_Value_Serializers;
27
+ }) => _i_out._T_Value;
28
+ export type _T_Trivia = ($$_: _i_in._T_Trivia, $$_p: {
29
+ readonly 'value serializers': _i_vs._T_Value_Serializers;
30
+ }) => _i_out._T_Value;
31
+ export type _T_Whitespace = ($$_: _i_in._T_Whitespace, $$_p: {
32
+ readonly 'value serializers': _i_vs._T_Value_Serializers;
33
+ }) => _i_out._T_Value;
34
+ export type Annotated_Token = _T_Annotated_Token;
35
+ export type Delimited_String = _T_Delimited_String;
36
+ export type Location = _T_Location;
37
+ export type Range = _T_Range;
38
+ export type Relative_Location = _T_Relative_Location;
39
+ export type String_Type = _T_String_Type;
40
+ export type Token_Type = _T_Token_Type;
41
+ export type Tokenizer_Result = _T_Tokenizer_Result;
42
+ export type Trivia = _T_Trivia;
43
+ export type Whitespace = _T_Whitespace;
44
+ export declare namespace _T_Annotated_Token {
45
+ namespace CONTEXT {
46
+ }
47
+ type CONTEXT = _i_in._T_Annotated_Token;
48
+ namespace PARAMS {
49
+ namespace value_serializers {
50
+ }
51
+ type value_serializers = _i_vs._T_Value_Serializers;
52
+ }
53
+ namespace RESULT {
54
+ }
55
+ type RESULT = _i_out._T_Value;
56
+ }
57
+ export declare namespace _T_Delimited_String {
58
+ namespace CONTEXT {
59
+ }
60
+ type CONTEXT = _i_in._T_Delimited_String;
61
+ namespace PARAMS {
62
+ namespace value_serializers {
63
+ }
64
+ type value_serializers = _i_vs._T_Value_Serializers;
65
+ }
66
+ namespace RESULT {
67
+ }
68
+ type RESULT = _i_out._T_Value;
69
+ }
70
+ export declare namespace _T_Location {
71
+ namespace CONTEXT {
72
+ }
73
+ type CONTEXT = _i_in._T_Location;
74
+ namespace PARAMS {
75
+ namespace value_serializers {
76
+ }
77
+ type value_serializers = _i_vs._T_Value_Serializers;
78
+ }
79
+ namespace RESULT {
80
+ }
81
+ type RESULT = _i_out._T_Value;
82
+ }
83
+ export declare namespace _T_Range {
84
+ namespace CONTEXT {
85
+ }
86
+ type CONTEXT = _i_in._T_Range;
87
+ namespace PARAMS {
88
+ namespace value_serializers {
89
+ }
90
+ type value_serializers = _i_vs._T_Value_Serializers;
91
+ }
92
+ namespace RESULT {
93
+ }
94
+ type RESULT = _i_out._T_Value;
95
+ }
96
+ export declare namespace _T_Relative_Location {
97
+ namespace CONTEXT {
98
+ }
99
+ type CONTEXT = _i_in._T_Relative_Location;
100
+ namespace PARAMS {
101
+ namespace value_serializers {
102
+ }
103
+ type value_serializers = _i_vs._T_Value_Serializers;
104
+ }
105
+ namespace RESULT {
106
+ }
107
+ type RESULT = _i_out._T_Value;
108
+ }
109
+ export declare namespace _T_String_Type {
110
+ namespace CONTEXT {
111
+ }
112
+ type CONTEXT = _i_in._T_String_Type;
113
+ namespace PARAMS {
114
+ namespace value_serializers {
115
+ }
116
+ type value_serializers = _i_vs._T_Value_Serializers;
117
+ }
118
+ namespace RESULT {
119
+ }
120
+ type RESULT = _i_out._T_Value;
121
+ }
122
+ export declare namespace _T_Token_Type {
123
+ namespace CONTEXT {
124
+ }
125
+ type CONTEXT = _i_in._T_Token_Type;
126
+ namespace PARAMS {
127
+ namespace value_serializers {
128
+ }
129
+ type value_serializers = _i_vs._T_Value_Serializers;
130
+ }
131
+ namespace RESULT {
132
+ }
133
+ type RESULT = _i_out._T_Value;
134
+ }
135
+ export declare namespace _T_Tokenizer_Result {
136
+ namespace CONTEXT {
137
+ }
138
+ type CONTEXT = _i_in._T_Tokenizer_Result;
139
+ namespace PARAMS {
140
+ namespace value_serializers {
141
+ }
142
+ type value_serializers = _i_vs._T_Value_Serializers;
143
+ }
144
+ namespace RESULT {
145
+ }
146
+ type RESULT = _i_out._T_Value;
147
+ }
148
+ export declare namespace _T_Trivia {
149
+ namespace CONTEXT {
150
+ }
151
+ type CONTEXT = _i_in._T_Trivia;
152
+ namespace PARAMS {
153
+ namespace value_serializers {
154
+ }
155
+ type value_serializers = _i_vs._T_Value_Serializers;
156
+ }
157
+ namespace RESULT {
158
+ }
159
+ type RESULT = _i_out._T_Value;
160
+ }
161
+ export declare namespace _T_Whitespace {
162
+ namespace CONTEXT {
163
+ }
164
+ type CONTEXT = _i_in._T_Whitespace;
165
+ namespace PARAMS {
166
+ namespace value_serializers {
167
+ }
168
+ type value_serializers = _i_vs._T_Value_Serializers;
169
+ }
170
+ namespace RESULT {
171
+ }
172
+ type RESULT = _i_out._T_Value;
173
+ }
174
+ export declare namespace Annotated_Token {
175
+ namespace CONTEXT {
176
+ }
177
+ type CONTEXT = _i_in._T_Annotated_Token;
178
+ namespace PARAMS {
179
+ namespace value_serializers {
180
+ }
181
+ type value_serializers = _i_vs._T_Value_Serializers;
182
+ }
183
+ namespace RESULT {
184
+ }
185
+ type RESULT = _i_out._T_Value;
186
+ }
187
+ export declare namespace Delimited_String {
188
+ namespace CONTEXT {
189
+ }
190
+ type CONTEXT = _i_in._T_Delimited_String;
191
+ namespace PARAMS {
192
+ namespace value_serializers {
193
+ }
194
+ type value_serializers = _i_vs._T_Value_Serializers;
195
+ }
196
+ namespace RESULT {
197
+ }
198
+ type RESULT = _i_out._T_Value;
199
+ }
200
+ export declare namespace Location {
201
+ namespace CONTEXT {
202
+ }
203
+ type CONTEXT = _i_in._T_Location;
204
+ namespace PARAMS {
205
+ namespace value_serializers {
206
+ }
207
+ type value_serializers = _i_vs._T_Value_Serializers;
208
+ }
209
+ namespace RESULT {
210
+ }
211
+ type RESULT = _i_out._T_Value;
212
+ }
213
+ export declare namespace Range {
214
+ namespace CONTEXT {
215
+ }
216
+ type CONTEXT = _i_in._T_Range;
217
+ namespace PARAMS {
218
+ namespace value_serializers {
219
+ }
220
+ type value_serializers = _i_vs._T_Value_Serializers;
221
+ }
222
+ namespace RESULT {
223
+ }
224
+ type RESULT = _i_out._T_Value;
225
+ }
226
+ export declare namespace Relative_Location {
227
+ namespace CONTEXT {
228
+ }
229
+ type CONTEXT = _i_in._T_Relative_Location;
230
+ namespace PARAMS {
231
+ namespace value_serializers {
232
+ }
233
+ type value_serializers = _i_vs._T_Value_Serializers;
234
+ }
235
+ namespace RESULT {
236
+ }
237
+ type RESULT = _i_out._T_Value;
238
+ }
239
+ export declare namespace String_Type {
240
+ namespace CONTEXT {
241
+ }
242
+ type CONTEXT = _i_in._T_String_Type;
243
+ namespace PARAMS {
244
+ namespace value_serializers {
245
+ }
246
+ type value_serializers = _i_vs._T_Value_Serializers;
247
+ }
248
+ namespace RESULT {
249
+ }
250
+ type RESULT = _i_out._T_Value;
251
+ }
252
+ export declare namespace Token_Type {
253
+ namespace CONTEXT {
254
+ }
255
+ type CONTEXT = _i_in._T_Token_Type;
256
+ namespace PARAMS {
257
+ namespace value_serializers {
258
+ }
259
+ type value_serializers = _i_vs._T_Value_Serializers;
260
+ }
261
+ namespace RESULT {
262
+ }
263
+ type RESULT = _i_out._T_Value;
264
+ }
265
+ export declare namespace Tokenizer_Result {
266
+ namespace CONTEXT {
267
+ }
268
+ type CONTEXT = _i_in._T_Tokenizer_Result;
269
+ namespace PARAMS {
270
+ namespace value_serializers {
271
+ }
272
+ type value_serializers = _i_vs._T_Value_Serializers;
273
+ }
274
+ namespace RESULT {
275
+ }
276
+ type RESULT = _i_out._T_Value;
277
+ }
278
+ export declare namespace Trivia {
279
+ namespace CONTEXT {
280
+ }
281
+ type CONTEXT = _i_in._T_Trivia;
282
+ namespace PARAMS {
283
+ namespace value_serializers {
284
+ }
285
+ type value_serializers = _i_vs._T_Value_Serializers;
286
+ }
287
+ namespace RESULT {
288
+ }
289
+ type RESULT = _i_out._T_Value;
290
+ }
291
+ export declare namespace Whitespace {
292
+ namespace CONTEXT {
293
+ }
294
+ type CONTEXT = _i_in._T_Whitespace;
295
+ namespace PARAMS {
296
+ namespace value_serializers {
297
+ }
298
+ type value_serializers = _i_vs._T_Value_Serializers;
299
+ }
300
+ namespace RESULT {
301
+ }
302
+ type RESULT = _i_out._T_Value;
303
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWFyc2hhbGwuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvZ2VuZXJhdGVkL2ludGVyZmFjZS9zY2hlbWFzL3Rva2VuL21hcnNoYWxsLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
@@ -0,0 +1,222 @@
1
+ import * as _i_in from "./data_types/source";
2
+ import * as _i_out from "./data_types/target";
3
+ export type _T_Annotated_Token = ($$_: _i_in._T_Annotated_Token, $$_p: null) => _i_out._T_Annotated_Token;
4
+ export type _T_Delimited_String = ($$_: _i_in._T_Delimited_String, $$_p: null) => _i_out._T_Delimited_String;
5
+ export type _T_Location = ($$_: _i_in._T_Location, $$_p: null) => _i_out._T_Location;
6
+ export type _T_Range = ($$_: _i_in._T_Range, $$_p: null) => _i_out._T_Range;
7
+ export type _T_Relative_Location = ($$_: _i_in._T_Relative_Location, $$_p: null) => _i_out._T_Relative_Location;
8
+ export type _T_String_Type = ($$_: _i_in._T_String_Type, $$_p: null) => _i_out._T_String_Type;
9
+ export type _T_Token_Type = ($$_: _i_in._T_Token_Type, $$_p: null) => _i_out._T_Token_Type;
10
+ export type _T_Tokenizer_Result = ($$_: _i_in._T_Tokenizer_Result, $$_p: null) => _i_out._T_Tokenizer_Result;
11
+ export type _T_Trivia = ($$_: _i_in._T_Trivia, $$_p: null) => _i_out._T_Trivia;
12
+ export type _T_Whitespace = ($$_: _i_in._T_Whitespace, $$_p: null) => _i_out._T_Whitespace;
13
+ export type Annotated_Token = _T_Annotated_Token;
14
+ export type Delimited_String = _T_Delimited_String;
15
+ export type Location = _T_Location;
16
+ export type Range = _T_Range;
17
+ export type Relative_Location = _T_Relative_Location;
18
+ export type String_Type = _T_String_Type;
19
+ export type Token_Type = _T_Token_Type;
20
+ export type Tokenizer_Result = _T_Tokenizer_Result;
21
+ export type Trivia = _T_Trivia;
22
+ export type Whitespace = _T_Whitespace;
23
+ export declare namespace _T_Annotated_Token {
24
+ namespace CONTEXT {
25
+ }
26
+ type CONTEXT = _i_in._T_Annotated_Token;
27
+ namespace PARAMS {
28
+ }
29
+ namespace RESULT {
30
+ }
31
+ type RESULT = _i_out._T_Annotated_Token;
32
+ }
33
+ export declare namespace _T_Delimited_String {
34
+ namespace CONTEXT {
35
+ }
36
+ type CONTEXT = _i_in._T_Delimited_String;
37
+ namespace PARAMS {
38
+ }
39
+ namespace RESULT {
40
+ }
41
+ type RESULT = _i_out._T_Delimited_String;
42
+ }
43
+ export declare namespace _T_Location {
44
+ namespace CONTEXT {
45
+ }
46
+ type CONTEXT = _i_in._T_Location;
47
+ namespace PARAMS {
48
+ }
49
+ namespace RESULT {
50
+ }
51
+ type RESULT = _i_out._T_Location;
52
+ }
53
+ export declare namespace _T_Range {
54
+ namespace CONTEXT {
55
+ }
56
+ type CONTEXT = _i_in._T_Range;
57
+ namespace PARAMS {
58
+ }
59
+ namespace RESULT {
60
+ }
61
+ type RESULT = _i_out._T_Range;
62
+ }
63
+ export declare namespace _T_Relative_Location {
64
+ namespace CONTEXT {
65
+ }
66
+ type CONTEXT = _i_in._T_Relative_Location;
67
+ namespace PARAMS {
68
+ }
69
+ namespace RESULT {
70
+ }
71
+ type RESULT = _i_out._T_Relative_Location;
72
+ }
73
+ export declare namespace _T_String_Type {
74
+ namespace CONTEXT {
75
+ }
76
+ type CONTEXT = _i_in._T_String_Type;
77
+ namespace PARAMS {
78
+ }
79
+ namespace RESULT {
80
+ }
81
+ type RESULT = _i_out._T_String_Type;
82
+ }
83
+ export declare namespace _T_Token_Type {
84
+ namespace CONTEXT {
85
+ }
86
+ type CONTEXT = _i_in._T_Token_Type;
87
+ namespace PARAMS {
88
+ }
89
+ namespace RESULT {
90
+ }
91
+ type RESULT = _i_out._T_Token_Type;
92
+ }
93
+ export declare namespace _T_Tokenizer_Result {
94
+ namespace CONTEXT {
95
+ }
96
+ type CONTEXT = _i_in._T_Tokenizer_Result;
97
+ namespace PARAMS {
98
+ }
99
+ namespace RESULT {
100
+ }
101
+ type RESULT = _i_out._T_Tokenizer_Result;
102
+ }
103
+ export declare namespace _T_Trivia {
104
+ namespace CONTEXT {
105
+ }
106
+ type CONTEXT = _i_in._T_Trivia;
107
+ namespace PARAMS {
108
+ }
109
+ namespace RESULT {
110
+ }
111
+ type RESULT = _i_out._T_Trivia;
112
+ }
113
+ export declare namespace _T_Whitespace {
114
+ namespace CONTEXT {
115
+ }
116
+ type CONTEXT = _i_in._T_Whitespace;
117
+ namespace PARAMS {
118
+ }
119
+ namespace RESULT {
120
+ }
121
+ type RESULT = _i_out._T_Whitespace;
122
+ }
123
+ export declare namespace Annotated_Token {
124
+ namespace CONTEXT {
125
+ }
126
+ type CONTEXT = _i_in._T_Annotated_Token;
127
+ namespace PARAMS {
128
+ }
129
+ namespace RESULT {
130
+ }
131
+ type RESULT = _i_out._T_Annotated_Token;
132
+ }
133
+ export declare namespace Delimited_String {
134
+ namespace CONTEXT {
135
+ }
136
+ type CONTEXT = _i_in._T_Delimited_String;
137
+ namespace PARAMS {
138
+ }
139
+ namespace RESULT {
140
+ }
141
+ type RESULT = _i_out._T_Delimited_String;
142
+ }
143
+ export declare namespace Location {
144
+ namespace CONTEXT {
145
+ }
146
+ type CONTEXT = _i_in._T_Location;
147
+ namespace PARAMS {
148
+ }
149
+ namespace RESULT {
150
+ }
151
+ type RESULT = _i_out._T_Location;
152
+ }
153
+ export declare namespace Range {
154
+ namespace CONTEXT {
155
+ }
156
+ type CONTEXT = _i_in._T_Range;
157
+ namespace PARAMS {
158
+ }
159
+ namespace RESULT {
160
+ }
161
+ type RESULT = _i_out._T_Range;
162
+ }
163
+ export declare namespace Relative_Location {
164
+ namespace CONTEXT {
165
+ }
166
+ type CONTEXT = _i_in._T_Relative_Location;
167
+ namespace PARAMS {
168
+ }
169
+ namespace RESULT {
170
+ }
171
+ type RESULT = _i_out._T_Relative_Location;
172
+ }
173
+ export declare namespace String_Type {
174
+ namespace CONTEXT {
175
+ }
176
+ type CONTEXT = _i_in._T_String_Type;
177
+ namespace PARAMS {
178
+ }
179
+ namespace RESULT {
180
+ }
181
+ type RESULT = _i_out._T_String_Type;
182
+ }
183
+ export declare namespace Token_Type {
184
+ namespace CONTEXT {
185
+ }
186
+ type CONTEXT = _i_in._T_Token_Type;
187
+ namespace PARAMS {
188
+ }
189
+ namespace RESULT {
190
+ }
191
+ type RESULT = _i_out._T_Token_Type;
192
+ }
193
+ export declare namespace Tokenizer_Result {
194
+ namespace CONTEXT {
195
+ }
196
+ type CONTEXT = _i_in._T_Tokenizer_Result;
197
+ namespace PARAMS {
198
+ }
199
+ namespace RESULT {
200
+ }
201
+ type RESULT = _i_out._T_Tokenizer_Result;
202
+ }
203
+ export declare namespace Trivia {
204
+ namespace CONTEXT {
205
+ }
206
+ type CONTEXT = _i_in._T_Trivia;
207
+ namespace PARAMS {
208
+ }
209
+ namespace RESULT {
210
+ }
211
+ type RESULT = _i_out._T_Trivia;
212
+ }
213
+ export declare namespace Whitespace {
214
+ namespace CONTEXT {
215
+ }
216
+ type CONTEXT = _i_in._T_Whitespace;
217
+ namespace PARAMS {
218
+ }
219
+ namespace RESULT {
220
+ }
221
+ type RESULT = _i_out._T_Whitespace;
222
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWlncmF0ZV9ib2lsZXJwbGF0ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9nZW5lcmF0ZWQvaW50ZXJmYWNlL3NjaGVtYXMvdG9rZW4vbWlncmF0ZV9ib2lsZXJwbGF0ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=