astn 0.110.21 → 0.110.22

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 (85) hide show
  1. package/dist/generated/implementation/generic/resolve.d.ts +41 -10
  2. package/dist/generated/implementation/generic/resolve.js +75 -50
  3. package/dist/generated/implementation/generic/unmarshall.d.ts +15 -10
  4. package/dist/generated/implementation/generic/unmarshall.js +124 -55
  5. package/dist/generated/implementation/schemas/ast/marshall.d.ts +6 -6
  6. package/dist/generated/implementation/schemas/ast/marshall.js +9 -4
  7. package/dist/generated/implementation/schemas/ast/unmarshall.js +142 -66
  8. package/dist/generated/implementation/schemas/ide/marshall.d.ts +3 -3
  9. package/dist/generated/implementation/schemas/ide/marshall.js +1 -1
  10. package/dist/generated/implementation/schemas/ide/unmarshall.js +26 -16
  11. package/dist/generated/implementation/schemas/parse_result/marshall.d.ts +2 -2
  12. package/dist/generated/implementation/schemas/parse_result/marshall.js +3 -3
  13. package/dist/generated/implementation/schemas/parse_result/unmarshall.js +50 -38
  14. package/dist/generated/implementation/schemas/target/marshall.d.ts +2 -2
  15. package/dist/generated/implementation/schemas/target/marshall.js +1 -1
  16. package/dist/generated/implementation/schemas/target/unmarshall.js +43 -29
  17. package/dist/generated/implementation/schemas/token/marshall.d.ts +10 -10
  18. package/dist/generated/implementation/schemas/token/marshall.js +8 -4
  19. package/dist/generated/implementation/schemas/token/unmarshall.js +93 -54
  20. package/dist/generated/interface/core/astn_source.d.ts +8 -8
  21. package/dist/generated/interface/core/astn_target.d.ts +15 -15
  22. package/dist/generated/interface/core/resolve.d.ts +6 -6
  23. package/dist/generated/interface/core/resolved.d.ts +46 -46
  24. package/dist/generated/interface/core/unconstrained.d.ts +10 -10
  25. package/dist/generated/interface/core/unresolved.d.ts +84 -87
  26. package/dist/generated/interface/schemas/ast/data_types/unconstrained.d.ts +952 -0
  27. package/dist/generated/interface/schemas/ast/data_types/unconstrained.js +3 -0
  28. package/dist/generated/interface/schemas/ast/marshall.d.ts +44 -87
  29. package/dist/generated/interface/schemas/ast/migrate_boilerplate.d.ts +2 -2
  30. package/dist/generated/interface/schemas/ast/unmarshall.d.ts +56 -7
  31. package/dist/generated/interface/schemas/ast/value_deserializers.d.ts +44 -0
  32. package/dist/generated/interface/schemas/ast/value_deserializers.js +3 -0
  33. package/dist/generated/interface/schemas/ast/value_serializers.d.ts +44 -0
  34. package/dist/generated/interface/schemas/ast/value_serializers.js +3 -0
  35. package/dist/generated/interface/schemas/ide/data_types/unconstrained.d.ts +190 -0
  36. package/dist/generated/interface/schemas/ide/data_types/unconstrained.js +3 -0
  37. package/dist/generated/interface/schemas/ide/marshall.d.ts +23 -66
  38. package/dist/generated/interface/schemas/ide/migrate_boilerplate.d.ts +2 -2
  39. package/dist/generated/interface/schemas/ide/unmarshall.d.ts +29 -4
  40. package/dist/generated/interface/schemas/ide/value_deserializers.d.ts +44 -0
  41. package/dist/generated/interface/schemas/ide/value_deserializers.js +3 -0
  42. package/dist/generated/interface/schemas/ide/value_serializers.d.ts +44 -0
  43. package/dist/generated/interface/schemas/ide/value_serializers.js +3 -0
  44. package/dist/generated/interface/schemas/parse_result/data_types/unconstrained.d.ts +268 -0
  45. package/dist/generated/interface/schemas/parse_result/data_types/unconstrained.js +3 -0
  46. package/dist/generated/interface/schemas/parse_result/marshall.d.ts +16 -59
  47. package/dist/generated/interface/schemas/parse_result/migrate_boilerplate.d.ts +2 -2
  48. package/dist/generated/interface/schemas/parse_result/unmarshall.d.ts +20 -3
  49. package/dist/generated/interface/schemas/parse_result/value_deserializers.d.ts +44 -0
  50. package/dist/generated/interface/schemas/parse_result/value_deserializers.js +3 -0
  51. package/dist/generated/interface/schemas/parse_result/value_serializers.d.ts +44 -0
  52. package/dist/generated/interface/schemas/parse_result/value_serializers.js +3 -0
  53. package/dist/generated/interface/schemas/target/data_types/unconstrained.d.ts +186 -0
  54. package/dist/generated/interface/schemas/target/data_types/unconstrained.js +3 -0
  55. package/dist/generated/interface/schemas/target/marshall.d.ts +16 -79
  56. package/dist/generated/interface/schemas/target/migrate_boilerplate.d.ts +2 -2
  57. package/dist/generated/interface/schemas/target/unmarshall.d.ts +20 -3
  58. package/dist/generated/interface/schemas/target/value_deserializers.d.ts +64 -0
  59. package/dist/generated/interface/schemas/target/value_deserializers.js +3 -0
  60. package/dist/generated/interface/schemas/target/value_serializers.d.ts +64 -0
  61. package/dist/generated/interface/schemas/target/value_serializers.js +3 -0
  62. package/dist/generated/interface/schemas/token/data_types/unconstrained.d.ts +328 -0
  63. package/dist/generated/interface/schemas/token/data_types/unconstrained.js +3 -0
  64. package/dist/generated/interface/schemas/token/marshall.d.ts +72 -115
  65. package/dist/generated/interface/schemas/token/migrate_boilerplate.d.ts +2 -2
  66. package/dist/generated/interface/schemas/token/unmarshall.d.ts +92 -11
  67. package/dist/generated/interface/schemas/token/value_deserializers.d.ts +44 -0
  68. package/dist/generated/interface/schemas/token/value_deserializers.js +3 -0
  69. package/dist/generated/interface/schemas/token/value_serializers.d.ts +44 -0
  70. package/dist/generated/interface/schemas/token/value_serializers.js +3 -0
  71. package/dist/parse/ast.d.ts +3 -3
  72. package/dist/parse/ast.js +1 -5
  73. package/dist/parse/astn_parse_generic.d.ts +2 -2
  74. package/dist/parse/parse.d.ts +1 -1
  75. package/dist/parse/token.d.ts +1 -1
  76. package/dist/parse/token.js +5 -1
  77. package/dist/serializers/parse_result.d.ts +1 -1
  78. package/dist/transformations/ast/ide.d.ts +3 -3
  79. package/dist/transformations/ast/ide.js +2 -1
  80. package/dist/transformations/ast/json_target.d.ts +1 -1
  81. package/dist/transformations/ast/json_target.js +2 -1
  82. package/dist/transformations/ast/temp_value_range.d.ts +7 -0
  83. package/dist/transformations/ast/temp_value_range.js +77 -0
  84. package/dist/transformations/target/fountain_pen_block.d.ts +1 -1
  85. package/package.json +3 -3
@@ -0,0 +1,186 @@
1
+ import * as _i_core from "../../../core/unconstrained";
2
+ export type _T_Document = _T_Value;
3
+ export type _T_Value = _i_core._T_State_Group<null, readonly ['concise group', _i_core._T_List<null, _T_Value>] | readonly ['dictionary', _i_core._T_Dictionary<null, _T_Value>] | readonly ['list', _i_core._T_List<null, _T_Value>] | readonly ['nothing', null] | readonly [
4
+ 'optional',
5
+ _i_core._T_State_Group<null, readonly ['not set', null] | readonly ['set', _T_Value]>
6
+ ] | readonly [
7
+ 'state',
8
+ {
9
+ readonly 'state': string;
10
+ readonly 'value': _T_Value;
11
+ }
12
+ ] | readonly [
13
+ 'text',
14
+ {
15
+ readonly 'delimiter': _i_core._T_State_Group<null, readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null]>;
16
+ readonly 'value': string;
17
+ }
18
+ ] | readonly ['verbose group', _i_core._T_Dictionary<null, _T_Value>]>;
19
+ export type Document = _T_Document;
20
+ export type Value = _T_Value;
21
+ export declare namespace _T_Document {
22
+ }
23
+ export declare namespace _T_Value {
24
+ namespace SG {
25
+ namespace concise_group {
26
+ namespace L {
27
+ }
28
+ type L = _T_Value;
29
+ }
30
+ type concise_group = _i_core._T_List<null, _T_Value>;
31
+ namespace dictionary {
32
+ namespace D {
33
+ }
34
+ type D = _T_Value;
35
+ }
36
+ type dictionary = _i_core._T_Dictionary<null, _T_Value>;
37
+ namespace list {
38
+ namespace L {
39
+ }
40
+ type L = _T_Value;
41
+ }
42
+ type list = _i_core._T_List<null, _T_Value>;
43
+ type nothing = null;
44
+ namespace optional {
45
+ namespace SG {
46
+ type not_set = null;
47
+ namespace _set {
48
+ }
49
+ type _set = _T_Value;
50
+ }
51
+ type SG = readonly ['not set', null] | readonly ['set', _T_Value];
52
+ }
53
+ type optional = _i_core._T_State_Group<null, readonly ['not set', null] | readonly ['set', _T_Value]>;
54
+ namespace state {
55
+ type state = string;
56
+ namespace value {
57
+ }
58
+ type value = _T_Value;
59
+ }
60
+ type state = {
61
+ readonly 'state': string;
62
+ readonly 'value': _T_Value;
63
+ };
64
+ namespace text {
65
+ namespace delimiter {
66
+ namespace SG {
67
+ type backtick = null;
68
+ type none = null;
69
+ type quote = null;
70
+ }
71
+ type SG = readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null];
72
+ }
73
+ type delimiter = _i_core._T_State_Group<null, readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null]>;
74
+ type value = string;
75
+ }
76
+ type text = {
77
+ readonly 'delimiter': _i_core._T_State_Group<null, readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null]>;
78
+ readonly 'value': string;
79
+ };
80
+ namespace verbose_group {
81
+ namespace D {
82
+ }
83
+ type D = _T_Value;
84
+ }
85
+ type verbose_group = _i_core._T_Dictionary<null, _T_Value>;
86
+ }
87
+ type SG = readonly ['concise group', _i_core._T_List<null, _T_Value>] | readonly ['dictionary', _i_core._T_Dictionary<null, _T_Value>] | readonly ['list', _i_core._T_List<null, _T_Value>] | readonly ['nothing', null] | readonly [
88
+ 'optional',
89
+ _i_core._T_State_Group<null, readonly ['not set', null] | readonly ['set', _T_Value]>
90
+ ] | readonly [
91
+ 'state',
92
+ {
93
+ readonly 'state': string;
94
+ readonly 'value': _T_Value;
95
+ }
96
+ ] | readonly [
97
+ 'text',
98
+ {
99
+ readonly 'delimiter': _i_core._T_State_Group<null, readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null]>;
100
+ readonly 'value': string;
101
+ }
102
+ ] | readonly ['verbose group', _i_core._T_Dictionary<null, _T_Value>];
103
+ }
104
+ export declare namespace Document {
105
+ }
106
+ export declare namespace Value {
107
+ namespace SG {
108
+ namespace concise_group {
109
+ namespace L {
110
+ }
111
+ type L = _T_Value;
112
+ }
113
+ type concise_group = _i_core._T_List<null, _T_Value>;
114
+ namespace dictionary {
115
+ namespace D {
116
+ }
117
+ type D = _T_Value;
118
+ }
119
+ type dictionary = _i_core._T_Dictionary<null, _T_Value>;
120
+ namespace list {
121
+ namespace L {
122
+ }
123
+ type L = _T_Value;
124
+ }
125
+ type list = _i_core._T_List<null, _T_Value>;
126
+ type nothing = null;
127
+ namespace optional {
128
+ namespace SG {
129
+ type not_set = null;
130
+ namespace _set {
131
+ }
132
+ type _set = _T_Value;
133
+ }
134
+ type SG = readonly ['not set', null] | readonly ['set', _T_Value];
135
+ }
136
+ type optional = _i_core._T_State_Group<null, readonly ['not set', null] | readonly ['set', _T_Value]>;
137
+ namespace state {
138
+ type state = string;
139
+ namespace value {
140
+ }
141
+ type value = _T_Value;
142
+ }
143
+ type state = {
144
+ readonly 'state': string;
145
+ readonly 'value': _T_Value;
146
+ };
147
+ namespace text {
148
+ namespace delimiter {
149
+ namespace SG {
150
+ type backtick = null;
151
+ type none = null;
152
+ type quote = null;
153
+ }
154
+ type SG = readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null];
155
+ }
156
+ type delimiter = _i_core._T_State_Group<null, readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null]>;
157
+ type value = string;
158
+ }
159
+ type text = {
160
+ readonly 'delimiter': _i_core._T_State_Group<null, readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null]>;
161
+ readonly 'value': string;
162
+ };
163
+ namespace verbose_group {
164
+ namespace D {
165
+ }
166
+ type D = _T_Value;
167
+ }
168
+ type verbose_group = _i_core._T_Dictionary<null, _T_Value>;
169
+ }
170
+ type SG = readonly ['concise group', _i_core._T_List<null, _T_Value>] | readonly ['dictionary', _i_core._T_Dictionary<null, _T_Value>] | readonly ['list', _i_core._T_List<null, _T_Value>] | readonly ['nothing', null] | readonly [
171
+ 'optional',
172
+ _i_core._T_State_Group<null, readonly ['not set', null] | readonly ['set', _T_Value]>
173
+ ] | readonly [
174
+ 'state',
175
+ {
176
+ readonly 'state': string;
177
+ readonly 'value': _T_Value;
178
+ }
179
+ ] | readonly [
180
+ 'text',
181
+ {
182
+ readonly 'delimiter': _i_core._T_State_Group<null, readonly ['backtick', null] | readonly ['none', null] | readonly ['quote', null]>;
183
+ readonly 'value': string;
184
+ }
185
+ ] | readonly ['verbose group', _i_core._T_Dictionary<null, _T_Value>];
186
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidW5jb25zdHJhaW5lZC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9nZW5lcmF0ZWQvaW50ZXJmYWNlL3NjaGVtYXMvdGFyZ2V0L2RhdGFfdHlwZXMvdW5jb25zdHJhaW5lZC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
@@ -1,124 +1,61 @@
1
- import * as _i_in from "./unconstrained";
1
+ import * as _i_in from "./data_types/unconstrained";
2
2
  import * as _i_out from "../../core/astn_target";
3
- export type _T_Value_Serializers = {
4
- readonly 'boolean': ($$_: boolean, $$_p: null) => string;
5
- readonly 'custom numbers': {
6
- readonly 'Position': ($$_: number, $$_p: null) => string;
7
- };
8
- readonly 'default number': ($$_: number, $$_p: null) => string;
9
- };
10
- export type _T_s_Document = ($$_: _i_in._T_Document, $$_p: {
11
- readonly 'value serializers': _T_Value_Serializers;
3
+ import * as _i_vs from "./value_serializers";
4
+ export type _T_Document = ($$_: _i_in._T_Document, $$_p: {
5
+ readonly 'value serializers': _i_vs._T_Value_Serializers;
12
6
  }) => _i_out._T_Value;
13
- export type _T_s_Value = ($$_: _i_in._T_Value, $$_p: {
14
- readonly 'value serializers': _T_Value_Serializers;
7
+ export type _T_Value = ($$_: _i_in._T_Value, $$_p: {
8
+ readonly 'value serializers': _i_vs._T_Value_Serializers;
15
9
  }) => _i_out._T_Value;
16
- export type Value_Serializers = _T_Value_Serializers;
17
- export type s_Document = _T_s_Document;
18
- export type s_Value = _T_s_Value;
19
- export declare namespace _T_Value_Serializers {
20
- namespace _boolean {
21
- type CONTEXT = boolean;
22
- namespace PARAMS {
23
- }
24
- type RESULT = string;
25
- }
26
- type _boolean = ($$_: boolean, $$_p: null) => string;
27
- namespace custom_numbers {
28
- namespace Position {
29
- type CONTEXT = number;
30
- namespace PARAMS {
31
- }
32
- type RESULT = string;
33
- }
34
- type Position = ($$_: number, $$_p: null) => string;
35
- }
36
- type custom_numbers = {
37
- readonly 'Position': ($$_: number, $$_p: null) => string;
38
- };
39
- namespace default_number {
40
- type CONTEXT = number;
41
- namespace PARAMS {
42
- }
43
- type RESULT = string;
44
- }
45
- type default_number = ($$_: number, $$_p: null) => string;
46
- }
47
- export declare namespace _T_s_Document {
10
+ export type Document = _T_Document;
11
+ export type Value = _T_Value;
12
+ export declare namespace _T_Document {
48
13
  namespace CONTEXT {
49
14
  }
50
15
  type CONTEXT = _i_in._T_Document;
51
16
  namespace PARAMS {
52
17
  namespace value_serializers {
53
18
  }
54
- type value_serializers = _T_Value_Serializers;
19
+ type value_serializers = _i_vs._T_Value_Serializers;
55
20
  }
56
21
  namespace RESULT {
57
22
  }
58
23
  type RESULT = _i_out._T_Value;
59
24
  }
60
- export declare namespace _T_s_Value {
25
+ export declare namespace _T_Value {
61
26
  namespace CONTEXT {
62
27
  }
63
28
  type CONTEXT = _i_in._T_Value;
64
29
  namespace PARAMS {
65
30
  namespace value_serializers {
66
31
  }
67
- type value_serializers = _T_Value_Serializers;
32
+ type value_serializers = _i_vs._T_Value_Serializers;
68
33
  }
69
34
  namespace RESULT {
70
35
  }
71
36
  type RESULT = _i_out._T_Value;
72
37
  }
73
- export declare namespace Value_Serializers {
74
- namespace _boolean {
75
- type CONTEXT = boolean;
76
- namespace PARAMS {
77
- }
78
- type RESULT = string;
79
- }
80
- type _boolean = ($$_: boolean, $$_p: null) => string;
81
- namespace custom_numbers {
82
- namespace Position {
83
- type CONTEXT = number;
84
- namespace PARAMS {
85
- }
86
- type RESULT = string;
87
- }
88
- type Position = ($$_: number, $$_p: null) => string;
89
- }
90
- type custom_numbers = {
91
- readonly 'Position': ($$_: number, $$_p: null) => string;
92
- };
93
- namespace default_number {
94
- type CONTEXT = number;
95
- namespace PARAMS {
96
- }
97
- type RESULT = string;
98
- }
99
- type default_number = ($$_: number, $$_p: null) => string;
100
- }
101
- export declare namespace s_Document {
38
+ export declare namespace Document {
102
39
  namespace CONTEXT {
103
40
  }
104
41
  type CONTEXT = _i_in._T_Document;
105
42
  namespace PARAMS {
106
43
  namespace value_serializers {
107
44
  }
108
- type value_serializers = _T_Value_Serializers;
45
+ type value_serializers = _i_vs._T_Value_Serializers;
109
46
  }
110
47
  namespace RESULT {
111
48
  }
112
49
  type RESULT = _i_out._T_Value;
113
50
  }
114
- export declare namespace s_Value {
51
+ export declare namespace Value {
115
52
  namespace CONTEXT {
116
53
  }
117
54
  type CONTEXT = _i_in._T_Value;
118
55
  namespace PARAMS {
119
56
  namespace value_serializers {
120
57
  }
121
- type value_serializers = _T_Value_Serializers;
58
+ type value_serializers = _i_vs._T_Value_Serializers;
122
59
  }
123
60
  namespace RESULT {
124
61
  }
@@ -1,5 +1,5 @@
1
- import * as _i_in from "./unconstrained";
2
- import * as _i_out from "./unconstrained";
1
+ import * as _i_in from "./data_types/unconstrained";
2
+ import * as _i_out from "./data_types/unconstrained";
3
3
  export type _T_Document = ($$_: _i_in._T_Document, $$_p: null) => _i_out._T_Document;
4
4
  export type _T_Value = ($$_: _i_in._T_Value, $$_p: null) => _i_out._T_Value;
5
5
  export type Document = _T_Document;
@@ -1,7 +1,12 @@
1
1
  import * as _i_in from "../../core/astn_source";
2
- import * as _i_out from "./unconstrained";
3
- export type _T_Document = ($$_: _i_in._T_Value, $$_p: null) => _i_out._T_Document;
4
- export type _T_Value = ($$_: _i_in._T_Value, $$_p: null) => _i_out._T_Value;
2
+ import * as _i_out from "./data_types/unconstrained";
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_Value = ($$_: _i_in._T_Value, $$_p: {
8
+ readonly 'value deserializers': _i_vd._T_Value_Deserializers;
9
+ }) => _i_out._T_Value;
5
10
  export type Document = _T_Document;
6
11
  export type Value = _T_Value;
7
12
  export declare namespace _T_Document {
@@ -9,6 +14,9 @@ export declare namespace _T_Document {
9
14
  }
10
15
  type CONTEXT = _i_in._T_Value;
11
16
  namespace PARAMS {
17
+ namespace value_deserializers {
18
+ }
19
+ type value_deserializers = _i_vd._T_Value_Deserializers;
12
20
  }
13
21
  namespace RESULT {
14
22
  }
@@ -19,6 +27,9 @@ export declare namespace _T_Value {
19
27
  }
20
28
  type CONTEXT = _i_in._T_Value;
21
29
  namespace PARAMS {
30
+ namespace value_deserializers {
31
+ }
32
+ type value_deserializers = _i_vd._T_Value_Deserializers;
22
33
  }
23
34
  namespace RESULT {
24
35
  }
@@ -29,6 +40,9 @@ export declare namespace Document {
29
40
  }
30
41
  type CONTEXT = _i_in._T_Value;
31
42
  namespace PARAMS {
43
+ namespace value_deserializers {
44
+ }
45
+ type value_deserializers = _i_vd._T_Value_Deserializers;
32
46
  }
33
47
  namespace RESULT {
34
48
  }
@@ -39,6 +53,9 @@ export declare namespace Value {
39
53
  }
40
54
  type CONTEXT = _i_in._T_Value;
41
55
  namespace PARAMS {
56
+ namespace value_deserializers {
57
+ }
58
+ type value_deserializers = _i_vd._T_Value_Deserializers;
42
59
  }
43
60
  namespace RESULT {
44
61
  }
@@ -0,0 +1,64 @@
1
+ export type _T_Value_Deserializers = {
2
+ readonly 'boolean': ($$_: string, $$_p: null) => boolean;
3
+ readonly 'custom numbers': {
4
+ readonly 'Position': ($$_: string, $$_p: null) => number;
5
+ };
6
+ readonly 'default number': ($$_: string, $$_p: null) => number;
7
+ };
8
+ export type Value_Deserializers = _T_Value_Deserializers;
9
+ export declare namespace _T_Value_Deserializers {
10
+ namespace _boolean {
11
+ type CONTEXT = string;
12
+ namespace PARAMS {
13
+ }
14
+ type RESULT = boolean;
15
+ }
16
+ type _boolean = ($$_: string, $$_p: null) => boolean;
17
+ namespace custom_numbers {
18
+ namespace Position {
19
+ type CONTEXT = string;
20
+ namespace PARAMS {
21
+ }
22
+ type RESULT = number;
23
+ }
24
+ type Position = ($$_: string, $$_p: null) => number;
25
+ }
26
+ type custom_numbers = {
27
+ readonly 'Position': ($$_: string, $$_p: null) => number;
28
+ };
29
+ namespace default_number {
30
+ type CONTEXT = string;
31
+ namespace PARAMS {
32
+ }
33
+ type RESULT = number;
34
+ }
35
+ type default_number = ($$_: string, $$_p: null) => number;
36
+ }
37
+ export declare namespace Value_Deserializers {
38
+ namespace _boolean {
39
+ type CONTEXT = string;
40
+ namespace PARAMS {
41
+ }
42
+ type RESULT = boolean;
43
+ }
44
+ type _boolean = ($$_: string, $$_p: null) => boolean;
45
+ namespace custom_numbers {
46
+ namespace Position {
47
+ type CONTEXT = string;
48
+ namespace PARAMS {
49
+ }
50
+ type RESULT = number;
51
+ }
52
+ type Position = ($$_: string, $$_p: null) => number;
53
+ }
54
+ type custom_numbers = {
55
+ readonly 'Position': ($$_: string, $$_p: null) => number;
56
+ };
57
+ namespace default_number {
58
+ type CONTEXT = string;
59
+ namespace PARAMS {
60
+ }
61
+ type RESULT = number;
62
+ }
63
+ type default_number = ($$_: string, $$_p: null) => number;
64
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmFsdWVfZGVzZXJpYWxpemVycy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9nZW5lcmF0ZWQvaW50ZXJmYWNlL3NjaGVtYXMvdGFyZ2V0L3ZhbHVlX2Rlc2VyaWFsaXplcnMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
@@ -0,0 +1,64 @@
1
+ export type _T_Value_Serializers = {
2
+ readonly 'boolean': ($$_: boolean, $$_p: null) => string;
3
+ readonly 'custom numbers': {
4
+ readonly 'Position': ($$_: number, $$_p: null) => string;
5
+ };
6
+ readonly 'default number': ($$_: number, $$_p: null) => string;
7
+ };
8
+ export type Value_Serializers = _T_Value_Serializers;
9
+ export declare namespace _T_Value_Serializers {
10
+ namespace _boolean {
11
+ type CONTEXT = boolean;
12
+ namespace PARAMS {
13
+ }
14
+ type RESULT = string;
15
+ }
16
+ type _boolean = ($$_: boolean, $$_p: null) => string;
17
+ namespace custom_numbers {
18
+ namespace Position {
19
+ type CONTEXT = number;
20
+ namespace PARAMS {
21
+ }
22
+ type RESULT = string;
23
+ }
24
+ type Position = ($$_: number, $$_p: null) => string;
25
+ }
26
+ type custom_numbers = {
27
+ readonly 'Position': ($$_: number, $$_p: null) => string;
28
+ };
29
+ namespace default_number {
30
+ type CONTEXT = number;
31
+ namespace PARAMS {
32
+ }
33
+ type RESULT = string;
34
+ }
35
+ type default_number = ($$_: number, $$_p: null) => string;
36
+ }
37
+ export declare namespace Value_Serializers {
38
+ namespace _boolean {
39
+ type CONTEXT = boolean;
40
+ namespace PARAMS {
41
+ }
42
+ type RESULT = string;
43
+ }
44
+ type _boolean = ($$_: boolean, $$_p: null) => string;
45
+ namespace custom_numbers {
46
+ namespace Position {
47
+ type CONTEXT = number;
48
+ namespace PARAMS {
49
+ }
50
+ type RESULT = string;
51
+ }
52
+ type Position = ($$_: number, $$_p: null) => string;
53
+ }
54
+ type custom_numbers = {
55
+ readonly 'Position': ($$_: number, $$_p: null) => string;
56
+ };
57
+ namespace default_number {
58
+ type CONTEXT = number;
59
+ namespace PARAMS {
60
+ }
61
+ type RESULT = string;
62
+ }
63
+ type default_number = ($$_: number, $$_p: null) => string;
64
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmFsdWVfc2VyaWFsaXplcnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvZ2VuZXJhdGVkL2ludGVyZmFjZS9zY2hlbWFzL3RhcmdldC92YWx1ZV9zZXJpYWxpemVycy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=