Skip to content

Commit fde1fa1

Browse files
committed
docs: Intl.DateTimeFormat caching is finished
This item can be checked off the list.
1 parent b8ddad7 commit fde1fa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This polyfill is compatible with Node.js 14 or later.
1818
* [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
1919
* [x] Release alpha version to NPM
2020
* [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)
2222
* [ ] Convert to TypeScript for better maintainability
2323
* [ ] (maybe) Optimize performance of other slow operations
2424
* [ ] Release production version to NPM

0 commit comments

Comments
 (0)