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

Adding Temporal API #10643

Merged
merged 11 commits into from
Apr 26, 2022
Merged

Adding Temporal API #10643

merged 11 commits into from
Apr 26, 2022

Commits on May 25, 2021

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

Commits on May 26, 2021

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

Commits on May 27, 2021

  1. Configuration menu
    Copy the full SHA
    d4f6d79 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7697b0c View commit details
    Browse the repository at this point in the history
  3. Replace, e.g, "from()" identifiers w/ "from" (no parens)

    https://github.com/mdn/browser-compat-data/blob/master/schemas/compat-data.schema.json#L255-L264
    doesn’t allow feature identifiers to contain parenthesis; instead it
    restricts them to "^(?!__compat)[a-zA-Z_0-9-$@]*$".
    
    And in the rest of the tree, existing feature identifiers method names omit the parenthesis.
    sideshowbarker committed May 27, 2021
    Configuration menu
    Copy the full SHA
    86ecc8c View commit details
    Browse the repository at this point in the history
  4. Drop empty spec_url keys/values

    The spec_url value isn’t allowed to be empty — so if there’s no spec URL
    (yet), the spec_url key/value should be omitted completely.
    sideshowbarker committed May 27, 2021
    Configuration menu
    Copy the full SHA
    9edaf0c View commit details
    Browse the repository at this point in the history
  5. Add fragment ID to ES spec URL

    spec_url values must contain a fragment ID.
    sideshowbarker committed May 27, 2021
    Configuration menu
    Copy the full SHA
    d9b043c View commit details
    Browse the repository at this point in the history
  6. Run "npm run fix" to re-sort keys

    I think this change also replaces tabs with spaces, and adds newlines to
    the ends of the files.
    sideshowbarker committed May 27, 2021
    Configuration menu
    Copy the full SHA
    2be0deb View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2021

  1. Temporal support in STP133

    meyerweb committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    ea7a7cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de3e0d8 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2022

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