Should Temporal objects be polyfilled into the global namespace? · Issue #2 · js-temporal/temporal-polyfill (original) (raw)
Currently, this polyfill requires import-ing or require-ing to use. Another option could be to polyfill Temporal into the global namespace.
tc39/proposal-temporal#778 has discussion about why we didn't do this so far.
But as browsers start shipping Temporal, it may make sense to have this polyfill more closely match built-in behavior.