zowe-cli
zowe-cli copied to clipboard
Remove deprecated/unstable Utils functions
In various places we use isNullOrUndefined
and it has been deprecated for quite a while (Node v4.0.0)
Maybe we should go back and address some of these in the future?
Items deprecated that we still use:
P.S. Feel free to update the list
There as still ~40 instances of isNullOrUndefined
https://github.com/search?q=repo%3Azowe%2Fimperative%20isNullOrUndefined%20&type=code
possibly add eslint-deprecation rule timeboxing to a 3
Completed with #2169