Netjs
Netjs copied to clipboard
Compilation fails for F# types
I attempted the simplest possible F# compilation:
namespace FSharpTypes2
type Class1() =
member this.X = "F#"
it fails with "Unknown JS constructor"