Sam Woodward
Sam Woodward
Using #105 as a basis I've made the label and parent functions injectable (including any resolves from the state and the `$scope` of the last view). Added ability for promises...
### Description Assigning to a private mutable variable via import incorrectly translates to `const` ### Repro code The import in the sample code is meaningless but just used to show...
### Description Fable is generating invalid Javascript for inline function call that immediately calls function on returned object. ### Repro code https://fable.io/repl/#?code=DYUwLgBAlgdssggMwgYwIbGAI3ag1hALwCwAUBJcgK4wQAUAlBALQB85VXEA3gD4RO3YQBUQAZ0hEadJqzYQADgCdYYJHQBEYyZqHCuAEQD2AOWNgAFrADmxGQ2btH+7nwC+rrnwUYsuAnJyUEgAD3t6FEjaCHDnUIA6HTAmRkYgA&html=Q&css=Q ### Expected and actual results To be honest...
Noticed this issue when using `ThothLike().WithSkippableOptionFields()` however a minimal repro can be achieved with `WithSkippableOptionFields()` alone. Repro: ``` open System.Text.Json open System.Text.Json.Serialization let opts = JsonFSharpOptions().WithSkippableOptionFields().ToJsonSerializerOptions() type MyUnion = |...