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

Remove `Re` module #231

Closed aspeddro closed 5 months ago

aspeddro commented 5 months ago

The Re and RegExp modules have the same target Core__RegExp

aspeddro commented 5 months ago

Actually, I think it was intentional to maintain compatibility with Js.Re module, right?

cknitt commented 5 months ago

Removed as part of #237.