tc39 / proposal-intl-duration-format

https://tc39.es/proposal-intl-duration-format
MIT License
165 stars 18 forks source link

Sync ToIntegerIfIntegral with Temporal #156

Closed anba closed 1 year ago

anba commented 1 year ago

ToIntegerIfIntegral should be sync'ed with Temporal's ToIntegerIfIntegral, i.e. remove current step 2 so that NaN values throw a RangeError instead of being coerced to 0.