lib: reduce internal usage of public require('util') (original) (raw)
// Change this util.inherits(A, B);
// To this Object.setPrototypeOf(A.prototype, B.prototype); Object.setPrototypeOf(A, B);
// Change this util.inherits(A, B);
// To this Object.setPrototypeOf(A.prototype, B.prototype); Object.setPrototypeOf(A, B);