Skip to content

Commit 0ee11ca

Browse files
authored
doc: mark path.matchesGlob as stable
1 parent 5abb066 commit 0ee11ca

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

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/TODO
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)