Skip to content

Commit bf41218

Browse files
avivkellerrichardlau
authored andcommitted
doc: mark path.matchesGlob as stable
PR-URL: #59572 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Ulises Gascón <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Moshe Atlow <[email protected]>
1 parent 4c15387 commit bf41218

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
@@ -287,10 +287,12 @@ path.format({
287287

288288
<!-- YAML
289289
added: v22.5.0
290+
changes:
291+
- version: REPLACEME
292+
pr-url: https://github.com/nodejs/node/pull/59572
293+
description: Marking the API stable.
290294
-->
291295

292-
> Stability: 1 - Experimental
293-
294296
* `path` {string} The path to glob-match against.
295297
* `pattern` {string} The glob to check the path against.
296298
* Returns: {boolean} Whether or not the `path` matched the `pattern`.

0 commit comments

Comments
 (0)