From 8930eba19947e26f90c086b750da410011760a11 Mon Sep 17 00:00:00 2001 From: James M Snell Date: Tue, 6 Apr 2021 10:20:53 -0700 Subject: [PATCH] assert: change status of legacy asserts Previously marked deprecated, but these are unlikely to ever see breaking changes or complete removal. Mark as legacy instead. Signed-off-by: James M Snell PR-URL: https://github.com/nodejs/node/pull/38113 Reviewed-By: Antoine du Hamel Reviewed-By: Ruben Bridgewater Reviewed-By: Benjamin Gruenbaum --- doc/api/assert.md | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/doc/api/assert.md b/doc/api/assert.md index bfdd7cdd085fac..4e098e0bbc56f9 100644 --- a/doc/api/assert.md +++ b/doc/api/assert.md @@ -455,6 +455,10 @@ An alias of [`assert.ok()`][].