-
Notifications
You must be signed in to change notification settings - Fork 391
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(compat): add functions to compat layer #1056
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
It would be better to use Since these are very minor issues, I'll modify them directly after merging. Thank you for your contribution!! |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1056 +/- ##
=======================================
Coverage 99.36% 99.36%
=======================================
Files 392 393 +1
Lines 3439 3443 +4
Branches 1024 1025 +1
=======================================
+ Hits 3417 3421 +4
Misses 22 22 🚀 New features to boost your workflow:
|
I added
functions
in compat layer.Resolves: #1036
Most of the code is identical to lodash.

The test code is also the same, with some additional code added for test coverage.
These are the benchmark results.

If there is anything missing, please let me know!
Thank you.