Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bf41218

Browse filesBrowse files
avivkellerrichardlau
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 4c15387 commit bf41218
Copy full SHA for bf41218

File tree

Expand file treeCollapse file tree

1 file changed

+4
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-2
lines changed
Open diff view settings
Collapse file

‎doc/api/path.md‎

Copy file name to clipboardExpand all lines: doc/api/path.md
+4-2Lines changed: 4 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.