This repository has been archived by the owner on Feb 22, 2023. It is now read-only.
Replace lodash.set
with small and simple custom implementation
#1107
Labels
💻 aspect: code
Concerns the software code in the repository
✨ goal: improvement
Improvement to an existing user-facing feature
good first issue
New-contributor friendly
help wanted
Open to participation from the community
🟩 priority: low
Low priority and doesn't need to be rushed
Milestone
Problem
We are looking to remove dependency on lodash altogether (see milestone description).
Description
Replace all usages of
lodash.set
with this small custom implementation: https://stackoverflow.com/a/6842900Additional context
This is currently only used in development translation scripts. The implementation linked is a tiny fraction of the size of the lodash implementation.
Implementation
The text was updated successfully, but these errors were encountered: