File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,32 +2,6 @@ namespace ARCtrl.Yaml
22
33module Decode =
44
5- // yamlicious equivalents for this?
6-
7- //let helpers =
8- // #if FABLE_COMPILER_PYTHON
9- // Thoth.Json.Python.Decode.helpers
10- // #endif
11- // #if FABLE_COMPILER_JAVASCRIPT
12- // Thoth.Json.JavaScript.Decode.helpers
13- // #endif
14- // #if !FABLE_COMPILER
15- // Thoth.Json.Newtonsoft.Decode.helpers
16- // #endif
17-
18- //let inline fromJsonString (decoder : Decoder<'a>) (s : string) : 'a =
19- // #if FABLE_COMPILER_PYTHON
20- // match Thoth.Json.Python.Decode.fromString decoder s with
21- // #endif
22- // #if FABLE_COMPILER_JAVASCRIPT
23- // match Thoth.Json.JavaScript.Decode.fromString decoder s with
24- // #endif
25- // #if !FABLE_COMPILER
26- // match Thoth.Json.Newtonsoft.Decode.fromString decoder s with
27- // #endif
28- // | Ok a -> a
29- // | Error e -> failwith (sprintf "Error decoding string: %O" e)
30-
315 open YAMLicious
326 open YAMLicious.YAMLiciousTypes
337 open YAMLicious.Reader
Original file line number Diff line number Diff line change @@ -5,3 +5,4 @@ open TestingUtils
55open ARCtrl
66open ARCtrl.ValidationPackages
77
8+ let tests_extended = testList " Instance methods" []
You can’t perform that action at this time.
0 commit comments