From cf8dd281427aaa03471c532d6e45d3a94d0c3b03 Mon Sep 17 00:00:00 2001 From: Gireesh Punathil Date: Sun, 14 Mar 2021 08:48:34 +0530 Subject: [PATCH] inspector: mark as stable The module has been there for a while, evidence of usage in the field exists, and we have good test coverage for it. Last API change has been 18 months ago. Refs: https://github.com/nodejs/node/issues/37440#issuecomment-785763306 --- doc/api/inspector.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/inspector.md b/doc/api/inspector.md index c22dbca03bcbf1..aa41556adc9a11 100644 --- a/doc/api/inspector.md +++ b/doc/api/inspector.md @@ -2,7 +2,7 @@ -> Stability: 1 - Experimental +> Stability: 2 - Stable