summaryrefslogtreecommitdiff
path: root/doc/api/util.md
diff options
context:
space:
mode:
authorcjihrig <cjihrig@gmail.com>2019-01-07 12:53:58 -0500
committercjihrig <cjihrig@gmail.com>2019-01-10 09:00:12 -0500
commit10df21b0714daae8ec9b1507e77bab7ae07e8fa7 (patch)
tree79cf6a3c47333bf848a8aff16c07588d57316e4c /doc/api/util.md
parent2d578ad996de13acbe1227a8565c89dcd95d8bc8 (diff)
downloadandroid-node-v8-10df21b0714daae8ec9b1507e77bab7ae07e8fa7.tar.gz
android-node-v8-10df21b0714daae8ec9b1507e77bab7ae07e8fa7.tar.bz2
android-node-v8-10df21b0714daae8ec9b1507e77bab7ae07e8fa7.zip
lib: move DEP0027 to end of life
PR-URL: https://github.com/nodejs/node/pull/25377 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Diffstat (limited to 'doc/api/util.md')
-rw-r--r--doc/api/util.md11
1 files changed, 0 insertions, 11 deletions
diff --git a/doc/api/util.md b/doc/api/util.md
index db25a0be05..cdfaf4bdca 100644
--- a/doc/api/util.md
+++ b/doc/api/util.md
@@ -2167,16 +2167,6 @@ const util = require('util');
util.log('Timestamped message.');
```
-### util.puts([...strings])
-<!-- YAML
-added: v0.3.0
-deprecated: v0.11.3
--->
-
-> Stability: 0 - Deprecated: Use [`console.log()`][] instead.
-
-Deprecated predecessor of `console.log`.
-
[`'uncaughtException'`]: process.html#process_event_uncaughtexception
[`'warning'`]: process.html#process_event_warning
[`Array.isArray()`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/isArray
@@ -2207,7 +2197,6 @@ Deprecated predecessor of `console.log`.
[`WebAssembly.Module`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly/Module
[`assert.deepStrictEqual()`]: assert.html#assert_assert_deepstrictequal_actual_expected_message
[`console.error()`]: console.html#console_console_error_data_args
-[`console.log()`]: console.html#console_console_log_data_args
[`target` and `handler`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Proxy#Terminology
[`util.format()`]: #util_util_format_format_args
[`util.inspect()`]: #util_util_inspect_object_options