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

Replaced remaining lodash methods #51

Merged
merged 2 commits into from
Jun 14, 2018
Merged

Replaced remaining lodash methods #51

merged 2 commits into from
Jun 14, 2018

Conversation

simonespa
Copy link
Member

Completing the work started in 23361d2

This PR is replacing Lodash methods leftover with plain Javascript implementation withinlib/archiver.js.

lib/archiver.js Outdated
* }
*/
main ? whitelistFromSections.push(main) : null;
files ? whitelistFromSections.push(...files) : null;
Copy link
Member Author

Choose a reason for hiding this comment

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

Let me know which style do you prefer for conditional here, so I can apply it and remove the comment about it.

@Mousius Mousius merged commit cc2bb89 into master Jun 14, 2018
@simonespa simonespa deleted the remove-lodash-code branch June 15, 2018 13:47
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.

None yet

2 participants