Uh oh!
There was an error while loading. Please reload this page.
removed undefined from Core__Nullable - #171
Conversation
DZakh
commented
Dec 15, 2023
Undefined is part of nullable. There's Null.t if you dont't need undefined |
jquesada2016
commented
Dec 31, 2023
Wouldn't this be more clear if we had an |
illusionalsagacity
commented
Jan 17, 2024
If you want strictly undefined or
That sounds like it matches the JavaScript implementation to me: JSON.stringify({hello: undefined,world: "foo"})// outputs '{"world":"foo"}' |
This PR addresses #170. It simply removes
external undefinedfrom theNullablemodule.