23:18 | <rkirsling> | it appears the Temporal.Duration polyfill and spec are out of alignment on the case new Temporal.Duration().toString({ fractionalSecondDigits: 2 }) (where 2 can be anything between 1 and 9) |
23:37 | <rkirsling> | (in particular, step 13 of https://tc39.es/proposal-temporal/#sec-temporal-temporaldurationtostring is super unambiguous) |
23:39 | <ptomato> | that looks like a spec bug. probably we missed that case when adding fractionalSecondDigits. if you file an issue for it, I'll try and include it in the presentation for August TC39 plenary |
23:48 | <rkirsling> | ah okay |