-
-
Notifications
You must be signed in to change notification settings - Fork 67
Open
Description
With modern EcmaScript lodash is not needed anymore for the most cases: https://github.com/you-dont-need/You-Dont-Need-Lodash-Underscore
We should replace all occurences of lodash imports with native JS if possible:
-
cloneDeepcan be replaced withstructuredClone -
getcan be replaced with typescript optional chaning (.?) -
setcan be replaced with typescript optional chaning (.?) and some checks -
isEqualcan be replaced with native JS -
isStringcan be replaced with native JS -
isBooleancan be replaced with native JS -
isEmptycan be replaced with native JS -
isNilcan be replaced with native JS -
uniqueIdcan be replaced with crypto.randomuuid or similar
Metadata
Metadata
Assignees
Labels
No labels