TheSpyder / rescript-webapi

ReScript bindings to the DOM and other Web APIs
http://tinymce.github.io/rescript-webapi/api/Webapi/
Other
149 stars 36 forks source link

added support for Rescript version 11 #131

Closed gitanjli525 closed 2 months ago

gitanjli525 commented 2 months ago

Added support for Rescript version 11

TheSpyder commented 2 months ago

All you've done is switched to uncurried mode, fixed the one file that didn't compile, and used the wrong version of Yarn.

None of this is necessary to use webapi with ReScript 11. It already works - https://github.com/TheSpyder/rescript-webapi/pull/123 made sure of that.

If your concern is that the project still depends on ReScript 10, fair enough, but this isn't the way to correct it.