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

[v22.x] esm: add experimental support for addon modules by legendecas · Pull Request #59961 · nodejs/node · GitHub

/ node Public

[v22.x] esm: add experimental support for addon modules - #59961

Closed
legendecas wants to merge 1 commit into
nodejs:v22.x-stagingfrom
legendecas:backport-55844-to-22
Closed

[v22.x] esm: add experimental support for addon modules#59961
legendecas wants to merge 1 commit into
nodejs:v22.x-stagingfrom
legendecas:backport-55844-to-22

Conversation

Copy link
Copy Markdown
Member

PR-URL: #55844
Fixes: #40541
Fixes: #55821
Reviewed-By: Guy Bedford guybedford@gmail.com
Reviewed-By: Geoffrey Booth webadmin@geoffreybooth.com
Reviewed-By: Joyee Cheung joyeec9h3@gmail.com
Reviewed-By: Jacob Smith jacob@frende.me
Reviewed-By: Antoine du Hamel duhamelantoine1995@gmail.com

Copy link
Copy Markdown
Collaborator

Review requested:

  • @nodejs/config
  • @nodejs/gyp
  • @nodejs/loaders

nodejs-github-bot added c++ Issues and PRs that require attention from people who are familiar with C++. lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run. v22.x Issues that can be reproduced on v22.x or PRs targeting the v22.x-staging branch. labels Sep 21, 2025

Copy link
Copy Markdown
Member

This has a linter failure:
https://github.com/nodejs/node/actions/runs/17895087034/job/50880646671?pr=59961#step:5:19

 Running JS linter...

/home/runner/work/node/node/test/addons/esm/test-esm.mjs
  7:1  error  Unused eslint-disable directive (no problems were reported from 'node-core/require-common-first')

✖ 1 problem (1 error, 0 warnings)
  1 error and 0 warnings potentially fixable with the `--fix` option.

make: *** [Makefile:1441: lint-js] Error 1

PR-URL: nodejs#55844
Fixes: nodejs#40541
Fixes: nodejs#55821
Reviewed-By: Guy Bedford <guybedford@gmail.com>
Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Jacob Smith <jacob@frende.me>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
richardlau added the request-ci Add this label to start a Jenkins CI on a PR. label Sep 21, 2025
github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Sep 21, 2025

Copy link
Copy Markdown
Collaborator

richardlau pushed a commit that referenced this pull request Sep 22, 2025
PR-URL: #55844
Backport-PR-URL: #59961
Fixes: #40541
Fixes: #55821
Reviewed-By: Guy Bedford <guybedford@gmail.com>
Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Jacob Smith <jacob@frende.me>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>

Copy link
Copy Markdown
Member

Landed in d302cb3

richardlau closed this Sep 22, 2025
legendecas deleted the backport-55844-to-22 branch September 23, 2025 09:14
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

c++ Issues and PRs that require attention from people who are familiar with C++. lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run. v22.x Issues that can be reproduced on v22.x or PRs targeting the v22.x-staging branch.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL