From ff5a1cf5a8d61fd16d5190e7117e97e49d7edcb2 Mon Sep 17 00:00:00 2001 From: cjihrig Date: Mon, 14 Oct 2019 11:39:27 -0400 Subject: [PATCH] doc: add missing deprecation code Refs: https://github.com/nodejs/node/pull/29061 PR-URL: https://github.com/nodejs/node/pull/29969 Reviewed-By: Richard Lau Reviewed-By: David Carlier Reviewed-By: Jeremiah Senkpiel Reviewed-By: Luigi Pinca Reviewed-By: Rich Trott Reviewed-By: James M Snell Reviewed-By: Anto Aravinth --- doc/api/deprecations.md | 4 ++-- lib/internal/fs/streams.js | 4 ++-- test/parallel/test-fs-read-stream-patch-open.js | 2 +- test/parallel/test-fs-write-stream-patch-open.js | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index 8b36e0c3aa8d7c..e4c53d57c754d3 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -2532,8 +2532,8 @@ Type: Documentation-only (supports [`--pending-deprecation`][]) The `process._tickCallback` property was never documented as an officially supported API. - -### DEP0XXX: `WriteStream.open()` and `ReadStream.open()` are internal + +### DEP0135: `WriteStream.open()` and `ReadStream.open()` are internal