]> Lady’s Gitweb - Pisces/commitdiff
Treat object function args more consistently 0.1.3
authorLady <redacted>
Sun, 4 Sep 2022 21:47:15 +0000 (14:47 -0700)
committerLady <redacted>
Fri, 12 May 2023 03:56:47 +0000 (20:56 -0700)
Functions like getOwnPropertyKeys now do not require that their
arguments are objects, but *do* require that they are not null or
undefined. Similarly, toObject now throws for null and undefined
values, rather than returning an empty object. Use `toObject($ ?? {})`
if you need the old behaviour.


No differences found
This page took 0.021997 seconds and 4 git commands to generate.