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

Adds findLast and findLastIndex polyfills #1230

Merged
merged 1 commit into from
Oct 1, 2022
Merged

Adds findLast and findLastIndex polyfills #1230

merged 1 commit into from
Oct 1, 2022

Conversation

mhassan1
Copy link
Collaborator

This PR adds the following ES2023 polyfills:

  • Array.prototype.findLast
  • Array.prototype.findLastIndex
  • %TypedArray%.prototype.findLast
  • %TypedArray%.prototype.findLastIndex

Array.prototype.findLast
Array.prototype.findLastIndex
%TypedArray%.prototype.findLast
%TypedArray%.prototype.findLastIndex
@mhassan1 mhassan1 requested a review from a team as a code owner September 22, 2022 16:59
@origamiserviceuser origamiserviceuser added this to Backlog in Origami ✨ Sep 22, 2022
@github-actions github-actions bot added the library Relates to an Origami library label Sep 22, 2022
@romainmenke
Copy link
Collaborator

romainmenke commented Sep 22, 2022

/ok-to-test sha=662d817

https://github.com/Financial-Times/polyfill-library/actions/runs/3107329840

@romainmenke
Copy link
Collaborator

Thank you @mhassan1!
This looks great 🎉

@romainmenke romainmenke merged commit 1d58828 into JakeChampion:master Oct 1, 2022
Origami ✨ automation moved this from Backlog to Done Oct 1, 2022
@mhassan1 mhassan1 deleted the find-from-last branch June 30, 2023 12:37
@robertboulton robertboulton removed this from Done in Origami ✨ Jul 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
library Relates to an Origami library
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants