Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add polyfill changes for calendar data consistency validation #2585

Closed
wants to merge 5 commits into from

Commits on May 1, 2023

  1. Configuration menu
    Copy the full SHA
    f1b905a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91ea908 View commit details
    Browse the repository at this point in the history
  3. Normative: Remove the ECMA-402 PrepareTemporalFields override

    "era" and "eraYear" are still checked in alphabetical order along with other fields
    when the calendar specifies their relevance,
    but ensuring both-or-neither and consistency between the pair and "year"
    is no longer part of the operation (although it remains part of CalendarResolveFields
    along with similar checks for "month" and "monthCode").
    
    Fixes tc39#2465
    gibson042 authored and Aditi-1400 committed May 1, 2023
    Configuration menu
    Copy the full SHA
    067b68b View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. Configuration menu
    Copy the full SHA
    78d6dfc View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. Update polyfill

    Aditi-1400 committed May 25, 2023
    Configuration menu
    Copy the full SHA
    55e3cc9 View commit details
    Browse the repository at this point in the history