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

feat(at): Add at to compat/object #1068

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Conversation

shren207
Copy link
Contributor

@shren207 shren207 commented Mar 22, 2025

close #1028

The testcases follow lodash.at.

Test Results

Test List

image

Test Coverage

image

Bench Test

image image

Copy link

vercel bot commented Mar 22, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
es-toolkit ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 30, 2025 5:59am

@shren207 shren207 changed the title feat(compat): implement compat/at feat(at): add at to compat Mar 23, 2025
@shren207 shren207 changed the title feat(at): add at to compat feat(at): dd at to compat Mar 23, 2025
@shren207 shren207 changed the title feat(at): dd at to compat feat(at): Add at to compat Mar 23, 2025
@shren207 shren207 changed the title feat(at): Add at to compat feat(at): Add at to compat/object Mar 23, 2025
@codecov-commenter
Copy link

codecov-commenter commented Mar 29, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.33%. Comparing base (fd56626) to head (77352a7).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1068      +/-   ##
==========================================
- Coverage   99.35%   99.33%   -0.03%     
==========================================
  Files         391      392       +1     
  Lines        3430     3445      +15     
  Branches     1022     1024       +2     
==========================================
+ Hits         3408     3422      +14     
- Misses         22       23       +1     
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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 at to compat package
2 participants