Skip to content

Commit

Permalink
disable test, comment
Browse files Browse the repository at this point in the history
  • Loading branch information
arshaw committed Mar 2, 2024
1 parent 8589f77 commit 8c6c5b6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,13 @@ built-ins/Temporal/PlainYearMonth/prototype/add/overflow-wrong-type.js
built-ins/Temporal/PlainYearMonth/prototype/subtract/calendar-arguments-extra-options.js
built-ins/Temporal/PlainYearMonth/prototype/subtract/overflow-wrong-type.js

# SPEC-BUG
# Ticket: TODO!
#
# PlainDateTime::toLocaleString should not be swayed by timeZone in any way
#
staging/Intl402/Temporal/old/datetime-toLocaleString.js

# TODO: review and report our algorithms that are more efficient than ref polyfill
# - native-internal YMD diffing
# - ours doesn't use loops. faster?
Expand Down
2 changes: 1 addition & 1 deletion packages/temporal-polyfill/src/internal/intlFormatPrep.ts
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ export function createFormatPrepper<S>(
}

export function createFormatForPrep(
forcedTimeZoneId: string | undefined,
forcedTimeZoneId: string | undefined, // data-dependent
locales: LocalesArg | undefined,
options: Intl.DateTimeFormatOptions,
transformOptions: OptionsTransformer,
Expand Down

0 comments on commit 8c6c5b6

Please sign in to comment.