Matthias Le Brun
Results
25
issues of
Matthias Le Brun
This PR adds basic support for the `dict{}` literal syntax (https://github.com/rescript-lang/rescript-compiler/issues/6545). ## Parsing Semantics within the braces are similar to the record with string keys (as dict keys can be...
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...
bug