@nfdi4plants/arctrl 2.1.0-alpha.4 → 2.2.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.
- package/CWL/CWLTypes.js +135 -0
- package/CWL/Decode.js +585 -0
- package/CWL/Inputs.js +62 -0
- package/CWL/Outputs.js +59 -0
- package/CWL/Requirements.js +72 -0
- package/CWL/ToolDescription.js +81 -0
- package/CWL/WorkflowDescription.js +81 -0
- package/CWL/WorkflowSteps.js +98 -0
- package/Core/ArcTypes.js +76 -87
- package/Core/Helper/Identifier.js +2 -2
- package/Core/OntologyAnnotation.js +8 -5
- package/Core/Table/ArcTable.js +15 -7
- package/Core/Table/CompositeHeader.js +4 -0
- package/Core/Template.js +8 -0
- package/Json/{ROCrateObject.js → LDObject.js} +66 -17
- package/Json/Process/Material.js +32 -8
- package/Json/Process/ProcessInput.js +3 -3
- package/Json/Process/Sample.js +32 -8
- package/Json/Process/Source.js +32 -8
- package/Json/context/rocrate/isa_assay_context.js +4 -4
- package/JsonIO/LDObject.js +31 -0
- package/ROCrate/ArcROCrateMetadata.js +35 -0
- package/ROCrate/ISAProfile/Assay.js +30 -2
- package/ROCrate/ISAProfile/Data.js +32 -5
- package/ROCrate/ISAProfile/Dataset.js +3 -3
- package/ROCrate/ISAProfile/Investigation.js +30 -2
- package/ROCrate/ISAProfile/LabProcess.js +113 -5
- package/ROCrate/ISAProfile/LabProtocol.js +4 -4
- package/ROCrate/ISAProfile/Person.js +32 -5
- package/ROCrate/ISAProfile/PropertyValue.js +59 -5
- package/ROCrate/ISAProfile/Sample.js +32 -5
- package/ROCrate/ISAProfile/ScholarlyArticle.js +59 -5
- package/ROCrate/ISAProfile/Study.js +30 -2
- package/ROCrate/LDObject.js +105 -0
- package/Spreadsheet/AnnotationTable/ArcTable.js +8 -5
- package/Spreadsheet/Template.js +29 -11
- package/Yaml/ValidationPackage.js +6 -6
- package/Yaml/ValidationPackagesConfig.js +6 -6
- package/fable_modules/{DynamicObj.4.0.0 → DynamicObj.4.0.3}/DynObj.fs +4 -4
- package/fable_modules/{DynamicObj.4.0.0 → DynamicObj.4.0.3}/DynObj.fs.js +0 -44
- package/fable_modules/{DynamicObj.4.0.0 → DynamicObj.4.0.3}/HashCodes.fs +4 -1
- package/fable_modules/{DynamicObj.4.0.0 → DynamicObj.4.0.3}/HashCodes.fs.js +8 -3
- package/fable_modules/{DynamicObj.4.0.0 → DynamicObj.4.0.3}/obj/Debug/netstandard2.0/DynamicObj.AssemblyInfo.fs +1 -1
- package/fable_modules/{DynamicObj.4.0.0 → DynamicObj.4.0.3}/obj/Release/netstandard2.0/DynamicObj.AssemblyInfo.fs +3 -3
- package/fable_modules/{YAMLicious.0.0.1 → YAMLicious.0.0.3}/Decode.fs +398 -373
- package/fable_modules/{YAMLicious.0.0.1 → YAMLicious.0.0.3}/Decode.fs.js +35 -2
- package/fable_modules/{YAMLicious.0.0.1 → YAMLicious.0.0.3}/obj/Debug/netstandard2.0/YAMLicious.AssemblyInfo.fs +1 -1
- package/fable_modules/{YAMLicious.0.0.1 → YAMLicious.0.0.3}/obj/Release/netstandard2.0/YAMLicious.AssemblyInfo.fs +1 -1
- package/fable_modules/project_cracked.json +1 -1
- package/package.json +1 -1
- package/JsonIO/ROCrateObject.js +0 -146
- package/ROCrate/ROCrateObject.js +0 -61
- /package/fable_modules/{DynamicObj.4.0.0 → DynamicObj.4.0.3}/DynamicObj.fableproj +0 -0
- /package/fable_modules/{DynamicObj.4.0.0 → DynamicObj.4.0.3}/DynamicObj.fs +0 -0
- /package/fable_modules/{DynamicObj.4.0.0 → DynamicObj.4.0.3}/DynamicObj.fs.js +0 -0
- /package/fable_modules/{DynamicObj.4.0.0 → DynamicObj.4.0.3}/FableJS.fs +0 -0
- /package/fable_modules/{DynamicObj.4.0.0 → DynamicObj.4.0.3}/FableJS.fs.js +0 -0
- /package/fable_modules/{DynamicObj.4.0.0 → DynamicObj.4.0.3}/FablePy.fs +0 -0
- /package/fable_modules/{DynamicObj.4.0.0 → DynamicObj.4.0.3}/PropertyHelper.fs +0 -0
- /package/fable_modules/{DynamicObj.4.0.0 → DynamicObj.4.0.3}/PropertyHelper.fs.js +0 -0
- /package/fable_modules/{DynamicObj.4.0.0 → DynamicObj.4.0.3}/ReflectionUtils.fs +0 -0
- /package/fable_modules/{DynamicObj.4.0.0 → DynamicObj.4.0.3}/ReflectionUtils.fs.js +0 -0
- /package/fable_modules/{DynamicObj.4.0.0 → DynamicObj.4.0.3}/obj/Debug/netstandard2.0/.NETStandard,Version=v2.0.AssemblyAttributes.fs +0 -0
- /package/fable_modules/{DynamicObj.4.0.0 → DynamicObj.4.0.3}/obj/Release/netstandard2.0/.NETStandard,Version=v2.0.AssemblyAttributes.fs +0 -0
- /package/fable_modules/{YAMLicious.0.0.1 → YAMLicious.0.0.3}/Encode.fs +0 -0
- /package/fable_modules/{YAMLicious.0.0.1 → YAMLicious.0.0.3}/Encode.fs.js +0 -0
- /package/fable_modules/{YAMLicious.0.0.1 → YAMLicious.0.0.3}/Interop/JsInterop.fs +0 -0
- /package/fable_modules/{YAMLicious.0.0.1 → YAMLicious.0.0.3}/Interop/JsInterop.fs.js +0 -0
- /package/fable_modules/{YAMLicious.0.0.1 → YAMLicious.0.0.3}/Interop/PyInterop.fs +0 -0
- /package/fable_modules/{YAMLicious.0.0.1 → YAMLicious.0.0.3}/Library.fs +0 -0
- /package/fable_modules/{YAMLicious.0.0.1 → YAMLicious.0.0.3}/Library.fs.js +0 -0
- /package/fable_modules/{YAMLicious.0.0.1 → YAMLicious.0.0.3}/Persil.fs +0 -0
- /package/fable_modules/{YAMLicious.0.0.1 → YAMLicious.0.0.3}/Persil.fs.js +0 -0
- /package/fable_modules/{YAMLicious.0.0.1 → YAMLicious.0.0.3}/Preprocessing.fs +0 -0
- /package/fable_modules/{YAMLicious.0.0.1 → YAMLicious.0.0.3}/Preprocessing.fs.js +0 -0
- /package/fable_modules/{YAMLicious.0.0.1 → YAMLicious.0.0.3}/Reader.fs +0 -0
- /package/fable_modules/{YAMLicious.0.0.1 → YAMLicious.0.0.3}/Reader.fs.js +0 -0
- /package/fable_modules/{YAMLicious.0.0.1 → YAMLicious.0.0.3}/Regex.fs +0 -0
- /package/fable_modules/{YAMLicious.0.0.1 → YAMLicious.0.0.3}/Regex.fs.js +0 -0
- /package/fable_modules/{YAMLicious.0.0.1 → YAMLicious.0.0.3}/RegexActivePatterns.fs +0 -0
- /package/fable_modules/{YAMLicious.0.0.1 → YAMLicious.0.0.3}/RegexActivePatterns.fs.js +0 -0
- /package/fable_modules/{YAMLicious.0.0.1 → YAMLicious.0.0.3}/Writer.fs +0 -0
- /package/fable_modules/{YAMLicious.0.0.1 → YAMLicious.0.0.3}/Writer.fs.js +0 -0
- /package/fable_modules/{YAMLicious.0.0.1 → YAMLicious.0.0.3}/YAMLicious.fableproj +0 -0
- /package/fable_modules/{YAMLicious.0.0.1 → YAMLicious.0.0.3}/YAMLiciousTypes.fs +0 -0
- /package/fable_modules/{YAMLicious.0.0.1 → YAMLicious.0.0.3}/YAMLiciousTypes.fs.js +0 -0
- /package/fable_modules/{YAMLicious.0.0.1 → YAMLicious.0.0.3}/obj/Debug/netstandard2.0/.NETStandard,Version=v2.0.AssemblyAttributes.fs +0 -0
- /package/fable_modules/{YAMLicious.0.0.1 → YAMLicious.0.0.3}/obj/Release/netstandard2.0/.NETStandard,Version=v2.0.AssemblyAttributes.fs +0 -0
|
@@ -1566,7 +1566,7 @@ export function values(decoder, value) {
|
|
|
1566
1566
|
|
|
1567
1567
|
export class Getter {
|
|
1568
1568
|
constructor(ele) {
|
|
1569
|
-
let _this, _this_1, _this_2;
|
|
1569
|
+
let _this, _this_1, _this_2, _this_3;
|
|
1570
1570
|
this.required = ((_this = this, {
|
|
1571
1571
|
Field(fieldName, dec) {
|
|
1572
1572
|
let arg_3;
|
|
@@ -1622,7 +1622,7 @@ export class Getter {
|
|
|
1622
1622
|
}
|
|
1623
1623
|
},
|
|
1624
1624
|
}));
|
|
1625
|
-
this.
|
|
1625
|
+
this.multipleOptional = ((_this_2 = this, {
|
|
1626
1626
|
FieldList(fieldNames) {
|
|
1627
1627
|
if (ele.tag === 3) {
|
|
1628
1628
|
const overflow = map_1((_arg_5) => {
|
|
@@ -1651,6 +1651,35 @@ export class Getter {
|
|
|
1651
1651
|
}
|
|
1652
1652
|
},
|
|
1653
1653
|
}));
|
|
1654
|
+
this.overflow = ((_this_3 = this, {
|
|
1655
|
+
FieldList(fieldNames_1) {
|
|
1656
|
+
if (ele.tag === 3) {
|
|
1657
|
+
const overflow_1 = map_1((_arg_7) => {
|
|
1658
|
+
if (_arg_7.tag === 0) {
|
|
1659
|
+
return [_arg_7.fields[0].Value, _arg_7.fields[1]];
|
|
1660
|
+
}
|
|
1661
|
+
else {
|
|
1662
|
+
throw new Error((toText(printf("%s: %A"))("Expected a mapping")(ele) + "\\nParameter name: ") + "value");
|
|
1663
|
+
}
|
|
1664
|
+
}, filter((_arg_6) => {
|
|
1665
|
+
if (_arg_6.tag === 0) {
|
|
1666
|
+
return !exists((x_2) => (x_2 === _arg_6.fields[0].Value), fieldNames_1);
|
|
1667
|
+
}
|
|
1668
|
+
else {
|
|
1669
|
+
return false;
|
|
1670
|
+
}
|
|
1671
|
+
}, ele.fields[0]));
|
|
1672
|
+
const dict_2 = new Map([]);
|
|
1673
|
+
iterate((tupledArg_1) => {
|
|
1674
|
+
addToDict(dict_2, tupledArg_1[0], tupledArg_1[1]);
|
|
1675
|
+
}, overflow_1);
|
|
1676
|
+
return dict_2;
|
|
1677
|
+
}
|
|
1678
|
+
else {
|
|
1679
|
+
throw new Error((toText(printf("%s: %A"))("Expected an object")(ele) + "\\nParameter name: ") + "value");
|
|
1680
|
+
}
|
|
1681
|
+
},
|
|
1682
|
+
}));
|
|
1654
1683
|
}
|
|
1655
1684
|
get Required() {
|
|
1656
1685
|
const __ = this;
|
|
@@ -1660,6 +1689,10 @@ export class Getter {
|
|
|
1660
1689
|
const __ = this;
|
|
1661
1690
|
return __.optional;
|
|
1662
1691
|
}
|
|
1692
|
+
get MultipleOptional() {
|
|
1693
|
+
const __ = this;
|
|
1694
|
+
return __.multipleOptional;
|
|
1695
|
+
}
|
|
1663
1696
|
get Overflow() {
|
|
1664
1697
|
const __ = this;
|
|
1665
1698
|
return __.overflow;
|
|
@@ -11,7 +11,7 @@ open System.Reflection
|
|
|
11
11
|
[<assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")>]
|
|
12
12
|
[<assembly: System.Reflection.AssemblyDescriptionAttribute("A encoder/decoder based YAML parser in Thoth.Json style!")>]
|
|
13
13
|
[<assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")>]
|
|
14
|
-
[<assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+
|
|
14
|
+
[<assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+fe68a89c84b71fe53b96118d2d8cf3c06063f812")>]
|
|
15
15
|
[<assembly: System.Reflection.AssemblyProductAttribute("YAMLicious")>]
|
|
16
16
|
[<assembly: System.Reflection.AssemblyTitleAttribute("YAMLicious")>]
|
|
17
17
|
[<assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")>]
|
|
@@ -11,7 +11,7 @@ open System.Reflection
|
|
|
11
11
|
[<assembly: System.Reflection.AssemblyConfigurationAttribute("Release")>]
|
|
12
12
|
[<assembly: System.Reflection.AssemblyDescriptionAttribute("A encoder/decoder based YAML parser in Thoth.Json style!")>]
|
|
13
13
|
[<assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")>]
|
|
14
|
-
[<assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+
|
|
14
|
+
[<assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+fe68a89c84b71fe53b96118d2d8cf3c06063f812")>]
|
|
15
15
|
[<assembly: System.Reflection.AssemblyProductAttribute("YAMLicious")>]
|
|
16
16
|
[<assembly: System.Reflection.AssemblyTitleAttribute("YAMLicious")>]
|
|
17
17
|
[<assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")>]
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"Version":"4.22.0","FableOptions":{"TypedArrays":true,"ClampByteArrays":false,"Language":["JavaScript"],"Define":["FABLE_COMPILER","FABLE_COMPILER_4","FABLE_COMPILER_JAVASCRIPT"],"DebugMode":false,"OptimizeFSharpAst":false,"Verbosity":["Normal"],"FileExtension":".js","TriggeredByDependency":false,"NoReflection":false},"ProjectPath":"C:/Users/HLWei/source/repos/ARCtrl/src/ARCtrl/ARCtrl.Javascript.fsproj","SourcePaths":["C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/DynamicObj.4.0.0/HashCodes.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/DynamicObj.4.0.0/PropertyHelper.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/DynamicObj.4.0.0/FablePy.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/DynamicObj.4.0.0/FableJS.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/DynamicObj.4.0.0/ReflectionUtils.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/DynamicObj.4.0.0/DynamicObj.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/DynamicObj.4.0.0/DynObj.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/Fable.Promise.2.2.2/Promise.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/Fable.Promise.2.2.2/PromiseImpl.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/Fable.Fetch.2.6.0/Fetch.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/Fable.SimpleHttp.3.5.0/Types.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/Fable.SimpleHttp.3.5.0/Http.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/Thoth.Json.Core.0.4.0/Types.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/Thoth.Json.Core.0.4.0/Decode.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/Thoth.Json.Core.0.4.0/Encode.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.0-alpha.4/FsAddress.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.0-alpha.4/Cells/FsCell.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.0-alpha.4/Cells/FsCellsCollection.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.0-alpha.4/Ranges/FsRangeAddress.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.0-alpha.4/Ranges/FsRangeBase.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.0-alpha.4/Ranges/FsRangeRow.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.0-alpha.4/Ranges/FsRangeColumn.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.0-alpha.4/Ranges/FsRange.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.0-alpha.4/FsRow.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.0-alpha.4/FsColumn.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.0-alpha.4/Tables/FsTableField.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.0-alpha.4/Tables/FsTableRow.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.0-alpha.4/Tables/FsTable.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.0-alpha.4/FsWorksheet.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.0-alpha.4/FsWorkbook.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.0-alpha.4/SheetBuilder.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.0-alpha.4/DSL/Expression.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.0-alpha.4/DSL/Types.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.0-alpha.4/DSL/Transform.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.0-alpha.4/DSL/Operators.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.0-alpha.4/DSL/CellBuilder.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.0-alpha.4/DSL/RowBuilder.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.0-alpha.4/DSL/ColumnBuilder.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.0-alpha.4/DSL/TableBuilder.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.0-alpha.4/DSL/SheetBuilder.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.0-alpha.4/DSL/WorkbookBuilder.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.0-alpha.4/DSL/DSL.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.0-alpha.4/Json/Value.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.0-alpha.4/Json/Cell.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.0-alpha.4/Json/Row.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.0-alpha.4/Json/Column.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.0-alpha.4/Json/Table.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.0-alpha.4/Json/Worksheet.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.0-alpha.4/Json/Workbook.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/Thoth.Json.JavaScript.0.3.0/Decode.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/Thoth.Json.JavaScript.0.3.0/Encode.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/YAMLicious.0.0.1/Interop/PyInterop.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/YAMLicious.0.0.1/Interop/JsInterop.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/YAMLicious.0.0.1/YAMLiciousTypes.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/YAMLicious.0.0.1/Persil.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/YAMLicious.0.0.1/Preprocessing.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/YAMLicious.0.0.1/Regex.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/YAMLicious.0.0.1/RegexActivePatterns.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/YAMLicious.0.0.1/Reader.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/YAMLicious.0.0.1/Writer.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/YAMLicious.0.0.1/Encode.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/YAMLicious.0.0.1/Decode.fs","C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/YAMLicious.0.0.1/Library.fs","C:/Users/HLWei/source/repos/ARCtrl/src/FileSystem/Path.fs","C:/Users/HLWei/source/repos/ARCtrl/src/FileSystem/Commit.fs","C:/Users/HLWei/source/repos/ARCtrl/src/FileSystem/DefaultGitignore.fs","C:/Users/HLWei/source/repos/ARCtrl/src/FileSystem/DefaultGitattributes.fs","C:/Users/HLWei/source/repos/ARCtrl/src/FileSystem/FileSystemTree.fs","C:/Users/HLWei/source/repos/ARCtrl/src/FileSystem/FileSystem.fs","C:/Users/HLWei/source/repos/ARCtrl/src/CWL/Library.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/Helper/Collections.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/Helper/Url.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/Helper/Regex.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/Helper/Identifier.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/Helper/HashCodes.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/Helper/Printer.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/Helper/SemVer.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/URI.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/Comment.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/CommentList.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/OntologyAnnotation.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/Value.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/IPropertyValue.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/DataFile.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/Data.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/DataContext.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/Person.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/Publication.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/OntologySourceReference.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/Process/Factor.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/Process/FactorValue.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/Process/MaterialAttribute.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/Process/MaterialAttributeValue.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/Process/MaterialType.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/Process/Material.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/Process/Source.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/Process/Sample.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/Process/Component.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/Process/ProtocolParameter.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/Process/Protocol.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/Process/ProcessInput.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/Process/ProcessOutput.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/Process/ProcessParameterValue.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/Process/Process.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/Process/ProcessSequence.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/Process/ColumnIndex.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/Table/CompositeHeader.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/Table/CompositeCell.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/Table/CompositeColumn.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/Table/ArcTableAux.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/Table/ArcTable.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/Table/ArcTables.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/DataMap.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/ArcTypes.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/Template.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/Templates.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/Conversion.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Core/IdentifierSetters.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Spreadsheet/AssemblyInfo.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Spreadsheet/CollectionAux.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Spreadsheet/Metadata/Conversions.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Spreadsheet/Metadata/Comment.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Spreadsheet/Metadata/SparseTable.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Spreadsheet/Metadata/Contacts.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Spreadsheet/Metadata/OntologyAnnotation.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Spreadsheet/Metadata/DesignDescriptors.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Spreadsheet/Metadata/Factors.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Spreadsheet/Metadata/Protocols.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Spreadsheet/Metadata/Publication.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Spreadsheet/Metadata/Assays.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Spreadsheet/Metadata/Study.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Spreadsheet/Metadata/OntologySourceReference.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Spreadsheet/AnnotationTable/CompositeCell.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Spreadsheet/AnnotationTable/CompositeHeader.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Spreadsheet/AnnotationTable/CompositeColumn.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Spreadsheet/AnnotationTable/ArcTable.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Spreadsheet/DataMapTable/DataMapHeader.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Spreadsheet/DataMapTable/DataMapColumn.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Spreadsheet/DataMapTable/DataMapTable.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Spreadsheet/DataMap.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Spreadsheet/ArcAssay.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Spreadsheet/ArcStudy.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Spreadsheet/ArcInvestigation.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Spreadsheet/Template.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ROCrate/ROCrateObject.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ROCrate/ISAProfile/Dataset.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ROCrate/ISAProfile/Investigation.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ROCrate/ISAProfile/Study.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ROCrate/ISAProfile/Assay.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ROCrate/ISAProfile/LabProcess.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ROCrate/ISAProfile/LabProtocol.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ROCrate/ISAProfile/Sample.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ROCrate/ISAProfile/Data.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ROCrate/ISAProfile/PropertyValue.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ROCrate/ISAProfile/Person.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ROCrate/ISAProfile/ScholarlyArticle.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/context/rocrate/property_value_context.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/context/rocrate/isa_assay_context.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/context/rocrate/isa_comment_context.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/context/rocrate/isa_component_context.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/context/rocrate/isa_data_context.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/context/rocrate/isa_factor_context.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/context/rocrate/isa_factor_value_context.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/context/rocrate/isa_investigation_context.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/context/rocrate/isa_material_attribute_context.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/context/rocrate/isa_material_attribute_value_context.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/context/rocrate/isa_material_context.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/context/rocrate/isa_ontology_annotation_context.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/context/rocrate/isa_ontology_source_reference_context.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/context/rocrate/isa_organization_context.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/context/rocrate/isa_person_context.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/context/rocrate/isa_process_context.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/context/rocrate/isa_process_parameter_value_context.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/context/rocrate/isa_protocol_context.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/context/rocrate/isa_protocol_parameter_context.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/context/rocrate/isa_publication_context.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/context/rocrate/isa_sample_context.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/context/rocrate/isa_source_context.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/context/rocrate/isa_study_context.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/context/rocrate/rocrate_context.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/ConverterOptions.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/Decode.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/Encode.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/IDTable.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/StringTable.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/Comment.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/OntologyAnnotation.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/PropertyValue.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/OntologySourceReference.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/DataFile.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/Data.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/Person.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/Publication.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/Process/Value.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/Process/Factor.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/Process/FactorValue.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/Process/ProtocolParameter.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/Process/MaterialType.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/Process/MaterialAttribute.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/Process/Component.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/Process/Protocol.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/Process/MaterialAttributeValue.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/Process/Material.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/Process/Source.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/Process/Sample.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/Process/ProcessParameterValue.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/Process/ProcessInput.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/Process/ProcessOutput.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/Process/Process.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/Process/AssayMaterials.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/Process/StudyMaterials.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/Table/OATable.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/Table/CompositeCell.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/Table/CellTable.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/Table/IOType.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/Table/CompositeHeader.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/Table/ArcTable.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/Table/Templates.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/DataMap/DataContext.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/DataMap/DataMap.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/Assay.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/Study.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/Investigation.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/ROCrateObject.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Json/ARC.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ValidationPackages/ValidationPackage.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ValidationPackages/ValidationPackagesConfig.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Yaml/Encode.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Yaml/Decode.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Yaml/ValidationPackage.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Yaml/ValidationPackagesConfig.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Contract/Contract.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Contract/Datamap.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Contract/ValidationPackagesConfig.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Contract/ArcAssay.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Contract/ArcStudy.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Contract/ArcInvestigation.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Contract/Git.fs","C:/Users/HLWei/source/repos/ARCtrl/src/Contract/ARC.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ARCtrl/JsonIO/Decode.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ARCtrl/JsonIO/Encode.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ARCtrl/JsonIO/Comment.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ARCtrl/JsonIO/OntologyAnnotation.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ARCtrl/JsonIO/OntologySourceReference.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ARCtrl/JsonIO/DataFile.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ARCtrl/JsonIO/Data.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ARCtrl/JsonIO/Person.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ARCtrl/JsonIO/Publication.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ARCtrl/JsonIO/Process/Value.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ARCtrl/JsonIO/Process/Factor.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ARCtrl/JsonIO/Process/FactorValue.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ARCtrl/JsonIO/Process/ProtocolParameter.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ARCtrl/JsonIO/Process/MaterialType.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ARCtrl/JsonIO/Process/MaterialAttribute.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ARCtrl/JsonIO/Process/Component.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ARCtrl/JsonIO/Process/Protocol.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ARCtrl/JsonIO/Process/MaterialAttributeValue.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ARCtrl/JsonIO/Process/Material.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ARCtrl/JsonIO/Process/Source.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ARCtrl/JsonIO/Process/Sample.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ARCtrl/JsonIO/Process/ProcessParameterValue.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ARCtrl/JsonIO/Process/ProcessInput.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ARCtrl/JsonIO/Process/ProcessOutput.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ARCtrl/JsonIO/Process/Process.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ARCtrl/JsonIO/Process/ProcessSequence.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ARCtrl/JsonIO/Process/StudyMaterials.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ARCtrl/JsonIO/Table/Compression.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ARCtrl/JsonIO/Table/CompositeCell.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ARCtrl/JsonIO/Table/IOType.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ARCtrl/JsonIO/Table/CompositeHeader.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ARCtrl/JsonIO/Table/ArcTable.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ARCtrl/JsonIO/Table/Templates.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ARCtrl/JsonIO/DataMap/DataMap.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ARCtrl/JsonIO/Assay.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ARCtrl/JsonIO/Study.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ARCtrl/JsonIO/Investigation.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ARCtrl/JsonIO/ROCrateObject.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ARCtrl/JsonIO/ARC.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ARCtrl/WebRequest/WebRequest.Node.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ARCtrl/WebRequest/WebRequest.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ARCtrl/Template.Web.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ARCtrl/ARC.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ARCtrl/Json.fs","C:/Users/HLWei/source/repos/ARCtrl/src/ARCtrl/Xlsx.fs"],"FSharpOptions":["--nowarn:1701,1702,1701,1702","--define:TRACE","--define:RELEASE","--define:NETSTANDARD","--define:NETSTANDARD2_0","--define:NETSTANDARD1_0_OR_GREATER","--define:NETSTANDARD1_1_OR_GREATER","--define:NETSTANDARD1_2_OR_GREATER","--define:NETSTANDARD1_3_OR_GREATER","--define:NETSTANDARD1_4_OR_GREATER","--define:NETSTANDARD1_5_OR_GREATER","--define:NETSTANDARD1_6_OR_GREATER","--define:NETSTANDARD2_0_OR_GREATER","--define:FABLE_COMPILER_JAVASCRIPT","--define:FABLE_COMPILER","--define:FABLE_COMPILER_TYPESCRIPT","--noframework","--nologo","--simpleresolution","--nocopyfsharpcore","--nowin32manifest","--warn:3","--fullpaths","--flaterrors","--optimize-","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.ValueTuple.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Threading.Thread.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Threading.Tasks.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Threading.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Text.RegularExpressions.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Text.Encoding.Extensions.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Text.Encoding.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.Numerics.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.InteropServices.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.Extensions.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Reflection.Primitives.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Reflection.Extensions.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Reflection.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Numerics.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Net.Requests.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.IO.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Globalization.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Diagnostics.Tracing.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Diagnostics.Tools.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Diagnostics.Debug.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Core.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Console.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.ComponentModel.TypeConverter.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.ComponentModel.Primitives.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.ComponentModel.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Collections.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Collections.Concurrent.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/netstandard.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/mscorlib.dll","-r:C:/Users/HLWei/.nuget/packages/fable.core/4.3.0/lib/netstandard2.0/Fable.Core.dll","-r:C:/Users/HLWei/.nuget/packages/fable.browser.xmlhttprequest/1.1.0/lib/netstandard2.0/Browser.XMLHttpRequest.dll","-r:C:/Users/HLWei/.nuget/packages/fable.browser.webstorage/1.0.0/lib/netstandard2.0/Browser.WebStorage.dll","-r:C:/Users/HLWei/.nuget/packages/fable.browser.gamepad/1.1.0/lib/netstandard2.0/Browser.Gamepad.dll","-r:C:/Users/HLWei/.nuget/packages/fable.browser.event/1.5.0/lib/netstandard2.0/Browser.Event.dll","-r:C:/Users/HLWei/.nuget/packages/fable.browser.dom/1.0.0/lib/netstandard2.0/Browser.Dom.dll","-r:C:/Users/HLWei/.nuget/packages/fable.browser.blob/1.2.0/lib/netstandard2.0/Browser.Blob.dll","-r:C:\\Users\\HLWei\\.nuget\\packages\\fable\\4.22.0\\tools\\net6.0\\any\\FSharp.Core.dll"],"References":["C:/Users/HLWei/source/repos/ARCtrl/src/FileSystem/ARCtrl.FileSystem.fsproj","C:/Users/HLWei/source/repos/ARCtrl/src/CWL/ARCtrl.CWL.fsproj","C:/Users/HLWei/source/repos/ARCtrl/src/Core/ARCtrl.Core.fsproj","C:/Users/HLWei/source/repos/ARCtrl/src/Spreadsheet/ARCtrl.Spreadsheet.fsproj","C:/Users/HLWei/source/repos/ARCtrl/src/ROCrate/ARCtrl.ROCrate.fsproj","C:/Users/HLWei/source/repos/ARCtrl/src/Json/ARCtrl.Json.fsproj","C:/Users/HLWei/source/repos/ARCtrl/src/ValidationPackages/ARCtrl.ValidationPackages.fsproj","C:/Users/HLWei/source/repos/ARCtrl/src/Yaml/ARCtrl.Yaml.fsproj","C:/Users/HLWei/source/repos/ARCtrl/src/Contract/ARCtrl.Contract.fsproj"],"OutDir":["Some","C:/Users/HLWei/source/repos/ARCtrl/dist/js"],"FableLibDir":"C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules/fable-library-js.4.22.0","FableModulesDir":"C:/Users/HLWei/source/repos/ARCtrl/dist/js/fable_modules","OutputType":["Library"],"TargetFramework":["Some","netstandard2.0"],"Exclude":[],"SourceMaps":false,"SourceMapsRoot":null}
|
|
1
|
+
{"Version":"4.22.0","FableOptions":{"TypedArrays":true,"ClampByteArrays":false,"Language":["JavaScript"],"Define":["FABLE_COMPILER","FABLE_COMPILER_4","FABLE_COMPILER_JAVASCRIPT"],"DebugMode":false,"OptimizeFSharpAst":false,"Verbosity":["Normal"],"FileExtension":".js","TriggeredByDependency":false,"NoReflection":false},"ProjectPath":"C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ARCtrl/ARCtrl.Javascript.fsproj","SourcePaths":["C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/DynamicObj.4.0.3/HashCodes.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/DynamicObj.4.0.3/PropertyHelper.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/DynamicObj.4.0.3/FablePy.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/DynamicObj.4.0.3/FableJS.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/DynamicObj.4.0.3/ReflectionUtils.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/DynamicObj.4.0.3/DynamicObj.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/DynamicObj.4.0.3/DynObj.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/Fable.Promise.2.2.2/Promise.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/Fable.Promise.2.2.2/PromiseImpl.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/Fable.Fetch.2.6.0/Fetch.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/Fable.SimpleHttp.3.5.0/Types.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/Fable.SimpleHttp.3.5.0/Http.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/Thoth.Json.Core.0.4.0/Types.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/Thoth.Json.Core.0.4.0/Decode.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/Thoth.Json.Core.0.4.0/Encode.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.0-alpha.4/FsAddress.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.0-alpha.4/Cells/FsCell.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.0-alpha.4/Cells/FsCellsCollection.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.0-alpha.4/Ranges/FsRangeAddress.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.0-alpha.4/Ranges/FsRangeBase.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.0-alpha.4/Ranges/FsRangeRow.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.0-alpha.4/Ranges/FsRangeColumn.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.0-alpha.4/Ranges/FsRange.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.0-alpha.4/FsRow.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.0-alpha.4/FsColumn.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.0-alpha.4/Tables/FsTableField.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.0-alpha.4/Tables/FsTableRow.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.0-alpha.4/Tables/FsTable.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.0-alpha.4/FsWorksheet.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.0-alpha.4/FsWorkbook.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.0-alpha.4/SheetBuilder.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.0-alpha.4/DSL/Expression.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.0-alpha.4/DSL/Types.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.0-alpha.4/DSL/Transform.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.0-alpha.4/DSL/Operators.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.0-alpha.4/DSL/CellBuilder.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.0-alpha.4/DSL/RowBuilder.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.0-alpha.4/DSL/ColumnBuilder.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.0-alpha.4/DSL/TableBuilder.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.0-alpha.4/DSL/SheetBuilder.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.0-alpha.4/DSL/WorkbookBuilder.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.0-alpha.4/DSL/DSL.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.0-alpha.4/Json/Value.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.0-alpha.4/Json/Cell.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.0-alpha.4/Json/Row.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.0-alpha.4/Json/Column.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.0-alpha.4/Json/Table.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.0-alpha.4/Json/Worksheet.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/FsSpreadsheet.6.3.0-alpha.4/Json/Workbook.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/Thoth.Json.JavaScript.0.3.0/Decode.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/Thoth.Json.JavaScript.0.3.0/Encode.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/YAMLicious.0.0.3/Interop/PyInterop.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/YAMLicious.0.0.3/Interop/JsInterop.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/YAMLicious.0.0.3/YAMLiciousTypes.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/YAMLicious.0.0.3/Persil.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/YAMLicious.0.0.3/Preprocessing.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/YAMLicious.0.0.3/Regex.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/YAMLicious.0.0.3/RegexActivePatterns.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/YAMLicious.0.0.3/Reader.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/YAMLicious.0.0.3/Writer.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/YAMLicious.0.0.3/Encode.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/YAMLicious.0.0.3/Decode.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/YAMLicious.0.0.3/Library.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/FileSystem/Path.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/FileSystem/Commit.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/FileSystem/DefaultGitignore.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/FileSystem/DefaultGitattributes.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/FileSystem/FileSystemTree.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/FileSystem/FileSystem.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/CWL/CWLTypes.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/CWL/Requirements.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/CWL/Outputs.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/CWL/Inputs.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/CWL/WorkflowSteps.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/CWL/ToolDescription.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/CWL/WorkflowDescription.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/CWL/Decode.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/CWL/Encode.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/Helper/Collections.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/Helper/Url.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/Helper/Regex.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/Helper/Identifier.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/Helper/HashCodes.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/Helper/Printer.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/Helper/SemVer.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/URI.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/Comment.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/CommentList.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/OntologyAnnotation.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/Value.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/IPropertyValue.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/DataFile.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/Data.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/DataContext.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/Person.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/Publication.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/OntologySourceReference.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/Process/Factor.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/Process/FactorValue.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/Process/MaterialAttribute.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/Process/MaterialAttributeValue.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/Process/MaterialType.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/Process/Material.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/Process/Source.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/Process/Sample.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/Process/Component.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/Process/ProtocolParameter.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/Process/Protocol.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/Process/ProcessInput.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/Process/ProcessOutput.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/Process/ProcessParameterValue.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/Process/Process.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/Process/ProcessSequence.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/Process/ColumnIndex.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/Table/CompositeHeader.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/Table/CompositeCell.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/Table/CompositeColumn.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/Table/ArcTableAux.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/Table/ArcTable.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/Table/ArcTables.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/DataMap.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/ArcTypes.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/Template.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/Templates.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/Conversion.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/IdentifierSetters.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Spreadsheet/AssemblyInfo.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Spreadsheet/CollectionAux.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Spreadsheet/Metadata/Conversions.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Spreadsheet/Metadata/Comment.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Spreadsheet/Metadata/SparseTable.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Spreadsheet/Metadata/Contacts.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Spreadsheet/Metadata/OntologyAnnotation.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Spreadsheet/Metadata/DesignDescriptors.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Spreadsheet/Metadata/Factors.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Spreadsheet/Metadata/Protocols.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Spreadsheet/Metadata/Publication.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Spreadsheet/Metadata/Assays.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Spreadsheet/Metadata/Study.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Spreadsheet/Metadata/OntologySourceReference.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Spreadsheet/AnnotationTable/CompositeCell.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Spreadsheet/AnnotationTable/CompositeHeader.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Spreadsheet/AnnotationTable/CompositeColumn.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Spreadsheet/AnnotationTable/ArcTable.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Spreadsheet/DataMapTable/DataMapHeader.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Spreadsheet/DataMapTable/DataMapColumn.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Spreadsheet/DataMapTable/DataMapTable.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Spreadsheet/DataMap.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Spreadsheet/ArcAssay.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Spreadsheet/ArcStudy.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Spreadsheet/ArcInvestigation.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Spreadsheet/Template.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ROCrate/DynObjExtensions.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ROCrate/LDObject.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ROCrate/ISAProfile/Dataset.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ROCrate/ISAProfile/Investigation.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ROCrate/ISAProfile/Study.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ROCrate/ISAProfile/Assay.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ROCrate/ISAProfile/LabProcess.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ROCrate/ISAProfile/LabProtocol.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ROCrate/ISAProfile/Sample.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ROCrate/ISAProfile/Data.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ROCrate/ISAProfile/PropertyValue.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ROCrate/ISAProfile/Person.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ROCrate/ISAProfile/ScholarlyArticle.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ROCrate/ArcROCrateMetadata.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/context/rocrate/property_value_context.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/context/rocrate/isa_assay_context.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/context/rocrate/isa_comment_context.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/context/rocrate/isa_component_context.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/context/rocrate/isa_data_context.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/context/rocrate/isa_factor_context.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/context/rocrate/isa_factor_value_context.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/context/rocrate/isa_investigation_context.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/context/rocrate/isa_material_attribute_context.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/context/rocrate/isa_material_attribute_value_context.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/context/rocrate/isa_material_context.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/context/rocrate/isa_ontology_annotation_context.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/context/rocrate/isa_ontology_source_reference_context.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/context/rocrate/isa_organization_context.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/context/rocrate/isa_person_context.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/context/rocrate/isa_process_context.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/context/rocrate/isa_process_parameter_value_context.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/context/rocrate/isa_protocol_context.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/context/rocrate/isa_protocol_parameter_context.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/context/rocrate/isa_publication_context.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/context/rocrate/isa_sample_context.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/context/rocrate/isa_source_context.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/context/rocrate/isa_study_context.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/context/rocrate/rocrate_context.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/ConverterOptions.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/Decode.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/Encode.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/IDTable.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/StringTable.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/Comment.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/OntologyAnnotation.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/PropertyValue.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/OntologySourceReference.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/DataFile.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/Data.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/Person.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/Publication.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/Process/Value.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/Process/Factor.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/Process/FactorValue.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/Process/ProtocolParameter.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/Process/MaterialType.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/Process/MaterialAttribute.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/Process/Component.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/Process/Protocol.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/Process/MaterialAttributeValue.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/Process/Material.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/Process/Source.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/Process/Sample.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/Process/ProcessParameterValue.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/Process/ProcessInput.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/Process/ProcessOutput.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/Process/Process.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/Process/AssayMaterials.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/Process/StudyMaterials.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/Table/OATable.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/Table/CompositeCell.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/Table/CellTable.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/Table/IOType.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/Table/CompositeHeader.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/Table/ArcTable.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/Table/Templates.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/DataMap/DataContext.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/DataMap/DataMap.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/Assay.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/Study.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/Investigation.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/LDObject.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/ARC.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ValidationPackages/ValidationPackage.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ValidationPackages/ValidationPackagesConfig.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Yaml/Encode.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Yaml/Decode.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Yaml/ValidationPackage.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Yaml/ValidationPackagesConfig.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Contract/Contract.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Contract/Datamap.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Contract/ValidationPackagesConfig.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Contract/ArcAssay.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Contract/ArcStudy.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Contract/ArcInvestigation.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Contract/Git.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Contract/ARC.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ARCtrl/JsonIO/Decode.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ARCtrl/JsonIO/Encode.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ARCtrl/JsonIO/Comment.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ARCtrl/JsonIO/OntologyAnnotation.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ARCtrl/JsonIO/OntologySourceReference.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ARCtrl/JsonIO/DataFile.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ARCtrl/JsonIO/Data.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ARCtrl/JsonIO/Person.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ARCtrl/JsonIO/Publication.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ARCtrl/JsonIO/Process/Value.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ARCtrl/JsonIO/Process/Factor.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ARCtrl/JsonIO/Process/FactorValue.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ARCtrl/JsonIO/Process/ProtocolParameter.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ARCtrl/JsonIO/Process/MaterialType.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ARCtrl/JsonIO/Process/MaterialAttribute.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ARCtrl/JsonIO/Process/Component.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ARCtrl/JsonIO/Process/Protocol.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ARCtrl/JsonIO/Process/MaterialAttributeValue.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ARCtrl/JsonIO/Process/Material.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ARCtrl/JsonIO/Process/Source.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ARCtrl/JsonIO/Process/Sample.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ARCtrl/JsonIO/Process/ProcessParameterValue.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ARCtrl/JsonIO/Process/ProcessInput.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ARCtrl/JsonIO/Process/ProcessOutput.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ARCtrl/JsonIO/Process/Process.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ARCtrl/JsonIO/Process/ProcessSequence.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ARCtrl/JsonIO/Process/StudyMaterials.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ARCtrl/JsonIO/Table/Compression.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ARCtrl/JsonIO/Table/CompositeCell.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ARCtrl/JsonIO/Table/IOType.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ARCtrl/JsonIO/Table/CompositeHeader.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ARCtrl/JsonIO/Table/ArcTable.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ARCtrl/JsonIO/Table/Templates.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ARCtrl/JsonIO/DataMap/DataMap.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ARCtrl/JsonIO/Assay.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ARCtrl/JsonIO/Study.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ARCtrl/JsonIO/Investigation.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ARCtrl/JsonIO/LDObject.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ARCtrl/JsonIO/ARC.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ARCtrl/WebRequest/WebRequest.Node.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ARCtrl/WebRequest/WebRequest.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ARCtrl/Template.Web.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ARCtrl/ARC.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ARCtrl/Json.fs","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ARCtrl/Xlsx.fs"],"FSharpOptions":["--nowarn:1701,1702,1701,1702","--define:TRACE","--define:RELEASE","--define:NETSTANDARD","--define:NETSTANDARD2_0","--define:NETSTANDARD1_0_OR_GREATER","--define:NETSTANDARD1_1_OR_GREATER","--define:NETSTANDARD1_2_OR_GREATER","--define:NETSTANDARD1_3_OR_GREATER","--define:NETSTANDARD1_4_OR_GREATER","--define:NETSTANDARD1_5_OR_GREATER","--define:NETSTANDARD1_6_OR_GREATER","--define:NETSTANDARD2_0_OR_GREATER","--define:FABLE_COMPILER_JAVASCRIPT","--define:FABLE_COMPILER","--define:FABLE_COMPILER_TYPESCRIPT","--noframework","--nologo","--simpleresolution","--nocopyfsharpcore","--nowin32manifest","--warn:3","--fullpaths","--flaterrors","--optimize-","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.ValueTuple.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Threading.Thread.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Threading.Tasks.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Threading.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Text.RegularExpressions.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Text.Encoding.Extensions.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Text.Encoding.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.Numerics.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.InteropServices.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.Extensions.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Reflection.Primitives.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Reflection.Extensions.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Reflection.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Numerics.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Net.Requests.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.IO.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Globalization.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Diagnostics.Tracing.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Diagnostics.Tools.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Diagnostics.Debug.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Core.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Console.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.ComponentModel.TypeConverter.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.ComponentModel.Primitives.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.ComponentModel.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Collections.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Collections.Concurrent.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/netstandard.dll","-r:C:/Users/HLWei/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/mscorlib.dll","-r:C:/Users/HLWei/.nuget/packages/fable.core/4.3.0/lib/netstandard2.0/Fable.Core.dll","-r:C:/Users/HLWei/.nuget/packages/fable.browser.xmlhttprequest/1.1.0/lib/netstandard2.0/Browser.XMLHttpRequest.dll","-r:C:/Users/HLWei/.nuget/packages/fable.browser.webstorage/1.0.0/lib/netstandard2.0/Browser.WebStorage.dll","-r:C:/Users/HLWei/.nuget/packages/fable.browser.gamepad/1.1.0/lib/netstandard2.0/Browser.Gamepad.dll","-r:C:/Users/HLWei/.nuget/packages/fable.browser.event/1.5.0/lib/netstandard2.0/Browser.Event.dll","-r:C:/Users/HLWei/.nuget/packages/fable.browser.dom/1.0.0/lib/netstandard2.0/Browser.Dom.dll","-r:C:/Users/HLWei/.nuget/packages/fable.browser.blob/1.2.0/lib/netstandard2.0/Browser.Blob.dll","-r:C:\\Users\\HLWei\\.nuget\\packages\\fable\\4.22.0\\tools\\net6.0\\any\\FSharp.Core.dll"],"References":["C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/FileSystem/ARCtrl.FileSystem.fsproj","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/CWL/ARCtrl.CWL.fsproj","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Core/ARCtrl.Core.fsproj","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Spreadsheet/ARCtrl.Spreadsheet.fsproj","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ROCrate/ARCtrl.ROCrate.fsproj","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Json/ARCtrl.Json.fsproj","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/ValidationPackages/ARCtrl.ValidationPackages.fsproj","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Yaml/ARCtrl.Yaml.fsproj","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/src/Contract/ARCtrl.Contract.fsproj"],"OutDir":["Some","C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js"],"FableLibDir":"C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules/fable-library-js.4.22.0","FableModulesDir":"C:/Users/HLWei/source/repos/ARC_tools/ARCtrl/dist/js/fable_modules","OutputType":["Library"],"TargetFramework":["Some","netstandard2.0"],"Exclude":[],"SourceMaps":false,"SourceMapsRoot":null}
|
package/package.json
CHANGED
package/JsonIO/ROCrateObject.js
DELETED
|
@@ -1,146 +0,0 @@
|
|
|
1
|
-
import { dateTime } from "../Json/Encode.js";
|
|
2
|
-
import { ROCrateObject_$ctor_Z2FC25A28, ROCrateObject } from "../ROCrate/ROCrateObject.js";
|
|
3
|
-
import { int32ToString, disposeSafe, getEnumerator, isIterable, defaultOf, equals } from "../fable_modules/fable-library-js.4.22.0/Util.js";
|
|
4
|
-
import { list } from "../fable_modules/Thoth.Json.Core.0.4.0/Encode.fs.js";
|
|
5
|
-
import { enumerateFromFunctions, map, delay, toList } from "../fable_modules/fable-library-js.4.22.0/Seq.js";
|
|
6
|
-
import { decimal, int, map as map_1, oneOf, Getters$2__get_Errors, string, Getters$2_$ctor_Z4BE6C149 } from "../fable_modules/Thoth.Json.Core.0.4.0/Decode.fs.js";
|
|
7
|
-
import { ofArray, head, length, isEmpty } from "../fable_modules/fable-library-js.4.22.0/List.js";
|
|
8
|
-
import { ErrorReason$1 } from "../fable_modules/Thoth.Json.Core.0.4.0/Types.fs.js";
|
|
9
|
-
import { FSharpResult$2 } from "../fable_modules/fable-library-js.4.22.0/Result.js";
|
|
10
|
-
import { fold } from "../fable_modules/fable-library-js.4.22.0/Array.js";
|
|
11
|
-
import { Helpers_prependPath } from "../Json/Decode.js";
|
|
12
|
-
|
|
13
|
-
export function genericEncoder(obj) {
|
|
14
|
-
if (typeof obj === "string") {
|
|
15
|
-
return {
|
|
16
|
-
Encode(helpers) {
|
|
17
|
-
return helpers.encodeString(obj);
|
|
18
|
-
},
|
|
19
|
-
};
|
|
20
|
-
}
|
|
21
|
-
else if (typeof obj === "number") {
|
|
22
|
-
return {
|
|
23
|
-
Encode(helpers_1) {
|
|
24
|
-
return helpers_1.encodeSignedIntegralNumber(obj);
|
|
25
|
-
},
|
|
26
|
-
};
|
|
27
|
-
}
|
|
28
|
-
else if (typeof obj === "boolean") {
|
|
29
|
-
return {
|
|
30
|
-
Encode(helpers_2) {
|
|
31
|
-
return helpers_2.encodeBool(obj);
|
|
32
|
-
},
|
|
33
|
-
};
|
|
34
|
-
}
|
|
35
|
-
else if (typeof obj === "number") {
|
|
36
|
-
return {
|
|
37
|
-
Encode(helpers_3) {
|
|
38
|
-
return helpers_3.encodeDecimalNumber(obj);
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
}
|
|
42
|
-
else if (obj instanceof Date) {
|
|
43
|
-
return dateTime(obj);
|
|
44
|
-
}
|
|
45
|
-
else if (obj instanceof ROCrateObject) {
|
|
46
|
-
return encoder(obj);
|
|
47
|
-
}
|
|
48
|
-
else if (equals(obj, defaultOf())) {
|
|
49
|
-
return {
|
|
50
|
-
Encode(helpers_4) {
|
|
51
|
-
return helpers_4.encodeNull();
|
|
52
|
-
},
|
|
53
|
-
};
|
|
54
|
-
}
|
|
55
|
-
else if (isIterable(obj)) {
|
|
56
|
-
const l = obj;
|
|
57
|
-
return list(toList(delay(() => map(genericEncoder, enumerateFromFunctions(() => getEnumerator(l), (enumerator) => enumerator["System.Collections.IEnumerator.MoveNext"](), (enumerator_1) => enumerator_1["System.Collections.IEnumerator.get_Current"]())))));
|
|
58
|
-
}
|
|
59
|
-
else {
|
|
60
|
-
throw new Error("Unknown type");
|
|
61
|
-
}
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
export function encoder(obj) {
|
|
65
|
-
const values = map((kv) => [kv[0], genericEncoder(obj)], obj.GetProperties(true));
|
|
66
|
-
return {
|
|
67
|
-
Encode(helpers) {
|
|
68
|
-
const arg = map((tupledArg) => [tupledArg[0], tupledArg[1].Encode(helpers)], values);
|
|
69
|
-
return helpers.encodeObject(arg);
|
|
70
|
-
},
|
|
71
|
-
};
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
export const decoder = (() => {
|
|
75
|
-
const decode = () => {
|
|
76
|
-
const decodeObject = {
|
|
77
|
-
Decode(helpers, value) {
|
|
78
|
-
let objectArg, objectArg_1, arg_5, objectArg_2;
|
|
79
|
-
if (helpers.isObject(value)) {
|
|
80
|
-
const getters = Getters$2_$ctor_Z4BE6C149(helpers, value);
|
|
81
|
-
const properties = helpers.getProperties(value);
|
|
82
|
-
let result;
|
|
83
|
-
const get$ = getters;
|
|
84
|
-
const o = ROCrateObject_$ctor_Z2FC25A28((objectArg = get$.Required, objectArg.Field("@id", string)), (objectArg_1 = get$.Required, objectArg_1.Field("@type", string)));
|
|
85
|
-
const enumerator = getEnumerator(properties);
|
|
86
|
-
try {
|
|
87
|
-
while (enumerator["System.Collections.IEnumerator.MoveNext"]()) {
|
|
88
|
-
const property = enumerator["System.Collections.Generic.IEnumerator`1.get_Current"]();
|
|
89
|
-
if ((property !== "@id") && (property !== "@type")) {
|
|
90
|
-
o.SetProperty(property, (arg_5 = decode(), (objectArg_2 = get$.Required, objectArg_2.Field(property, arg_5))));
|
|
91
|
-
}
|
|
92
|
-
}
|
|
93
|
-
}
|
|
94
|
-
finally {
|
|
95
|
-
disposeSafe(enumerator);
|
|
96
|
-
}
|
|
97
|
-
result = o;
|
|
98
|
-
const matchValue = Getters$2__get_Errors(getters);
|
|
99
|
-
if (!isEmpty(matchValue)) {
|
|
100
|
-
const errors = matchValue;
|
|
101
|
-
return (length(errors) > 1) ? (new FSharpResult$2(1, [["", new ErrorReason$1(7, [errors])]])) : (new FSharpResult$2(1, [head(matchValue)]));
|
|
102
|
-
}
|
|
103
|
-
else {
|
|
104
|
-
return new FSharpResult$2(0, [result]);
|
|
105
|
-
}
|
|
106
|
-
}
|
|
107
|
-
else {
|
|
108
|
-
return new FSharpResult$2(1, [["", new ErrorReason$1(0, ["an object", value])]]);
|
|
109
|
-
}
|
|
110
|
-
},
|
|
111
|
-
};
|
|
112
|
-
const resizeArray = {
|
|
113
|
-
Decode(helpers_1, value_1) {
|
|
114
|
-
if (helpers_1.isArray(value_1)) {
|
|
115
|
-
let i = -1;
|
|
116
|
-
return fold((acc, value_2) => {
|
|
117
|
-
let tupledArg;
|
|
118
|
-
i = ((i + 1) | 0);
|
|
119
|
-
if (acc.tag === 0) {
|
|
120
|
-
const acc_1 = acc.fields[0];
|
|
121
|
-
let matchValue_1;
|
|
122
|
-
let copyOfStruct = decode();
|
|
123
|
-
matchValue_1 = copyOfStruct.Decode(helpers_1, value_2);
|
|
124
|
-
if (matchValue_1.tag === 0) {
|
|
125
|
-
void (acc_1.push(matchValue_1.fields[0]));
|
|
126
|
-
return new FSharpResult$2(0, [acc_1]);
|
|
127
|
-
}
|
|
128
|
-
else {
|
|
129
|
-
return new FSharpResult$2(1, [(tupledArg = matchValue_1.fields[0], Helpers_prependPath((".[" + int32ToString(i)) + "]", tupledArg[0], tupledArg[1]))]);
|
|
130
|
-
}
|
|
131
|
-
}
|
|
132
|
-
else {
|
|
133
|
-
return acc;
|
|
134
|
-
}
|
|
135
|
-
}, new FSharpResult$2(0, [[]]), helpers_1.asArray(value_1));
|
|
136
|
-
}
|
|
137
|
-
else {
|
|
138
|
-
return new FSharpResult$2(1, [["", new ErrorReason$1(0, ["an array", value_1])]]);
|
|
139
|
-
}
|
|
140
|
-
},
|
|
141
|
-
};
|
|
142
|
-
return oneOf(ofArray([map_1((value_4) => value_4, decodeObject), map_1((value_5) => value_5, resizeArray), map_1((value_6) => value_6, string), map_1((value_7) => value_7, int), map_1((value_8) => value_8, decimal)]));
|
|
143
|
-
};
|
|
144
|
-
return decode();
|
|
145
|
-
})();
|
|
146
|
-
|
package/ROCrate/ROCrateObject.js
DELETED
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
import { unwrap } from "../fable_modules/fable-library-js.4.22.0/Option.js";
|
|
2
|
-
import { DynamicObj_$reflection, DynamicObj } from "../fable_modules/DynamicObj.4.0.0/DynamicObj.fs.js";
|
|
3
|
-
import { class_type } from "../fable_modules/fable-library-js.4.22.0/Reflection.js";
|
|
4
|
-
|
|
5
|
-
export class ROCrateObject extends DynamicObj {
|
|
6
|
-
constructor(id, schemaType, additionalType) {
|
|
7
|
-
super();
|
|
8
|
-
this.id = id;
|
|
9
|
-
this._schemaType = schemaType;
|
|
10
|
-
this._additionalType = additionalType;
|
|
11
|
-
}
|
|
12
|
-
get SchemaType() {
|
|
13
|
-
const this$ = this;
|
|
14
|
-
return this$._schemaType;
|
|
15
|
-
}
|
|
16
|
-
set SchemaType(value) {
|
|
17
|
-
const this$ = this;
|
|
18
|
-
this$._schemaType = value;
|
|
19
|
-
}
|
|
20
|
-
get Id() {
|
|
21
|
-
const this$ = this;
|
|
22
|
-
return this$.id;
|
|
23
|
-
}
|
|
24
|
-
get AdditionalType() {
|
|
25
|
-
const this$ = this;
|
|
26
|
-
return unwrap(this$._additionalType);
|
|
27
|
-
}
|
|
28
|
-
set AdditionalType(value) {
|
|
29
|
-
const this$ = this;
|
|
30
|
-
this$._additionalType = value;
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
export function ROCrateObject_$reflection() {
|
|
35
|
-
return class_type("ARCtrl.ROCrate.ROCrateObject", undefined, ROCrateObject, DynamicObj_$reflection());
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
export function ROCrateObject_$ctor_Z2FC25A28(id, schemaType, additionalType) {
|
|
39
|
-
return new ROCrateObject(id, schemaType, additionalType);
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
export function ROCrateObject__get_Id(this$) {
|
|
43
|
-
return this$.id;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
export function ROCrateObject__get_SchemaType(this$) {
|
|
47
|
-
return this$._schemaType;
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
export function ROCrateObject__set_SchemaType_Z721C83C5(this$, value) {
|
|
51
|
-
this$._schemaType = value;
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
export function ROCrateObject__get_AdditionalType(this$) {
|
|
55
|
-
return this$._additionalType;
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
export function ROCrateObject__set_AdditionalType_6DFDD678(this$, value) {
|
|
59
|
-
this$._additionalType = value;
|
|
60
|
-
}
|
|
61
|
-
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|