01:24 | <Domenic> | I voted for consistency until I read the thread and saw that you were only considering changing behavior for NaN/things that convert to NaN |
01:24 | <Domenic> | I think it would be bad to stop "2" from being treated as 2 , but I guess that is not what is being proposed here |
01:26 | <bakkot> | my thoughts are the same as in https://github.com/tc39/proposal-iterator-helpers/issues/169#issuecomment-1025062252 |
01:26 | <bakkot> | though do note that you might want to handle the case of undefined explicitly, if you intend for these things to be callable with no arguments |