Skip to content

Commit 87f829b

Browse files
avivkellertargos
authored andcommitted
doc: mark path.matchesGlob as stable
PR-URL: #59572 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
1 parent 44d7b92 commit 87f829b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc/api/path.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,10 +289,12 @@ path.format({
289289
added:
290290
- v22.5.0
291291
- v20.17.0
292+
changes:
293+
- version: REPLACEME
294+
pr-url: https://github.com/nodejs/node/pull/59572
295+
description: Marking the API stable.
292296
-->
293297

294-
> Stability: 1 - Experimental
295-
296298
* `path` {string} The path to glob-match against.
297299
* `pattern` {string} The glob to check the path against.
298300
* Returns: {boolean} Whether or not the `path` matched the `pattern`.

0 commit comments

Comments
 (0)