Closed zth closed 3 years ago
I tried to use ReScript-JS, which is depending on ReScirpt Promise
And ReScript Promise and Reason Promise both are use Promise
module without namespace :sweat_smile:
Update: Since the core team haven't shipped the new bindings yet, we'll revert from rescript-promise
back to Js.Promise
so people can use the new bindings if they want.
This was a bad idea to depend on from the beginning (my mistake!), and since it's only used in very few places, we should go ahead and just remove it. It's a breaking change though sadly, but it's for the greater good.