We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
require("os").tmpDir
tmpDir()
tmpdir()
punycode
Intl.v8BreakIterator
require("readline")
.codePointAt
.getStringWidth
.isFullWidthCodePoint
.stripVTControlCharacters
process.EventEmitter
require("module")
.requireRepl
.Module.requireRepl
require("repl").REPLServer.prototype.convertToContext
The text was updated successfully, but these errors were encountered:
ce465b8
mysticatea
No branches or pull requests
require("os").tmpDir
has been deprecated os: deprecatetmpDir()
in favour oftmpdir()
nodejs/node#6739.punycode
module has been deprecated doc, punycode: soft-deprecation of the punycode module nodejs/node#7941.Intl.v8BreakIterator
has been deprecated intl: add deprecation warning for v8BreakIterator nodejs/node#8908.require("readline")
readline: remove deprecated methods nodejs/node#6423.codePointAt
.getStringWidth
.isFullWidthCodePoint
.stripVTControlCharacters
process.EventEmitter
process: remove deprecated process.EventEmitter nodejs/node#6862.require("module")
module: Remove deprecated/unused function requireRepl. Part of #4642 nodejs/node#8575.requireRepl
.Module.requireRepl
require("repl").REPLServer.prototype.convertToContext
repl: deprecate unused function convertToContext nodejs/node#7829The text was updated successfully, but these errors were encountered: