zowe-cli icon indicating copy to clipboard operation
zowe-cli copied to clipboard

Remove deprecated/unstable Utils functions

Open zFernand0 opened this issue 4 years ago • 2 comments

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

zFernand0 avatar May 14 '20 14:05 zFernand0

There as still ~40 instances of isNullOrUndefined https://github.com/search?q=repo%3Azowe%2Fimperative%20isNullOrUndefined%20&type=code

zFernand0 avatar Nov 17 '22 14:11 zFernand0

possibly add eslint-deprecation rule timeboxing to a 3

JTonda avatar Apr 24 '24 18:04 JTonda

Completed with #2169

awharn avatar Jun 17 '24 20:06 awharn