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

Polyfill: Convert unnecessary let => const #2796

Merged
merged 1 commit into from
Mar 4, 2024
Merged

Conversation

justingrant
Copy link
Collaborator

@justingrant justingrant added non-prod-polyfill THIS POLYFILL IS NOT FOR PRODUCTION USE! no-spec-text PR can be ignored by implementors labels Mar 4, 2024
@justingrant justingrant requested review from Ms2ger and ptomato March 4, 2024 07:52
Copy link

codecov bot commented Mar 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.60%. Comparing base (2ff1ed3) to head (ba5d5c0).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2796   +/-   ##
=======================================
  Coverage   96.60%   96.60%           
=======================================
  Files          23       23           
  Lines       12312    12312           
  Branches     2272     2272           
=======================================
  Hits        11894    11894           
  Misses        356      356           
  Partials       62       62           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Ms2ger Ms2ger merged commit 02a6d14 into main Mar 4, 2024
9 checks passed
@Ms2ger Ms2ger deleted the justingrant-patch-1 branch March 4, 2024 15:12
ptomato added a commit to ptomato/test262 that referenced this pull request Oct 4, 2024
…one component

Adds a test for each Temporal object's toLocaleString() method, formatting
them with only one option e.g. { year: 'numeric' } and comparing it with
the corresponding output for legacy Date.

See tc39/proposal-temporal#2796.
Ms2ger pushed a commit to ptomato/test262 that referenced this pull request Oct 7, 2024
…one component

Adds a test for each Temporal object's toLocaleString() method, formatting
them with only one option e.g. { year: 'numeric' } and comparing it with
the corresponding output for legacy Date.

See tc39/proposal-temporal#2796.
Ms2ger pushed a commit to tc39/test262 that referenced this pull request Oct 7, 2024
…one component

Adds a test for each Temporal object's toLocaleString() method, formatting
them with only one option e.g. { year: 'numeric' } and comparing it with
the corresponding output for legacy Date.

See tc39/proposal-temporal#2796.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-spec-text PR can be ignored by implementors non-prod-polyfill THIS POLYFILL IS NOT FOR PRODUCTION USE!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants