You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ This polyfill is compatible with Node.js 14 or later.
18
18
*[x] Sync the code in this repo with the handful of polyfill changes that have recently been made in the [tc39/proposal-temporal](https://github.com/tc39/proposal-temporal) repo
19
19
*[x] Release alpha version to NPM
20
20
*[x] Deprecate all other earlier Temporal polyfills
21
-
*[] Optimize slow operations by reducing calls to Intl.DateTimeFormat constructor (see #7, #8, #10, #12)
21
+
*[x] Optimize slow operations by reducing calls to Intl.DateTimeFormat constructor (see #7, #8, #10, #12)
22
22
*[ ] Convert to TypeScript for better maintainability
23
23
*[ ] (maybe) Optimize performance of other slow operations
0 commit comments