| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
this capability was originally added to core for the use of the test runner, and we did not expose it since some dependencies don't use primordials. |
Sorry, something went wrong.
|
The notable-change PRs with changes that should be highlighted in changelogs. label has been added by @MoLow. Please suggest a text for the release notes if you'd like to include a more detailed summary, then proceed to update the PR description with the text or a link to the notable change suggested text comment. Otherwise, the commit will be placed in the Other Notable Changes section. |
Sorry, something went wrong.
There was a problem hiding this comment.
this is pretty much the same implementation as globSync except using yield instead if this.#results.push
Sorry, something went wrong.
There was a problem hiding this comment.
The implementations can be unified probably if you yield where you await and then do sync/async I/O depending on the path not sure if it's worth it
Sorry, something went wrong.
|
CC @nodejs/fs |
Sorry, something went wrong.
There was a problem hiding this comment.
lgtm for experimental
Sorry, something went wrong.
|
/cc @nodejs/fs |
Sorry, something went wrong.
|
cc @nodejs/primordials |
Sorry, something went wrong.
Sorry, something went wrong.
|
@jonschlinkert It might be worth creating a new issue since this one is closed |
Sorry, something went wrong.
@jonschlinkert @styfle See: #53547. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Fixes #40731
This PR introduces fs.globand fsPromises.glob.