astn 0.111.1 → 0.111.3

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