Absolutely great job. We discussed this after your talk on 28 Feb. I’m going to investigate whether I can tree shake it to provide “just enough” functionality to support a date picker in browsers that lack Temporal (ie Safari).
1
0
2
Hello! I'm the author of this polyfill and plan on creating a tree-shakeable API (bottom of www.npmjs.com/package/temporal-polyfill)
2
0
5
Interesting. One "clean" API might be to export all the functions. It would require using `.call(this, ...)`. Not the most ergonomic but very standard compliant.

You would also need a way to create the "native" instance object.
0
0
1
Super interesting. We should chat
1
0
1