onebeyond / systemic

📦 A minimal dependency injection framework.
https://onebeyond.github.io/systemic
MIT License
56 stars 7 forks source link

refactor: remove lodash #43

Closed w3dani closed 3 years ago

w3dani commented 3 years ago

This PR removes lodash usage from systemic.

As lodash package is discouraged now, I've replaced those operations with native functions.

In order to remove those usages, I've added a utils file with some operations.

As I commented on https://github.com/guidesmiths/systemic/pull/41, I'll do another PR after merging this one with syntax improvements (only var with let/const and string templates), or should I add those changes in this PR @cressie176 ?