Skip to content

Conversation

@paul90
Copy link
Member

@paul90 paul90 commented Sep 11, 2025

Remove lodash dependency in favor of native methods

_.pull() is replaced with Array splice(), and
_.assignIn() is replaced with Object.assign().

The dependency is removed and _.pull() is replaced with Array splice(),
and _.assignIn() is replaced with Object.assign().
@paul90 paul90 requested a review from nrn September 11, 2025 11:22
Copy link

@cgalo5758 cgalo5758 left a comment

Choose a reason for hiding this comment

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

No issues. Works well.

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.

3 participants