rescript-lang / rescript-core

A drop-in standard library for ReScript. Intended to be familiar for JavaScript developers, easy to use, and be rich enough (without being bloated) so that you don't need to reach for anything else for typical ReScript development.
MIT License
163 stars 30 forks source link

deprecated `Exn` module #230

Open aspeddro opened 5 months ago

aspeddro commented 5 months ago

The main reason is that all functions in Js.Exn are in Error module.

aspeddro commented 5 months ago

Ready for review