Closed nickva closed 1 month ago
This is gnarly as this is something a user might put in a filter function, so they'd start getting unexpected results after the upgrade.
% js js> "abc".match(undefined) null % js91 js> "abc".match(undefined) [""]
This is gnarly as this is something a user might put in a filter function, so they'd start getting unexpected results after the upgrade.