Skip to content

cli: add No-Op --experimental-repl-await - #64986

Open
avivkeller wants to merge 1 commit into
nodejs:mainfrom
avivkeller:experimental-repl-await
Open

cli: add No-Op --experimental-repl-await#64986
avivkeller wants to merge 1 commit into
nodejs:mainfrom
avivkeller:experimental-repl-await

Conversation

@avivkeller

Copy link
Copy Markdown
Member

cc @aduh95

Follow-up #64034

@avivkelleravivkeller added dont-land-on-v22.x PRs that should not land on the v22.x-staging branch and should not be released in v22.x. dont-land-on-v24.x PRs that should not land on the v24.x-staging branch and should not be released in v24.x. dont-land-on-v26.x PRs that should not land on the v26.x-staging branch and should not be released in v26.x. labels Aug 3, 2026
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

Review requested:

  • @nodejs/config

@nodejs-github-botnodejs-github-bot added c++ Issues and PRs that require attention from people who are familiar with C++. config Issues or PRs related to the config subsystem needs-ci PRs that need a full CI run. labels Aug 3, 2026
@codecov

codecovBot commented Aug 3, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 90.29%. Comparing base (f00fb75) to head (b032170).
⚠️ Report is 56 commits behind head on main.

Additional details and impacted files
@@ Coverage Diff @@## main #64986 +/- ##
==========================================
+ Coverage 90.27% 90.29% +0.02% 
==========================================
Files 762 759 -3 Lines 247534 247635 +101 Branches 46694 46686 -8 ==========================================
+ Hits 223457 223611 +154 + Misses 15529 15467 -62 - Partials 8548 8557 +9 
Files with missing linesCoverage Δ
src/node_options.cc76.67% <100.00%> (-0.08%)⬇️

... and 68 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@aduh95aduh95 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You also need to add it back to cli.md (like is e.g. --experimental-abortcontroller etc.)

Comment threaddoc/api/cli.md Outdated
Signed-off-by: Aviv Keller <me@aviv.sh>
@avivkeller
avivkellerforce-pushed the experimental-repl-await branch from 1f3cd6e to b032170CompareAugust 4, 2026 19:08
@aduh95aduh95 added author ready PRs that have at least one approval, no pending requests for changes, and a CI started. request-ci Add this label to start a Jenkins CI on a PR. labels Aug 4, 2026
@github-actionsgithub-actionsBot removed the request-ci Add this label to start a Jenkins CI on a PR. label Aug 4, 2026
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.c++Issues and PRs that require attention from people who are familiar with C++.configIssues or PRs related to the config subsystemdont-land-on-v22.xPRs that should not land on the v22.x-staging branch and should not be released in v22.x.dont-land-on-v24.xPRs that should not land on the v24.x-staging branch and should not be released in v24.x.dont-land-on-v26.xPRs that should not land on the v26.x-staging branch and should not be released in v26.x.needs-ciPRs that need a full CI run.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@avivkeller@nodejs-github-bot@aduh95