Module Alias Naming via bsconfig

Is there a way to alias a module name when adding it as a dependency in bsconfig?

I am trying to use the new @ryyppy/rescript-promise package but I am also using rescript-relay which depends on reason-promise so I am receiving an error:

make inconsistent assumptions over interface Promise

Anyway around this?

Thanks!

1 Like

No way to do this unfortunately. Follow the extra section in the README for quick results: GitHub - ryyppy/rescript-promise: Proposal for a proper Js.Promise binding

1 Like

More context here [RFC] New Promise Binding - #4 by ryyppy

1 Like

Thanks @ryyppy - Any timelines on getting your new bindings into stdlib?