doc: mark `path.matchesGlob` as stable · nodejs/node@87f829b

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`.