You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
clean out the utils/utils module using lodash utils where possible (firefox-devtools#2114)
* remove truncateStr function from utils/utils
`truncateStr` was only referenced in the docs
* use flow number to type endTruncateStr
* remove unused zip function from utils/utils
* replace toObject with lodash.fromPairs
src/utils/redux/middleware/promise.js was the only other file using
`toObject`
* remove unused mapObject function from utils/utils
* replace throttle with lodash/throttle
* optimize lodash usage to not pull in entire library
* use toPairs in middleware/promise
* use toPairs in utils/parser and drop entries function utils/utils
* remove unused compose function from utils/utils
* upgrade to latest lodash 4.17.4
* Revert "replace throttle with lodash/throttle"
This reverts commit e23d2e7.
0 commit comments