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

Fix compatibility with ReScript 11 uncurried mode #123

Closed cknitt closed 1 year ago

cknitt commented 1 year ago

Some small changes to get this package to compile with ReScript 11 in uncurried mode.

TheSpyder commented 1 year ago

@cknitt can you please run yarn build and add the fetch_examples.js file to the PR? I think this may actually fix a bug in the output, if I"m reading it correctly.

cknitt commented 1 year ago

Done