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
The sys module (runtime) was deprecated ten years ago. Currently, all it does is reference the util module. After these ten years, it's time to remove it entirely (IMO).
Chances are, little systems are still using it (and the latest Node.js version).
The
sysmodule (runtime) was deprecated ten years ago. Currently, all it does is reference theutilmodule. After these ten years, it's time to remove it entirely (IMO).Chances are, little systems are still using it (and the latest Node.js version).