rescript-compiler icon indicating copy to clipboard operation
rescript-compiler copied to clipboard

@deriving(jsConverter) in uncurried mode outputs curried functions

Open bloodyowl opened this issue 10 months ago • 22 comments

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?

bloodyowl avatar Apr 21 '24 18:04 bloodyowl