FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fs: combine require() and destructure by cjihrig · Pull Request #39806 · nodejs/node · GitHub

/ node Public

fs: combine require() and destructure - #39806

Closed
cjihrig wants to merge 1 commit into
nodejs:masterfrom
cjihrig:requires
Closed

fs: combine require() and destructure#39806
cjihrig wants to merge 1 commit into
nodejs:masterfrom
cjihrig:requires

Conversation

cjihrig commented Aug 19, 2021

Copy link
Copy Markdown
Contributor

This commit combines two require() calls and subsequent destructuring operations.

Side note: it looks like the new cp() methods use the readdir() functions. I imagine that people will use cp() to copy large directory trees. We should probably look into incorporating the streaming read dir functions.

This commit combines two require() calls and subsequent
destructuring operations.
nodejs-github-bot added fs Issues and PRs related to the fs subsystem / file system. needs-ci PRs that need a full CI run. labels Aug 19, 2021
BethGriggs added the request-ci Add this label to start a Jenkins CI on a PR. label Aug 19, 2021
github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Aug 19, 2021

nodejs-github-bot commented Aug 19, 2021
edited by cjihrig
Loading

Copy link
Copy Markdown
Collaborator

cjihrig added commit-queue Add this label to land a pull request using GitHub Actions. and removed needs-ci PRs that need a full CI run. labels Aug 21, 2021
github-actions Bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Aug 21, 2021

Copy link
Copy Markdown
Contributor

Landed in af45be7...1deafcd

github-actions Bot closed this Aug 21, 2021
nodejs-github-bot pushed a commit that referenced this pull request Aug 21, 2021
This commit combines two require() calls and subsequent
destructuring operations.

PR-URL: #39806
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Beth Griggs <bgriggs@redhat.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
cjihrig deleted the requires branch August 21, 2021 15:37
targos pushed a commit that referenced this pull request Aug 22, 2021
This commit combines two require() calls and subsequent
destructuring operations.

PR-URL: #39806
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Beth Griggs <bgriggs@redhat.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

fs Issues and PRs related to the fs subsystem / file system.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants


Back | FazBrowse Home | New Git URL