Closed
Description
This tracks all the things we can/should do to fully utilize ReScript v11 in Core.
- Dedicated JSON unboxed variant type. Enable this pattern: https://rescript-lang.org/blog/improving-interop#decoding-and-encoding-json-idiomatically
-
Null.t
andNullable.t
should have an unboxed variant representation as well, so they can be pattern matched on. -
Ensure thatFor later.Null.t
andNullable.t
have all the convenience functions thatOption
currently has, so they're smooth to work with -
Promise.allSettled
bindings (cc @cometkim)
Please feel free to add your thoughts here. We'll fill in more things here as we go.
Metadata
Metadata
Assignees
Labels
No labels