-
-
Notifications
You must be signed in to change notification settings - Fork 488
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
Reduce the usage of lodash #505
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah seems like these changes end up having the same outcome as the lodash code. Can you address my review comment and also do a changelog entry with an "Internal" tag?
Looks like some tests are breaking. Have you tried if running tests locally pass for you? |
Yeah, I have been looking into this. However, it only shows Update: @valscion I have fixed all failed test cases found on my machine. |
Looks like there are still some test failures only found in this PR and also lint errors. |
Fixed the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, looks good to me! The diff is small enough that it seems like it shouldn't cause any regressions.
This doesn't look like it needs to be urgently released so I'll give it some time until there are other things that warrant a new release
And I am planning more PRs (that I want to be included in the next release) as well. |
Why do we need lodash if we can utilize features provided by the ECMAScript itself :)