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 array findlast and findlastindex #35

Merged
merged 4 commits into from
Jun 24, 2023

Conversation

keithamus
Copy link
Member

@keithamus keithamus commented Jun 22, 2023

Closes #34

This is a big diff because it upgrades typescript, I can pull that out in a separate PR if we deem it worthwhile.

@keithamus keithamus requested a review from a team as a code owner June 22, 2023 16:51
@keithamus keithamus requested a review from dgreif June 22, 2023 16:51
@keithamus keithamus force-pushed the add-array-findlast-and-findlastindex branch from 243a1c2 to ad429db Compare June 22, 2023 16:52
dgreif
dgreif previously approved these changes Jun 23, 2023
Copy link
Contributor

@dgreif dgreif left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great addition, thanks @keithamus!

@dgreif
Copy link
Contributor

dgreif commented Jun 23, 2023

Do we need to add these to src/index.ts?

@keithamus
Copy link
Member Author

yep

@keithamus
Copy link
Member Author

@dgreif i don’t have merge privileges so you’ll need to do the honours please.

@dgreif dgreif merged commit be57273 into github:main Jun 24, 2023
1 check passed
@keithamus keithamus deleted the add-array-findlast-and-findlastindex branch June 25, 2023 20:53
@keithamus keithamus mentioned this pull request Jun 28, 2023
Copy link

@Win7os Win7os left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

package.json

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Array.prototype.findLast polyfill?
5 participants