ECMAScript Record & Tuple Bindings

I’ve been following along with the Records & Tuples proposal as I think it has a lot of potential to improve the language.

This evening I whipped up some ReScript bindings to the current polyfill: GitHub - tom-sherman/rescript-record-tuple

Maybe this is of use to some! Would like to hear thoughts also :grinning_face_with_smiling_eyes:

1 Like

Additionally, if anyone has any recommendations on how to improve the Record bindings that would be great! Right now it’s a simple container that wraps and unwraps a type, but this feels unsafe.