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
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,11 +16,13 @@ This polyfill is compatible with Node.js 14 or later.
16
16
*[x] Fork non-production polyfill from [tc39/proposal-temporal repo](https://github.com/tc39/proposal-temporal/tree/main/polyfill)
17
17
*[x] Release initial pre-alpha to NPM at [@js-temporal/polyfill](https://www.npmjs.com/package/@js-temporal/polyfill)
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
-
*[x] Release alpha version to NPM
19
+
*[x] Release alpha version to NPM
20
20
*[x] Deprecate all other earlier Temporal polyfills
21
21
*[x] Optimize slow operations by reducing calls to Intl.DateTimeFormat constructor (see #7, #8, #10, #12)
22
-
*[ ] Convert to TypeScript for better maintainability
23
-
*[ ] (maybe) Optimize performance of other slow operations
22
+
*[x] Convert to TypeScript for better maintainability
23
+
*[x] Improve typing of sources for better maintainability
24
+
*[ ] Migrate to JSBI for improved compile-time safety around BigInt operations.
25
+
*[ ] Optimize performance of other slow operations
0 commit comments