db5 0.6.30 → 0.7.0

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 (271) hide show
  1. package/package.json +1 -42
  2. package/README.md +0 -3
  3. package/bin/astnCompact.mjs +0 -3
  4. package/bin/astnExpand.mjs +0 -3
  5. package/dist/schemaHost.d.ts +0 -2
  6. package/dist/schemaHost.js +0 -8
  7. package/dist/schemaHost.js.map +0 -1
  8. package/dist/src/implementations/getSchemaSchemaBuilder.d.ts +0 -2
  9. package/dist/src/implementations/getSchemaSchemaBuilder.js +0 -33
  10. package/dist/src/implementations/getSchemaSchemaBuilder.js.map +0 -1
  11. package/dist/src/implementations/inMemoryDataset/generics/IReadonlyDictionary.d.ts +0 -13
  12. package/dist/src/implementations/inMemoryDataset/generics/IReadonlyDictionary.js +0 -3
  13. package/dist/src/implementations/inMemoryDataset/generics/IReadonlyDictionary.js.map +0 -1
  14. package/dist/src/implementations/inMemoryDataset/generics/IReference.d.ts +0 -4
  15. package/dist/src/implementations/inMemoryDataset/generics/IReference.js +0 -3
  16. package/dist/src/implementations/inMemoryDataset/generics/IReference.js.map +0 -1
  17. package/dist/src/implementations/inMemoryDataset/generics/index.d.ts +0 -2
  18. package/dist/src/implementations/inMemoryDataset/generics/index.js +0 -15
  19. package/dist/src/implementations/inMemoryDataset/generics/index.js.map +0 -1
  20. package/dist/src/implementations/inMemoryDataset/implementation/Global.d.ts +0 -5
  21. package/dist/src/implementations/inMemoryDataset/implementation/Global.js +0 -13
  22. package/dist/src/implementations/inMemoryDataset/implementation/Global.js.map +0 -1
  23. package/dist/src/implementations/inMemoryDataset/implementation/Root.d.ts +0 -22
  24. package/dist/src/implementations/inMemoryDataset/implementation/Root.js +0 -55
  25. package/dist/src/implementations/inMemoryDataset/implementation/Root.js.map +0 -1
  26. package/dist/src/implementations/inMemoryDataset/implementation/asyncAPIImplementation.d.ts +0 -7
  27. package/dist/src/implementations/inMemoryDataset/implementation/asyncAPIImplementation.js +0 -467
  28. package/dist/src/implementations/inMemoryDataset/implementation/asyncAPIImplementation.js.map +0 -1
  29. package/dist/src/implementations/inMemoryDataset/implementation/buildAPIImplementation.d.ts +0 -4
  30. package/dist/src/implementations/inMemoryDataset/implementation/buildAPIImplementation.js +0 -243
  31. package/dist/src/implementations/inMemoryDataset/implementation/buildAPIImplementation.js.map +0 -1
  32. package/dist/src/implementations/inMemoryDataset/implementation/changeControl/ChangeController.d.ts +0 -35
  33. package/dist/src/implementations/inMemoryDataset/implementation/changeControl/ChangeController.js +0 -3
  34. package/dist/src/implementations/inMemoryDataset/implementation/changeControl/ChangeController.js.map +0 -1
  35. package/dist/src/implementations/inMemoryDataset/implementation/changeControl/createChangeController.d.ts +0 -2
  36. package/dist/src/implementations/inMemoryDataset/implementation/changeControl/createChangeController.js +0 -215
  37. package/dist/src/implementations/inMemoryDataset/implementation/changeControl/createChangeController.js.map +0 -1
  38. package/dist/src/implementations/inMemoryDataset/implementation/changeControl/index.d.ts +0 -1
  39. package/dist/src/implementations/inMemoryDataset/implementation/changeControl/index.js +0 -14
  40. package/dist/src/implementations/inMemoryDataset/implementation/changeControl/index.js.map +0 -1
  41. package/dist/src/implementations/inMemoryDataset/implementation/copyEntry.d.ts +0 -4
  42. package/dist/src/implementations/inMemoryDataset/implementation/copyEntry.js +0 -72
  43. package/dist/src/implementations/inMemoryDataset/implementation/copyEntry.js.map +0 -1
  44. package/dist/src/implementations/inMemoryDataset/implementation/createDataset.d.ts +0 -3
  45. package/dist/src/implementations/inMemoryDataset/implementation/createDataset.js +0 -48
  46. package/dist/src/implementations/inMemoryDataset/implementation/createDataset.js.map +0 -1
  47. package/dist/src/implementations/inMemoryDataset/implementation/genericimp/Array.d.ts +0 -4
  48. package/dist/src/implementations/inMemoryDataset/implementation/genericimp/Array.js +0 -27
  49. package/dist/src/implementations/inMemoryDataset/implementation/genericimp/Array.js.map +0 -1
  50. package/dist/src/implementations/inMemoryDataset/implementation/genericimp/Dictionary.d.ts +0 -38
  51. package/dist/src/implementations/inMemoryDataset/implementation/genericimp/Dictionary.js +0 -85
  52. package/dist/src/implementations/inMemoryDataset/implementation/genericimp/Dictionary.js.map +0 -1
  53. package/dist/src/implementations/inMemoryDataset/implementation/genericimp/Maybe.d.ts +0 -6
  54. package/dist/src/implementations/inMemoryDataset/implementation/genericimp/Maybe.js +0 -23
  55. package/dist/src/implementations/inMemoryDataset/implementation/genericimp/Maybe.js.map +0 -1
  56. package/dist/src/implementations/inMemoryDataset/implementation/genericimp/Mutable.d.ts +0 -6
  57. package/dist/src/implementations/inMemoryDataset/implementation/genericimp/Mutable.js +0 -16
  58. package/dist/src/implementations/inMemoryDataset/implementation/genericimp/Mutable.js.map +0 -1
  59. package/dist/src/implementations/inMemoryDataset/implementation/genericimp/ReactiveCollection.d.ts +0 -22
  60. package/dist/src/implementations/inMemoryDataset/implementation/genericimp/ReactiveCollection.js +0 -94
  61. package/dist/src/implementations/inMemoryDataset/implementation/genericimp/ReactiveCollection.js.map +0 -1
  62. package/dist/src/implementations/inMemoryDataset/implementation/genericimp/ReactiveValue.d.ts +0 -42
  63. package/dist/src/implementations/inMemoryDataset/implementation/genericimp/ReactiveValue.js +0 -122
  64. package/dist/src/implementations/inMemoryDataset/implementation/genericimp/ReactiveValue.js.map +0 -1
  65. package/dist/src/implementations/inMemoryDataset/implementation/genericimp/Subscribers.d.ts +0 -6
  66. package/dist/src/implementations/inMemoryDataset/implementation/genericimp/Subscribers.js +0 -21
  67. package/dist/src/implementations/inMemoryDataset/implementation/genericimp/Subscribers.js.map +0 -1
  68. package/dist/src/implementations/inMemoryDataset/implementation/genericimp/index.d.ts +0 -7
  69. package/dist/src/implementations/inMemoryDataset/implementation/genericimp/index.js +0 -20
  70. package/dist/src/implementations/inMemoryDataset/implementation/genericimp/index.js.map +0 -1
  71. package/dist/src/implementations/inMemoryDataset/implementation/genericimp/raw.d.ts +0 -4
  72. package/dist/src/implementations/inMemoryDataset/implementation/genericimp/raw.js +0 -3
  73. package/dist/src/implementations/inMemoryDataset/implementation/genericimp/raw.js.map +0 -1
  74. package/dist/src/implementations/inMemoryDataset/implementation/initializeNode.d.ts +0 -4
  75. package/dist/src/implementations/inMemoryDataset/implementation/initializeNode.js +0 -59
  76. package/dist/src/implementations/inMemoryDataset/implementation/initializeNode.js.map +0 -1
  77. package/dist/src/implementations/inMemoryDataset/implementation/internals/Collection.d.ts +0 -56
  78. package/dist/src/implementations/inMemoryDataset/implementation/internals/Collection.js +0 -127
  79. package/dist/src/implementations/inMemoryDataset/implementation/internals/Collection.js.map +0 -1
  80. package/dist/src/implementations/inMemoryDataset/implementation/internals/Comments.d.ts +0 -11
  81. package/dist/src/implementations/inMemoryDataset/implementation/internals/Comments.js +0 -23
  82. package/dist/src/implementations/inMemoryDataset/implementation/internals/Comments.js.map +0 -1
  83. package/dist/src/implementations/inMemoryDataset/implementation/internals/Component.d.ts +0 -9
  84. package/dist/src/implementations/inMemoryDataset/implementation/internals/Component.js +0 -16
  85. package/dist/src/implementations/inMemoryDataset/implementation/internals/Component.js.map +0 -1
  86. package/dist/src/implementations/inMemoryDataset/implementation/internals/ErrorManager.d.ts +0 -32
  87. package/dist/src/implementations/inMemoryDataset/implementation/internals/ErrorManager.js +0 -114
  88. package/dist/src/implementations/inMemoryDataset/implementation/internals/ErrorManager.js.map +0 -1
  89. package/dist/src/implementations/inMemoryDataset/implementation/internals/Node.d.ts +0 -12
  90. package/dist/src/implementations/inMemoryDataset/implementation/internals/Node.js +0 -34
  91. package/dist/src/implementations/inMemoryDataset/implementation/internals/Node.js.map +0 -1
  92. package/dist/src/implementations/inMemoryDataset/implementation/internals/StateGroup.d.ts +0 -36
  93. package/dist/src/implementations/inMemoryDataset/implementation/internals/StateGroup.js +0 -74
  94. package/dist/src/implementations/inMemoryDataset/implementation/internals/StateGroup.js.map +0 -1
  95. package/dist/src/implementations/inMemoryDataset/implementation/internals/Value.d.ts +0 -21
  96. package/dist/src/implementations/inMemoryDataset/implementation/internals/Value.js +0 -68
  97. package/dist/src/implementations/inMemoryDataset/implementation/internals/Value.js.map +0 -1
  98. package/dist/src/implementations/inMemoryDataset/implementation/internals/index.d.ts +0 -7
  99. package/dist/src/implementations/inMemoryDataset/implementation/internals/index.js +0 -20
  100. package/dist/src/implementations/inMemoryDataset/implementation/internals/index.js.map +0 -1
  101. package/dist/src/implementations/inMemoryDataset/implementation/serialize/index.d.ts +0 -0
  102. package/dist/src/implementations/inMemoryDataset/implementation/serialize/index.js +0 -3
  103. package/dist/src/implementations/inMemoryDataset/implementation/serialize/index.js.map +0 -1
  104. package/dist/src/implementations/inMemoryDataset/implementation/serialize/serialize.d.ts +0 -5
  105. package/dist/src/implementations/inMemoryDataset/implementation/serialize/serialize.js +0 -99
  106. package/dist/src/implementations/inMemoryDataset/implementation/serialize/serialize.js.map +0 -1
  107. package/dist/src/implementations/inMemoryDataset/implementation/serialize/serializeInstanceData.d.ts +0 -12
  108. package/dist/src/implementations/inMemoryDataset/implementation/serialize/serializeInstanceData.js +0 -238
  109. package/dist/src/implementations/inMemoryDataset/implementation/serialize/serializeInstanceData.js.map +0 -1
  110. package/dist/src/implementations/inMemoryDataset/implementation/serialize/serializeMetaData.d.ts +0 -2
  111. package/dist/src/implementations/inMemoryDataset/implementation/serialize/serializeMetaData.js +0 -175
  112. package/dist/src/implementations/inMemoryDataset/implementation/serialize/serializeMetaData.js.map +0 -1
  113. package/dist/src/implementations/inMemoryDataset/index.d.ts +0 -1
  114. package/dist/src/implementations/inMemoryDataset/index.js +0 -6
  115. package/dist/src/implementations/inMemoryDataset/index.js.map +0 -1
  116. package/dist/src/implementations/inMemoryDataset/types.d.ts +0 -45
  117. package/dist/src/implementations/inMemoryDataset/types.js +0 -3
  118. package/dist/src/implementations/inMemoryDataset/types.js.map +0 -1
  119. package/dist/src/implementations/index.d.ts +0 -3
  120. package/dist/src/implementations/index.js +0 -16
  121. package/dist/src/implementations/index.js.map +0 -1
  122. package/dist/src/implementations/makeNativeHTTPrequest.d.ts +0 -4
  123. package/dist/src/implementations/makeNativeHTTPrequest.js +0 -76
  124. package/dist/src/implementations/makeNativeHTTPrequest.js.map +0 -1
  125. package/dist/src/index.d.ts +0 -3
  126. package/dist/src/index.js +0 -16
  127. package/dist/src/index.js.map +0 -1
  128. package/dist/src/interfaces/SchemaHost.d.ts +0 -4
  129. package/dist/src/interfaces/SchemaHost.js +0 -3
  130. package/dist/src/interfaces/SchemaHost.js.map +0 -1
  131. package/dist/src/interfaces/asyncAPI/asyncAPI.d.ts +0 -96
  132. package/dist/src/interfaces/asyncAPI/asyncAPI.js +0 -3
  133. package/dist/src/interfaces/asyncAPI/asyncAPI.js.map +0 -1
  134. package/dist/src/interfaces/asyncAPI/generic/index.d.ts +0 -1
  135. package/dist/src/interfaces/asyncAPI/generic/index.js +0 -14
  136. package/dist/src/interfaces/asyncAPI/generic/index.js.map +0 -1
  137. package/dist/src/interfaces/asyncAPI/generic/subscribables.d.ts +0 -15
  138. package/dist/src/interfaces/asyncAPI/generic/subscribables.js +0 -3
  139. package/dist/src/interfaces/asyncAPI/generic/subscribables.js.map +0 -1
  140. package/dist/src/interfaces/asyncAPI/index.d.ts +0 -2
  141. package/dist/src/interfaces/asyncAPI/index.js +0 -15
  142. package/dist/src/interfaces/asyncAPI/index.js.map +0 -1
  143. package/dist/src/interfaces/index.d.ts +0 -2
  144. package/dist/src/interfaces/index.js +0 -15
  145. package/dist/src/interfaces/index.js.map +0 -1
  146. package/dist/src/parserSpecific/implementation/deserialize/NOPSideEffects.d.ts +0 -2
  147. package/dist/src/parserSpecific/implementation/deserialize/NOPSideEffects.js +0 -106
  148. package/dist/src/parserSpecific/implementation/deserialize/NOPSideEffects.js.map +0 -1
  149. package/dist/src/parserSpecific/implementation/deserialize/createDeserializer.d.ts +0 -24
  150. package/dist/src/parserSpecific/implementation/deserialize/createDeserializer.js +0 -177
  151. package/dist/src/parserSpecific/implementation/deserialize/createDeserializer.js.map +0 -1
  152. package/dist/src/parserSpecific/implementation/deserialize/createSchemaDeserializer.d.ts +0 -6
  153. package/dist/src/parserSpecific/implementation/deserialize/createSchemaDeserializer.js +0 -102
  154. package/dist/src/parserSpecific/implementation/deserialize/createSchemaDeserializer.js.map +0 -1
  155. package/dist/src/parserSpecific/implementation/deserialize/deserializeTextIntoDataset.d.ts +0 -14
  156. package/dist/src/parserSpecific/implementation/deserialize/deserializeTextIntoDataset.js +0 -151
  157. package/dist/src/parserSpecific/implementation/deserialize/deserializeTextIntoDataset.js.map +0 -1
  158. package/dist/src/parserSpecific/implementation/deserialize/printDeserializeDiagnostic.d.ts +0 -2
  159. package/dist/src/parserSpecific/implementation/deserialize/printDeserializeDiagnostic.js +0 -68
  160. package/dist/src/parserSpecific/implementation/deserialize/printDeserializeDiagnostic.js.map +0 -1
  161. package/dist/src/parserSpecific/implementation/deserialize/printInternalSchemaDeserializationError.d.ts +0 -7
  162. package/dist/src/parserSpecific/implementation/deserialize/printInternalSchemaDeserializationError.js +0 -69
  163. package/dist/src/parserSpecific/implementation/deserialize/printInternalSchemaDeserializationError.js.map +0 -1
  164. package/dist/src/parserSpecific/implementation/deserialize/printInternalSchemaError.d.ts +0 -2
  165. package/dist/src/parserSpecific/implementation/deserialize/printInternalSchemaError.js +0 -60
  166. package/dist/src/parserSpecific/implementation/deserialize/printInternalSchemaError.js.map +0 -1
  167. package/dist/src/parserSpecific/implementation/deserialize/printLoadDocumentDiagnostic.d.ts +0 -2
  168. package/dist/src/parserSpecific/implementation/deserialize/printLoadDocumentDiagnostic.js +0 -75
  169. package/dist/src/parserSpecific/implementation/deserialize/printLoadDocumentDiagnostic.js.map +0 -1
  170. package/dist/src/parserSpecific/implementation/deserialize/printSchemaSchemaError.d.ts +0 -2
  171. package/dist/src/parserSpecific/implementation/deserialize/printSchemaSchemaError.js +0 -64
  172. package/dist/src/parserSpecific/implementation/deserialize/printSchemaSchemaError.js.map +0 -1
  173. package/dist/src/parserSpecific/implementation/ide-integration/createCodeCompletionFinder.d.ts +0 -3
  174. package/dist/src/parserSpecific/implementation/ide-integration/createCodeCompletionFinder.js +0 -65
  175. package/dist/src/parserSpecific/implementation/ide-integration/createCodeCompletionFinder.js.map +0 -1
  176. package/dist/src/parserSpecific/implementation/ide-integration/createHoverTextFinder.d.ts +0 -5
  177. package/dist/src/parserSpecific/implementation/ide-integration/createHoverTextFinder.js +0 -44
  178. package/dist/src/parserSpecific/implementation/ide-integration/createHoverTextFinder.js.map +0 -1
  179. package/dist/src/parserSpecific/implementation/ide-integration/isPositionBeforeLocation.d.ts +0 -2
  180. package/dist/src/parserSpecific/implementation/ide-integration/isPositionBeforeLocation.js +0 -10
  181. package/dist/src/parserSpecific/implementation/ide-integration/isPositionBeforeLocation.js.map +0 -1
  182. package/dist/src/parserSpecific/implementation/index.d.ts +0 -7
  183. package/dist/src/parserSpecific/implementation/index.js +0 -24
  184. package/dist/src/parserSpecific/implementation/index.js.map +0 -1
  185. package/dist/src/parserSpecific/index.d.ts +0 -2
  186. package/dist/src/parserSpecific/index.js +0 -15
  187. package/dist/src/parserSpecific/index.js.map +0 -1
  188. package/dist/src/parserSpecific/interfaces/Dataset.d.ts +0 -27
  189. package/dist/src/parserSpecific/interfaces/Dataset.js +0 -10
  190. package/dist/src/parserSpecific/interfaces/Dataset.js.map +0 -1
  191. package/dist/src/parserSpecific/interfaces/DeserializationDiagnostic.d.ts +0 -12
  192. package/dist/src/parserSpecific/interfaces/DeserializationDiagnostic.js +0 -6
  193. package/dist/src/parserSpecific/interfaces/DeserializationDiagnostic.js.map +0 -1
  194. package/dist/src/parserSpecific/interfaces/ExternalSchemaDeserializationError.d.ts +0 -3
  195. package/dist/src/parserSpecific/interfaces/ExternalSchemaDeserializationError.js +0 -3
  196. package/dist/src/parserSpecific/interfaces/ExternalSchemaDeserializationError.js.map +0 -1
  197. package/dist/src/parserSpecific/interfaces/LoadDocumentDiagnostic.d.ts +0 -33
  198. package/dist/src/parserSpecific/interfaces/LoadDocumentDiagnostic.js +0 -3
  199. package/dist/src/parserSpecific/interfaces/LoadDocumentDiagnostic.js.map +0 -1
  200. package/dist/src/parserSpecific/interfaces/ResolveExternalSchema.d.ts +0 -11
  201. package/dist/src/parserSpecific/interfaces/ResolveExternalSchema.js +0 -3
  202. package/dist/src/parserSpecific/interfaces/ResolveExternalSchema.js.map +0 -1
  203. package/dist/src/parserSpecific/interfaces/SchemaAndSideEffects.d.ts +0 -8
  204. package/dist/src/parserSpecific/interfaces/SchemaAndSideEffects.js +0 -3
  205. package/dist/src/parserSpecific/interfaces/SchemaAndSideEffects.js.map +0 -1
  206. package/dist/src/parserSpecific/interfaces/SchemaDerializationErrors.d.ts +0 -19
  207. package/dist/src/parserSpecific/interfaces/SchemaDerializationErrors.js +0 -3
  208. package/dist/src/parserSpecific/interfaces/SchemaDerializationErrors.js.map +0 -1
  209. package/dist/src/parserSpecific/interfaces/SchemaSchemaBuilder.d.ts +0 -4
  210. package/dist/src/parserSpecific/interfaces/SchemaSchemaBuilder.js +0 -3
  211. package/dist/src/parserSpecific/interfaces/SchemaSchemaBuilder.js.map +0 -1
  212. package/dist/src/parserSpecific/interfaces/SchemaSchemaError.d.ts +0 -9
  213. package/dist/src/parserSpecific/interfaces/SchemaSchemaError.js +0 -3
  214. package/dist/src/parserSpecific/interfaces/SchemaSchemaError.js.map +0 -1
  215. package/dist/src/parserSpecific/interfaces/index.d.ts +0 -9
  216. package/dist/src/parserSpecific/interfaces/index.js +0 -22
  217. package/dist/src/parserSpecific/interfaces/index.js.map +0 -1
  218. package/dist/src/plugins/schemas/mrshl/metadata@0.1/Dictionary.d.ts +0 -15
  219. package/dist/src/plugins/schemas/mrshl/metadata@0.1/Dictionary.js +0 -81
  220. package/dist/src/plugins/schemas/mrshl/metadata@0.1/Dictionary.js.map +0 -1
  221. package/dist/src/plugins/schemas/mrshl/metadata@0.1/NOPSideEffects.d.ts +0 -2
  222. package/dist/src/plugins/schemas/mrshl/metadata@0.1/NOPSideEffects.js +0 -113
  223. package/dist/src/plugins/schemas/mrshl/metadata@0.1/NOPSideEffects.js.map +0 -1
  224. package/dist/src/plugins/schemas/mrshl/metadata@0.1/Reference.d.ts +0 -9
  225. package/dist/src/plugins/schemas/mrshl/metadata@0.1/Reference.js +0 -44
  226. package/dist/src/plugins/schemas/mrshl/metadata@0.1/Reference.js.map +0 -1
  227. package/dist/src/plugins/schemas/mrshl/metadata@0.1/createTypedParserDefinitions.d.ts +0 -3
  228. package/dist/src/plugins/schemas/mrshl/metadata@0.1/createTypedParserDefinitions.js +0 -110
  229. package/dist/src/plugins/schemas/mrshl/metadata@0.1/createTypedParserDefinitions.js.map +0 -1
  230. package/dist/src/plugins/schemas/mrshl/metadata@0.1/definitions.d.ts +0 -45
  231. package/dist/src/plugins/schemas/mrshl/metadata@0.1/definitions.js +0 -3
  232. package/dist/src/plugins/schemas/mrshl/metadata@0.1/definitions.js.map +0 -1
  233. package/dist/src/plugins/schemas/mrshl/metadata@0.1/deserialize.d.ts +0 -2
  234. package/dist/src/plugins/schemas/mrshl/metadata@0.1/deserialize.js +0 -405
  235. package/dist/src/plugins/schemas/mrshl/metadata@0.1/deserialize.js.map +0 -1
  236. package/dist/src/plugins/schemas/mrshl/metadata@0.1/index.d.ts +0 -4
  237. package/dist/src/plugins/schemas/mrshl/metadata@0.1/index.js +0 -98
  238. package/dist/src/plugins/schemas/mrshl/metadata@0.1/index.js.map +0 -1
  239. package/dist/src/plugins/schemas/mrshl/schemaschema@0.1/Dictionary.d.ts +0 -15
  240. package/dist/src/plugins/schemas/mrshl/schemaschema@0.1/Dictionary.js +0 -81
  241. package/dist/src/plugins/schemas/mrshl/schemaschema@0.1/Dictionary.js.map +0 -1
  242. package/dist/src/plugins/schemas/mrshl/schemaschema@0.1/Reference.d.ts +0 -9
  243. package/dist/src/plugins/schemas/mrshl/schemaschema@0.1/Reference.js +0 -44
  244. package/dist/src/plugins/schemas/mrshl/schemaschema@0.1/Reference.js.map +0 -1
  245. package/dist/src/plugins/schemas/mrshl/schemaschema@0.1/createDeserializer.d.ts +0 -3
  246. package/dist/src/plugins/schemas/mrshl/schemaschema@0.1/createDeserializer.js +0 -387
  247. package/dist/src/plugins/schemas/mrshl/schemaschema@0.1/createDeserializer.js.map +0 -1
  248. package/dist/src/plugins/schemas/mrshl/schemaschema@0.1/createSchemaAndSideEffects.d.ts +0 -6
  249. package/dist/src/plugins/schemas/mrshl/schemaschema@0.1/createSchemaAndSideEffects.js +0 -84
  250. package/dist/src/plugins/schemas/mrshl/schemaschema@0.1/createSchemaAndSideEffects.js.map +0 -1
  251. package/dist/src/plugins/schemas/mrshl/schemaschema@0.1/createTypedParserDefinitions.d.ts +0 -3
  252. package/dist/src/plugins/schemas/mrshl/schemaschema@0.1/createTypedParserDefinitions.js +0 -131
  253. package/dist/src/plugins/schemas/mrshl/schemaschema@0.1/createTypedParserDefinitions.js.map +0 -1
  254. package/dist/src/plugins/schemas/mrshl/schemaschema@0.1/index.d.ts +0 -2
  255. package/dist/src/plugins/schemas/mrshl/schemaschema@0.1/index.js +0 -15
  256. package/dist/src/plugins/schemas/mrshl/schemaschema@0.1/index.js.map +0 -1
  257. package/dist/src/plugins/schemas/mrshl/schemaschema@0.1/sideEffects.d.ts +0 -4
  258. package/dist/src/plugins/schemas/mrshl/schemaschema@0.1/sideEffects.js +0 -233
  259. package/dist/src/plugins/schemas/mrshl/schemaschema@0.1/sideEffects.js.map +0 -1
  260. package/dist/src/plugins/schemas/mrshl/schemaschema@0.1/types.d.ts +0 -64
  261. package/dist/src/plugins/schemas/mrshl/schemaschema@0.1/types.js +0 -3
  262. package/dist/src/plugins/schemas/mrshl/schemaschema@0.1/types.js.map +0 -1
  263. package/dist/tsbin/astnCompact.d.ts +0 -1
  264. package/dist/tsbin/astnCompact.js +0 -5
  265. package/dist/tsbin/astnCompact.js.map +0 -1
  266. package/dist/tsbin/astnExpand.d.ts +0 -1
  267. package/dist/tsbin/astnExpand.js +0 -5
  268. package/dist/tsbin/astnExpand.js.map +0 -1
  269. package/dist/tsbin/serialize.d.ts +0 -2
  270. package/dist/tsbin/serialize.js +0 -79
  271. package/dist/tsbin/serialize.js.map +0 -1
@@ -1,467 +0,0 @@
1
- "use strict";
2
- /* eslint
3
- "max-classes-per-file": off
4
- */
5
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
- if (k2 === undefined) k2 = k;
7
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
8
- }) : (function(o, m, k, k2) {
9
- if (k2 === undefined) k2 = k;
10
- o[k2] = m[k];
11
- }));
12
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
13
- Object.defineProperty(o, "default", { enumerable: true, value: v });
14
- }) : function(o, v) {
15
- o["default"] = v;
16
- });
17
- var __importStar = (this && this.__importStar) || function (mod) {
18
- if (mod && mod.__esModule) return mod;
19
- var result = {};
20
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
21
- __setModuleDefault(result, mod);
22
- return result;
23
- };
24
- Object.defineProperty(exports, "__esModule", { value: true });
25
- exports.createDataset = exports.checkDuplicates = void 0;
26
- const g = __importStar(require("./genericimp"));
27
- const copyEntry_1 = require("./copyEntry");
28
- const imp = __importStar(require("./internals"));
29
- const initializeNode_1 = require("./initializeNode");
30
- const internals_1 = require("./internals");
31
- const internals_2 = require("./internals");
32
- function attachKey(collection, entry) {
33
- if (collection.dictionary !== null) {
34
- const key = entry.entry.key;
35
- if (key !== null) {
36
- const cd = collection.dictionary;
37
- checkDuplicates(collection, key.value.get());
38
- key.changeSubscribers.push(cd.duplicatesCheckFunction);
39
- }
40
- }
41
- }
42
- function checkDuplicates(collection, key) {
43
- const matches = collection.entries.mapToRawArray(e => e).filter(e => {
44
- //if it is removed, it is never a duplicate
45
- if (e.status.get()[0] === "inactive") {
46
- return false;
47
- }
48
- const keyData = e.entry.key;
49
- if (keyData === null) {
50
- return false;
51
- }
52
- return keyData.value.get() === key;
53
- });
54
- if (matches.length > 1) {
55
- matches.forEach(m => {
56
- if (m.entry.key === null) {
57
- return;
58
- }
59
- m.entry.key.isDuplicateImp.update(true);
60
- });
61
- }
62
- if (matches.length === 1) {
63
- const keyVal = matches[0].entry.key;
64
- if (keyVal === null) {
65
- throw new Error("unexpected");
66
- }
67
- keyVal.isDuplicateImp.update(false);
68
- }
69
- }
70
- exports.checkDuplicates = checkDuplicates;
71
- function detachKey(collection, entry) {
72
- if (collection.dictionary !== null) {
73
- const cd = collection.dictionary;
74
- if (entry.entry.key === null) {
75
- throw new Error("unexpected");
76
- }
77
- g.removeFromArray(entry.entry.key.changeSubscribers, e => e === cd.duplicatesCheckFunction);
78
- const keyValue = entry.entry.key;
79
- checkDuplicates(collection, keyValue.value.get());
80
- }
81
- }
82
- function assertUnreachable(_x) {
83
- throw new Error("unreachable");
84
- }
85
- function purgeChanges(node) {
86
- node.collections.forEach(c => {
87
- c.entries.removeEntries(candidate => {
88
- candidate.isPurged.update(true);
89
- return candidate.status.get()[0] === "inactive";
90
- });
91
- c.entries.forEach(entry => {
92
- entry.isAdded.update(false);
93
- purgeChanges(entry.entry.node);
94
- });
95
- });
96
- node.components.forEach(c => {
97
- purgeChanges(c.node);
98
- });
99
- node.taggedUnions.forEach(sg => {
100
- sg.statesOverTime.removeEntries(sot => {
101
- return !sot.isCurrentState.get();
102
- });
103
- if (sg.changeStatus.get()[0] !== "not changed") {
104
- sg.changeStatus.update(["not changed"]);
105
- }
106
- sg.createdInNewContext.update(false);
107
- purgeChanges(sg.currentState.get().node);
108
- });
109
- node.values.forEach(v => {
110
- v.createdInNewContext.update(false);
111
- if (v.changeStatus.get()[0] !== "not changed") {
112
- v.changeStatus.forceUpdate(["not changed"]);
113
- }
114
- });
115
- }
116
- function createDataset(rootImp, global, _syncDataset) {
117
- class Dataset {
118
- //private readonly syncDataset: id.IDataset
119
- //public readonly rootNode: Node
120
- constructor() {
121
- this.imp = rootImp;
122
- //this.syncDataset = syncDataset
123
- this.commands = new g.Dictionary({});
124
- this.rootNode = createNode(rootImp.rootNode, rootImp.schema["root type"].get().node, global);
125
- this.hasUndoActions = rootImp.global.changeController.executedChanges.hasChanges;
126
- this.hasRedoActions = rootImp.global.changeController.revertedChanges.hasChanges;
127
- this.errorAmount = rootImp.errorsAggregator.errorCount;
128
- this.errorManager = rootImp.global.errorManager;
129
- this.hasUnserializedChanges = new g.DerivedReactiveValue(rootImp.global.changeController.amountOfChangesSinceLastSerialization, position => {
130
- if (position === null) {
131
- return true;
132
- }
133
- else {
134
- return position !== 0;
135
- }
136
- });
137
- }
138
- serialize(_internalSchemaSpecification, _callback) {
139
- //const out: string[] = []
140
- throw new Error("IMPLEMENT ME: SERIALIZE");
141
- // s.serialize(
142
- // this.syncDataset,
143
- // internalSchemaSpecification,
144
- // ).handle(
145
- // null,
146
- // {
147
- // onData: $ => {
148
- // out.push($.data)
149
- // return p.value(false)
150
- // },
151
- // onEnd: () => {
152
- // //
153
- // callback(out.join(""))
154
- // this.imp.global.changeController.resetSerializationPosition()
155
- // },
156
- // }
157
- // )
158
- }
159
- undo() {
160
- this.imp.global.changeController.undo();
161
- }
162
- redo() {
163
- this.imp.global.changeController.redo();
164
- }
165
- purgeChanges() {
166
- this.imp.global.changeController.purgeChanges();
167
- purgeChanges(rootImp.rootNode);
168
- }
169
- }
170
- return new Dataset();
171
- }
172
- exports.createDataset = createDataset;
173
- function createNode(nodeImp, definition, global) {
174
- class Node {
175
- constructor() {
176
- this.imp = nodeImp;
177
- this.definition = definition;
178
- this.global = global;
179
- }
180
- forEachProperty(callback) {
181
- this.definition.properties.forEach((p, pKey) => {
182
- //const isKeyProperty = this.imp.keyProperty === null ? false : p === this.imp.keyProperty
183
- function createProperty(_definition, type) {
184
- return {
185
- type: type,
186
- };
187
- }
188
- switch (p.type[0]) {
189
- case "dictionary": {
190
- //const $ = p.type[1]
191
- callback(createProperty(p, ["collection", this.getCollection(pKey)]), pKey);
192
- break;
193
- }
194
- case "list": {
195
- //const $ = p.type[1]
196
- callback(createProperty(p, ["collection", this.getCollection(pKey)]), pKey);
197
- break;
198
- }
199
- case "component": {
200
- callback(createProperty(p, ["component", this.getComponent(pKey)]), pKey);
201
- break;
202
- }
203
- case "tagged union": {
204
- callback(createProperty(p, ["state group", this.getTaggedUnion(pKey)]), pKey);
205
- break;
206
- }
207
- case "simple string": {
208
- callback(createProperty(p, ["value", this.getValue(pKey)]), pKey);
209
- break;
210
- }
211
- case "multiline string": {
212
- throw new Error("IMPLEMENT ME: MULTILINE STRING");
213
- // callback(
214
- // createProperty(
215
- // p,
216
- // ["value", this.getValue(pKey)],
217
- // //isKeyProperty,
218
- // ),
219
- // pKey
220
- // )
221
- // break
222
- }
223
- default:
224
- assertUnreachable(p.type[0]);
225
- }
226
- });
227
- }
228
- getCollection(key) {
229
- const propDef = this.definition.properties.getUnsafe(key);
230
- const nodeDefinition = (() => {
231
- switch (propDef.type[0]) {
232
- case "dictionary": {
233
- const $$ = propDef.type[1];
234
- return $$.node;
235
- }
236
- case "list": {
237
- const $$ = propDef.type[1];
238
- return $$.node;
239
- }
240
- case "component": {
241
- throw new Error("unexpected");
242
- }
243
- case "simple string": {
244
- throw new Error("unexpected");
245
- }
246
- case "multiline string": {
247
- throw new Error("unexpected");
248
- }
249
- case "tagged union": {
250
- throw new Error("unexpected");
251
- }
252
- default:
253
- return assertUnreachable(propDef.type[0]);
254
- }
255
- })();
256
- function createCollection(collectionImp, nodeDefinition, global) {
257
- class EntryAddition {
258
- constructor(collection, entry) {
259
- this.collection = collection;
260
- this.entry = entry;
261
- }
262
- apply() {
263
- //console.log("ATTACHING Entry")
264
- internals_2.addEntry(this.collection, this.entry);
265
- attachKey(this.collection, this.entry);
266
- }
267
- revert() {
268
- this.collection.entries.removeEntry(this.entry);
269
- this.entry.entry.errorsAggregator.detach();
270
- this.entry.entry.subentriesErrorsAggregator.detach();
271
- detachKey(this.collection, this.entry);
272
- }
273
- }
274
- class Collection {
275
- constructor() {
276
- this.imp = collectionImp;
277
- this.global = global;
278
- this.entries = collectionImp.entries.map(e => {
279
- const entryImp = e;
280
- const entry = {
281
- node: createNode(entryImp.node, nodeDefinition, global),
282
- hasSubEntryErrors: entryImp.hasSubEntryErrors,
283
- tempSubEntryErrorsCount: entryImp.tempSubEntryErrorsCount,
284
- isAdded: entryImp.isAdded,
285
- status: entryImp.status,
286
- delete: () => {
287
- if (entryImp.status.get()[0] === "inactive") {
288
- console.error("trying to delete a already inactive entry");
289
- return;
290
- }
291
- class EntryRemoval {
292
- constructor(collection, entry) {
293
- this.collection = collection;
294
- this.entry = entry;
295
- }
296
- apply() {
297
- this.entry.entry.errorsAggregator.detach();
298
- this.entry.entry.subentriesErrorsAggregator.detach();
299
- this.entry.status.update(["inactive", { reason: ["deleted"] }]);
300
- detachKey(this.collection, this.entry);
301
- }
302
- revert() {
303
- this.entry.entry.errorsAggregator.attach(this.collection.errorsAggregator);
304
- this.entry.entry.subentriesErrorsAggregator.attach(this.collection.errorsAggregator);
305
- this.entry.status.update(["active"]);
306
- attachKey(this.collection, this.entry);
307
- }
308
- }
309
- this.global.changeController.deleteEntry(new EntryRemoval(entryImp.parent, entryImp));
310
- },
311
- };
312
- return entry;
313
- });
314
- }
315
- copyEntriesToHere(forEach) {
316
- this.global.changeController.copyEntriesToCollection(callback => {
317
- forEach(sourceEntryImp => {
318
- if (!(sourceEntryImp instanceof imp.EntryPlaceholder)) {
319
- console.error(sourceEntryImp);
320
- throw new Error("Unexpected, entry is not an instance of Entry");
321
- }
322
- const newEntry = new imp.Entry(this.imp.nodeDefinition, this.global.errorManager, this.imp.dictionary);
323
- copyEntry_1.copyEntry(this.imp.nodeDefinition, sourceEntryImp.entry, newEntry, global);
324
- callback(new EntryAddition(this.imp, new imp.EntryPlaceholder(newEntry, this.imp, true)));
325
- });
326
- });
327
- }
328
- addEntry() {
329
- const entry = new imp.Entry(this.imp.nodeDefinition, this.global.errorManager, this.imp.dictionary);
330
- this.global.changeController.addEntry(new EntryAddition(this.imp, new imp.EntryPlaceholder(entry, this.imp, true)));
331
- }
332
- }
333
- return new Collection();
334
- }
335
- return createCollection(this.imp.collections.getUnsafe(key), nodeDefinition, this.global);
336
- }
337
- getComponent(key) {
338
- const propDef = this.definition.properties.getUnsafe(key);
339
- if (propDef.type[0] !== "component") {
340
- throw new Error("unexpected");
341
- }
342
- return {
343
- node: createNode(this.imp.components.getUnsafe(key).node, propDef.type[1].type.get().node, this.global),
344
- };
345
- }
346
- getTaggedUnion(key) {
347
- const propDef = this.definition.properties.getUnsafe(key);
348
- if (propDef.type[0] !== "tagged union") {
349
- throw new Error("unexpected");
350
- }
351
- const stateGroupImp = this.imp.taggedUnions.getUnsafe(key);
352
- const definition = propDef.type[1];
353
- const global = this.global;
354
- return {
355
- statesOverTime: stateGroupImp.statesOverTime.map(_stateImp => {
356
- return {};
357
- // State {
358
- // public node: Node
359
- // public readonly isCurrentState: g.ReactiveValue<boolean>
360
- // public readonly mykey: string
361
- // //private readonly imp: imp.State
362
- // constructor(stateImp: imp.State, definition: def.OptionDefinition, global: Global) {
363
- // //this.imp = stateImp
364
- // this.node = new Node(stateImp.node, definition.node, global)
365
- // this.isCurrentState = stateImp.isCurrentState
366
- // this.mykey = stateImp.key
367
- // }
368
- // }
369
- //return new State(stateImp, definition.options.getUnsafe(stateImp.key), global)
370
- }),
371
- changeStatus: stateGroupImp.changeStatus,
372
- createdInNewContext: stateGroupImp.createdInNewContext,
373
- currentStateKey: stateGroupImp.currentStateKey,
374
- setMainFocussableRepresentation: (focussable) => {
375
- stateGroupImp.focussable.update(new g.Maybe(focussable));
376
- },
377
- updateState: (stateName) => {
378
- function attachState(state, stateGroup) {
379
- state.errorsAggregator.attach(stateGroup.thisEntryErrorsAggregator);
380
- state.subentriesErrorsAggregator.attach(stateGroup.subentriesErrorsAggregator);
381
- }
382
- function detachStateErrors(state) {
383
- state.errorsAggregator.detach();
384
- state.subentriesErrorsAggregator.detach();
385
- }
386
- class StateChange {
387
- constructor(stateGroup, oldState, newState) {
388
- this.stateGroup = stateGroup;
389
- this.oldState = oldState;
390
- this.newState = newState;
391
- }
392
- apply() {
393
- detachStateErrors(this.oldState);
394
- this.oldState.isCurrentState.update(false);
395
- this.newState.isCurrentState.update(true);
396
- attachState(this.newState, this.stateGroup);
397
- this.stateGroup.statesOverTime.addEntry(this.newState);
398
- internals_1.setInitializedState(this.stateGroup, this.newState);
399
- if (this.oldState === this.stateGroup.initialState) {
400
- this.stateGroup.changeStatus.update(["changed", {
401
- originalStateName: this.stateGroup.initialState.key,
402
- }]);
403
- }
404
- }
405
- revert() {
406
- if (this.oldState === this.stateGroup.initialState) {
407
- this.stateGroup.changeStatus.update(["not changed"]);
408
- }
409
- else {
410
- this.stateGroup.changeStatus.update(["changed", {
411
- originalStateName: this.stateGroup.initialState.key,
412
- }]);
413
- }
414
- internals_1.setInitializedState(this.stateGroup, this.oldState);
415
- this.stateGroup.statesOverTime.removeEntry(this.newState);
416
- detachStateErrors(this.newState);
417
- this.newState.isCurrentState.update(false);
418
- this.oldState.isCurrentState.update(true);
419
- attachState(this.oldState, this.stateGroup);
420
- }
421
- }
422
- global.changeController.updateState(new StateChange(stateGroupImp, stateGroupImp.currentState.get(), new imp.State(stateName, (stateNode, errorsAggregator, subentriesErrorsAggregator) => {
423
- initializeNode_1.initializeNode(stateNode, definition.options.getUnsafe(stateName).node, global.errorManager, errorsAggregator, subentriesErrorsAggregator, true);
424
- })));
425
- },
426
- };
427
- }
428
- getValue(key) {
429
- //return new Value(this.imp.values.getUnsafe(key), this.global)
430
- const global = this.global;
431
- const valueImp = this.imp.values.getUnsafe(key);
432
- return {
433
- isDuplicate: valueImp.isDuplicate,
434
- valueIsInvalid: valueImp.valueIsInvalid,
435
- value: valueImp.value,
436
- changeStatus: valueImp.changeStatus,
437
- createdInNewContext: valueImp.createdInNewContext,
438
- updateValue: (v) => {
439
- class ValueUpdate {
440
- constructor(valueImp) {
441
- this.imp = valueImp;
442
- }
443
- getValue() {
444
- return this.imp.value.get();
445
- }
446
- setValue(newValue, _onError) {
447
- const previousValue = this.imp.value.get();
448
- if (previousValue === newValue) {
449
- return;
450
- }
451
- else {
452
- imp.setValue(this.imp, previousValue, newValue);
453
- }
454
- //FIXME call onError
455
- }
456
- }
457
- global.changeController.updateValue(new ValueUpdate(valueImp), v);
458
- },
459
- setMainFocussableRepresentation: (f) => {
460
- valueImp.focussable.update(new g.Maybe(f));
461
- },
462
- };
463
- }
464
- }
465
- return new Node();
466
- }
467
- //# sourceMappingURL=asyncAPIImplementation.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"asyncAPIImplementation.js","sourceRoot":"","sources":["../../../../../src/implementations/inMemoryDataset/implementation/asyncAPIImplementation.ts"],"names":[],"mappings":";AAAA;;EAEE;;;;;;;;;;;;;;;;;;;;;;AAIF,gDAAiC;AAIjC,2CAAuC;AAGvC,iDAAkC;AAClC,qDAAiD;AAEjD,2CAAsF;AACtF,2CAAkD;AAElD,SAAS,SAAS,CAAC,UAAsB,EAAE,KAAuB;IAC9D,IAAI,UAAU,CAAC,UAAU,KAAK,IAAI,EAAE;QAChC,MAAM,GAAG,GAAG,KAAK,CAAC,KAAK,CAAC,GAAG,CAAA;QAC3B,IAAI,GAAG,KAAK,IAAI,EAAE;YACd,MAAM,EAAE,GAAG,UAAU,CAAC,UAAU,CAAA;YAChC,eAAe,CAAC,UAAU,EAAE,GAAG,CAAC,KAAK,CAAC,GAAG,EAAE,CAAC,CAAA;YAC5C,GAAG,CAAC,iBAAiB,CAAC,IAAI,CAAC,EAAE,CAAC,uBAAuB,CAAC,CAAA;SACzD;KACJ;AACL,CAAC;AAED,SAAgB,eAAe,CAAC,UAAsB,EAAE,GAAW;IAC/D,MAAM,OAAO,GAAG,UAAU,CAAC,OAAO,CAAC,aAAa,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE;QAChE,2CAA2C;QAC3C,IAAI,CAAC,CAAC,MAAM,CAAC,GAAG,EAAE,CAAC,CAAC,CAAC,KAAK,UAAU,EAAE;YAClC,OAAO,KAAK,CAAA;SACf;QACD,MAAM,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,GAAG,CAAA;QAC3B,IAAI,OAAO,KAAK,IAAI,EAAE;YAClB,OAAO,KAAK,CAAA;SACf;QACD,OAAO,OAAO,CAAC,KAAK,CAAC,GAAG,EAAE,KAAK,GAAG,CAAA;IACtC,CAAC,CAAC,CAAA;IACF,IAAI,OAAO,CAAC,MAAM,GAAG,CAAC,EAAE;QACpB,OAAO,CAAC,OAAO,CAAC,CAAC,CAAC,EAAE;YAChB,IAAI,CAAC,CAAC,KAAK,CAAC,GAAG,KAAK,IAAI,EAAE;gBACtB,OAAM;aACT;YACD,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,cAAc,CAAC,MAAM,CAAC,IAAI,CAAC,CAAA;QAC3C,CAAC,CAAC,CAAA;KACL;IACD,IAAI,OAAO,CAAC,MAAM,KAAK,CAAC,EAAE;QACtB,MAAM,MAAM,GAAG,OAAO,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,GAAG,CAAA;QACnC,IAAI,MAAM,KAAK,IAAI,EAAE;YACjB,MAAM,IAAI,KAAK,CAAC,YAAY,CAAC,CAAA;SAChC;QACD,MAAM,CAAC,cAAc,CAAC,MAAM,CAAC,KAAK,CAAC,CAAA;KACtC;AACL,CAAC;AA3BD,0CA2BC;AAED,SAAS,SAAS,CAAC,UAAsB,EAAE,KAAuB;IAC9D,IAAI,UAAU,CAAC,UAAU,KAAK,IAAI,EAAE;QAChC,MAAM,EAAE,GAAG,UAAU,CAAC,UAAU,CAAA;QAChC,IAAI,KAAK,CAAC,KAAK,CAAC,GAAG,KAAK,IAAI,EAAE;YAC1B,MAAM,IAAI,KAAK,CAAC,YAAY,CAAC,CAAA;SAChC;QACD,CAAC,CAAC,eAAe,CAAC,KAAK,CAAC,KAAK,CAAC,GAAG,CAAC,iBAAiB,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,KAAK,EAAE,CAAC,uBAAuB,CAAC,CAAA;QAC3F,MAAM,QAAQ,GAAG,KAAK,CAAC,KAAK,CAAC,GAAG,CAAA;QAChC,eAAe,CAAC,UAAU,EAAE,QAAQ,CAAC,KAAK,CAAC,GAAG,EAAE,CAAC,CAAA;KACpD;AACL,CAAC;AAED,SAAS,iBAAiB,CAAK,EAAS;IACpC,MAAM,IAAI,KAAK,CAAC,aAAa,CAAC,CAAA;AAClC,CAAC;AAED,SAAS,YAAY,CAAC,IAAc;IAChC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,CAAC,CAAC,EAAE;QACzB,CAAC,CAAC,OAAO,CAAC,aAAa,CAAC,SAAS,CAAC,EAAE;YAEhC,SAAS,CAAC,QAAQ,CAAC,MAAM,CAAC,IAAI,CAAC,CAAA;YAC/B,OAAO,SAAS,CAAC,MAAM,CAAC,GAAG,EAAE,CAAC,CAAC,CAAC,KAAK,UAAU,CAAA;QACnD,CAAC,CAAC,CAAA;QACF,CAAC,CAAC,OAAO,CAAC,OAAO,CAAC,KAAK,CAAC,EAAE;YACtB,KAAK,CAAC,OAAO,CAAC,MAAM,CAAC,KAAK,CAAC,CAAA;YAC3B,YAAY,CAAC,KAAK,CAAC,KAAK,CAAC,IAAI,CAAC,CAAA;QAClC,CAAC,CAAC,CAAA;IACN,CAAC,CAAC,CAAA;IACF,IAAI,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC,CAAC,EAAE;QACxB,YAAY,CAAC,CAAC,CAAC,IAAI,CAAC,CAAA;IACxB,CAAC,CAAC,CAAA;IACF,IAAI,CAAC,YAAY,CAAC,OAAO,CAAC,EAAE,CAAC,EAAE;QAC3B,EAAE,CAAC,cAAc,CAAC,aAAa,CAAC,GAAG,CAAC,EAAE;YAClC,OAAO,CAAC,GAAG,CAAC,cAAc,CAAC,GAAG,EAAE,CAAA;QACpC,CAAC,CAAC,CAAA;QACF,IAAI,EAAE,CAAC,YAAY,CAAC,GAAG,EAAE,CAAC,CAAC,CAAC,KAAK,aAAa,EAAE;YAC5C,EAAE,CAAC,YAAY,CAAC,MAAM,CAAC,CAAC,aAAa,CAAC,CAAC,CAAA;SAC1C;QACD,EAAE,CAAC,mBAAmB,CAAC,MAAM,CAAC,KAAK,CAAC,CAAA;QACpC,YAAY,CAAC,EAAE,CAAC,YAAY,CAAC,GAAG,EAAE,CAAC,IAAI,CAAC,CAAA;IAC5C,CAAC,CAAC,CAAA;IACF,IAAI,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC,CAAC,EAAE;QACpB,CAAC,CAAC,mBAAmB,CAAC,MAAM,CAAC,KAAK,CAAC,CAAA;QACnC,IAAI,CAAC,CAAC,YAAY,CAAC,GAAG,EAAE,CAAC,CAAC,CAAC,KAAK,aAAa,EAAE;YAC3C,CAAC,CAAC,YAAY,CAAC,WAAW,CAAC,CAAC,aAAa,CAAC,CAAC,CAAA;SAC9C;IACL,CAAC,CAAC,CAAA;AACN,CAAC;AAED,SAAgB,aAAa,CACzB,OAAgB,EAChB,MAAc,EACd,YAAyB;IAEzB,MAAM,OAAO;QAYT,2CAA2C;QAE3C,gCAAgC;QAChC;YAEI,IAAI,CAAC,GAAG,GAAG,OAAO,CAAA;YAClB,gCAAgC;YAChC,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC,CAAC,UAAU,CAAC,EAAE,CAAC,CAAA;YACpC,IAAI,CAAC,QAAQ,GAAG,UAAU,CAAC,OAAO,CAAC,QAAQ,EAAE,OAAO,CAAC,MAAM,CAAC,WAAW,CAAC,CAAC,GAAG,EAAE,CAAC,IAAI,EAAE,MAAM,CAAC,CAAA;YAC5F,IAAI,CAAC,cAAc,GAAG,OAAO,CAAC,MAAM,CAAC,gBAAgB,CAAC,eAAe,CAAC,UAAU,CAAA;YAChF,IAAI,CAAC,cAAc,GAAG,OAAO,CAAC,MAAM,CAAC,gBAAgB,CAAC,eAAe,CAAC,UAAU,CAAA;YAChF,IAAI,CAAC,WAAW,GAAG,OAAO,CAAC,gBAAgB,CAAC,UAAU,CAAA;YACtD,IAAI,CAAC,YAAY,GAAG,OAAO,CAAC,MAAM,CAAC,YAAY,CAAA;YAE/C,IAAI,CAAC,sBAAsB,GAAG,IAAI,CAAC,CAAC,oBAAoB,CAAC,OAAO,CAAC,MAAM,CAAC,gBAAgB,CAAC,qCAAqC,EAAE,QAAQ,CAAC,EAAE;gBACvI,IAAI,QAAQ,KAAK,IAAI,EAAE;oBACnB,OAAO,IAAI,CAAA;iBACd;qBAAM;oBACH,OAAO,QAAQ,KAAK,CAAC,CAAA;iBACxB;YACL,CAAC,CAAC,CAAA;QACN,CAAC;QACM,SAAS,CACZ,4BAA6D,EAC7D,SAAiC;YAEjC,0BAA0B;YAE1B,MAAM,IAAI,KAAK,CAAC,yBAAyB,CAAC,CAAA;YAC1C,eAAe;YACf,wBAAwB;YACxB,mCAAmC;YACnC,YAAY;YACZ,YAAY;YACZ,QAAQ;YACR,yBAAyB;YACzB,+BAA+B;YAC/B,oCAAoC;YACpC,aAAa;YACb,yBAAyB;YACzB,iBAAiB;YACjB,qCAAqC;YACrC,4EAA4E;YAC5E,aAAa;YACb,QAAQ;YACR,IAAI;QACR,CAAC;QACM,IAAI;YACP,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC,gBAAgB,CAAC,IAAI,EAAE,CAAA;QAC3C,CAAC;QACM,IAAI;YACP,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC,gBAAgB,CAAC,IAAI,EAAE,CAAA;QAC3C,CAAC;QACM,YAAY;YACf,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC,gBAAgB,CAAC,YAAY,EAAE,CAAA;YAC/C,YAAY,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAA;QAClC,CAAC;KAEJ;IACD,OAAO,IAAI,OAAO,EAAE,CAAA;AACxB,CAAC;AA7ED,sCA6EC;AAED,SAAS,UAAU,CACf,OAAiB,EACjB,UAA8B,EAC9B,MAAc;IAEd,MAAM,IAAI;QAIN;YACI,IAAI,CAAC,GAAG,GAAG,OAAO,CAAA;YAClB,IAAI,CAAC,UAAU,GAAG,UAAU,CAAA;YAC5B,IAAI,CAAC,MAAM,GAAG,MAAM,CAAA;QACxB,CAAC;QACM,eAAe,CAAC,QAA4D;YAC/E,IAAI,CAAC,UAAU,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC,CAAC,EAAE,IAAI,EAAE,EAAE;gBAC3C,0FAA0F;gBAC1F,SAAS,cAAc,CACnB,WAAmC,EACnC,IAA2B;oBAE3B,OAAO;wBACH,IAAI,EAAE,IAAI;qBACb,CAAA;gBACL,CAAC;gBACD,QAAQ,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE;oBACf,KAAK,YAAY,CAAC,CAAC;wBACf,qBAAqB;wBACrB,QAAQ,CACJ,cAAc,CACV,CAAC,EACD,CAAC,YAAY,EAAE,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,CAAC,CAE3C,EACD,IAAI,CACP,CAAA;wBACD,MAAK;qBACR;oBACD,KAAK,MAAM,CAAC,CAAC;wBACT,qBAAqB;wBACrB,QAAQ,CACJ,cAAc,CACV,CAAC,EACD,CAAC,YAAY,EAAE,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,CAAC,CAE3C,EACD,IAAI,CACP,CAAA;wBACD,MAAK;qBACR;oBACD,KAAK,WAAW,CAAC,CAAC;wBACd,QAAQ,CACJ,cAAc,CACV,CAAC,EACD,CAAC,WAAW,EAAE,IAAI,CAAC,YAAY,CAAC,IAAI,CAAC,CAAC,CAEzC,EACD,IAAI,CACP,CAAA;wBACD,MAAK;qBACR;oBACD,KAAK,cAAc,CAAC,CAAC;wBACjB,QAAQ,CACJ,cAAc,CACV,CAAC,EACD,CAAC,aAAa,EAAE,IAAI,CAAC,cAAc,CAAC,IAAI,CAAC,CAAC,CAE7C,EACD,IAAI,CACP,CAAA;wBACD,MAAK;qBACR;oBACD,KAAK,eAAe,CAAC,CAAC;wBAClB,QAAQ,CACJ,cAAc,CACV,CAAC,EACD,CAAC,OAAO,EAAE,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC,CAEjC,EACD,IAAI,CACP,CAAA;wBACD,MAAK;qBACR;oBACD,KAAK,kBAAkB,CAAC,CAAC;wBACrB,MAAM,IAAI,KAAK,CAAC,gCAAgC,CAAC,CAAA;wBACjD,YAAY;wBACZ,sBAAsB;wBACtB,aAAa;wBACb,0CAA0C;wBAC1C,2BAA2B;wBAC3B,SAAS;wBACT,WAAW;wBACX,IAAI;wBACJ,QAAQ;qBACX;oBACD;wBACI,iBAAiB,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAA;iBACnC;YACL,CAAC,CAAC,CAAA;QACN,CAAC;QACM,aAAa,CAAC,GAAW;YAC5B,MAAM,OAAO,GAAG,IAAI,CAAC,UAAU,CAAC,UAAU,CAAC,SAAS,CAAC,GAAG,CAAC,CAAA;YACzD,MAAM,cAAc,GAAG,CAAC,GAAuB,EAAE;gBAC7C,QAAQ,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE;oBACrB,KAAK,YAAY,CAAC,CAAC;wBACf,MAAM,EAAE,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAA;wBAC1B,OAAO,EAAE,CAAC,IAAI,CAAA;qBACjB;oBACD,KAAK,MAAM,CAAC,CAAC;wBACT,MAAM,EAAE,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAA;wBAC1B,OAAO,EAAE,CAAC,IAAI,CAAA;qBACjB;oBACD,KAAK,WAAW,CAAC,CAAC;wBACd,MAAM,IAAI,KAAK,CAAC,YAAY,CAAC,CAAA;qBAChC;oBACD,KAAK,eAAe,CAAC,CAAC;wBAClB,MAAM,IAAI,KAAK,CAAC,YAAY,CAAC,CAAA;qBAChC;oBACD,KAAK,kBAAkB,CAAC,CAAC;wBACrB,MAAM,IAAI,KAAK,CAAC,YAAY,CAAC,CAAA;qBAChC;oBACD,KAAK,cAAc,CAAC,CAAC;wBACjB,MAAM,IAAI,KAAK,CAAC,YAAY,CAAC,CAAA;qBAChC;oBACD;wBACI,OAAO,iBAAiB,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAA;iBAChD;YACL,CAAC,CAAC,EAAE,CAAA;YACJ,SAAS,gBAAgB,CAAC,aAA6B,EAAE,cAAkC,EAAE,MAAc;gBAEvG,MAAM,aAAa;oBAGf,YAAY,UAA0B,EAAE,KAAuB;wBAC3D,IAAI,CAAC,UAAU,GAAG,UAAU,CAAA;wBAC5B,IAAI,CAAC,KAAK,GAAG,KAAK,CAAA;oBACtB,CAAC;oBACM,KAAK;wBACR,gCAAgC;wBAChC,oBAAQ,CAAC,IAAI,CAAC,UAAU,EAAE,IAAI,CAAC,KAAK,CAAC,CAAA;wBACrC,SAAS,CAAC,IAAI,CAAC,UAAU,EAAE,IAAI,CAAC,KAAK,CAAC,CAAA;oBAC1C,CAAC;oBACM,MAAM;wBACT,IAAI,CAAC,UAAU,CAAC,OAAO,CAAC,WAAW,CAAC,IAAI,CAAC,KAAK,CAAC,CAAA;wBAC/C,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,gBAAgB,CAAC,MAAM,EAAE,CAAA;wBAC1C,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,0BAA0B,CAAC,MAAM,EAAE,CAAA;wBACpD,SAAS,CAAC,IAAI,CAAC,UAAU,EAAE,IAAI,CAAC,KAAK,CAAC,CAAA;oBAC1C,CAAC;iBACJ;gBACD,MAAM,UAAU;oBAIZ;wBACI,IAAI,CAAC,GAAG,GAAG,aAAa,CAAA;wBACxB,IAAI,CAAC,MAAM,GAAG,MAAM,CAAA;wBACpB,IAAI,CAAC,OAAO,GAAG,aAAa,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE;4BACzC,MAAM,QAAQ,GAAG,CAAC,CAAA;4BAClB,MAAM,KAAK,GAAmB;gCAC1B,IAAI,EAAE,UAAU,CAAC,QAAQ,CAAC,IAAI,EAAE,cAAc,EAAE,MAAM,CAAC;gCACvD,iBAAiB,EAAE,QAAQ,CAAC,iBAAiB;gCAC7C,uBAAuB,EAAE,QAAQ,CAAC,uBAAuB;gCACzD,OAAO,EAAE,QAAQ,CAAC,OAAO;gCACzB,MAAM,EAAE,QAAQ,CAAC,MAAM;gCACvB,MAAM,EAAE,GAAG,EAAE;oCACT,IAAI,QAAQ,CAAC,MAAM,CAAC,GAAG,EAAE,CAAC,CAAC,CAAC,KAAK,UAAU,EAAE;wCACzC,OAAO,CAAC,KAAK,CAAC,2CAA2C,CAAC,CAAA;wCAC1D,OAAM;qCACT;oCAED,MAAM,YAAY;wCAGd,YAAY,UAA0B,EAAE,KAAuB;4CAC3D,IAAI,CAAC,UAAU,GAAG,UAAU,CAAA;4CAC5B,IAAI,CAAC,KAAK,GAAG,KAAK,CAAA;wCACtB,CAAC;wCACM,KAAK;4CACR,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,gBAAgB,CAAC,MAAM,EAAE,CAAA;4CAC1C,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,0BAA0B,CAAC,MAAM,EAAE,CAAA;4CACpD,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC,UAAU,EAAE,EAAE,MAAM,EAAE,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC,CAAA;4CAC/D,SAAS,CAAC,IAAI,CAAC,UAAU,EAAE,IAAI,CAAC,KAAK,CAAC,CAAA;wCAC1C,CAAC;wCACM,MAAM;4CACT,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,gBAAgB,CAAC,MAAM,CAAC,IAAI,CAAC,UAAU,CAAC,gBAAgB,CAAC,CAAA;4CAC1E,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,0BAA0B,CAAC,MAAM,CAAC,IAAI,CAAC,UAAU,CAAC,gBAAgB,CAAC,CAAA;4CACpF,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAA;4CACpC,SAAS,CAAC,IAAI,CAAC,UAAU,EAAE,IAAI,CAAC,KAAK,CAAC,CAAA;wCAC1C,CAAC;qCACJ;oCACD,IAAI,CAAC,MAAM,CAAC,gBAAgB,CAAC,WAAW,CAAC,IAAI,YAAY,CAAC,QAAQ,CAAC,MAAM,EAAE,QAAQ,CAAC,CAAC,CAAA;gCACzF,CAAC;6BACJ,CAAA;4BACD,OAAO,KAAK,CAAA;wBAChB,CAAC,CAAC,CAAA;oBACN,CAAC;oBACM,iBAAiB,CAAC,OAA4D;wBACjF,IAAI,CAAC,MAAM,CAAC,gBAAgB,CAAC,uBAAuB,CAAC,QAAQ,CAAC,EAAE;4BAC5D,OAAO,CAAC,cAAc,CAAC,EAAE;gCACrB,IAAI,CAAC,CAAC,cAAc,YAAY,GAAG,CAAC,gBAAgB,CAAC,EAAE;oCACnD,OAAO,CAAC,KAAK,CAAC,cAAc,CAAC,CAAA;oCAC7B,MAAM,IAAI,KAAK,CAAC,+CAA+C,CAAC,CAAA;iCACnE;gCACD,MAAM,QAAQ,GAAG,IAAI,GAAG,CAAC,KAAK,CAC1B,IAAI,CAAC,GAAG,CAAC,cAAc,EACvB,IAAI,CAAC,MAAM,CAAC,YAAY,EACxB,IAAI,CAAC,GAAG,CAAC,UAAU,CACtB,CAAA;gCACD,qBAAS,CACL,IAAI,CAAC,GAAG,CAAC,cAAc,EACvB,cAAc,CAAC,KAAK,EACpB,QAAQ,EACR,MAAM,CACT,CAAA;gCAED,QAAQ,CAAC,IAAI,aAAa,CACtB,IAAI,CAAC,GAAG,EACR,IAAI,GAAG,CAAC,gBAAgB,CACpB,QAAQ,EACR,IAAI,CAAC,GAAG,EACR,IAAI,CACP,CACJ,CAAC,CAAA;4BACN,CAAC,CAAC,CAAA;wBACN,CAAC,CAAC,CAAA;oBACN,CAAC;oBACM,QAAQ;wBACX,MAAM,KAAK,GAAG,IAAI,GAAG,CAAC,KAAK,CACvB,IAAI,CAAC,GAAG,CAAC,cAAc,EACvB,IAAI,CAAC,MAAM,CAAC,YAAY,EACxB,IAAI,CAAC,GAAG,CAAC,UAAU,CACtB,CAAA;wBAED,IAAI,CAAC,MAAM,CAAC,gBAAgB,CAAC,QAAQ,CAAC,IAAI,aAAa,CACnD,IAAI,CAAC,GAAG,EACR,IAAI,GAAG,CAAC,gBAAgB,CAAC,KAAK,EAAE,IAAI,CAAC,GAAG,EAAE,IAAI,CAAC,CAClD,CAAC,CAAA;oBACN,CAAC;iBACJ;gBACD,OAAO,IAAI,UAAU,EAAE,CAAA;YAC3B,CAAC;YACD,OAAO,gBAAgB,CAAC,IAAI,CAAC,GAAG,CAAC,WAAW,CAAC,SAAS,CAAC,GAAG,CAAC,EAAE,cAAc,EAAE,IAAI,CAAC,MAAM,CAAC,CAAA;QAC7F,CAAC;QACM,YAAY,CAAC,GAAW;YAC3B,MAAM,OAAO,GAAG,IAAI,CAAC,UAAU,CAAC,UAAU,CAAC,SAAS,CAAC,GAAG,CAAC,CAAA;YACzD,IAAI,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,KAAK,WAAW,EAAE;gBACjC,MAAM,IAAI,KAAK,CAAC,YAAY,CAAC,CAAA;aAChC;YACD,OAAO;gBACH,IAAI,EAAE,UAAU,CAAC,IAAI,CAAC,GAAG,CAAC,UAAU,CAAC,SAAS,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;aAC1G,CAAA;QACL,CAAC;QACM,cAAc,CAAC,GAAW;YAC7B,MAAM,OAAO,GAAG,IAAI,CAAC,UAAU,CAAC,UAAU,CAAC,SAAS,CAAC,GAAG,CAAC,CAAA;YACzD,IAAI,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,KAAK,cAAc,EAAE;gBACpC,MAAM,IAAI,KAAK,CAAC,YAAY,CAAC,CAAA;aAChC;YACD,MAAM,aAAa,GAAG,IAAI,CAAC,GAAG,CAAC,YAAY,CAAC,SAAS,CAAC,GAAG,CAAC,CAAA;YAC1D,MAAM,UAAU,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAA;YAClC,MAAM,MAAM,GAAG,IAAI,CAAC,MAAM,CAAA;YAC1B,OAAO;gBACH,cAAc,EAAE,aAAa,CAAC,cAAc,CAAC,GAAG,CAAC,SAAS,CAAC,EAAE;oBACzD,OAAO,EAEN,CAAA;oBACD,UAAU;oBACV,wBAAwB;oBACxB,+DAA+D;oBAC/D,oCAAoC;oBACpC,wCAAwC;oBACxC,2FAA2F;oBAC3F,gCAAgC;oBAChC,uEAAuE;oBACvE,wDAAwD;oBACxD,oCAAoC;oBACpC,QAAQ;oBACR,IAAI;oBAEJ,gFAAgF;gBACpF,CAAC,CAAC;gBACF,YAAY,EAAE,aAAa,CAAC,YAAY;gBACxC,mBAAmB,EAAE,aAAa,CAAC,mBAAmB;gBACtD,eAAe,EAAE,aAAa,CAAC,eAAe;gBAC9C,+BAA+B,EAAE,CAAC,UAAgC,EAAQ,EAAE;oBACxE,aAAa,CAAC,UAAU,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAA;gBAC5D,CAAC;gBACD,WAAW,EAAE,CAAC,SAAiB,EAAQ,EAAE;oBAErC,SAAS,WAAW,CAAC,KAAY,EAAE,UAAsB;wBAErD,KAAK,CAAC,gBAAgB,CAAC,MAAM,CAAC,UAAU,CAAC,yBAAyB,CAAC,CAAA;wBACnE,KAAK,CAAC,0BAA0B,CAAC,MAAM,CAAC,UAAU,CAAC,0BAA0B,CAAC,CAAA;oBAClF,CAAC;oBAED,SAAS,iBAAiB,CAAC,KAAY;wBACnC,KAAK,CAAC,gBAAgB,CAAC,MAAM,EAAE,CAAA;wBAC/B,KAAK,CAAC,0BAA0B,CAAC,MAAM,EAAE,CAAA;oBAC7C,CAAC;oBAED,MAAM,WAAW;wBAIb,YAAY,UAAsB,EAAE,QAAe,EAAE,QAAe;4BAChE,IAAI,CAAC,UAAU,GAAG,UAAU,CAAA;4BAC5B,IAAI,CAAC,QAAQ,GAAG,QAAQ,CAAA;4BACxB,IAAI,CAAC,QAAQ,GAAG,QAAQ,CAAA;wBAC5B,CAAC;wBACM,KAAK;4BACR,iBAAiB,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAA;4BAChC,IAAI,CAAC,QAAQ,CAAC,cAAc,CAAC,MAAM,CAAC,KAAK,CAAC,CAAA;4BAC1C,IAAI,CAAC,QAAQ,CAAC,cAAc,CAAC,MAAM,CAAC,IAAI,CAAC,CAAA;4BAEzC,WAAW,CAAC,IAAI,CAAC,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC,CAAA;4BAE3C,IAAI,CAAC,UAAU,CAAC,cAAc,CAAC,QAAQ,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAA;4BACtD,+BAAmB,CAAC,IAAI,CAAC,UAAU,EAAE,IAAI,CAAC,QAAQ,CAAC,CAAA;4BACnD,IAAI,IAAI,CAAC,QAAQ,KAAK,IAAI,CAAC,UAAU,CAAC,YAAY,EAAE;gCAChD,IAAI,CAAC,UAAU,CAAC,YAAY,CAAC,MAAM,CAAC,CAAC,SAAS,EAAE;wCAC5C,iBAAiB,EAAE,IAAI,CAAC,UAAU,CAAC,YAAY,CAAC,GAAG;qCACtD,CAAC,CAAC,CAAA;6BACN;wBACL,CAAC;wBACM,MAAM;4BACT,IAAI,IAAI,CAAC,QAAQ,KAAK,IAAI,CAAC,UAAU,CAAC,YAAY,EAAE;gCAChD,IAAI,CAAC,UAAU,CAAC,YAAY,CAAC,MAAM,CAAC,CAAC,aAAa,CAAC,CAAC,CAAA;6BACvD;iCAAM;gCACH,IAAI,CAAC,UAAU,CAAC,YAAY,CAAC,MAAM,CAAC,CAAC,SAAS,EAAE;wCAC5C,iBAAiB,EAAE,IAAI,CAAC,UAAU,CAAC,YAAY,CAAC,GAAG;qCACtD,CAAC,CAAC,CAAA;6BACN;4BACD,+BAAmB,CAAC,IAAI,CAAC,UAAU,EAAE,IAAI,CAAC,QAAQ,CAAC,CAAA;4BACnD,IAAI,CAAC,UAAU,CAAC,cAAc,CAAC,WAAW,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAA;4BACzD,iBAAiB,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAA;4BAChC,IAAI,CAAC,QAAQ,CAAC,cAAc,CAAC,MAAM,CAAC,KAAK,CAAC,CAAA;4BAC1C,IAAI,CAAC,QAAQ,CAAC,cAAc,CAAC,MAAM,CAAC,IAAI,CAAC,CAAA;4BACzC,WAAW,CAAC,IAAI,CAAC,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC,CAAA;wBAC/C,CAAC;qBACJ;oBACD,MAAM,CAAC,gBAAgB,CAAC,WAAW,CAC/B,IAAI,WAAW,CACX,aAAa,EACb,aAAa,CAAC,YAAY,CAAC,GAAG,EAAE,EAChC,IAAI,GAAG,CAAC,KAAK,CACT,SAAS,EACT,CAAC,SAAS,EAAE,gBAAgB,EAAE,0BAA0B,EAAE,EAAE;wBACxD,+BAAc,CACV,SAAS,EACT,UAAU,CAAC,OAAO,CAAC,SAAS,CAAC,SAAS,CAAC,CAAC,IAAI,EAC5C,MAAM,CAAC,YAAY,EACnB,gBAAgB,EAChB,0BAA0B,EAC1B,IAAI,CACP,CAAA;oBACL,CAAC,CACJ,CACJ,CACJ,CAAA;gBACL,CAAC;aACJ,CAAA;QACL,CAAC;QACM,QAAQ,CAAC,GAAW;YACvB,+DAA+D;YAC/D,MAAM,MAAM,GAAG,IAAI,CAAC,MAAM,CAAA;YAC1B,MAAM,QAAQ,GAAG,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC,SAAS,CAAC,GAAG,CAAC,CAAA;YAC/C,OAAO;gBACH,WAAW,EAAE,QAAQ,CAAC,WAAW;gBACjC,cAAc,EAAE,QAAQ,CAAC,cAAc;gBACvC,KAAK,EAAE,QAAQ,CAAC,KAAK;gBACrB,YAAY,EAAE,QAAQ,CAAC,YAAY;gBACnC,mBAAmB,EAAE,QAAQ,CAAC,mBAAmB;gBACjD,WAAW,EAAE,CAAC,CAAS,EAAQ,EAAE;oBAC7B,MAAM,WAAW;wBAEb,YAAY,QAAmB;4BAC3B,IAAI,CAAC,GAAG,GAAG,QAAQ,CAAA;wBACvB,CAAC;wBACD,QAAQ;4BACJ,OAAO,IAAI,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,EAAE,CAAA;wBAC/B,CAAC;wBACM,QAAQ,CAAC,QAAgB,EAAE,QAAqC;4BACnE,MAAM,aAAa,GAAG,IAAI,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,EAAE,CAAA;4BAC1C,IAAI,aAAa,KAAK,QAAQ,EAAE;gCAC5B,OAAM;6BACT;iCAAM;gCACH,GAAG,CAAC,QAAQ,CAAC,IAAI,CAAC,GAAG,EAAE,aAAa,EAAE,QAAQ,CAAC,CAAA;6BAClD;4BACD,oBAAoB;wBACxB,CAAC;qBACJ;oBACD,MAAM,CAAC,gBAAgB,CAAC,WAAW,CAAC,IAAI,WAAW,CAAC,QAAQ,CAAC,EAAE,CAAC,CAAC,CAAA;gBACrE,CAAC;gBACD,+BAA+B,EAAE,CAAC,CAAuB,EAAQ,EAAE;oBAC/D,QAAQ,CAAC,UAAU,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,CAAA;gBAC9C,CAAC;aACJ,CAAA;QACL,CAAC;KACJ;IACD,OAAO,IAAI,IAAI,EAAE,CAAA;AACrB,CAAC"}
@@ -1,4 +0,0 @@
1
- import * as astncore from "astn-core";
2
- import * as imp from "./internals";
3
- import { Global } from "./Global";
4
- export declare function createNode(node: imp.Node, definition: astncore.NodeDefinition, global: Global): astncore.Node;