astn 0.111.7 → 0.111.9

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 (118) hide show
  1. package/dist/authoring_parse/ast.d.ts +10 -0
  2. package/dist/authoring_parse/ast.js +266 -0
  3. package/dist/authoring_parse/astn_parse_generic.d.ts +13 -0
  4. package/dist/authoring_parse/astn_parse_generic.js +50 -0
  5. package/dist/authoring_parse/parse.d.ts +6 -0
  6. package/dist/authoring_parse/parse.js +65 -0
  7. package/dist/authoring_parse/string_iterator.d.ts +41 -0
  8. package/dist/authoring_parse/string_iterator.js +113 -0
  9. package/dist/authoring_parse/token.d.ts +9 -0
  10. package/dist/authoring_parse/token.js +511 -0
  11. package/dist/generated/implementation/schemas/{ast → authoring_ast}/marshall.d.ts +1 -1
  12. package/dist/generated/implementation/schemas/authoring_ast/marshall.js +259 -0
  13. package/dist/generated/implementation/schemas/{ast → authoring_ast}/unmarshall.d.ts +1 -1
  14. package/dist/generated/implementation/schemas/authoring_ast/unmarshall.js +335 -0
  15. package/dist/generated/implementation/schemas/authoring_parse_result/marshall.d.ts +3 -0
  16. package/dist/generated/implementation/schemas/authoring_parse_result/marshall.js +188 -0
  17. package/dist/generated/implementation/schemas/authoring_parse_result/unmarshall.d.ts +3 -0
  18. package/dist/generated/implementation/schemas/authoring_parse_result/unmarshall.js +116 -0
  19. package/dist/generated/implementation/schemas/sealed_ast/marshall.d.ts +7 -0
  20. package/dist/generated/implementation/schemas/sealed_ast/marshall.js +208 -0
  21. package/dist/generated/implementation/schemas/sealed_ast/unmarshall.d.ts +7 -0
  22. package/dist/generated/implementation/schemas/sealed_ast/unmarshall.js +279 -0
  23. package/dist/generated/implementation/schemas/{parse_result → sealed_parse_result}/marshall.d.ts +1 -1
  24. package/dist/generated/implementation/schemas/{parse_result → sealed_parse_result}/marshall.js +6 -2
  25. package/dist/generated/implementation/schemas/{parse_result → sealed_parse_result}/unmarshall.d.ts +1 -1
  26. package/dist/generated/implementation/schemas/{parse_result → sealed_parse_result}/unmarshall.js +3 -2
  27. package/dist/generated/interface/schemas/{parse_result → authoring_ast}/data_types/resolve.js +1 -1
  28. package/dist/generated/interface/schemas/authoring_ast/data_types/source.d.ts +985 -0
  29. package/dist/generated/interface/schemas/{ast → authoring_ast}/data_types/source.js +1 -1
  30. package/dist/generated/interface/schemas/authoring_ast/data_types/target.d.ts +985 -0
  31. package/dist/generated/interface/schemas/{parse_result → authoring_ast}/data_types/target.js +1 -1
  32. package/dist/generated/interface/schemas/{parse_result → authoring_ast}/marshall.js +1 -1
  33. package/dist/generated/interface/schemas/{parse_result → authoring_ast}/migrate_boilerplate.js +1 -1
  34. package/dist/generated/interface/schemas/{ast → authoring_ast}/unmarshall.js +1 -1
  35. package/dist/generated/interface/schemas/{parse_result → authoring_ast}/value_deserializers.js +1 -1
  36. package/dist/generated/interface/schemas/{parse_result → authoring_ast}/value_serializers.js +1 -1
  37. package/dist/generated/interface/schemas/authoring_parse_result/data_types/resolve.js +7 -0
  38. package/dist/generated/interface/schemas/authoring_parse_result/data_types/source.d.ts +270 -0
  39. package/dist/generated/interface/schemas/authoring_parse_result/data_types/source.js +3 -0
  40. package/dist/generated/interface/schemas/authoring_parse_result/data_types/target.d.ts +270 -0
  41. package/dist/generated/interface/schemas/authoring_parse_result/data_types/target.js +3 -0
  42. package/dist/generated/interface/schemas/authoring_parse_result/marshall.js +3 -0
  43. package/dist/generated/interface/schemas/authoring_parse_result/migrate_boilerplate.js +3 -0
  44. package/dist/generated/interface/schemas/authoring_parse_result/unmarshall.js +3 -0
  45. package/dist/generated/interface/schemas/authoring_parse_result/value_deserializers.js +3 -0
  46. package/dist/generated/interface/schemas/authoring_parse_result/value_serializers.js +3 -0
  47. package/dist/generated/interface/schemas/sealed_ast/data_types/resolve.d.ts +1 -0
  48. package/dist/generated/interface/schemas/{ast → sealed_ast}/data_types/resolve.js +1 -1
  49. package/dist/generated/interface/schemas/{ast → sealed_ast}/data_types/source.d.ts +128 -249
  50. package/dist/generated/interface/schemas/{parse_result → sealed_ast}/data_types/source.js +1 -1
  51. package/dist/generated/interface/schemas/{ast → sealed_ast}/data_types/target.d.ts +128 -249
  52. package/dist/generated/interface/schemas/{ast → sealed_ast}/data_types/target.js +1 -1
  53. package/dist/generated/interface/schemas/sealed_ast/marshall.d.ts +183 -0
  54. package/dist/generated/interface/schemas/{ast → sealed_ast}/marshall.js +1 -1
  55. package/dist/generated/interface/schemas/sealed_ast/migrate_boilerplate.d.ts +134 -0
  56. package/dist/generated/interface/schemas/{ast → sealed_ast}/migrate_boilerplate.js +1 -1
  57. package/dist/generated/interface/schemas/sealed_ast/unmarshall.d.ts +183 -0
  58. package/dist/generated/interface/schemas/{parse_result → sealed_ast}/unmarshall.js +1 -1
  59. package/dist/generated/interface/schemas/sealed_ast/value_deserializers.d.ts +44 -0
  60. package/dist/generated/interface/schemas/{ast → sealed_ast}/value_deserializers.js +1 -1
  61. package/dist/generated/interface/schemas/sealed_ast/value_serializers.d.ts +44 -0
  62. package/dist/generated/interface/schemas/{ast → sealed_ast}/value_serializers.js +1 -1
  63. package/dist/generated/interface/schemas/sealed_parse_result/data_types/resolve.d.ts +1 -0
  64. package/dist/generated/interface/schemas/sealed_parse_result/data_types/resolve.js +7 -0
  65. package/dist/generated/interface/schemas/{parse_result → sealed_parse_result}/data_types/source.d.ts +16 -14
  66. package/dist/generated/interface/schemas/sealed_parse_result/data_types/source.js +3 -0
  67. package/dist/generated/interface/schemas/{parse_result → sealed_parse_result}/data_types/target.d.ts +16 -14
  68. package/dist/generated/interface/schemas/sealed_parse_result/data_types/target.js +3 -0
  69. package/dist/generated/interface/schemas/sealed_parse_result/marshall.d.ts +63 -0
  70. package/dist/generated/interface/schemas/sealed_parse_result/marshall.js +3 -0
  71. package/dist/generated/interface/schemas/sealed_parse_result/migrate_boilerplate.d.ts +46 -0
  72. package/dist/generated/interface/schemas/sealed_parse_result/migrate_boilerplate.js +3 -0
  73. package/dist/generated/interface/schemas/sealed_parse_result/unmarshall.d.ts +63 -0
  74. package/dist/generated/interface/schemas/sealed_parse_result/unmarshall.js +3 -0
  75. package/dist/generated/interface/schemas/sealed_parse_result/value_deserializers.d.ts +44 -0
  76. package/dist/generated/interface/schemas/sealed_parse_result/value_deserializers.js +3 -0
  77. package/dist/generated/interface/schemas/sealed_parse_result/value_serializers.d.ts +44 -0
  78. package/dist/generated/interface/schemas/sealed_parse_result/value_serializers.js +3 -0
  79. package/dist/parse/ast.d.ts +2 -2
  80. package/dist/parse/ast.js +22 -3
  81. package/dist/parse/astn_parse_generic.d.ts +1 -1
  82. package/dist/parse/parse.d.ts +2 -2
  83. package/dist/parse/parse.js +5 -2
  84. package/dist/procedures/convert_to_json.js +2 -2
  85. package/dist/procedures/validate_astn.js +2 -2
  86. package/dist/sealed_parse/ast.d.ts +10 -0
  87. package/dist/sealed_parse/ast.js +245 -0
  88. package/dist/sealed_parse/astn_parse_generic.d.ts +13 -0
  89. package/dist/sealed_parse/astn_parse_generic.js +50 -0
  90. package/dist/sealed_parse/parse.d.ts +6 -0
  91. package/dist/sealed_parse/parse.js +65 -0
  92. package/dist/sealed_parse/string_iterator.d.ts +41 -0
  93. package/dist/sealed_parse/string_iterator.js +113 -0
  94. package/dist/sealed_parse/token.d.ts +9 -0
  95. package/dist/sealed_parse/token.js +511 -0
  96. package/dist/serializers/parse_result.d.ts +1 -1
  97. package/dist/serializers/parse_result.js +2 -1
  98. package/dist/transformations/ast/ide.d.ts +1 -1
  99. package/dist/transformations/ast/ide.js +11 -3
  100. package/dist/transformations/ast/json_target.d.ts +1 -1
  101. package/dist/transformations/ast/json_target.js +11 -5
  102. package/dist/transformations/ast/temp_value_range.d.ts +1 -1
  103. package/dist/transformations/ast/temp_value_range.js +8 -2
  104. package/package.json +3 -3
  105. package/dist/generated/implementation/schemas/ast/marshall.js +0 -241
  106. package/dist/generated/implementation/schemas/ast/unmarshall.js +0 -316
  107. /package/dist/generated/interface/schemas/{ast → authoring_ast}/data_types/resolve.d.ts +0 -0
  108. /package/dist/generated/interface/schemas/{ast → authoring_ast}/marshall.d.ts +0 -0
  109. /package/dist/generated/interface/schemas/{ast → authoring_ast}/migrate_boilerplate.d.ts +0 -0
  110. /package/dist/generated/interface/schemas/{ast → authoring_ast}/unmarshall.d.ts +0 -0
  111. /package/dist/generated/interface/schemas/{ast → authoring_ast}/value_deserializers.d.ts +0 -0
  112. /package/dist/generated/interface/schemas/{ast → authoring_ast}/value_serializers.d.ts +0 -0
  113. /package/dist/generated/interface/schemas/{parse_result → authoring_parse_result}/data_types/resolve.d.ts +0 -0
  114. /package/dist/generated/interface/schemas/{parse_result → authoring_parse_result}/marshall.d.ts +0 -0
  115. /package/dist/generated/interface/schemas/{parse_result → authoring_parse_result}/migrate_boilerplate.d.ts +0 -0
  116. /package/dist/generated/interface/schemas/{parse_result → authoring_parse_result}/unmarshall.d.ts +0 -0
  117. /package/dist/generated/interface/schemas/{parse_result → authoring_parse_result}/value_deserializers.d.ts +0 -0
  118. /package/dist/generated/interface/schemas/{parse_result → authoring_parse_result}/value_serializers.d.ts +0 -0
@@ -0,0 +1,134 @@
1
+ import * as _i_in from "./data_types/source";
2
+ import * as _i_out from "./data_types/target";
3
+ export type _T_Document = ($$_: _i_in._T_Document, $$_p: null) => _i_out._T_Document;
4
+ export type _T_Elements = ($$_: _i_in._T_Elements, $$_p: null) => _i_out._T_Elements;
5
+ export type _T_Key_Value_Pairs = ($$_: _i_in._T_Key_Value_Pairs, $$_p: null) => _i_out._T_Key_Value_Pairs;
6
+ export type _T_String = ($$_: _i_in._T_String, $$_p: null) => _i_out._T_String;
7
+ export type _T_Structural_Token = ($$_: _i_in._T_Structural_Token, $$_p: null) => _i_out._T_Structural_Token;
8
+ export type _T_Value = ($$_: _i_in._T_Value, $$_p: null) => _i_out._T_Value;
9
+ export type Document = _T_Document;
10
+ export type Elements = _T_Elements;
11
+ export type Key_Value_Pairs = _T_Key_Value_Pairs;
12
+ export type String = _T_String;
13
+ export type Structural_Token = _T_Structural_Token;
14
+ export type Value = _T_Value;
15
+ export declare namespace _T_Document {
16
+ namespace CONTEXT {
17
+ }
18
+ type CONTEXT = _i_in._T_Document;
19
+ namespace PARAMS {
20
+ }
21
+ namespace RESULT {
22
+ }
23
+ type RESULT = _i_out._T_Document;
24
+ }
25
+ export declare namespace _T_Elements {
26
+ namespace CONTEXT {
27
+ }
28
+ type CONTEXT = _i_in._T_Elements;
29
+ namespace PARAMS {
30
+ }
31
+ namespace RESULT {
32
+ }
33
+ type RESULT = _i_out._T_Elements;
34
+ }
35
+ export declare namespace _T_Key_Value_Pairs {
36
+ namespace CONTEXT {
37
+ }
38
+ type CONTEXT = _i_in._T_Key_Value_Pairs;
39
+ namespace PARAMS {
40
+ }
41
+ namespace RESULT {
42
+ }
43
+ type RESULT = _i_out._T_Key_Value_Pairs;
44
+ }
45
+ export declare namespace _T_String {
46
+ namespace CONTEXT {
47
+ }
48
+ type CONTEXT = _i_in._T_String;
49
+ namespace PARAMS {
50
+ }
51
+ namespace RESULT {
52
+ }
53
+ type RESULT = _i_out._T_String;
54
+ }
55
+ export declare namespace _T_Structural_Token {
56
+ namespace CONTEXT {
57
+ }
58
+ type CONTEXT = _i_in._T_Structural_Token;
59
+ namespace PARAMS {
60
+ }
61
+ namespace RESULT {
62
+ }
63
+ type RESULT = _i_out._T_Structural_Token;
64
+ }
65
+ export declare namespace _T_Value {
66
+ namespace CONTEXT {
67
+ }
68
+ type CONTEXT = _i_in._T_Value;
69
+ namespace PARAMS {
70
+ }
71
+ namespace RESULT {
72
+ }
73
+ type RESULT = _i_out._T_Value;
74
+ }
75
+ export declare namespace Document {
76
+ namespace CONTEXT {
77
+ }
78
+ type CONTEXT = _i_in._T_Document;
79
+ namespace PARAMS {
80
+ }
81
+ namespace RESULT {
82
+ }
83
+ type RESULT = _i_out._T_Document;
84
+ }
85
+ export declare namespace Elements {
86
+ namespace CONTEXT {
87
+ }
88
+ type CONTEXT = _i_in._T_Elements;
89
+ namespace PARAMS {
90
+ }
91
+ namespace RESULT {
92
+ }
93
+ type RESULT = _i_out._T_Elements;
94
+ }
95
+ export declare namespace Key_Value_Pairs {
96
+ namespace CONTEXT {
97
+ }
98
+ type CONTEXT = _i_in._T_Key_Value_Pairs;
99
+ namespace PARAMS {
100
+ }
101
+ namespace RESULT {
102
+ }
103
+ type RESULT = _i_out._T_Key_Value_Pairs;
104
+ }
105
+ export declare namespace String {
106
+ namespace CONTEXT {
107
+ }
108
+ type CONTEXT = _i_in._T_String;
109
+ namespace PARAMS {
110
+ }
111
+ namespace RESULT {
112
+ }
113
+ type RESULT = _i_out._T_String;
114
+ }
115
+ export declare namespace Structural_Token {
116
+ namespace CONTEXT {
117
+ }
118
+ type CONTEXT = _i_in._T_Structural_Token;
119
+ namespace PARAMS {
120
+ }
121
+ namespace RESULT {
122
+ }
123
+ type RESULT = _i_out._T_Structural_Token;
124
+ }
125
+ export declare namespace Value {
126
+ namespace CONTEXT {
127
+ }
128
+ type CONTEXT = _i_in._T_Value;
129
+ namespace PARAMS {
130
+ }
131
+ namespace RESULT {
132
+ }
133
+ type RESULT = _i_out._T_Value;
134
+ }
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWlncmF0ZV9ib2lsZXJwbGF0ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9nZW5lcmF0ZWQvaW50ZXJmYWNlL3NjaGVtYXMvYXN0L21pZ3JhdGVfYm9pbGVycGxhdGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWlncmF0ZV9ib2lsZXJwbGF0ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9nZW5lcmF0ZWQvaW50ZXJmYWNlL3NjaGVtYXMvc2VhbGVkX2FzdC9taWdyYXRlX2JvaWxlcnBsYXRlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
@@ -0,0 +1,183 @@
1
+ import * as _i_in from "../../core/astn_source";
2
+ import * as _i_out from "./data_types/target";
3
+ import * as _i_vd from "./value_deserializers";
4
+ export type _T_Document = ($$_: _i_in._T_Value, $$_p: {
5
+ readonly 'value deserializers': _i_vd._T_Value_Deserializers;
6
+ }) => _i_out._T_Document;
7
+ export type _T_Elements = ($$_: _i_in._T_Value, $$_p: {
8
+ readonly 'value deserializers': _i_vd._T_Value_Deserializers;
9
+ }) => _i_out._T_Elements;
10
+ export type _T_Key_Value_Pairs = ($$_: _i_in._T_Value, $$_p: {
11
+ readonly 'value deserializers': _i_vd._T_Value_Deserializers;
12
+ }) => _i_out._T_Key_Value_Pairs;
13
+ export type _T_String = ($$_: _i_in._T_Value, $$_p: {
14
+ readonly 'value deserializers': _i_vd._T_Value_Deserializers;
15
+ }) => _i_out._T_String;
16
+ export type _T_Structural_Token = ($$_: _i_in._T_Value, $$_p: {
17
+ readonly 'value deserializers': _i_vd._T_Value_Deserializers;
18
+ }) => _i_out._T_Structural_Token;
19
+ export type _T_Value = ($$_: _i_in._T_Value, $$_p: {
20
+ readonly 'value deserializers': _i_vd._T_Value_Deserializers;
21
+ }) => _i_out._T_Value;
22
+ export type Document = _T_Document;
23
+ export type Elements = _T_Elements;
24
+ export type Key_Value_Pairs = _T_Key_Value_Pairs;
25
+ export type String = _T_String;
26
+ export type Structural_Token = _T_Structural_Token;
27
+ export type Value = _T_Value;
28
+ export declare namespace _T_Document {
29
+ namespace CONTEXT {
30
+ }
31
+ type CONTEXT = _i_in._T_Value;
32
+ namespace PARAMS {
33
+ namespace value_deserializers {
34
+ }
35
+ type value_deserializers = _i_vd._T_Value_Deserializers;
36
+ }
37
+ namespace RESULT {
38
+ }
39
+ type RESULT = _i_out._T_Document;
40
+ }
41
+ export declare namespace _T_Elements {
42
+ namespace CONTEXT {
43
+ }
44
+ type CONTEXT = _i_in._T_Value;
45
+ namespace PARAMS {
46
+ namespace value_deserializers {
47
+ }
48
+ type value_deserializers = _i_vd._T_Value_Deserializers;
49
+ }
50
+ namespace RESULT {
51
+ }
52
+ type RESULT = _i_out._T_Elements;
53
+ }
54
+ export declare namespace _T_Key_Value_Pairs {
55
+ namespace CONTEXT {
56
+ }
57
+ type CONTEXT = _i_in._T_Value;
58
+ namespace PARAMS {
59
+ namespace value_deserializers {
60
+ }
61
+ type value_deserializers = _i_vd._T_Value_Deserializers;
62
+ }
63
+ namespace RESULT {
64
+ }
65
+ type RESULT = _i_out._T_Key_Value_Pairs;
66
+ }
67
+ export declare namespace _T_String {
68
+ namespace CONTEXT {
69
+ }
70
+ type CONTEXT = _i_in._T_Value;
71
+ namespace PARAMS {
72
+ namespace value_deserializers {
73
+ }
74
+ type value_deserializers = _i_vd._T_Value_Deserializers;
75
+ }
76
+ namespace RESULT {
77
+ }
78
+ type RESULT = _i_out._T_String;
79
+ }
80
+ export declare namespace _T_Structural_Token {
81
+ namespace CONTEXT {
82
+ }
83
+ type CONTEXT = _i_in._T_Value;
84
+ namespace PARAMS {
85
+ namespace value_deserializers {
86
+ }
87
+ type value_deserializers = _i_vd._T_Value_Deserializers;
88
+ }
89
+ namespace RESULT {
90
+ }
91
+ type RESULT = _i_out._T_Structural_Token;
92
+ }
93
+ export declare namespace _T_Value {
94
+ namespace CONTEXT {
95
+ }
96
+ type CONTEXT = _i_in._T_Value;
97
+ namespace PARAMS {
98
+ namespace value_deserializers {
99
+ }
100
+ type value_deserializers = _i_vd._T_Value_Deserializers;
101
+ }
102
+ namespace RESULT {
103
+ }
104
+ type RESULT = _i_out._T_Value;
105
+ }
106
+ export declare namespace Document {
107
+ namespace CONTEXT {
108
+ }
109
+ type CONTEXT = _i_in._T_Value;
110
+ namespace PARAMS {
111
+ namespace value_deserializers {
112
+ }
113
+ type value_deserializers = _i_vd._T_Value_Deserializers;
114
+ }
115
+ namespace RESULT {
116
+ }
117
+ type RESULT = _i_out._T_Document;
118
+ }
119
+ export declare namespace Elements {
120
+ namespace CONTEXT {
121
+ }
122
+ type CONTEXT = _i_in._T_Value;
123
+ namespace PARAMS {
124
+ namespace value_deserializers {
125
+ }
126
+ type value_deserializers = _i_vd._T_Value_Deserializers;
127
+ }
128
+ namespace RESULT {
129
+ }
130
+ type RESULT = _i_out._T_Elements;
131
+ }
132
+ export declare namespace Key_Value_Pairs {
133
+ namespace CONTEXT {
134
+ }
135
+ type CONTEXT = _i_in._T_Value;
136
+ namespace PARAMS {
137
+ namespace value_deserializers {
138
+ }
139
+ type value_deserializers = _i_vd._T_Value_Deserializers;
140
+ }
141
+ namespace RESULT {
142
+ }
143
+ type RESULT = _i_out._T_Key_Value_Pairs;
144
+ }
145
+ export declare namespace String {
146
+ namespace CONTEXT {
147
+ }
148
+ type CONTEXT = _i_in._T_Value;
149
+ namespace PARAMS {
150
+ namespace value_deserializers {
151
+ }
152
+ type value_deserializers = _i_vd._T_Value_Deserializers;
153
+ }
154
+ namespace RESULT {
155
+ }
156
+ type RESULT = _i_out._T_String;
157
+ }
158
+ export declare namespace Structural_Token {
159
+ namespace CONTEXT {
160
+ }
161
+ type CONTEXT = _i_in._T_Value;
162
+ namespace PARAMS {
163
+ namespace value_deserializers {
164
+ }
165
+ type value_deserializers = _i_vd._T_Value_Deserializers;
166
+ }
167
+ namespace RESULT {
168
+ }
169
+ type RESULT = _i_out._T_Structural_Token;
170
+ }
171
+ export declare namespace Value {
172
+ namespace CONTEXT {
173
+ }
174
+ type CONTEXT = _i_in._T_Value;
175
+ namespace PARAMS {
176
+ namespace value_deserializers {
177
+ }
178
+ type value_deserializers = _i_vd._T_Value_Deserializers;
179
+ }
180
+ namespace RESULT {
181
+ }
182
+ type RESULT = _i_out._T_Value;
183
+ }
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidW5tYXJzaGFsbC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9nZW5lcmF0ZWQvaW50ZXJmYWNlL3NjaGVtYXMvcGFyc2VfcmVzdWx0L3VubWFyc2hhbGwudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidW5tYXJzaGFsbC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9nZW5lcmF0ZWQvaW50ZXJmYWNlL3NjaGVtYXMvc2VhbGVkX2FzdC91bm1hcnNoYWxsLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
@@ -0,0 +1,44 @@
1
+ export type _T_Value_Deserializers = {
2
+ readonly 'boolean': ($$_: string, $$_p: null) => boolean;
3
+ readonly 'custom numbers': null;
4
+ readonly 'default number': ($$_: string, $$_p: null) => number;
5
+ };
6
+ export type Value_Deserializers = _T_Value_Deserializers;
7
+ export declare namespace _T_Value_Deserializers {
8
+ namespace _boolean {
9
+ type CONTEXT = string;
10
+ namespace PARAMS {
11
+ }
12
+ type RESULT = boolean;
13
+ }
14
+ type _boolean = ($$_: string, $$_p: null) => boolean;
15
+ namespace custom_numbers {
16
+ }
17
+ type custom_numbers = null;
18
+ namespace default_number {
19
+ type CONTEXT = string;
20
+ namespace PARAMS {
21
+ }
22
+ type RESULT = number;
23
+ }
24
+ type default_number = ($$_: string, $$_p: null) => number;
25
+ }
26
+ export declare namespace Value_Deserializers {
27
+ namespace _boolean {
28
+ type CONTEXT = string;
29
+ namespace PARAMS {
30
+ }
31
+ type RESULT = boolean;
32
+ }
33
+ type _boolean = ($$_: string, $$_p: null) => boolean;
34
+ namespace custom_numbers {
35
+ }
36
+ type custom_numbers = null;
37
+ namespace default_number {
38
+ type CONTEXT = string;
39
+ namespace PARAMS {
40
+ }
41
+ type RESULT = number;
42
+ }
43
+ type default_number = ($$_: string, $$_p: null) => number;
44
+ }
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmFsdWVfZGVzZXJpYWxpemVycy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9nZW5lcmF0ZWQvaW50ZXJmYWNlL3NjaGVtYXMvYXN0L3ZhbHVlX2Rlc2VyaWFsaXplcnMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmFsdWVfZGVzZXJpYWxpemVycy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9nZW5lcmF0ZWQvaW50ZXJmYWNlL3NjaGVtYXMvc2VhbGVkX2FzdC92YWx1ZV9kZXNlcmlhbGl6ZXJzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
@@ -0,0 +1,44 @@
1
+ export type _T_Value_Serializers = {
2
+ readonly 'boolean': ($$_: boolean, $$_p: null) => string;
3
+ readonly 'custom numbers': null;
4
+ readonly 'default number': ($$_: number, $$_p: null) => string;
5
+ };
6
+ export type Value_Serializers = _T_Value_Serializers;
7
+ export declare namespace _T_Value_Serializers {
8
+ namespace _boolean {
9
+ type CONTEXT = boolean;
10
+ namespace PARAMS {
11
+ }
12
+ type RESULT = string;
13
+ }
14
+ type _boolean = ($$_: boolean, $$_p: null) => string;
15
+ namespace custom_numbers {
16
+ }
17
+ type custom_numbers = null;
18
+ namespace default_number {
19
+ type CONTEXT = number;
20
+ namespace PARAMS {
21
+ }
22
+ type RESULT = string;
23
+ }
24
+ type default_number = ($$_: number, $$_p: null) => string;
25
+ }
26
+ export declare namespace Value_Serializers {
27
+ namespace _boolean {
28
+ type CONTEXT = boolean;
29
+ namespace PARAMS {
30
+ }
31
+ type RESULT = string;
32
+ }
33
+ type _boolean = ($$_: boolean, $$_p: null) => string;
34
+ namespace custom_numbers {
35
+ }
36
+ type custom_numbers = null;
37
+ namespace default_number {
38
+ type CONTEXT = number;
39
+ namespace PARAMS {
40
+ }
41
+ type RESULT = string;
42
+ }
43
+ type default_number = ($$_: number, $$_p: null) => string;
44
+ }
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmFsdWVfc2VyaWFsaXplcnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvZ2VuZXJhdGVkL2ludGVyZmFjZS9zY2hlbWFzL2FzdC92YWx1ZV9zZXJpYWxpemVycy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmFsdWVfc2VyaWFsaXplcnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvZ2VuZXJhdGVkL2ludGVyZmFjZS9zY2hlbWFzL3NlYWxlZF9hc3QvdmFsdWVfc2VyaWFsaXplcnMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ // **** TYPES
4
+ // **** FRIENDLY NAMES FOR THE GLOBAL TYPES
5
+ // **** ALIASES FOR NESTED TYPE WITH PREFIXED ROOT NAMES
6
+ // *** ALIASES FOR NESTED TYPES
7
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzb2x2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9nZW5lcmF0ZWQvaW50ZXJmYWNlL3NjaGVtYXMvc2VhbGVkX3BhcnNlX3Jlc3VsdC9kYXRhX3R5cGVzL3Jlc29sdmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7QUFNQSxhQUFhO0FBRWIsMkNBQTJDO0FBRTNDLHdEQUF3RDtBQUV4RCwrQkFBK0IifQ==
@@ -1,5 +1,5 @@
1
1
  import * as _i_core from "../../../core/resolved";
2
- import * as _i_imports_ast from "../../ast/data_types/source";
2
+ import * as _i_imports_ast from "../../sealed_ast/data_types/source";
3
3
  import * as _i_imports_token from "../../token/data_types/source";
4
4
  export type _T_Parse_Error = {
5
5
  readonly 'range': _i_imports_token._T_Range;
@@ -15,7 +15,7 @@ export type _T_Parse_Error = {
15
15
  readonly 'found': _i_imports_token._T_Token_Type;
16
16
  }
17
17
  ]>;
18
- readonly 'expected': _i_core._T_List<null, _i_core._T_State_Group<null, readonly ['!', null] | readonly [')', null] | readonly [',', null] | readonly [':', null] | readonly ['>', null] | readonly ['@', null] | readonly [']', null] | readonly ['a string', null] | readonly ['a value', null] | readonly ['}', null]>>;
18
+ readonly 'expected': _i_core._T_List<null, _i_core._T_State_Group<null, readonly ['!', null] | readonly ['#', null] | readonly [')', null] | readonly [',', null] | readonly [':', null] | readonly ['>', null] | readonly ['@', null] | readonly [']', null] | readonly ['a string', null] | readonly ['a value', null] | readonly ['}', null]>>;
19
19
  }
20
20
  ]>;
21
21
  };
@@ -75,6 +75,7 @@ export declare namespace _T_Parse_Error {
75
75
  namespace L {
76
76
  namespace SG {
77
77
  type $ex_ = null;
78
+ type $ha_ = null;
78
79
  type $pc_ = null;
79
80
  type $cm_ = null;
80
81
  type $cl_ = null;
@@ -85,11 +86,11 @@ export declare namespace _T_Parse_Error {
85
86
  type a_value = null;
86
87
  type $cc_ = null;
87
88
  }
88
- type SG = readonly ['!', null] | readonly [')', null] | readonly [',', null] | readonly [':', null] | readonly ['>', null] | readonly ['@', null] | readonly [']', null] | readonly ['a string', null] | readonly ['a value', null] | readonly ['}', null];
89
+ type SG = readonly ['!', null] | readonly ['#', null] | readonly [')', null] | readonly [',', null] | readonly [':', null] | readonly ['>', null] | readonly ['@', null] | readonly [']', null] | readonly ['a string', null] | readonly ['a value', null] | readonly ['}', null];
89
90
  }
90
- type L = _i_core._T_State_Group<null, readonly ['!', null] | readonly [')', null] | readonly [',', null] | readonly [':', null] | readonly ['>', null] | readonly ['@', null] | readonly [']', null] | readonly ['a string', null] | readonly ['a value', null] | readonly ['}', null]>;
91
+ type L = _i_core._T_State_Group<null, readonly ['!', null] | readonly ['#', null] | readonly [')', null] | readonly [',', null] | readonly [':', null] | readonly ['>', null] | readonly ['@', null] | readonly [']', null] | readonly ['a string', null] | readonly ['a value', null] | readonly ['}', null]>;
91
92
  }
92
- type expected = _i_core._T_List<null, _i_core._T_State_Group<null, readonly ['!', null] | readonly [')', null] | readonly [',', null] | readonly [':', null] | readonly ['>', null] | readonly ['@', null] | readonly [']', null] | readonly ['a string', null] | readonly ['a value', null] | readonly ['}', null]>>;
93
+ type expected = _i_core._T_List<null, _i_core._T_State_Group<null, readonly ['!', null] | readonly ['#', null] | readonly [')', null] | readonly [',', null] | readonly [':', null] | readonly ['>', null] | readonly ['@', null] | readonly [']', null] | readonly ['a string', null] | readonly ['a value', null] | readonly ['}', null]>>;
93
94
  }
94
95
  type parser = {
95
96
  readonly 'cause': _i_core._T_State_Group<null, readonly ['missing token', null] | readonly [
@@ -98,7 +99,7 @@ export declare namespace _T_Parse_Error {
98
99
  readonly 'found': _i_imports_token._T_Token_Type;
99
100
  }
100
101
  ]>;
101
- readonly 'expected': _i_core._T_List<null, _i_core._T_State_Group<null, readonly ['!', null] | readonly [')', null] | readonly [',', null] | readonly [':', null] | readonly ['>', null] | readonly ['@', null] | readonly [']', null] | readonly ['a string', null] | readonly ['a value', null] | readonly ['}', null]>>;
102
+ readonly 'expected': _i_core._T_List<null, _i_core._T_State_Group<null, readonly ['!', null] | readonly ['#', null] | readonly [')', null] | readonly [',', null] | readonly [':', null] | readonly ['>', null] | readonly ['@', null] | readonly [']', null] | readonly ['a string', null] | readonly ['a value', null] | readonly ['}', null]>>;
102
103
  };
103
104
  }
104
105
  type SG = readonly [
@@ -113,7 +114,7 @@ export declare namespace _T_Parse_Error {
113
114
  readonly 'found': _i_imports_token._T_Token_Type;
114
115
  }
115
116
  ]>;
116
- readonly 'expected': _i_core._T_List<null, _i_core._T_State_Group<null, readonly ['!', null] | readonly [')', null] | readonly [',', null] | readonly [':', null] | readonly ['>', null] | readonly ['@', null] | readonly [']', null] | readonly ['a string', null] | readonly ['a value', null] | readonly ['}', null]>>;
117
+ readonly 'expected': _i_core._T_List<null, _i_core._T_State_Group<null, readonly ['!', null] | readonly ['#', null] | readonly [')', null] | readonly [',', null] | readonly [':', null] | readonly ['>', null] | readonly ['@', null] | readonly [']', null] | readonly ['a string', null] | readonly ['a value', null] | readonly ['}', null]>>;
117
118
  }
118
119
  ];
119
120
  }
@@ -129,7 +130,7 @@ export declare namespace _T_Parse_Error {
129
130
  readonly 'found': _i_imports_token._T_Token_Type;
130
131
  }
131
132
  ]>;
132
- readonly 'expected': _i_core._T_List<null, _i_core._T_State_Group<null, readonly ['!', null] | readonly [')', null] | readonly [',', null] | readonly [':', null] | readonly ['>', null] | readonly ['@', null] | readonly [']', null] | readonly ['a string', null] | readonly ['a value', null] | readonly ['}', null]>>;
133
+ readonly 'expected': _i_core._T_List<null, _i_core._T_State_Group<null, readonly ['!', null] | readonly ['#', null] | readonly [')', null] | readonly [',', null] | readonly [':', null] | readonly ['>', null] | readonly ['@', null] | readonly [']', null] | readonly ['a string', null] | readonly ['a value', null] | readonly ['}', null]>>;
133
134
  }
134
135
  ]>;
135
136
  }
@@ -197,6 +198,7 @@ export declare namespace Parse_Error {
197
198
  namespace L {
198
199
  namespace SG {
199
200
  type $ex_ = null;
201
+ type $ha_ = null;
200
202
  type $pc_ = null;
201
203
  type $cm_ = null;
202
204
  type $cl_ = null;
@@ -207,11 +209,11 @@ export declare namespace Parse_Error {
207
209
  type a_value = null;
208
210
  type $cc_ = null;
209
211
  }
210
- type SG = readonly ['!', null] | readonly [')', null] | readonly [',', null] | readonly [':', null] | readonly ['>', null] | readonly ['@', null] | readonly [']', null] | readonly ['a string', null] | readonly ['a value', null] | readonly ['}', null];
212
+ type SG = readonly ['!', null] | readonly ['#', null] | readonly [')', null] | readonly [',', null] | readonly [':', null] | readonly ['>', null] | readonly ['@', null] | readonly [']', null] | readonly ['a string', null] | readonly ['a value', null] | readonly ['}', null];
211
213
  }
212
- type L = _i_core._T_State_Group<null, readonly ['!', null] | readonly [')', null] | readonly [',', null] | readonly [':', null] | readonly ['>', null] | readonly ['@', null] | readonly [']', null] | readonly ['a string', null] | readonly ['a value', null] | readonly ['}', null]>;
214
+ type L = _i_core._T_State_Group<null, readonly ['!', null] | readonly ['#', null] | readonly [')', null] | readonly [',', null] | readonly [':', null] | readonly ['>', null] | readonly ['@', null] | readonly [']', null] | readonly ['a string', null] | readonly ['a value', null] | readonly ['}', null]>;
213
215
  }
214
- type expected = _i_core._T_List<null, _i_core._T_State_Group<null, readonly ['!', null] | readonly [')', null] | readonly [',', null] | readonly [':', null] | readonly ['>', null] | readonly ['@', null] | readonly [']', null] | readonly ['a string', null] | readonly ['a value', null] | readonly ['}', null]>>;
216
+ type expected = _i_core._T_List<null, _i_core._T_State_Group<null, readonly ['!', null] | readonly ['#', null] | readonly [')', null] | readonly [',', null] | readonly [':', null] | readonly ['>', null] | readonly ['@', null] | readonly [']', null] | readonly ['a string', null] | readonly ['a value', null] | readonly ['}', null]>>;
215
217
  }
216
218
  type parser = {
217
219
  readonly 'cause': _i_core._T_State_Group<null, readonly ['missing token', null] | readonly [
@@ -220,7 +222,7 @@ export declare namespace Parse_Error {
220
222
  readonly 'found': _i_imports_token._T_Token_Type;
221
223
  }
222
224
  ]>;
223
- readonly 'expected': _i_core._T_List<null, _i_core._T_State_Group<null, readonly ['!', null] | readonly [')', null] | readonly [',', null] | readonly [':', null] | readonly ['>', null] | readonly ['@', null] | readonly [']', null] | readonly ['a string', null] | readonly ['a value', null] | readonly ['}', null]>>;
225
+ readonly 'expected': _i_core._T_List<null, _i_core._T_State_Group<null, readonly ['!', null] | readonly ['#', null] | readonly [')', null] | readonly [',', null] | readonly [':', null] | readonly ['>', null] | readonly ['@', null] | readonly [']', null] | readonly ['a string', null] | readonly ['a value', null] | readonly ['}', null]>>;
224
226
  };
225
227
  }
226
228
  type SG = readonly [
@@ -235,7 +237,7 @@ export declare namespace Parse_Error {
235
237
  readonly 'found': _i_imports_token._T_Token_Type;
236
238
  }
237
239
  ]>;
238
- readonly 'expected': _i_core._T_List<null, _i_core._T_State_Group<null, readonly ['!', null] | readonly [')', null] | readonly [',', null] | readonly [':', null] | readonly ['>', null] | readonly ['@', null] | readonly [']', null] | readonly ['a string', null] | readonly ['a value', null] | readonly ['}', null]>>;
240
+ readonly 'expected': _i_core._T_List<null, _i_core._T_State_Group<null, readonly ['!', null] | readonly ['#', null] | readonly [')', null] | readonly [',', null] | readonly [':', null] | readonly ['>', null] | readonly ['@', null] | readonly [']', null] | readonly ['a string', null] | readonly ['a value', null] | readonly ['}', null]>>;
239
241
  }
240
242
  ];
241
243
  }
@@ -251,7 +253,7 @@ export declare namespace Parse_Error {
251
253
  readonly 'found': _i_imports_token._T_Token_Type;
252
254
  }
253
255
  ]>;
254
- readonly 'expected': _i_core._T_List<null, _i_core._T_State_Group<null, readonly ['!', null] | readonly [')', null] | readonly [',', null] | readonly [':', null] | readonly ['>', null] | readonly ['@', null] | readonly [']', null] | readonly ['a string', null] | readonly ['a value', null] | readonly ['}', null]>>;
256
+ readonly 'expected': _i_core._T_List<null, _i_core._T_State_Group<null, readonly ['!', null] | readonly ['#', null] | readonly [')', null] | readonly [',', null] | readonly [':', null] | readonly ['>', null] | readonly ['@', null] | readonly [']', null] | readonly ['a string', null] | readonly ['a value', null] | readonly ['}', null]>>;
255
257
  }
256
258
  ]>;
257
259
  }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic291cmNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2dlbmVyYXRlZC9pbnRlcmZhY2Uvc2NoZW1hcy9zZWFsZWRfcGFyc2VfcmVzdWx0L2RhdGFfdHlwZXMvc291cmNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==