mirror of
https://github.com/Smaug123/WoofWare.Whippet
synced 2025-10-21 07:18:41 +00:00
Add HttpClient generator (#12)
This commit is contained in:
@@ -6,13 +6,13 @@ open Fantomas.FCS.Syntax
|
||||
open WoofWare.Whippet.Core
|
||||
open WoofWare.Whippet.Fantomas
|
||||
|
||||
type internal JsonSerializeOutputSpec =
|
||||
type JsonSerializeOutputSpec =
|
||||
{
|
||||
ExtensionMethods : bool
|
||||
}
|
||||
|
||||
[<RequireQualifiedAccess>]
|
||||
module internal JsonSerializeGenerator =
|
||||
module JsonSerializeGenerator =
|
||||
open Fantomas.FCS.Text.Range
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user