redyetidev

Results 105 issues of redyetidev

Fixes #53508 Fixes #51222 This Pull Request introduces two new command-line interface flags to Node.js: - **`--test-coverage-include`**: Allows users to specify glob patterns to include specific files in the coverage...

author ready
needs-ci
request-ci
test_runner

Refs: #35403 Currently, the project has 2 outcomes for different `realpath` functions with empty string arguments: ```js fs.realpathSync('') // Returns CWD await util.promisify(fs.realpath)('') // Returns CWD await fs.promises.realpath('') // ENOENT...

fs
discuss

Part of #51236 This PR moves the process of commenting on a PR to the main repo's Github Actions, instead of it being handled by the github bot. This is...

meta
tools
review wanted

This PR adds ESM snippets to the documentation for `node:child_process`. In addition to this, some snippets were modified for readability (`message` instead of `m`, etc)

child_process
doc

As it currently stands, the lazy loading for `lib/internal/vm/module.js`'s require of `internal/util/inspect` is performed in a function. This means that a re-call of the function will be a re-call of...

vm
needs-ci

Instead of sending many REPL changes in one PR (#52965), it was recommended to me to implement these one-by-one in several PRs. First up: Syntax highlighting :tada: This PR adds...

repl
semver-major
notable-change
needs-ci

When a dependency requires `git`, but `git` cannot be found, `npm` currently logs the missing file path with a standard file not found error. This behavior has led to confusion...

This PR is the second half of (and it can't be merged until after that). This removes the logic for requesting reviewers from the Github bot, as the functionality (if...

This PR removes the old generation files for the metrics data, as they are no longer used. Current metric generation files are in `/ansible/roles/metrics/`. CC @nodejs/build-files CC @nodejs/web-infra

Currently, `nodejs/help` has very limiting labels, and I suggest they be modified to incorperate more options, and more descriptions: Current Labels ## Current Labels: * **aix** * **bug** * **build**...