Skip to content

Commit 3f5bf4b

Browse files
committed
fix iso-field minification issue
1 parent 2648d53 commit 3f5bf4b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

packages/temporal-polyfill/scripts/bundle.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,5 +377,17 @@ async function readTemporalReservedWords(pkgDir) {
377377
'resolvedOptions',
378378
'useGrouping',
379379
'relatedYear',
380+
381+
// previously in getISOFields(), but that was removed
382+
// TODO: THIS IS NOT A VERY GOOD SYSTEM
383+
'isoYear',
384+
'isoMonth',
385+
'isoDay',
386+
'isoHour',
387+
'isoMinute',
388+
'isoSecond',
389+
'isoMillisecond',
390+
'isoMicrosecond',
391+
'isoNanosecond',
380392
])
381393
}

0 commit comments

Comments
 (0)