astn 0.113.20 → 0.113.21

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 (183) hide show
  1. package/dist/bin/convert_to_json.js +7 -9
  2. package/dist/bin/validate_astn.js +7 -9
  3. package/dist/implementation/generated/pareto/generic/parse/ast.js +35 -35
  4. package/dist/implementation/generated/pareto/generic/parse/astn_parse_generic.js +2 -2
  5. package/dist/implementation/generated/pareto/generic/parse/string_iterator.js +30 -7
  6. package/dist/implementation/generated/pareto/generic/parse/token.js +10 -10
  7. package/dist/implementation/generated/pareto/generic/serialize.js +5 -5
  8. package/dist/implementation/generated/pareto/generic/unmarshall.d.ts +26 -26
  9. package/dist/implementation/generated/pareto/generic/unmarshall.js +31 -40
  10. package/dist/implementation/generated/pareto/schemas/astn_schema/marshall.js +28 -28
  11. package/dist/implementation/generated/pareto/schemas/astn_schema/resolve.js +78 -78
  12. package/dist/implementation/generated/pareto/schemas/astn_schema/unmarshall.js +21 -21
  13. package/dist/implementation/generated/pareto/schemas/authoring_parse_result/marshall.js +11 -11
  14. package/dist/implementation/generated/pareto/schemas/authoring_parse_result/unmarshall.js +11 -11
  15. package/dist/implementation/generated/pareto/schemas/authoring_parse_tree/marshall.js +61 -61
  16. package/dist/implementation/generated/pareto/schemas/authoring_parse_tree/unmarshall.js +46 -46
  17. package/dist/implementation/generated/pareto/schemas/authoring_target/marshall.js +17 -17
  18. package/dist/implementation/generated/pareto/schemas/authoring_target/unmarshall.js +14 -14
  19. package/dist/implementation/generated/pareto/schemas/ide/marshall.js +13 -13
  20. package/dist/implementation/generated/pareto/schemas/ide/unmarshall.js +9 -9
  21. package/dist/implementation/generated/pareto/schemas/sealed_target/marshall.js +15 -15
  22. package/dist/implementation/generated/pareto/schemas/sealed_target/unmarshall.js +12 -12
  23. package/dist/implementation/generated/pareto/schemas/token/marshall.js +34 -34
  24. package/dist/implementation/generated/pareto/schemas/token/unmarshall.js +27 -27
  25. package/dist/implementation/manual/commands/convert_to_json.d.ts +2 -2
  26. package/dist/implementation/manual/commands/convert_to_json.js +5 -54
  27. package/dist/implementation/manual/commands/validate_astn.d.ts +2 -2
  28. package/dist/implementation/manual/commands/validate_astn.js +5 -54
  29. package/dist/implementation/manual/create_stream_to_stream_command.d.ts +3 -0
  30. package/dist/implementation/manual/create_stream_to_stream_command.js +53 -0
  31. package/dist/implementation/manual/primitives/text/serializers/apostrophed.d.ts +6 -4
  32. package/dist/implementation/manual/primitives/text/serializers/apostrophed.js +4 -4
  33. package/dist/implementation/manual/primitives/text/serializers/backticked.d.ts +6 -4
  34. package/dist/implementation/manual/primitives/text/serializers/backticked.js +4 -4
  35. package/dist/implementation/manual/primitives/text/serializers/quoted.d.ts +6 -4
  36. package/dist/implementation/manual/primitives/text/serializers/quoted.js +4 -4
  37. package/dist/implementation/manual/schemas/annotated_characters/deserializers.d.ts +1 -0
  38. package/dist/implementation/manual/schemas/annotated_characters/deserializers.js +130 -67
  39. package/dist/implementation/manual/schemas/authoring_parse_result/serializers.d.ts +5 -0
  40. package/dist/implementation/manual/schemas/authoring_parse_result/serializers.js +35 -0
  41. package/dist/implementation/manual/schemas/authoring_parse_result/transformers/fountain_pen.d.ts +10 -0
  42. package/dist/implementation/manual/schemas/authoring_parse_result/transformers/fountain_pen.js +85 -0
  43. package/dist/implementation/manual/schemas/authoring_parse_tree/deserializers.js +10 -8
  44. package/dist/implementation/manual/schemas/authoring_parse_tree/productions/token.d.ts +18 -8
  45. package/dist/implementation/manual/schemas/authoring_parse_tree/productions/token.js +174 -250
  46. package/dist/implementation/manual/schemas/authoring_parse_tree/transformers/ide.js +118 -132
  47. package/dist/implementation/manual/schemas/authoring_parse_tree/transformers/json_target.js +45 -53
  48. package/dist/implementation/manual/schemas/authoring_parse_tree/transformers/token.js +57 -59
  49. package/dist/implementation/manual/schemas/authoring_target/transformers/fountain_pen_block.js +112 -119
  50. package/dist/implementation/manual/schemas/parse_result/serializers.d.ts +9 -4
  51. package/dist/implementation/manual/schemas/parse_result/serializers.js +22 -29
  52. package/dist/implementation/manual/schemas/sealed_target/transformers/fountain_pen_block.js +76 -77
  53. package/dist/implementation/manual/schemas/token/productions/annotated_character.d.ts +5 -6
  54. package/dist/implementation/manual/schemas/token/productions/annotated_character.js +174 -181
  55. package/dist/implementation/manual/text_to_text/convert_to_json.d.ts +2 -0
  56. package/dist/implementation/manual/text_to_text/convert_to_json.js +45 -0
  57. package/dist/implementation/manual/text_to_text/validate_astn.d.ts +2 -0
  58. package/dist/implementation/manual/text_to_text/validate_astn.js +37 -0
  59. package/dist/interface/generated/pareto/schemas/astn_schema/data_types/resolve.d.ts +1 -1
  60. package/dist/interface/generated/pareto/schemas/authoring_parse_result/data_types/resolve.js +1 -1
  61. package/dist/interface/generated/pareto/schemas/authoring_parse_tree/data_types/resolve.js +1 -1
  62. package/dist/interface/generated/pareto/schemas/authoring_target/data_types/resolve.js +1 -1
  63. package/dist/interface/generated/pareto/schemas/ide/data_types/resolve.js +1 -1
  64. package/dist/interface/generated/pareto/schemas/sealed_target/data_types/resolve.js +1 -1
  65. package/dist/interface/generated/pareto/schemas/token/data_types/resolve.js +1 -1
  66. package/dist/interface/signatures/transformers/authoring_parse_tree/json_target.d.ts +1 -1
  67. package/dist/interface/signatures.d.ts +0 -14
  68. package/dist/modules/common_tool_signatures/implementation/manual/command_creators/create_file_to_file_command.d.ts +6 -0
  69. package/dist/modules/common_tool_signatures/implementation/manual/command_creators/create_file_to_file_command.js +59 -0
  70. package/dist/modules/common_tool_signatures/implementation/manual/command_creators/create_stream_to_stream_command.d.ts +3 -0
  71. package/dist/modules/common_tool_signatures/implementation/manual/command_creators/create_stream_to_stream_command.js +53 -0
  72. package/dist/modules/common_tool_signatures/implementation/manual/schemas/file_in_file_out/productions/text.d.ts +4 -0
  73. package/dist/modules/common_tool_signatures/implementation/manual/schemas/file_in_file_out/productions/text.js +33 -0
  74. package/dist/modules/common_tool_signatures/implementation/manual/schemas/file_in_file_out/refiners/main.d.ts +4 -0
  75. package/dist/modules/common_tool_signatures/implementation/manual/schemas/file_in_file_out/refiners/main.js +37 -0
  76. package/dist/modules/common_tool_signatures/implementation/manual/schemas/file_in_file_out/serializers.d.ts +4 -0
  77. package/dist/modules/common_tool_signatures/implementation/manual/schemas/file_in_file_out/serializers.js +59 -0
  78. package/dist/modules/common_tool_signatures/implementation/manual/schemas/transform_file/serializers.d.ts +2 -0
  79. package/dist/modules/common_tool_signatures/implementation/manual/schemas/transform_file/serializers.js +39 -0
  80. package/dist/modules/common_tool_signatures/interface/signatures.d.ts +18 -0
  81. package/dist/modules/common_tool_signatures/interface/signatures.js +3 -0
  82. package/dist/modules/common_tool_signatures/interface/to_be_generated/file_in_file_out.d.ts +11 -0
  83. package/dist/modules/common_tool_signatures/interface/to_be_generated/file_in_file_out.js +3 -0
  84. package/dist/modules/common_tool_signatures/interface/to_be_generated/transform_file.d.ts +2 -0
  85. package/dist/modules/common_tool_signatures/interface/to_be_generated/transform_file.js +3 -0
  86. package/dist/modules/default_tool_signatures/command_creators/create_file_to_file_command.d.ts +3 -0
  87. package/dist/modules/default_tool_signatures/command_creators/create_file_to_file_command.js +59 -0
  88. package/dist/modules/default_tool_signatures/command_creators/create_stream_to_stream_command.d.ts +3 -0
  89. package/dist/modules/default_tool_signatures/command_creators/create_stream_to_stream_command.js +53 -0
  90. package/dist/modules/default_tool_signatures/implementation/manual/command_creators/create_file_to_file_command.d.ts +6 -0
  91. package/dist/modules/default_tool_signatures/implementation/manual/command_creators/create_file_to_file_command.js +59 -0
  92. package/dist/modules/default_tool_signatures/implementation/manual/command_creators/create_stream_to_stream_command.d.ts +3 -0
  93. package/dist/modules/default_tool_signatures/implementation/manual/command_creators/create_stream_to_stream_command.js +53 -0
  94. package/dist/modules/default_tool_signatures/implementation/manual/schemas/file_in_file_out/productions/text.d.ts +4 -0
  95. package/dist/modules/default_tool_signatures/implementation/manual/schemas/file_in_file_out/productions/text.js +33 -0
  96. package/dist/modules/default_tool_signatures/implementation/manual/schemas/file_in_file_out/refiners/main.d.ts +4 -0
  97. package/dist/modules/default_tool_signatures/implementation/manual/schemas/file_in_file_out/refiners/main.js +37 -0
  98. package/dist/modules/default_tool_signatures/implementation/manual/schemas/file_in_file_out/serializers.d.ts +4 -0
  99. package/dist/modules/default_tool_signatures/implementation/manual/schemas/file_in_file_out/serializers.js +59 -0
  100. package/dist/modules/default_tool_signatures/implementation/manual/schemas/transform_file/serializers.d.ts +2 -0
  101. package/dist/modules/default_tool_signatures/implementation/manual/schemas/transform_file/serializers.js +39 -0
  102. package/dist/modules/default_tool_signatures/interface/signatures.d.ts +18 -0
  103. package/dist/modules/default_tool_signatures/interface/signatures.js +3 -0
  104. package/dist/modules/default_tool_signatures/interface/to_be_generated/file_in_file_out.d.ts +11 -0
  105. package/dist/modules/default_tool_signatures/interface/to_be_generated/file_in_file_out.js +3 -0
  106. package/dist/modules/default_tool_signatures/interface/to_be_generated/transform_file.d.ts +2 -0
  107. package/dist/modules/default_tool_signatures/interface/to_be_generated/transform_file.js +3 -0
  108. package/dist/modules/file_transformer/implementation/manual/command_creators/transform_file.d.ts +5 -0
  109. package/dist/modules/file_transformer/implementation/manual/command_creators/transform_file.js +59 -0
  110. package/dist/modules/file_transformer/implementation/manual/schemas/file_in_file_out/productions/text.d.ts +4 -0
  111. package/dist/modules/file_transformer/implementation/manual/schemas/file_in_file_out/productions/text.js +33 -0
  112. package/dist/modules/file_transformer/implementation/manual/schemas/file_in_file_out/refiners/main.d.ts +4 -0
  113. package/dist/modules/file_transformer/implementation/manual/schemas/file_in_file_out/refiners/main.js +37 -0
  114. package/dist/modules/file_transformer/implementation/manual/schemas/file_in_file_out/serializers.d.ts +4 -0
  115. package/dist/modules/file_transformer/implementation/manual/schemas/file_in_file_out/serializers.js +60 -0
  116. package/dist/modules/file_transformer/implementation/manual/schemas/transform_file/serializers.d.ts +2 -0
  117. package/dist/modules/file_transformer/implementation/manual/schemas/transform_file/serializers.js +40 -0
  118. package/dist/modules/file_transformer/interface/signatures.d.ts +12 -0
  119. package/dist/modules/file_transformer/interface/signatures.js +3 -0
  120. package/dist/modules/file_transformer/interface/to_be_generated/file_in_file_out.d.ts +12 -0
  121. package/dist/modules/file_transformer/interface/to_be_generated/file_in_file_out.js +3 -0
  122. package/dist/modules/file_transformer/interface/to_be_generated/transform_file.d.ts +3 -0
  123. package/dist/modules/file_transformer/interface/to_be_generated/transform_file.js +3 -0
  124. package/dist/modules/pareto-json/implementation/generated/pareto/generic/serialize.d.ts +4 -0
  125. package/dist/modules/pareto-json/implementation/generated/pareto/generic/serialize.js +93 -0
  126. package/dist/modules/pareto-json/implementation/generated/pareto/generic/unmarshall.d.ts +42 -0
  127. package/dist/modules/pareto-json/implementation/generated/pareto/generic/unmarshall.js +247 -0
  128. package/dist/modules/pareto-json/implementation/generated/pareto/schemas/json/deserialize.d.ts +3 -0
  129. package/dist/modules/pareto-json/implementation/generated/pareto/schemas/json/deserialize.js +32 -0
  130. package/dist/modules/pareto-json/implementation/generated/pareto/schemas/json/marshall.d.ts +3 -0
  131. package/dist/modules/pareto-json/implementation/generated/pareto/schemas/json/marshall.js +110 -0
  132. package/dist/modules/pareto-json/implementation/generated/pareto/schemas/json/serialize.d.ts +3 -0
  133. package/dist/modules/pareto-json/implementation/generated/pareto/schemas/json/serialize.js +37 -0
  134. package/dist/modules/pareto-json/implementation/generated/pareto/schemas/json/unmarshall.d.ts +3 -0
  135. package/dist/modules/pareto-json/implementation/generated/pareto/schemas/json/unmarshall.js +81 -0
  136. package/dist/modules/pareto-json/implementation/manual/primitives/text/serializers/quoted.d.ts +1 -0
  137. package/dist/modules/pareto-json/implementation/manual/primitives/text/serializers/quoted.js +76 -0
  138. package/dist/modules/pareto-json/implementation/manual/schemas/json/serializers.d.ts +5 -0
  139. package/dist/modules/pareto-json/implementation/manual/schemas/json/serializers.js +34 -0
  140. package/dist/modules/pareto-json/implementation/manual/schemas/json/transformers/fountain_pen_block.d.ts +4 -0
  141. package/dist/modules/pareto-json/implementation/manual/schemas/json/transformers/fountain_pen_block.js +85 -0
  142. package/dist/modules/pareto-json/interface/generated/pareto/core/astn_source.d.ts +123 -0
  143. package/dist/modules/pareto-json/interface/generated/pareto/core/astn_source.js +3 -0
  144. package/dist/modules/pareto-json/interface/generated/pareto/core/astn_target.d.ts +186 -0
  145. package/dist/modules/pareto-json/interface/generated/pareto/core/astn_target.js +3 -0
  146. package/dist/modules/pareto-json/interface/generated/pareto/core/parse_result.d.ts +25 -0
  147. package/dist/modules/pareto-json/interface/generated/pareto/core/parse_result.js +3 -0
  148. package/dist/modules/pareto-json/interface/generated/pareto/core/resolved.d.ts +117 -0
  149. package/dist/modules/pareto-json/interface/generated/pareto/core/resolved.js +3 -0
  150. package/dist/modules/pareto-json/interface/generated/pareto/core/token.d.ts +49 -0
  151. package/dist/modules/pareto-json/interface/generated/pareto/core/token.js +3 -0
  152. package/dist/modules/pareto-json/interface/generated/pareto/core/unconstrained.d.ts +19 -0
  153. package/dist/modules/pareto-json/interface/generated/pareto/core/unconstrained.js +3 -0
  154. package/dist/modules/pareto-json/interface/generated/pareto/core/unresolved.d.ts +181 -0
  155. package/dist/modules/pareto-json/interface/generated/pareto/core/unresolved.js +3 -0
  156. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/data_types/resolve.d.ts +1 -0
  157. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/data_types/resolve.js +7 -0
  158. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/data_types/source.d.ts +169 -0
  159. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/data_types/source.js +3 -0
  160. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/data_types/target.d.ts +169 -0
  161. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/data_types/target.js +3 -0
  162. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/deserialize.d.ts +54 -0
  163. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/deserialize.js +3 -0
  164. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/marshall.d.ts +63 -0
  165. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/marshall.js +3 -0
  166. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/migrate_boilerplate.d.ts +46 -0
  167. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/migrate_boilerplate.js +3 -0
  168. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/serialize.d.ts +54 -0
  169. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/serialize.js +3 -0
  170. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/unmarshall.d.ts +63 -0
  171. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/unmarshall.js +3 -0
  172. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/value_deserializers.d.ts +64 -0
  173. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/value_deserializers.js +3 -0
  174. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/value_serializers.d.ts +64 -0
  175. package/dist/modules/pareto-json/interface/generated/pareto/schemas/json/value_serializers.js +3 -0
  176. package/dist/modules/pareto-json/shorthands/json.d.ts +8 -0
  177. package/dist/modules/pareto-json/shorthands/json.js +35 -0
  178. package/dist/shorthands/parse_result.js +24 -30
  179. package/package.json +7 -7
  180. package/dist/implementation/generated/pareto/generic/resolve.d.ts +0 -109
  181. package/dist/implementation/generated/pareto/generic/resolve.js +0 -277
  182. package/dist/interface/generated/pareto/core/resolve.d.ts +0 -14
  183. package/dist/interface/generated/pareto/core/resolve.js +0 -3
@@ -0,0 +1,181 @@
1
+ import * as _et from 'pareto-core-interface';
2
+ export type _T_Derived_Reference<M_Source, T_Type> = null;
3
+ export type _T_Dictionary<M_Source, T_D> = {
4
+ readonly 'dictionary': _et.Dictionary<{
5
+ readonly 'entry': T_D;
6
+ readonly 'location': M_Source;
7
+ }>;
8
+ readonly 'location': M_Source;
9
+ };
10
+ export type _T_List<M_Source, T_L> = {
11
+ readonly 'list': _et.List<{
12
+ readonly 'element': T_L;
13
+ readonly 'location': M_Source;
14
+ }>;
15
+ readonly 'location': M_Source;
16
+ };
17
+ export type _T_Ordered_Dictionary<M_Source, T_D> = {
18
+ readonly 'dictionary': _et.Dictionary<{
19
+ readonly 'entry': T_D;
20
+ readonly 'location': M_Source;
21
+ }>;
22
+ readonly 'location': M_Source;
23
+ };
24
+ export type _T_Reference_To_Circular_Dependent_Sibling<M_Source, T_Dictionary_Entry> = {
25
+ readonly 'key': string;
26
+ readonly 'location': M_Source;
27
+ };
28
+ export type _T_Reference_To_Normal_Dictionary_Entry<M_Source, T_Dictionary_Entry> = {
29
+ readonly 'key': string;
30
+ readonly 'location': M_Source;
31
+ };
32
+ export type _T_Reference_To_Stacked_Dictionary_Entry<M_Source, T_Dictionary_Entry> = {
33
+ readonly 'key': string;
34
+ readonly 'location': M_Source;
35
+ };
36
+ export type _T_State_Group<M_Source, T_SG> = {
37
+ readonly 'location': M_Source;
38
+ readonly 'state group': T_SG;
39
+ };
40
+ export type Derived_Reference<M_Source, T_Type> = _T_Derived_Reference<M_Source, T_Type>;
41
+ export type Dictionary<M_Source, T_D> = _T_Dictionary<M_Source, T_D>;
42
+ export type List<M_Source, T_L> = _T_List<M_Source, T_L>;
43
+ export type Ordered_Dictionary<M_Source, T_D> = _T_Ordered_Dictionary<M_Source, T_D>;
44
+ export type Reference_To_Circular_Dependent_Sibling<M_Source, T_Dictionary_Entry> = _T_Reference_To_Circular_Dependent_Sibling<M_Source, T_Dictionary_Entry>;
45
+ export type Reference_To_Normal_Dictionary_Entry<M_Source, T_Dictionary_Entry> = _T_Reference_To_Normal_Dictionary_Entry<M_Source, T_Dictionary_Entry>;
46
+ export type Reference_To_Stacked_Dictionary_Entry<M_Source, T_Dictionary_Entry> = _T_Reference_To_Stacked_Dictionary_Entry<M_Source, T_Dictionary_Entry>;
47
+ export type State_Group<M_Source, T_SG> = _T_State_Group<M_Source, T_SG>;
48
+ export declare namespace _T_Dictionary {
49
+ namespace dictionary {
50
+ namespace D {
51
+ type entry<M_Source, T_D> = T_D;
52
+ type location<M_Source, T_D> = M_Source;
53
+ }
54
+ type D<M_Source, T_D> = {
55
+ readonly 'entry': T_D;
56
+ readonly 'location': M_Source;
57
+ };
58
+ }
59
+ type dictionary<M_Source, T_D> = _et.Dictionary<{
60
+ readonly 'entry': T_D;
61
+ readonly 'location': M_Source;
62
+ }>;
63
+ type location<M_Source, T_D> = M_Source;
64
+ }
65
+ export declare namespace _T_List {
66
+ namespace list {
67
+ namespace L {
68
+ type element<M_Source, T_L> = T_L;
69
+ type location<M_Source, T_L> = M_Source;
70
+ }
71
+ type L<M_Source, T_L> = {
72
+ readonly 'element': T_L;
73
+ readonly 'location': M_Source;
74
+ };
75
+ }
76
+ type list<M_Source, T_L> = _et.List<{
77
+ readonly 'element': T_L;
78
+ readonly 'location': M_Source;
79
+ }>;
80
+ type location<M_Source, T_L> = M_Source;
81
+ }
82
+ export declare namespace _T_Ordered_Dictionary {
83
+ namespace dictionary {
84
+ namespace D {
85
+ type entry<M_Source, T_D> = T_D;
86
+ type location<M_Source, T_D> = M_Source;
87
+ }
88
+ type D<M_Source, T_D> = {
89
+ readonly 'entry': T_D;
90
+ readonly 'location': M_Source;
91
+ };
92
+ }
93
+ type dictionary<M_Source, T_D> = _et.Dictionary<{
94
+ readonly 'entry': T_D;
95
+ readonly 'location': M_Source;
96
+ }>;
97
+ type location<M_Source, T_D> = M_Source;
98
+ }
99
+ export declare namespace _T_Reference_To_Circular_Dependent_Sibling {
100
+ type key<M_Source, T_Dictionary_Entry> = string;
101
+ type location<M_Source, T_Dictionary_Entry> = M_Source;
102
+ }
103
+ export declare namespace _T_Reference_To_Normal_Dictionary_Entry {
104
+ type key<M_Source, T_Dictionary_Entry> = string;
105
+ type location<M_Source, T_Dictionary_Entry> = M_Source;
106
+ }
107
+ export declare namespace _T_Reference_To_Stacked_Dictionary_Entry {
108
+ type key<M_Source, T_Dictionary_Entry> = string;
109
+ type location<M_Source, T_Dictionary_Entry> = M_Source;
110
+ }
111
+ export declare namespace _T_State_Group {
112
+ type location<M_Source, T_SG> = M_Source;
113
+ type state_group<M_Source, T_SG> = T_SG;
114
+ }
115
+ export declare namespace Dictionary {
116
+ namespace dictionary {
117
+ namespace D {
118
+ type entry<M_Source, T_D> = T_D;
119
+ type location<M_Source, T_D> = M_Source;
120
+ }
121
+ type D<M_Source, T_D> = {
122
+ readonly 'entry': T_D;
123
+ readonly 'location': M_Source;
124
+ };
125
+ }
126
+ type dictionary<M_Source, T_D> = _et.Dictionary<{
127
+ readonly 'entry': T_D;
128
+ readonly 'location': M_Source;
129
+ }>;
130
+ type location<M_Source, T_D> = M_Source;
131
+ }
132
+ export declare namespace List {
133
+ namespace list {
134
+ namespace L {
135
+ type element<M_Source, T_L> = T_L;
136
+ type location<M_Source, T_L> = M_Source;
137
+ }
138
+ type L<M_Source, T_L> = {
139
+ readonly 'element': T_L;
140
+ readonly 'location': M_Source;
141
+ };
142
+ }
143
+ type list<M_Source, T_L> = _et.List<{
144
+ readonly 'element': T_L;
145
+ readonly 'location': M_Source;
146
+ }>;
147
+ type location<M_Source, T_L> = M_Source;
148
+ }
149
+ export declare namespace Ordered_Dictionary {
150
+ namespace dictionary {
151
+ namespace D {
152
+ type entry<M_Source, T_D> = T_D;
153
+ type location<M_Source, T_D> = M_Source;
154
+ }
155
+ type D<M_Source, T_D> = {
156
+ readonly 'entry': T_D;
157
+ readonly 'location': M_Source;
158
+ };
159
+ }
160
+ type dictionary<M_Source, T_D> = _et.Dictionary<{
161
+ readonly 'entry': T_D;
162
+ readonly 'location': M_Source;
163
+ }>;
164
+ type location<M_Source, T_D> = M_Source;
165
+ }
166
+ export declare namespace Reference_To_Circular_Dependent_Sibling {
167
+ type key<M_Source, T_Dictionary_Entry> = string;
168
+ type location<M_Source, T_Dictionary_Entry> = M_Source;
169
+ }
170
+ export declare namespace Reference_To_Normal_Dictionary_Entry {
171
+ type key<M_Source, T_Dictionary_Entry> = string;
172
+ type location<M_Source, T_Dictionary_Entry> = M_Source;
173
+ }
174
+ export declare namespace Reference_To_Stacked_Dictionary_Entry {
175
+ type key<M_Source, T_Dictionary_Entry> = string;
176
+ type location<M_Source, T_Dictionary_Entry> = M_Source;
177
+ }
178
+ export declare namespace State_Group {
179
+ type location<M_Source, T_SG> = M_Source;
180
+ type state_group<M_Source, T_SG> = T_SG;
181
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidW5yZXNvbHZlZC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy9tb2R1bGVzL3BhcmV0by1qc29uL2ludGVyZmFjZS9nZW5lcmF0ZWQvcGFyZXRvL2NvcmUvdW5yZXNvbHZlZC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
@@ -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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzb2x2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy9tb2R1bGVzL3BhcmV0by1qc29uL2ludGVyZmFjZS9nZW5lcmF0ZWQvcGFyZXRvL3NjaGVtYXMvanNvbi9kYXRhX3R5cGVzL3Jlc29sdmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7QUFLQSxhQUFhO0FBRWIsMkNBQTJDO0FBRTNDLHdEQUF3RDtBQUV4RCwrQkFBK0IifQ==
@@ -0,0 +1,169 @@
1
+ import * as _i_core from "../../../core/resolved";
2
+ export type _T_Value = _i_core._T_State_Group<null, readonly ['array', _i_core._T_List<null, _T_Value>] | readonly [
3
+ 'object',
4
+ _i_core._T_State_Group<null, readonly [
5
+ 'key value array',
6
+ _i_core._T_List<null, {
7
+ readonly 'key': string;
8
+ readonly 'value': _T_Value;
9
+ }>
10
+ ] | readonly ['dictionary', _i_core._T_Dictionary<null, _T_Value>]>
11
+ ] | readonly [
12
+ 'number',
13
+ _i_core._T_State_Group<null, readonly ['integer', number] | readonly ['float', number]>
14
+ ] | readonly ['string', string] | readonly ['boolean', boolean] | readonly ['null', null]>;
15
+ export type _T_Document = _T_Value;
16
+ export type Value = _T_Value;
17
+ export type Document = _T_Document;
18
+ export declare namespace _T_Value {
19
+ namespace SG {
20
+ namespace array {
21
+ namespace L {
22
+ }
23
+ type L = _T_Value;
24
+ }
25
+ type array = _i_core._T_List<null, _T_Value>;
26
+ namespace _object {
27
+ namespace SG {
28
+ namespace key_value_array {
29
+ namespace L {
30
+ type key = string;
31
+ namespace value {
32
+ }
33
+ type value = _T_Value;
34
+ }
35
+ type L = {
36
+ readonly 'key': string;
37
+ readonly 'value': _T_Value;
38
+ };
39
+ }
40
+ type key_value_array = _i_core._T_List<null, {
41
+ readonly 'key': string;
42
+ readonly 'value': _T_Value;
43
+ }>;
44
+ namespace dictionary {
45
+ namespace D {
46
+ }
47
+ type D = _T_Value;
48
+ }
49
+ type dictionary = _i_core._T_Dictionary<null, _T_Value>;
50
+ }
51
+ type SG = readonly [
52
+ 'key value array',
53
+ _i_core._T_List<null, {
54
+ readonly 'key': string;
55
+ readonly 'value': _T_Value;
56
+ }>
57
+ ] | readonly ['dictionary', _i_core._T_Dictionary<null, _T_Value>];
58
+ }
59
+ type _object = _i_core._T_State_Group<null, readonly [
60
+ 'key value array',
61
+ _i_core._T_List<null, {
62
+ readonly 'key': string;
63
+ readonly 'value': _T_Value;
64
+ }>
65
+ ] | readonly ['dictionary', _i_core._T_Dictionary<null, _T_Value>]>;
66
+ namespace _number {
67
+ namespace SG {
68
+ type integer = number;
69
+ type float = number;
70
+ }
71
+ type SG = readonly ['integer', number] | readonly ['float', number];
72
+ }
73
+ type _number = _i_core._T_State_Group<null, readonly ['integer', number] | readonly ['float', number]>;
74
+ type _string = string;
75
+ type _boolean = boolean;
76
+ type _null = null;
77
+ }
78
+ type SG = readonly ['array', _i_core._T_List<null, _T_Value>] | readonly [
79
+ 'object',
80
+ _i_core._T_State_Group<null, readonly [
81
+ 'key value array',
82
+ _i_core._T_List<null, {
83
+ readonly 'key': string;
84
+ readonly 'value': _T_Value;
85
+ }>
86
+ ] | readonly ['dictionary', _i_core._T_Dictionary<null, _T_Value>]>
87
+ ] | readonly [
88
+ 'number',
89
+ _i_core._T_State_Group<null, readonly ['integer', number] | readonly ['float', number]>
90
+ ] | readonly ['string', string] | readonly ['boolean', boolean] | readonly ['null', null];
91
+ }
92
+ export declare namespace _T_Document {
93
+ }
94
+ export declare namespace Value {
95
+ namespace SG {
96
+ namespace array {
97
+ namespace L {
98
+ }
99
+ type L = _T_Value;
100
+ }
101
+ type array = _i_core._T_List<null, _T_Value>;
102
+ namespace _object {
103
+ namespace SG {
104
+ namespace key_value_array {
105
+ namespace L {
106
+ type key = string;
107
+ namespace value {
108
+ }
109
+ type value = _T_Value;
110
+ }
111
+ type L = {
112
+ readonly 'key': string;
113
+ readonly 'value': _T_Value;
114
+ };
115
+ }
116
+ type key_value_array = _i_core._T_List<null, {
117
+ readonly 'key': string;
118
+ readonly 'value': _T_Value;
119
+ }>;
120
+ namespace dictionary {
121
+ namespace D {
122
+ }
123
+ type D = _T_Value;
124
+ }
125
+ type dictionary = _i_core._T_Dictionary<null, _T_Value>;
126
+ }
127
+ type SG = readonly [
128
+ 'key value array',
129
+ _i_core._T_List<null, {
130
+ readonly 'key': string;
131
+ readonly 'value': _T_Value;
132
+ }>
133
+ ] | readonly ['dictionary', _i_core._T_Dictionary<null, _T_Value>];
134
+ }
135
+ type _object = _i_core._T_State_Group<null, readonly [
136
+ 'key value array',
137
+ _i_core._T_List<null, {
138
+ readonly 'key': string;
139
+ readonly 'value': _T_Value;
140
+ }>
141
+ ] | readonly ['dictionary', _i_core._T_Dictionary<null, _T_Value>]>;
142
+ namespace _number {
143
+ namespace SG {
144
+ type integer = number;
145
+ type float = number;
146
+ }
147
+ type SG = readonly ['integer', number] | readonly ['float', number];
148
+ }
149
+ type _number = _i_core._T_State_Group<null, readonly ['integer', number] | readonly ['float', number]>;
150
+ type _string = string;
151
+ type _boolean = boolean;
152
+ type _null = null;
153
+ }
154
+ type SG = readonly ['array', _i_core._T_List<null, _T_Value>] | readonly [
155
+ 'object',
156
+ _i_core._T_State_Group<null, readonly [
157
+ 'key value array',
158
+ _i_core._T_List<null, {
159
+ readonly 'key': string;
160
+ readonly 'value': _T_Value;
161
+ }>
162
+ ] | readonly ['dictionary', _i_core._T_Dictionary<null, _T_Value>]>
163
+ ] | readonly [
164
+ 'number',
165
+ _i_core._T_State_Group<null, readonly ['integer', number] | readonly ['float', number]>
166
+ ] | readonly ['string', string] | readonly ['boolean', boolean] | readonly ['null', null];
167
+ }
168
+ export declare namespace Document {
169
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic291cmNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL21vZHVsZXMvcGFyZXRvLWpzb24vaW50ZXJmYWNlL2dlbmVyYXRlZC9wYXJldG8vc2NoZW1hcy9qc29uL2RhdGFfdHlwZXMvc291cmNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
@@ -0,0 +1,169 @@
1
+ import * as _i_core from "../../../core/unconstrained";
2
+ export type _T_Value = _i_core._T_State_Group<null, readonly ['array', _i_core._T_List<null, _T_Value>] | readonly [
3
+ 'object',
4
+ _i_core._T_State_Group<null, readonly [
5
+ 'key value array',
6
+ _i_core._T_List<null, {
7
+ readonly 'key': string;
8
+ readonly 'value': _T_Value;
9
+ }>
10
+ ] | readonly ['dictionary', _i_core._T_Dictionary<null, _T_Value>]>
11
+ ] | readonly [
12
+ 'number',
13
+ _i_core._T_State_Group<null, readonly ['integer', number] | readonly ['float', number]>
14
+ ] | readonly ['string', string] | readonly ['boolean', boolean] | readonly ['null', null]>;
15
+ export type _T_Document = _T_Value;
16
+ export type Value = _T_Value;
17
+ export type Document = _T_Document;
18
+ export declare namespace _T_Value {
19
+ namespace SG {
20
+ namespace array {
21
+ namespace L {
22
+ }
23
+ type L = _T_Value;
24
+ }
25
+ type array = _i_core._T_List<null, _T_Value>;
26
+ namespace _object {
27
+ namespace SG {
28
+ namespace key_value_array {
29
+ namespace L {
30
+ type key = string;
31
+ namespace value {
32
+ }
33
+ type value = _T_Value;
34
+ }
35
+ type L = {
36
+ readonly 'key': string;
37
+ readonly 'value': _T_Value;
38
+ };
39
+ }
40
+ type key_value_array = _i_core._T_List<null, {
41
+ readonly 'key': string;
42
+ readonly 'value': _T_Value;
43
+ }>;
44
+ namespace dictionary {
45
+ namespace D {
46
+ }
47
+ type D = _T_Value;
48
+ }
49
+ type dictionary = _i_core._T_Dictionary<null, _T_Value>;
50
+ }
51
+ type SG = readonly [
52
+ 'key value array',
53
+ _i_core._T_List<null, {
54
+ readonly 'key': string;
55
+ readonly 'value': _T_Value;
56
+ }>
57
+ ] | readonly ['dictionary', _i_core._T_Dictionary<null, _T_Value>];
58
+ }
59
+ type _object = _i_core._T_State_Group<null, readonly [
60
+ 'key value array',
61
+ _i_core._T_List<null, {
62
+ readonly 'key': string;
63
+ readonly 'value': _T_Value;
64
+ }>
65
+ ] | readonly ['dictionary', _i_core._T_Dictionary<null, _T_Value>]>;
66
+ namespace _number {
67
+ namespace SG {
68
+ type integer = number;
69
+ type float = number;
70
+ }
71
+ type SG = readonly ['integer', number] | readonly ['float', number];
72
+ }
73
+ type _number = _i_core._T_State_Group<null, readonly ['integer', number] | readonly ['float', number]>;
74
+ type _string = string;
75
+ type _boolean = boolean;
76
+ type _null = null;
77
+ }
78
+ type SG = readonly ['array', _i_core._T_List<null, _T_Value>] | readonly [
79
+ 'object',
80
+ _i_core._T_State_Group<null, readonly [
81
+ 'key value array',
82
+ _i_core._T_List<null, {
83
+ readonly 'key': string;
84
+ readonly 'value': _T_Value;
85
+ }>
86
+ ] | readonly ['dictionary', _i_core._T_Dictionary<null, _T_Value>]>
87
+ ] | readonly [
88
+ 'number',
89
+ _i_core._T_State_Group<null, readonly ['integer', number] | readonly ['float', number]>
90
+ ] | readonly ['string', string] | readonly ['boolean', boolean] | readonly ['null', null];
91
+ }
92
+ export declare namespace _T_Document {
93
+ }
94
+ export declare namespace Value {
95
+ namespace SG {
96
+ namespace array {
97
+ namespace L {
98
+ }
99
+ type L = _T_Value;
100
+ }
101
+ type array = _i_core._T_List<null, _T_Value>;
102
+ namespace _object {
103
+ namespace SG {
104
+ namespace key_value_array {
105
+ namespace L {
106
+ type key = string;
107
+ namespace value {
108
+ }
109
+ type value = _T_Value;
110
+ }
111
+ type L = {
112
+ readonly 'key': string;
113
+ readonly 'value': _T_Value;
114
+ };
115
+ }
116
+ type key_value_array = _i_core._T_List<null, {
117
+ readonly 'key': string;
118
+ readonly 'value': _T_Value;
119
+ }>;
120
+ namespace dictionary {
121
+ namespace D {
122
+ }
123
+ type D = _T_Value;
124
+ }
125
+ type dictionary = _i_core._T_Dictionary<null, _T_Value>;
126
+ }
127
+ type SG = readonly [
128
+ 'key value array',
129
+ _i_core._T_List<null, {
130
+ readonly 'key': string;
131
+ readonly 'value': _T_Value;
132
+ }>
133
+ ] | readonly ['dictionary', _i_core._T_Dictionary<null, _T_Value>];
134
+ }
135
+ type _object = _i_core._T_State_Group<null, readonly [
136
+ 'key value array',
137
+ _i_core._T_List<null, {
138
+ readonly 'key': string;
139
+ readonly 'value': _T_Value;
140
+ }>
141
+ ] | readonly ['dictionary', _i_core._T_Dictionary<null, _T_Value>]>;
142
+ namespace _number {
143
+ namespace SG {
144
+ type integer = number;
145
+ type float = number;
146
+ }
147
+ type SG = readonly ['integer', number] | readonly ['float', number];
148
+ }
149
+ type _number = _i_core._T_State_Group<null, readonly ['integer', number] | readonly ['float', number]>;
150
+ type _string = string;
151
+ type _boolean = boolean;
152
+ type _null = null;
153
+ }
154
+ type SG = readonly ['array', _i_core._T_List<null, _T_Value>] | readonly [
155
+ 'object',
156
+ _i_core._T_State_Group<null, readonly [
157
+ 'key value array',
158
+ _i_core._T_List<null, {
159
+ readonly 'key': string;
160
+ readonly 'value': _T_Value;
161
+ }>
162
+ ] | readonly ['dictionary', _i_core._T_Dictionary<null, _T_Value>]>
163
+ ] | readonly [
164
+ 'number',
165
+ _i_core._T_State_Group<null, readonly ['integer', number] | readonly ['float', number]>
166
+ ] | readonly ['string', string] | readonly ['boolean', boolean] | readonly ['null', null];
167
+ }
168
+ export declare namespace Document {
169
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFyZ2V0LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL21vZHVsZXMvcGFyZXRvLWpzb24vaW50ZXJmYWNlL2dlbmVyYXRlZC9wYXJldG8vc2NoZW1hcy9qc29uL2RhdGFfdHlwZXMvdGFyZ2V0LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIifQ==
@@ -0,0 +1,54 @@
1
+ import * as _i_out from "./data_types/target";
2
+ import * as _i_vd from "./value_deserializers";
3
+ export type _T_Value = ($$_: string, $$_p: {
4
+ readonly 'value deserializers': _i_vd._T_Value_Deserializers;
5
+ }) => _i_out._T_Value;
6
+ export type _T_Document = ($$_: string, $$_p: {
7
+ readonly 'value deserializers': _i_vd._T_Value_Deserializers;
8
+ }) => _i_out._T_Document;
9
+ export type Value = _T_Value;
10
+ export type Document = _T_Document;
11
+ export declare namespace _T_Value {
12
+ type CONTEXT = string;
13
+ namespace PARAMS {
14
+ namespace value_deserializers {
15
+ }
16
+ type value_deserializers = _i_vd._T_Value_Deserializers;
17
+ }
18
+ namespace RESULT {
19
+ }
20
+ type RESULT = _i_out._T_Value;
21
+ }
22
+ export declare namespace _T_Document {
23
+ type CONTEXT = string;
24
+ namespace PARAMS {
25
+ namespace value_deserializers {
26
+ }
27
+ type value_deserializers = _i_vd._T_Value_Deserializers;
28
+ }
29
+ namespace RESULT {
30
+ }
31
+ type RESULT = _i_out._T_Document;
32
+ }
33
+ export declare namespace Value {
34
+ type CONTEXT = string;
35
+ namespace PARAMS {
36
+ namespace value_deserializers {
37
+ }
38
+ type value_deserializers = _i_vd._T_Value_Deserializers;
39
+ }
40
+ namespace RESULT {
41
+ }
42
+ type RESULT = _i_out._T_Value;
43
+ }
44
+ export declare namespace Document {
45
+ type CONTEXT = string;
46
+ namespace PARAMS {
47
+ namespace value_deserializers {
48
+ }
49
+ type value_deserializers = _i_vd._T_Value_Deserializers;
50
+ }
51
+ namespace RESULT {
52
+ }
53
+ type RESULT = _i_out._T_Document;
54
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVzZXJpYWxpemUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9zcmMvbW9kdWxlcy9wYXJldG8tanNvbi9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL2pzb24vZGVzZXJpYWxpemUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
@@ -0,0 +1,63 @@
1
+ import * as _i_out from "../../core/astn_target";
2
+ import * as _i_in from "./data_types/source";
3
+ import * as _i_vs from "./value_serializers";
4
+ export type _T_Value = ($$_: _i_in._T_Value, $$_p: {
5
+ readonly 'value serializers': _i_vs._T_Value_Serializers;
6
+ }) => _i_out._T_Value;
7
+ export type _T_Document = ($$_: _i_in._T_Document, $$_p: {
8
+ readonly 'value serializers': _i_vs._T_Value_Serializers;
9
+ }) => _i_out._T_Value;
10
+ export type Value = _T_Value;
11
+ export type Document = _T_Document;
12
+ export declare namespace _T_Value {
13
+ namespace CONTEXT {
14
+ }
15
+ type CONTEXT = _i_in._T_Value;
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_Document {
26
+ namespace CONTEXT {
27
+ }
28
+ type CONTEXT = _i_in._T_Document;
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 Value {
39
+ namespace CONTEXT {
40
+ }
41
+ type CONTEXT = _i_in._T_Value;
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 Document {
52
+ namespace CONTEXT {
53
+ }
54
+ type CONTEXT = _i_in._T_Document;
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
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWFyc2hhbGwuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9zcmMvbW9kdWxlcy9wYXJldG8tanNvbi9pbnRlcmZhY2UvZ2VuZXJhdGVkL3BhcmV0by9zY2hlbWFzL2pzb24vbWFyc2hhbGwudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9