01:33
<littledan>
I have some colleagues at Bloomberg who were looking for a polyfill project in TC39; should I direct them to DurationFormat?
01:41
<sffc>
Yeah! Most ECMA-402 polyfills have been landing in format.js, although they could go anywhere. I think format.js has a lot of the infrastructure for polyfills already set up. Might be good to start by checking if they already have an issue open for this.
04:34
<yusukesuzuki>
Nice catch!
04:34
<yusukesuzuki>
It reminds me of https://github.com/WebKit/WebKit/commit/1dc01f753d89a85ee19df8e8bd75f4aece80c594 :)
09:07
<Romulo Cintra>
Polyfills tracking issue - https://github.com/tc39/ecma402/issues/700 j
10:29
<eemeli>
Thank you for the heads-up. Firefox is fixing that the same way as Frank proposes: https://phabricator.services.mozilla.com/D160188
18:47
<yusukesuzuki>
https://github.com/WebKit/WebKit/pull/6556 JSC change will be integrated too.
19:24
<Richard Gibson>
should the fixes be broadened from special treatment of only U+202F to Space_Separator or all horizontal white space (which differ only by the latter including U+0009 tab per UTS #18)?