Florian Verdonck
Florian Verdonck
@tsnobip I have doing some work in this area over in https://github.com/rescript-lang/rescript/compare/master...nojaf:rescript:jsx2
Amazing work! I was literally asking @edgarfgp a few days ago if we had something like `type R3 = { ...R1; ...R2; E : int }` in F#!
Yes, would having the output of `rescript-tools doc` be beneficial?
Still seems useful.
> you'll still need React.string: Would be interesting to explore is we can avoid that restriction as well. If we can automatically coerce during type-checking that be neat as well....
Hi Toby! I think I'm on board with this idea. It would indeed be a power-user thing probably. What architectures would you be using? Thinking out loud, could we do...
If we create the file in our build script (`build.fsx`) and just append it to the other files here https://github.com/fsprojects/fantomas/blob/873d9d70d755f2c058f49b4712f3d22abb28dce4/build.fsx#L449-L466 that probably will do the right thing. @josh-degraw, @dawedawe any...
Yeah, I'm ok with ripping out Argu. Some work will of course need to be done to keep parity. I'm really unfamiliar with the AOT rules. So did you run...
Hey @reinux , this looks a nice suggestion. I should check how difficult it is to implement.
Hello, at the current time I have no interesting to pursue this. This actually falls under the category ["What are we not looking for?"](https://github.com/fsprojects/fantomas/blob/master/CONTRIBUTING.md#what-are-we-not-looking-for). I'm stricter in these things these...