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 29 forks source link

fix: RegExp.Result.t should be an array of options #233

Closed illusionalsagacity closed 5 months ago

illusionalsagacity commented 5 months ago

Backport for #232

zth commented 5 months ago

Nice! Could you add a changelog too?