From 0ee11ca83818797f3d728394a16b76c3dca9d91d Mon Sep 17 00:00:00 2001 From: Aviv Keller Date: Thu, 21 Aug 2025 19:23:12 -0400 Subject: [PATCH 1/2] doc: mark `path.matchesGlob` as stable --- doc/api/path.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/api/path.md b/doc/api/path.md index f08bd86792355b..1c0d7d26c0f273 100644 --- a/doc/api/path.md +++ b/doc/api/path.md @@ -289,10 +289,12 @@ path.format({ added: - v22.5.0 - v20.17.0 +changes: + - version: REPLACEME + pr-url: https://github.com/nodejs/node/pull/TODO + description: Marking the API stable. --> -> Stability: 1 - Experimental - * `path` {string} The path to glob-match against. * `pattern` {string} The glob to check the path against. * Returns: {boolean} Whether or not the `path` matched the `pattern`. From ae426b98eb6137414f0eba213e979e294f7c6f53 Mon Sep 17 00:00:00 2001 From: Aviv Keller Date: Thu, 21 Aug 2025 19:25:16 -0400 Subject: [PATCH 2/2] fixup! 59572 --- doc/api/path.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/path.md b/doc/api/path.md index 1c0d7d26c0f273..ffc90ad25c8815 100644 --- a/doc/api/path.md +++ b/doc/api/path.md @@ -291,7 +291,7 @@ added: - v20.17.0 changes: - version: REPLACEME - pr-url: https://github.com/nodejs/node/pull/TODO + pr-url: https://github.com/nodejs/node/pull/59572 description: Marking the API stable. -->