Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Commit

Permalink
Add support for ECMAScript Intl implementation in modern browsers. Th…
Browse files Browse the repository at this point in the history
…is requires an update to Closure Compiler externs, specifically for DateTimeFormat's resolvedOptions, adding the option 'timeStyle' (fixing an old typo).

RELNOTES: Add support for ECMAScript Intl implementation in modern browsers.

PiperOrigin-RevId: 469502443
Change-Id: Ib11d88811005cd0c816c773df52722db1301997b
  • Loading branch information
Closure Team authored and copybara-github committed Aug 23, 2022
1 parent 6536155 commit da7658d
Show file tree
Hide file tree
Showing 6 changed files with 626 additions and 203 deletions.
1 change: 1 addition & 0 deletions closure/goog/i18n/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ closure_js_library(
":dateintervalsymbols",
":datetimeformat",
":datetimesymbols",
":localefeature",
":timezone",
"//closure/goog/array",
"//closure/goog/asserts",
Expand Down
Loading

0 comments on commit da7658d

Please # to comment.