rescript-compiler
rescript-compiler copied to clipboard
@deriving(jsConverter) in uncurried mode outputs curried functions
Hi!
When switching a project in uncurried mode, it appears that the @deriving(jsConverter)
are output in curried mode. I'm seing that https://github.com/rescript-lang/rescript-compiler/issues/6492 handed @deriving(abstract)
, would it be possible to also apply this change to jsConverter
?