Skip to content

src: remove --harmony-import-attributes - #65396

Open
o- wants to merge 1 commit into
nodejs:mainfrom
o-:remove-harmony-import-attributes
Open

src: remove --harmony-import-attributes#65396
o- wants to merge 1 commit into
nodejs:mainfrom
o-:remove-harmony-import-attributes

Conversation

@o-

@o- o- commented Aug 19, 2026

Copy link
Copy Markdown
Contributor

Import attributes have been enabled by default since V8 M123 and are now standard in JavaScript. Remove the hardcoded injection of the flag in Node.js so that the flag can be deprecated and removed upstream in V8.

Refs: https://chromium-review.googlesource.com/c/v8/v8/+/8260695
Refs: #61898

Import attributes have been enabled by default since V8 M123 and are now
standard in JavaScript. Remove the hardcoded injection of the flag in
Node.js so that the flag can be deprecated and removed upstream in V8.

Refs: https://chromium-review.googlesource.com/c/v8/v8/+/8260695
Signed-off-by: Olivier Flückiger <olivf@chromium.org>
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

Review requested:

  • @nodejs/startup

@nodejs-github-bot nodejs-github-bot added c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run. labels Aug 19, 2026
@o-

o- commented Aug 19, 2026

Copy link
Copy Markdown
Contributor Author

@aduh95 friendly ping

@aduh95 aduh95 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. 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 19, 2026
@github-actions github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Aug 19, 2026
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@codecov

codecov Bot commented Aug 19, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 90.12%. Comparing base (d6bbf57) to head (00bcee1).

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #65396      +/-   ##
==========================================
- Coverage   90.13%   90.12%   -0.02%     
==========================================
  Files         752      752              
  Lines      251864   251860       -4     
  Branches    47354    47365      +11     
==========================================
- Hits       227021   226982      -39     
- Misses      16180    16223      +43     
+ Partials     8663     8655       -8     
Files with missing lines Coverage Δ
src/node.cc 76.54% <ø> (+<0.01%) ⬆️

... and 34 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.

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

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

Labels

author ready PRs 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++. 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. needs-ci PRs that need a full CI run.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants