-
Notifications
You must be signed in to change notification settings - Fork 29.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sys: Mark as deprecated #309
Conversation
|
||
var setExports = util.deprecate(function() { | ||
module.exports = util; | ||
}, 'sys is deprecated, use util instead'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small nit, but could you change this to:
sys is deprecated. Use util instead.
(Ref: #166 (comment))
Other than one small comment, LGTM |
This falls into the same category as the |
@geek this fails
|
@cjihrig fixed |
I think this should land for 1.0.0, it was discussed and agreed at a TC meeting and was just waiting for the code. So lgtm. |
@geek please squash the commits into the original one and we should be able to land this I think |
Closing in favor of #317 |
Replaces #182