@nfdi4plants/arctrl 3.0.0-beta.9 → 3.0.1

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 (297) hide show
  1. package/README.md +30 -3
  2. package/dist/ts/index.d.ts +54 -16
  3. package/dist/ts/index.d.ts.map +1 -1
  4. package/dist/ts/index.js +56 -18
  5. package/dist/ts/ts/ARC.d.ts +26 -9
  6. package/dist/ts/ts/ARC.d.ts.map +1 -1
  7. package/dist/ts/ts/ARC.js +148 -63
  8. package/dist/ts/ts/CWL/CWLProcessingUnit.d.ts +62 -0
  9. package/dist/ts/ts/CWL/CWLProcessingUnit.d.ts.map +1 -0
  10. package/dist/ts/ts/CWL/CWLProcessingUnit.js +250 -0
  11. package/dist/ts/ts/CWL/CWLTypes.d.ts +148 -0
  12. package/dist/ts/ts/CWL/CWLTypes.d.ts.map +1 -0
  13. package/dist/ts/ts/CWL/CWLTypes.js +384 -0
  14. package/dist/ts/ts/CWL/Decode.d.ts +214 -0
  15. package/dist/ts/ts/CWL/Decode.d.ts.map +1 -0
  16. package/dist/ts/ts/CWL/Decode.js +2667 -0
  17. package/dist/ts/ts/CWL/Encode.d.ts +103 -0
  18. package/dist/ts/ts/CWL/Encode.d.ts.map +1 -0
  19. package/dist/ts/ts/CWL/Encode.js +1513 -0
  20. package/dist/ts/ts/CWL/ExpressionToolDescription.d.ts +50 -0
  21. package/dist/ts/ts/CWL/ExpressionToolDescription.d.ts.map +1 -0
  22. package/dist/ts/ts/CWL/ExpressionToolDescription.js +152 -0
  23. package/dist/ts/ts/CWL/HashHelpers.d.ts +9 -0
  24. package/dist/ts/ts/CWL/HashHelpers.d.ts.map +1 -0
  25. package/dist/ts/ts/CWL/HashHelpers.js +35 -0
  26. package/dist/ts/ts/CWL/Inputs.d.ts +31 -0
  27. package/dist/ts/ts/CWL/Inputs.d.ts.map +1 -0
  28. package/dist/ts/ts/CWL/Inputs.js +86 -0
  29. package/dist/ts/ts/CWL/OperationDescription.d.ts +46 -0
  30. package/dist/ts/ts/CWL/OperationDescription.d.ts.map +1 -0
  31. package/dist/ts/ts/CWL/OperationDescription.js +133 -0
  32. package/dist/ts/ts/CWL/Outputs.d.ts +44 -0
  33. package/dist/ts/ts/CWL/Outputs.d.ts.map +1 -0
  34. package/dist/ts/ts/CWL/Outputs.js +143 -0
  35. package/dist/ts/ts/CWL/ParameterReference.d.ts +23 -0
  36. package/dist/ts/ts/CWL/ParameterReference.d.ts.map +1 -0
  37. package/dist/ts/ts/CWL/ParameterReference.js +60 -0
  38. package/dist/ts/ts/CWL/Requirements.d.ts +206 -0
  39. package/dist/ts/ts/CWL/Requirements.d.ts.map +1 -0
  40. package/dist/ts/ts/CWL/Requirements.js +384 -0
  41. package/dist/ts/ts/CWL/ToolDescription.d.ts +50 -0
  42. package/dist/ts/ts/CWL/ToolDescription.d.ts.map +1 -0
  43. package/dist/ts/ts/CWL/ToolDescription.js +152 -0
  44. package/dist/ts/ts/CWL/WorkflowDescription.d.ts +50 -0
  45. package/dist/ts/ts/CWL/WorkflowDescription.d.ts.map +1 -0
  46. package/dist/ts/ts/CWL/WorkflowDescription.js +142 -0
  47. package/dist/ts/ts/CWL/WorkflowSteps.d.ts +160 -0
  48. package/dist/ts/ts/CWL/WorkflowSteps.d.ts.map +1 -0
  49. package/dist/ts/ts/CWL/WorkflowSteps.js +317 -0
  50. package/dist/ts/ts/CWLRunResolver.d.ts +45 -0
  51. package/dist/ts/ts/CWLRunResolver.d.ts.map +1 -0
  52. package/dist/ts/ts/CWLRunResolver.js +181 -0
  53. package/dist/ts/ts/Contract/ARC.d.ts.map +1 -1
  54. package/dist/ts/ts/Contract/ARC.js +27 -9
  55. package/dist/ts/ts/Contract/ArcRun.d.ts +6 -0
  56. package/dist/ts/ts/Contract/ArcRun.d.ts.map +1 -1
  57. package/dist/ts/ts/Contract/ArcRun.js +131 -4
  58. package/dist/ts/ts/Contract/ArcWorkflow.d.ts +3 -0
  59. package/dist/ts/ts/Contract/ArcWorkflow.d.ts.map +1 -1
  60. package/dist/ts/ts/Contract/ArcWorkflow.js +70 -4
  61. package/dist/ts/ts/Contract/Datamap.d.ts +25 -25
  62. package/dist/ts/ts/Contract/Datamap.js +34 -34
  63. package/dist/ts/ts/ContractIO/ContractIO.d.ts.map +1 -1
  64. package/dist/ts/ts/ContractIO/ContractIO.js +3 -1
  65. package/dist/ts/ts/Conversion/Assay.d.ts +13 -0
  66. package/dist/ts/ts/Conversion/Assay.d.ts.map +1 -0
  67. package/dist/ts/ts/Conversion/Assay.js +69 -0
  68. package/dist/ts/ts/Conversion/Basic.d.ts +105 -0
  69. package/dist/ts/ts/Conversion/Basic.d.ts.map +1 -0
  70. package/dist/ts/ts/Conversion/Basic.js +452 -0
  71. package/dist/ts/ts/Conversion/ColumnIndex.d.ts +11 -0
  72. package/dist/ts/ts/Conversion/ColumnIndex.d.ts.map +1 -0
  73. package/dist/ts/ts/Conversion/ColumnIndex.js +71 -0
  74. package/dist/ts/ts/Conversion/Datamap.d.ts +11 -0
  75. package/dist/ts/ts/Conversion/Datamap.d.ts.map +1 -0
  76. package/dist/ts/ts/Conversion/Datamap.js +21 -0
  77. package/dist/ts/ts/Conversion/DateTime.d.ts +4 -0
  78. package/dist/ts/ts/Conversion/DateTime.d.ts.map +1 -0
  79. package/dist/ts/ts/Conversion/DateTime.js +23 -0
  80. package/dist/ts/ts/Conversion/Investigation.d.ts +12 -0
  81. package/dist/ts/ts/Conversion/Investigation.d.ts.map +1 -0
  82. package/dist/ts/ts/Conversion/Investigation.js +79 -0
  83. package/dist/ts/ts/Conversion/Person.d.ts +16 -0
  84. package/dist/ts/ts/Conversion/Person.d.ts.map +1 -0
  85. package/dist/ts/ts/Conversion/Person.js +100 -0
  86. package/dist/ts/ts/Conversion/Process.d.ts +84 -0
  87. package/dist/ts/ts/Conversion/Process.d.ts.map +1 -0
  88. package/dist/ts/ts/Conversion/Process.js +455 -0
  89. package/dist/ts/ts/Conversion/Run.d.ts +35 -0
  90. package/dist/ts/ts/Conversion/Run.d.ts.map +1 -0
  91. package/dist/ts/ts/Conversion/Run.js +254 -0
  92. package/dist/ts/ts/Conversion/ScholarlyArticle.d.ts +16 -0
  93. package/dist/ts/ts/Conversion/ScholarlyArticle.d.ts.map +1 -0
  94. package/dist/ts/ts/Conversion/ScholarlyArticle.js +116 -0
  95. package/dist/ts/ts/Conversion/Study.d.ts +12 -0
  96. package/dist/ts/ts/Conversion/Study.d.ts.map +1 -0
  97. package/dist/ts/ts/Conversion/Study.js +51 -0
  98. package/dist/ts/ts/Conversion/Table.d.ts +45 -0
  99. package/dist/ts/ts/Conversion/Table.d.ts.map +1 -0
  100. package/dist/ts/ts/Conversion/Table.js +203 -0
  101. package/dist/ts/ts/Conversion/Workflow.d.ts +91 -0
  102. package/dist/ts/ts/Conversion/Workflow.d.ts.map +1 -0
  103. package/dist/ts/ts/Conversion/Workflow.js +455 -0
  104. package/dist/ts/ts/Conversion.d.ts +25 -276
  105. package/dist/ts/ts/Conversion.d.ts.map +1 -1
  106. package/dist/ts/ts/Conversion.js +64 -1477
  107. package/dist/ts/ts/Core/ArcTypes.d.ts +69 -59
  108. package/dist/ts/ts/Core/ArcTypes.d.ts.map +1 -1
  109. package/dist/ts/ts/Core/ArcTypes.js +222 -142
  110. package/dist/ts/ts/Core/{DataMap.d.ts → Datamap.d.ts} +24 -24
  111. package/dist/ts/ts/Core/{DataMap.d.ts.map → Datamap.d.ts.map} +1 -1
  112. package/dist/ts/ts/Core/{DataMap.js → Datamap.js} +36 -36
  113. package/dist/ts/ts/Core/Helper/Identifier.d.ts +24 -0
  114. package/dist/ts/ts/Core/Helper/Identifier.d.ts.map +1 -1
  115. package/dist/ts/ts/Core/Helper/Identifier.js +35 -2
  116. package/dist/ts/ts/Core/Table/ArcTable.d.ts +8 -8
  117. package/dist/ts/ts/Core/Table/ArcTable.d.ts.map +1 -1
  118. package/dist/ts/ts/Core/Table/ArcTable.js +20 -20
  119. package/dist/ts/ts/FileSystem/FileSystemTree.d.ts +4 -4
  120. package/dist/ts/ts/FileSystem/FileSystemTree.d.ts.map +1 -1
  121. package/dist/ts/ts/FileSystem/FileSystemTree.js +20 -27
  122. package/dist/ts/ts/FileSystem/Path.d.ts +22 -0
  123. package/dist/ts/ts/FileSystem/Path.d.ts.map +1 -1
  124. package/dist/ts/ts/FileSystem/Path.js +173 -3
  125. package/dist/ts/ts/Json/Assay.js +5 -5
  126. package/dist/ts/ts/Json/{DataMap → Datamap}/DataContext.d.ts.map +1 -1
  127. package/dist/ts/ts/Json/{DataMap/DataMap.d.ts → Datamap/Datamap.d.ts} +6 -6
  128. package/dist/ts/ts/Json/{DataMap/DataMap.d.ts.map → Datamap/Datamap.d.ts.map} +1 -1
  129. package/dist/ts/ts/Json/{DataMap/DataMap.js → Datamap/Datamap.js} +2 -2
  130. package/dist/ts/ts/Json/ROCrate/LDContext.d.ts.map +1 -1
  131. package/dist/ts/ts/Json/ROCrate/LDContext.js +21 -11
  132. package/dist/ts/ts/Json/ROCrate/LDNode.d.ts +1 -0
  133. package/dist/ts/ts/Json/ROCrate/LDNode.d.ts.map +1 -1
  134. package/dist/ts/ts/Json/ROCrate/LDNode.js +18 -7
  135. package/dist/ts/ts/Json/Run.js +5 -5
  136. package/dist/ts/ts/Json/Study.js +5 -5
  137. package/dist/ts/ts/Json/Workflow.d.ts.map +1 -1
  138. package/dist/ts/ts/Json/Workflow.js +10 -11
  139. package/dist/ts/ts/Json.d.ts +3 -5
  140. package/dist/ts/ts/Json.d.ts.map +1 -1
  141. package/dist/ts/ts/Json.js +4 -10
  142. package/dist/ts/ts/JsonIO/Datamap.d.ts +4 -4
  143. package/dist/ts/ts/JsonIO/Datamap.js +6 -6
  144. package/dist/ts/ts/JsonIO/Investigation.d.ts +0 -6
  145. package/dist/ts/ts/JsonIO/Investigation.d.ts.map +1 -1
  146. package/dist/ts/ts/JsonIO/Investigation.js +2 -21
  147. package/dist/ts/ts/License.js +1 -1
  148. package/dist/ts/ts/ROCrate/LDContext.d.ts.map +1 -1
  149. package/dist/ts/ts/ROCrate/LDContext.js +35 -31
  150. package/dist/ts/ts/ROCrate/LDObject.d.ts +2 -2
  151. package/dist/ts/ts/ROCrate/LDObject.js +2 -2
  152. package/dist/ts/ts/ROCrate/{Generic → LDTypes}/Comment.d.ts.map +1 -1
  153. package/dist/ts/ts/ROCrate/LDTypes/ComputationalWorkflow.d.ts +63 -0
  154. package/dist/ts/ts/ROCrate/LDTypes/ComputationalWorkflow.d.ts.map +1 -0
  155. package/dist/ts/ts/ROCrate/LDTypes/ComputationalWorkflow.js +361 -0
  156. package/dist/ts/ts/ROCrate/LDTypes/ComputerLanguage.d.ts +39 -0
  157. package/dist/ts/ts/ROCrate/LDTypes/ComputerLanguage.d.ts.map +1 -0
  158. package/dist/ts/ts/ROCrate/LDTypes/ComputerLanguage.js +219 -0
  159. package/dist/ts/ts/ROCrate/LDTypes/CreateAction.d.ts +43 -0
  160. package/dist/ts/ts/ROCrate/LDTypes/CreateAction.d.ts.map +1 -0
  161. package/dist/ts/ts/ROCrate/LDTypes/CreateAction.js +224 -0
  162. package/dist/ts/ts/ROCrate/{Generic → LDTypes}/CreativeWork.d.ts.map +1 -1
  163. package/dist/ts/ts/ROCrate/{Generic → LDTypes}/CreativeWork.js +1 -1
  164. package/dist/ts/ts/ROCrate/{Generic → LDTypes}/Dataset.d.ts +34 -22
  165. package/dist/ts/ts/ROCrate/LDTypes/Dataset.d.ts.map +1 -0
  166. package/dist/ts/ts/ROCrate/{Generic → LDTypes}/Dataset.js +59 -2
  167. package/dist/ts/ts/ROCrate/{Generic → LDTypes}/DefinedTerm.d.ts.map +1 -1
  168. package/dist/ts/ts/ROCrate/{Generic → LDTypes}/File.d.ts +10 -4
  169. package/dist/ts/ts/ROCrate/LDTypes/File.d.ts.map +1 -0
  170. package/dist/ts/ts/ROCrate/{Generic → LDTypes}/File.js +34 -1
  171. package/dist/ts/ts/ROCrate/LDTypes/FormalParameter.d.ts +59 -0
  172. package/dist/ts/ts/ROCrate/LDTypes/FormalParameter.d.ts.map +1 -0
  173. package/dist/ts/ts/ROCrate/LDTypes/FormalParameter.js +344 -0
  174. package/dist/ts/ts/ROCrate/{Generic → LDTypes}/LabProcess.d.ts +2 -0
  175. package/dist/ts/ts/ROCrate/LDTypes/LabProcess.d.ts.map +1 -0
  176. package/dist/ts/ts/ROCrate/{Generic → LDTypes}/LabProcess.js +31 -5
  177. package/dist/ts/ts/ROCrate/{Generic → LDTypes}/LabProtocol.d.ts +6 -2
  178. package/dist/ts/ts/ROCrate/LDTypes/LabProtocol.d.ts.map +1 -0
  179. package/dist/ts/ts/ROCrate/{Generic → LDTypes}/LabProtocol.js +66 -15
  180. package/dist/ts/ts/ROCrate/{Generic → LDTypes}/Organization.d.ts.map +1 -1
  181. package/dist/ts/ts/ROCrate/{Generic → LDTypes}/Person.d.ts.map +1 -1
  182. package/dist/ts/ts/ROCrate/{Generic → LDTypes}/PostalAddress.d.ts.map +1 -1
  183. package/dist/ts/ts/ROCrate/{Generic → LDTypes}/PropertyValue.d.ts +35 -11
  184. package/dist/ts/ts/ROCrate/LDTypes/PropertyValue.d.ts.map +1 -0
  185. package/dist/ts/ts/ROCrate/{Generic → LDTypes}/PropertyValue.js +191 -1
  186. package/dist/ts/ts/ROCrate/{Generic → LDTypes}/Sample.d.ts.map +1 -1
  187. package/dist/ts/ts/ROCrate/{Generic → LDTypes}/ScholarlyArticle.d.ts.map +1 -1
  188. package/dist/ts/ts/ROCrate/LDTypes/SoftwareSourceCode.d.ts +46 -0
  189. package/dist/ts/ts/ROCrate/LDTypes/SoftwareSourceCode.d.ts.map +1 -0
  190. package/dist/ts/ts/ROCrate/LDTypes/SoftwareSourceCode.js +247 -0
  191. package/dist/ts/ts/ROCrate/LDTypes/WorkflowInvocation.d.ts +12 -0
  192. package/dist/ts/ts/ROCrate/LDTypes/WorkflowInvocation.d.ts.map +1 -0
  193. package/dist/ts/ts/ROCrate/LDTypes/WorkflowInvocation.js +40 -0
  194. package/dist/ts/ts/ROCrate/LDTypes/WorkflowProtocol.d.ts +11 -0
  195. package/dist/ts/ts/ROCrate/LDTypes/WorkflowProtocol.d.ts.map +1 -0
  196. package/dist/ts/ts/ROCrate/LDTypes/WorkflowProtocol.js +46 -0
  197. package/dist/ts/ts/ROCrate/ROCrateContext.d.ts +2 -2
  198. package/dist/ts/ts/ROCrate/ROCrateContext.d.ts.map +1 -1
  199. package/dist/ts/ts/ROCrate/ROCrateContext.js +6 -6
  200. package/dist/ts/ts/ROCrateIO.d.ts +7 -3
  201. package/dist/ts/ts/ROCrateIO.d.ts.map +1 -1
  202. package/dist/ts/ts/ROCrateIO.js +82 -13
  203. package/dist/ts/ts/Spreadsheet/ArcAssay.js +3 -3
  204. package/dist/ts/ts/Spreadsheet/ArcRun.js +2 -2
  205. package/dist/ts/ts/Spreadsheet/ArcStudy.js +3 -3
  206. package/dist/ts/ts/Spreadsheet/ArcWorkflow.js +2 -2
  207. package/dist/ts/ts/Spreadsheet/Datamap.d.ts +8 -0
  208. package/dist/ts/ts/Spreadsheet/{DataMap.d.ts.map → Datamap.d.ts.map} +1 -1
  209. package/dist/ts/ts/Spreadsheet/{DataMap.js → Datamap.js} +9 -9
  210. package/dist/ts/ts/Spreadsheet/{DataMapTable/DataMapColumn.d.ts → DatamapTable/DatamapColumn.d.ts} +1 -1
  211. package/dist/ts/ts/Spreadsheet/{DataMapTable/DataMapColumn.d.ts.map → DatamapTable/DatamapColumn.d.ts.map} +1 -1
  212. package/dist/ts/ts/Spreadsheet/{DataMapTable/DataMapColumn.js → DatamapTable/DatamapColumn.js} +1 -1
  213. package/dist/ts/ts/Spreadsheet/{DataMapTable/DataMapHeader.d.ts → DatamapTable/DatamapHeader.d.ts} +1 -1
  214. package/dist/ts/ts/Spreadsheet/{DataMapTable/DataMapHeader.d.ts.map → DatamapTable/DatamapHeader.d.ts.map} +1 -1
  215. package/dist/ts/ts/Spreadsheet/{DataMapTable/DataMapTable.d.ts → DatamapTable/DatamapTable.d.ts} +5 -5
  216. package/dist/ts/ts/Spreadsheet/{DataMapTable/DataMapTable.d.ts.map → DatamapTable/DatamapTable.d.ts.map} +1 -1
  217. package/dist/ts/ts/Spreadsheet/{DataMapTable/DataMapTable.js → DatamapTable/DatamapTable.js} +6 -6
  218. package/dist/ts/ts/Spreadsheet/Metadata/Run.js +1 -1
  219. package/dist/ts/ts/Spreadsheet/Metadata/Workflow.d.ts.map +1 -1
  220. package/dist/ts/ts/Spreadsheet/Metadata/Workflow.js +4 -4
  221. package/dist/ts/ts/WorkflowGraph/Adapters.d.ts +36 -0
  222. package/dist/ts/ts/WorkflowGraph/Adapters.d.ts.map +1 -0
  223. package/dist/ts/ts/WorkflowGraph/Adapters.js +94 -0
  224. package/dist/ts/ts/WorkflowGraph/BuildOptions.d.ts +37 -0
  225. package/dist/ts/ts/WorkflowGraph/BuildOptions.d.ts.map +1 -0
  226. package/dist/ts/ts/WorkflowGraph/BuildOptions.js +35 -0
  227. package/dist/ts/ts/WorkflowGraph/Builder.d.ts +160 -0
  228. package/dist/ts/ts/WorkflowGraph/Builder.d.ts.map +1 -0
  229. package/dist/ts/ts/WorkflowGraph/Builder.js +556 -0
  230. package/dist/ts/ts/WorkflowGraph/GraphTypes.d.ts +182 -0
  231. package/dist/ts/ts/WorkflowGraph/GraphTypes.d.ts.map +1 -0
  232. package/dist/ts/ts/WorkflowGraph/GraphTypes.js +281 -0
  233. package/dist/ts/ts/WorkflowGraph/ReferenceParsing.d.ts +27 -0
  234. package/dist/ts/ts/WorkflowGraph/ReferenceParsing.d.ts.map +1 -0
  235. package/dist/ts/ts/WorkflowGraph/ReferenceParsing.js +49 -0
  236. package/dist/ts/ts/Xlsx.d.ts +5 -5
  237. package/dist/ts/ts/Xlsx.js +1 -1
  238. package/dist/ts/ts/Yaml/ValidationPackage.d.ts +1 -1
  239. package/dist/ts/ts/Yaml/ValidationPackage.d.ts.map +1 -1
  240. package/dist/ts/ts/Yaml/ValidationPackage.js +6 -6
  241. package/dist/ts/ts/Yaml/ValidationPackagesConfig.d.ts +1 -1
  242. package/dist/ts/ts/Yaml/ValidationPackagesConfig.d.ts.map +1 -1
  243. package/dist/ts/ts/Yaml/ValidationPackagesConfig.js +6 -6
  244. package/dist/ts/ts/Yaml.d.ts +24 -0
  245. package/dist/ts/ts/Yaml.d.ts.map +1 -0
  246. package/dist/ts/ts/Yaml.js +56 -0
  247. package/dist/ts/ts/fable_modules/DynamicObj.7.1.0/DynObj.fs.js +109 -0
  248. package/dist/ts/ts/fable_modules/{YAMLicious.0.0.3 → YAMLicious.1.0.0-alpha.4}/Encode.fs.js +9 -9
  249. package/dist/ts/ts/fable_modules/YAMLicious.1.0.0-alpha.4/Escapes.fs.js +313 -0
  250. package/dist/ts/ts/fable_modules/YAMLicious.1.0.0-alpha.4/FlowToBlock.fs.js +956 -0
  251. package/dist/ts/ts/fable_modules/YAMLicious.1.0.0-alpha.4/Interop/JsInterop.fs.js +10 -0
  252. package/dist/ts/ts/fable_modules/YAMLicious.1.0.0-alpha.4/Persil.fs.js +562 -0
  253. package/dist/ts/ts/fable_modules/{YAMLicious.0.0.3 → YAMLicious.1.0.0-alpha.4}/Preprocessing.fs.js +52 -12
  254. package/dist/ts/ts/fable_modules/YAMLicious.1.0.0-alpha.4/Reader.fs.js +1314 -0
  255. package/dist/ts/ts/fable_modules/YAMLicious.1.0.0-alpha.4/Regex.fs.js +21 -0
  256. package/dist/ts/ts/fable_modules/YAMLicious.1.0.0-alpha.4/RegexActivePatterns.fs.js +313 -0
  257. package/dist/ts/ts/fable_modules/YAMLicious.1.0.0-alpha.4/StringBuffer.fs.js +60 -0
  258. package/dist/ts/ts/fable_modules/YAMLicious.1.0.0-alpha.4/Writer.fs.js +391 -0
  259. package/dist/ts/ts/fable_modules/YAMLicious.1.0.0-alpha.4/YAMLiciousTypes.fs.js +317 -0
  260. package/package.json +1 -1
  261. package/dist/ts/ts/ROCrate/Generic/Dataset.d.ts.map +0 -1
  262. package/dist/ts/ts/ROCrate/Generic/File.d.ts.map +0 -1
  263. package/dist/ts/ts/ROCrate/Generic/LabProcess.d.ts.map +0 -1
  264. package/dist/ts/ts/ROCrate/Generic/LabProtocol.d.ts.map +0 -1
  265. package/dist/ts/ts/ROCrate/Generic/PropertyValue.d.ts.map +0 -1
  266. package/dist/ts/ts/Spreadsheet/DataMap.d.ts +0 -8
  267. package/dist/ts/ts/fable_modules/YAMLicious.0.0.3/Interop/JsInterop.fs.js +0 -10
  268. package/dist/ts/ts/fable_modules/YAMLicious.0.0.3/Persil.fs.js +0 -45
  269. package/dist/ts/ts/fable_modules/YAMLicious.0.0.3/Reader.fs.js +0 -483
  270. package/dist/ts/ts/fable_modules/YAMLicious.0.0.3/Regex.fs.js +0 -11
  271. package/dist/ts/ts/fable_modules/YAMLicious.0.0.3/RegexActivePatterns.fs.js +0 -212
  272. package/dist/ts/ts/fable_modules/YAMLicious.0.0.3/Writer.fs.js +0 -164
  273. package/dist/ts/ts/fable_modules/YAMLicious.0.0.3/YAMLiciousTypes.fs.js +0 -152
  274. /package/dist/ts/ts/Json/{DataMap → Datamap}/DataContext.d.ts +0 -0
  275. /package/dist/ts/ts/Json/{DataMap → Datamap}/DataContext.js +0 -0
  276. /package/dist/ts/ts/ROCrate/{Generic → LDTypes}/Comment.d.ts +0 -0
  277. /package/dist/ts/ts/ROCrate/{Generic → LDTypes}/Comment.js +0 -0
  278. /package/dist/ts/ts/ROCrate/{Generic → LDTypes}/CreativeWork.d.ts +0 -0
  279. /package/dist/ts/ts/ROCrate/{Generic → LDTypes}/DefinedTerm.d.ts +0 -0
  280. /package/dist/ts/ts/ROCrate/{Generic → LDTypes}/DefinedTerm.js +0 -0
  281. /package/dist/ts/ts/ROCrate/{Generic → LDTypes}/Organization.d.ts +0 -0
  282. /package/dist/ts/ts/ROCrate/{Generic → LDTypes}/Organization.js +0 -0
  283. /package/dist/ts/ts/ROCrate/{Generic → LDTypes}/Person.d.ts +0 -0
  284. /package/dist/ts/ts/ROCrate/{Generic → LDTypes}/Person.js +0 -0
  285. /package/dist/ts/ts/ROCrate/{Generic → LDTypes}/PostalAddress.d.ts +0 -0
  286. /package/dist/ts/ts/ROCrate/{Generic → LDTypes}/PostalAddress.js +0 -0
  287. /package/dist/ts/ts/ROCrate/{Generic → LDTypes}/Sample.d.ts +0 -0
  288. /package/dist/ts/ts/ROCrate/{Generic → LDTypes}/Sample.js +0 -0
  289. /package/dist/ts/ts/ROCrate/{Generic → LDTypes}/ScholarlyArticle.d.ts +0 -0
  290. /package/dist/ts/ts/ROCrate/{Generic → LDTypes}/ScholarlyArticle.js +0 -0
  291. /package/dist/ts/ts/Spreadsheet/{DataMapTable/DataMapHeader.js → DatamapTable/DatamapHeader.js} +0 -0
  292. /package/dist/ts/ts/fable_modules/{DynamicObj.7.0.1 → DynamicObj.7.1.0}/DynamicObj.fs.js +0 -0
  293. /package/dist/ts/ts/fable_modules/{DynamicObj.7.0.1 → DynamicObj.7.1.0}/FableJS.fs.js +0 -0
  294. /package/dist/ts/ts/fable_modules/{DynamicObj.7.0.1 → DynamicObj.7.1.0}/HashCodes.fs.js +0 -0
  295. /package/dist/ts/ts/fable_modules/{DynamicObj.7.0.1 → DynamicObj.7.1.0}/PropertyHelper.fs.js +0 -0
  296. /package/dist/ts/ts/fable_modules/{DynamicObj.7.0.1 → DynamicObj.7.1.0}/ReflectionUtils.fs.js +0 -0
  297. /package/dist/ts/ts/fable_modules/{YAMLicious.0.0.3 → YAMLicious.1.0.0-alpha.4}/Decode.fs.js +0 -0
@@ -1,212 +0,0 @@
1
- import { match, create } from '../../../node_modules/@fable-org/fable-library-js/RegExp.js';
2
- import { KeyPattern, ValuePattern, LineCommentPattern, InlineSequencePattern, SequenceOpenerPattern, SequenceCloserPattern, InlineJSONPattern, JSONOpenerPattern, JSONCloserPattern } from './Regex.fs.js';
3
- import { unwrap } from '../../../node_modules/@fable-org/fable-library-js/Option.js';
4
- import { parse } from '../../../node_modules/@fable-org/fable-library-js/Int32.js';
5
-
6
- function $007CKey$007C_$007C(input) {
7
- let v;
8
- if (input.tag === /* Line */
9
- 2) {
10
- const s = input.fields[0];
11
- const m = match(create(KeyPattern), s);
12
- if (m != null) {
13
- return {
14
- Comment: unwrap((v = m.groups && m.groups.comment || "", v === "" ? void 0 : parse(v, 511, false, 32))),
15
- Key: m.groups && m.groups.key || ""
16
- };
17
- } else {
18
- return void 0;
19
- }
20
- } else {
21
- return void 0;
22
- }
23
- }
24
- function $007CKeyValue$007C_$007C(input) {
25
- if (input.tag === /* Line */
26
- 2) {
27
- const m = match(/^(?<key>[^\{{\[]+):\s+(?<value>(.*))$/gu, input.fields[0]);
28
- if (m != null) {
29
- const v = (m.groups && m.groups.value || "").trim();
30
- return {
31
- Key: m.groups && m.groups.key || "",
32
- Value: v
33
- };
34
- } else {
35
- return void 0;
36
- }
37
- } else {
38
- return void 0;
39
- }
40
- }
41
- function $007CYamlValue$007C_$007C(input) {
42
- let v;
43
- if (input.tag === /* Line */
44
- 2) {
45
- const s = input.fields[0];
46
- const m = match(create(ValuePattern), s);
47
- if (m != null) {
48
- return {
49
- Comment: unwrap((v = m.groups && m.groups.comment || "", v === "" ? void 0 : parse(v, 511, false, 32))),
50
- Value: (m.groups && m.groups.value || "").trim()
51
- };
52
- } else {
53
- return void 0;
54
- }
55
- } else {
56
- return void 0;
57
- }
58
- }
59
- function $007CYamlComment$007C_$007C(input) {
60
- if (input.tag === /* Line */
61
- 2) {
62
- const s = input.fields[0];
63
- const m = match(create(LineCommentPattern), s);
64
- if (m != null) {
65
- return {
66
- Comment: parse(m.groups && m.groups.comment || "", 511, false, 32)
67
- };
68
- } else {
69
- return void 0;
70
- }
71
- } else {
72
- return void 0;
73
- }
74
- }
75
- function $007CSequenceMinusOpener$007C_$007C(input) {
76
- let v;
77
- if (input.tag === /* Line */
78
- 2) {
79
- const m = match(/^-(\s+(?<value>.*))?$/gu, input.fields[0]);
80
- if (m != null) {
81
- return {
82
- Value: unwrap((v = (m.groups && m.groups.value || "").trim(), v === "" ? void 0 : v))
83
- };
84
- } else {
85
- return void 0;
86
- }
87
- } else {
88
- return void 0;
89
- }
90
- }
91
- function $007CInlineSequence$007C_$007C(input) {
92
- let v;
93
- if (input.tag === /* Line */
94
- 2) {
95
- const s = input.fields[0];
96
- const m = match(create(InlineSequencePattern), s);
97
- if (m != null) {
98
- return {
99
- Comment: unwrap((v = m.groups && m.groups.comment || "", v === "" ? void 0 : parse(v, 511, false, 32))),
100
- Value: m.groups && m.groups.inlineSequence || ""
101
- };
102
- } else {
103
- return void 0;
104
- }
105
- } else {
106
- return void 0;
107
- }
108
- }
109
- function $007CSequenceSquareOpener$007C_$007C(input) {
110
- let v;
111
- if (input.tag === /* Line */
112
- 2) {
113
- const s = input.fields[0];
114
- const m = match(create(SequenceOpenerPattern), s);
115
- if (m != null) {
116
- return {
117
- Comment: unwrap((v = m.groups && m.groups.comment || "", v === "" ? void 0 : parse(v, 511, false, 32)))
118
- };
119
- } else {
120
- return void 0;
121
- }
122
- } else {
123
- return void 0;
124
- }
125
- }
126
- function $007CSequenceSquareCloser$007C_$007C(input) {
127
- let v;
128
- if (input.tag === /* Line */
129
- 2) {
130
- const s = input.fields[0];
131
- const m = match(create(SequenceCloserPattern), s);
132
- if (m != null) {
133
- return {
134
- Comment: unwrap((v = m.groups && m.groups.comment || "", v === "" ? void 0 : parse(v, 511, false, 32)))
135
- };
136
- } else {
137
- return void 0;
138
- }
139
- } else {
140
- return void 0;
141
- }
142
- }
143
- function $007CInlineJSON$007C_$007C(input) {
144
- let v;
145
- if (input.tag === /* Line */
146
- 2) {
147
- const s = input.fields[0];
148
- const m = match(create(InlineJSONPattern), s);
149
- if (m != null) {
150
- return {
151
- Comment: unwrap((v = m.groups && m.groups.comment || "", v === "" ? void 0 : parse(v, 511, false, 32))),
152
- Value: m.groups && m.groups.inlineSequence || ""
153
- };
154
- } else {
155
- return void 0;
156
- }
157
- } else {
158
- return void 0;
159
- }
160
- }
161
- function $007CJSONKeyOpener$007C_$007C(input) {
162
- let v;
163
- if (input.tag === /* Line */
164
- 2) {
165
- const s = input.fields[0];
166
- const m = match(create(JSONOpenerPattern), s);
167
- if (m != null) {
168
- return {
169
- Comment: unwrap((v = m.groups && m.groups.comment || "", v === "" ? void 0 : parse(v, 511, false, 32))),
170
- Key: m.groups && m.groups.key || ""
171
- };
172
- } else {
173
- return void 0;
174
- }
175
- } else {
176
- return void 0;
177
- }
178
- }
179
- function $007CJSONCloser$007C_$007C(input) {
180
- let v;
181
- if (input.tag === /* Line */
182
- 2) {
183
- const s = input.fields[0];
184
- const m = match(create(JSONCloserPattern), s);
185
- if (m != null) {
186
- return {
187
- Comment: unwrap((v = m.groups && m.groups.comment || "", v === "" ? void 0 : parse(v, 511, false, 32)))
188
- };
189
- } else {
190
- return void 0;
191
- }
192
- } else {
193
- return void 0;
194
- }
195
- }
196
- function $007CSchemaNamespace$007C_$007C(input) {
197
- if (input.tag === /* Line */
198
- 2) {
199
- const m = match(/^\$(?<key>[a-zA-Z0-9\s:]+):$/gu, input.fields[0]);
200
- if (m != null) {
201
- return {
202
- Key: m.groups && m.groups.key || ""
203
- };
204
- } else {
205
- return void 0;
206
- }
207
- } else {
208
- return void 0;
209
- }
210
- }
211
-
212
- export { $007CInlineJSON$007C_$007C, $007CInlineSequence$007C_$007C, $007CJSONCloser$007C_$007C, $007CJSONKeyOpener$007C_$007C, $007CKey$007C_$007C, $007CKeyValue$007C_$007C, $007CSchemaNamespace$007C_$007C, $007CSequenceMinusOpener$007C_$007C, $007CSequenceSquareCloser$007C_$007C, $007CSequenceSquareOpener$007C_$007C, $007CYamlComment$007C_$007C, $007CYamlValue$007C_$007C };
@@ -1,164 +0,0 @@
1
- import { forAll, toList, delay, collect, singleton, map as map$2 } from '../../../node_modules/@fable-org/fable-library-js/Seq.js';
2
- import { PreprocessorElement_Nil, PreprocessorElement_Line, PreprocessorElement_Level, PreprocessorElement_Intendation } from './YAMLiciousTypes.fs.js';
3
- import { map as map$1, ofArray, singleton as singleton$1 } from '../../../node_modules/@fable-org/fable-library-js/List.js';
4
- import { defaultArg, map } from '../../../node_modules/@fable-org/fable-library-js/Option.js';
5
- import { join } from '../../../node_modules/@fable-org/fable-library-js/String.js';
6
- import { write as write$1 } from './Preprocessing.fs.js';
7
-
8
- function StyleVerifier_checkInlineSequence(ele) {
9
- return forAll((x) => {
10
- let matchResult, v;
11
- if (x.tag === /* Value */
12
- 1) {
13
- if (x.fields[0].Comment == null) {
14
- matchResult = 0;
15
- v = x.fields[0].Value;
16
- } else {
17
- matchResult = 1;
18
- }
19
- } else {
20
- matchResult = 1;
21
- }
22
- switch (matchResult) {
23
- case 0:
24
- return true;
25
- default:
26
- return false;
27
- }
28
- }, ele);
29
- }
30
- function Formatting_mkComment(comment) {
31
- return "#" + comment;
32
- }
33
- function Formatting_mkKey(key) {
34
- return key + ":";
35
- }
36
- function Formatting_mkContent(content) {
37
- return content.Value + defaultArg(map((s) => " " + Formatting_mkComment(s), content.Comment), "");
38
- }
39
- function Formatting_mkInlineSequence(seq) {
40
- return "[" + join(", ", map$1((x) => {
41
- let matchResult, v;
42
- if (x.tag === /* Value */
43
- 1) {
44
- if (x.fields[0].Comment == null) {
45
- matchResult = 0;
46
- v = x.fields[0].Value;
47
- } else {
48
- matchResult = 1;
49
- }
50
- } else {
51
- matchResult = 1;
52
- }
53
- switch (matchResult) {
54
- case 0:
55
- return v;
56
- default:
57
- throw new Error("Invalid sequence element");
58
- }
59
- }, seq)) + "]";
60
- }
61
- function Formatting_mkMinusLine(c) {
62
- return "- " + c;
63
- }
64
- function detokenize(ele) {
65
- const loop = (ele_1) => {
66
- switch (ele_1.tag) {
67
- case /* Mapping */
68
- 0: {
69
- const v = ele_1.fields[1];
70
- const key = ele_1.fields[0];
71
- let matchResult, v_1, seq_1, anyElse;
72
- switch (v.tag) {
73
- case /* Value */
74
- 1: {
75
- matchResult = 0;
76
- v_1 = v.fields[0];
77
- break;
78
- }
79
- case /* Sequence */
80
- 2: {
81
- if (StyleVerifier_checkInlineSequence(v.fields[0])) {
82
- matchResult = 1;
83
- seq_1 = v.fields[0];
84
- } else {
85
- matchResult = 2;
86
- anyElse = v;
87
- }
88
- break;
89
- }
90
- default: {
91
- matchResult = 2;
92
- anyElse = v;
93
- }
94
- }
95
- switch (matchResult) {
96
- case 0:
97
- return PreprocessorElement_Line(Formatting_mkKey(key.Value) + " " + Formatting_mkContent(v_1));
98
- case 1:
99
- return PreprocessorElement_Line(Formatting_mkKey(key.Value) + " " + Formatting_mkInlineSequence(seq_1));
100
- default:
101
- return PreprocessorElement_Level(ofArray([PreprocessorElement_Line(Formatting_mkKey(Formatting_mkContent(key))), PreprocessorElement_Intendation(singleton$1(loop(anyElse)))]));
102
- }
103
- }
104
- case /* Value */
105
- 1:
106
- return PreprocessorElement_Line(Formatting_mkContent(ele_1.fields[0]));
107
- case /* Object */
108
- 3: {
109
- const seq_2 = ele_1.fields[0];
110
- return PreprocessorElement_Level(toList(delay(() => map$2(loop, seq_2))));
111
- }
112
- case /* Sequence */
113
- 2: {
114
- const seq_3 = ele_1.fields[0];
115
- return PreprocessorElement_Level(toList(delay(() => collect((ele_3) => {
116
- const matchValue = ele_3;
117
- let matchResult_1, v_3, seq_5, anyElse_1;
118
- switch (matchValue.tag) {
119
- case /* Value */
120
- 1: {
121
- matchResult_1 = 0;
122
- v_3 = matchValue.fields[0];
123
- break;
124
- }
125
- case /* Sequence */
126
- 2: {
127
- if (StyleVerifier_checkInlineSequence(matchValue.fields[0])) {
128
- matchResult_1 = 1;
129
- seq_5 = matchValue.fields[0];
130
- } else {
131
- matchResult_1 = 2;
132
- anyElse_1 = matchValue;
133
- }
134
- break;
135
- }
136
- default: {
137
- matchResult_1 = 2;
138
- anyElse_1 = matchValue;
139
- }
140
- }
141
- switch (matchResult_1) {
142
- case 0:
143
- return singleton(PreprocessorElement_Line(Formatting_mkMinusLine(Formatting_mkContent(v_3))));
144
- case 1:
145
- return singleton(PreprocessorElement_Line(Formatting_mkMinusLine(Formatting_mkInlineSequence(seq_5))));
146
- default:
147
- return singleton(PreprocessorElement_Level(ofArray([PreprocessorElement_Line("-"), PreprocessorElement_Intendation(singleton$1(loop(anyElse_1)))])));
148
- }
149
- }, seq_3))));
150
- }
151
- case /* Comment */
152
- 4:
153
- return PreprocessorElement_Line(Formatting_mkComment(ele_1.fields[0]));
154
- default:
155
- return PreprocessorElement_Nil();
156
- }
157
- };
158
- return loop(ele);
159
- }
160
- function write(ele, fconfig) {
161
- return write$1(detokenize(ele), fconfig);
162
- }
163
-
164
- export { Formatting_mkComment, Formatting_mkContent, Formatting_mkInlineSequence, Formatting_mkKey, Formatting_mkMinusLine, StyleVerifier_checkInlineSequence, detokenize, write };
@@ -1,152 +0,0 @@
1
- import { Record, Union, toString } from '../../../node_modules/@fable-org/fable-library-js/Types.js';
2
- import { getEnumerator, disposeSafe } from '../../../node_modules/@fable-org/fable-library-js/Util.js';
3
- import { record_type, int32_type, class_type, string_type, union_type, list_type, option_type } from '../../../node_modules/@fable-org/fable-library-js/Reflection.js';
4
- import { defaultArg } from '../../../node_modules/@fable-org/fable-library-js/Option.js';
5
- import { initialize } from '../../../node_modules/@fable-org/fable-library-js/String.js';
6
- import { StringBuilder_$ctor, StringBuilder__AppendLine_Z721C83C5 } from '../../../node_modules/@fable-org/fable-library-js/System.Text.js';
7
-
8
- class Config extends Record {
9
- constructor(Whitespace, Level) {
10
- super();
11
- this.Whitespace = Whitespace | 0;
12
- this.Level = Level | 0;
13
- }
14
- }
15
- function Config_$reflection() {
16
- return record_type("YAMLicious.YAMLiciousTypes.Config", [], Config, () => [["Whitespace", int32_type], ["Level", int32_type]]);
17
- }
18
- function Config_init_71136F3F(whitespace) {
19
- return new Config(defaultArg(whitespace, 4), 0);
20
- }
21
- function Config__get_WhitespaceString(this$) {
22
- return initialize(this$.Level * this$.Whitespace, (_arg) => " ");
23
- }
24
- class Preprocessor extends Record {
25
- constructor(AST, StringMap, CommentMap) {
26
- super();
27
- this.AST = AST;
28
- this.StringMap = StringMap;
29
- this.CommentMap = CommentMap;
30
- }
31
- }
32
- function Preprocessor_$reflection() {
33
- return record_type("YAMLicious.YAMLiciousTypes.Preprocessor", [], Preprocessor, () => [["AST", PreprocessorElement_$reflection()], ["StringMap", class_type("System.Collections.Generic.Dictionary`2", [int32_type, string_type])], ["CommentMap", class_type("System.Collections.Generic.Dictionary`2", [int32_type, string_type])]]);
34
- }
35
- function PreprocessorElement_Level(Item) {
36
- return new PreprocessorElement(0, [Item]);
37
- }
38
- function PreprocessorElement_Intendation(Item) {
39
- return new PreprocessorElement(1, [Item]);
40
- }
41
- function PreprocessorElement_Line(Item) {
42
- return new PreprocessorElement(2, [Item]);
43
- }
44
- function PreprocessorElement_Nil() {
45
- return new PreprocessorElement(3, []);
46
- }
47
- class PreprocessorElement extends Union {
48
- constructor(tag, fields) {
49
- super();
50
- this.tag = tag;
51
- this.fields = fields;
52
- }
53
- cases() {
54
- return ["Level", "Intendation", "Line", "Nil"];
55
- }
56
- toString() {
57
- const this$ = this;
58
- const sb = StringBuilder_$ctor();
59
- const innerprint = (next, level) => {
60
- const indent = initialize(level * 2, (_arg) => " ");
61
- switch (next.tag) {
62
- case /* Intendation */
63
- 1: {
64
- const children = next.fields[0];
65
- StringBuilder__AppendLine_Z721C83C5(sb, indent + "Intendation [");
66
- const enumerator = getEnumerator(children);
67
- try {
68
- while (enumerator["System.Collections.IEnumerator.MoveNext"]()) {
69
- innerprint(enumerator["System.Collections.Generic.IEnumerator`1.get_Current"](), level + 1);
70
- }
71
- } finally {
72
- disposeSafe(enumerator);
73
- }
74
- StringBuilder__AppendLine_Z721C83C5(sb, indent + "]");
75
- break;
76
- }
77
- case /* Level */
78
- 0: {
79
- const children_1 = next.fields[0];
80
- StringBuilder__AppendLine_Z721C83C5(sb, indent + "Level [");
81
- const enumerator_1 = getEnumerator(children_1);
82
- try {
83
- while (enumerator_1["System.Collections.IEnumerator.MoveNext"]()) {
84
- innerprint(enumerator_1["System.Collections.Generic.IEnumerator`1.get_Current"](), level + 1);
85
- }
86
- } finally {
87
- disposeSafe(enumerator_1);
88
- }
89
- StringBuilder__AppendLine_Z721C83C5(sb, indent + "]");
90
- break;
91
- }
92
- case /* Nil */
93
- 3: {
94
- break;
95
- }
96
- default:
97
- StringBuilder__AppendLine_Z721C83C5(sb, indent + `Line "${next.fields[0]}"`);
98
- }
99
- };
100
- innerprint(this$, 0);
101
- return toString(sb);
102
- }
103
- }
104
- function PreprocessorElement_$reflection() {
105
- return union_type("YAMLicious.YAMLiciousTypes.PreprocessorElement", [], PreprocessorElement, () => [[["Item", list_type(PreprocessorElement_$reflection())]], [["Item", list_type(PreprocessorElement_$reflection())]], [["Item", string_type]], []]);
106
- }
107
- class YAMLContent extends Record {
108
- constructor(Value, Comment$) {
109
- super();
110
- this.Value = Value;
111
- this.Comment = Comment$;
112
- }
113
- }
114
- function YAMLContent_$reflection() {
115
- return record_type("YAMLicious.YAMLiciousTypes.YAMLContent", [], YAMLContent, () => [["Value", string_type], ["Comment", option_type(string_type)]]);
116
- }
117
- function YAMLContent_create_27AED5E3(value, comment) {
118
- return new YAMLContent(value, comment);
119
- }
120
- function YAMLElement_Mapping(Item1, Item2) {
121
- return new YAMLElement(0, [Item1, Item2]);
122
- }
123
- function YAMLElement_Value(Item) {
124
- return new YAMLElement(1, [Item]);
125
- }
126
- function YAMLElement_Sequence(Item) {
127
- return new YAMLElement(2, [Item]);
128
- }
129
- function YAMLElement_Object(Item) {
130
- return new YAMLElement(3, [Item]);
131
- }
132
- function YAMLElement_Comment(Item) {
133
- return new YAMLElement(4, [Item]);
134
- }
135
- function YAMLElement_Nil() {
136
- return new YAMLElement(5, []);
137
- }
138
- class YAMLElement extends Union {
139
- constructor(tag, fields) {
140
- super();
141
- this.tag = tag;
142
- this.fields = fields;
143
- }
144
- cases() {
145
- return ["Mapping", "Value", "Sequence", "Object", "Comment", "Nil"];
146
- }
147
- }
148
- function YAMLElement_$reflection() {
149
- return union_type("YAMLicious.YAMLiciousTypes.YAMLElement", [], YAMLElement, () => [[["Item1", YAMLContent_$reflection()], ["Item2", YAMLElement_$reflection()]], [["Item", YAMLContent_$reflection()]], [["Item", list_type(YAMLElement_$reflection())]], [["Item", list_type(YAMLElement_$reflection())]], [["Item", string_type]], []]);
150
- }
151
-
152
- export { Config, Config_$reflection, Config__get_WhitespaceString, Config_init_71136F3F, Preprocessor, PreprocessorElement, PreprocessorElement_$reflection, PreprocessorElement_Intendation, PreprocessorElement_Level, PreprocessorElement_Line, PreprocessorElement_Nil, Preprocessor_$reflection, YAMLContent, YAMLContent_$reflection, YAMLContent_create_27AED5E3, YAMLElement, YAMLElement_$reflection, YAMLElement_Comment, YAMLElement_Mapping, YAMLElement_Nil, YAMLElement_Object, YAMLElement_Sequence, YAMLElement_Value };