Skip to content

Conversation

@privatenumber
Copy link
Contributor

@privatenumberprivatenumber commented Dec 3, 2023

fixes#50839

Development command (for future reference):
make -s build-addons && tools/test.py test/es-module/test-esm-loader-hooks.mjs

@nodejs-github-botnodejs-github-bot added esm Issues and PRs related to the ECMAScript Modules implementation. needs-ci PRs that need a full CI run. test Issues and PRs related to the tests. labels Dec 3, 2023
@privatenumberprivatenumber changed the title test: source map from cjs file in esm loader hookfix(hooks): source maps in cjs translatorDec 3, 2023
@privatenumberprivatenumber changed the title fix(hooks): source maps in cjs translatormodule: load source maps in commonjs translatorDec 3, 2023
@privatenumberprivatenumber marked this pull request as ready for review December 3, 2023 16:52
@privatenumberprivatenumberforce-pushed the 50649 branch 2 times, most recently from a3234b7 to b43f701CompareDecember 3, 2023 17:08
Copy link
Contributor

@aduh95aduh95 left a comment

Choose a reason for hiding this comment

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

Thanks!

@aduh95aduh95 added author ready PRs that have at least one approval, no pending requests for changes, and a CI started. source maps Issues and PRs related to source map support. request-ci Add this label to start a Jenkins CI on a PR. and removed test Issues and PRs related to the tests. labels Dec 3, 2023
@github-actionsgithub-actionsbot removed the request-ci Add this label to start a Jenkins CI on a PR. label Dec 3, 2023
@nodejs-github-bot
Copy link
Collaborator

@nodejs-github-bot
Copy link
Collaborator

@nodejs-github-bot
Copy link
Collaborator

@GeoffreyBooth
Copy link
Member

@nodejs/loaders

@GeoffreyBoothGeoffreyBooth removed the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Dec 5, 2023
Copy link
Member

@GeoffreyBoothGeoffreyBooth left a comment

Choose a reason for hiding this comment

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

Thank you!

@GeoffreyBoothGeoffreyBooth added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Dec 5, 2023
@GeoffreyBoothGeoffreyBooth added the request-ci Add this label to start a Jenkins CI on a PR. label Dec 5, 2023
@github-actionsgithub-actionsbot removed the request-ci Add this label to start a Jenkins CI on a PR. label Dec 5, 2023
@nodejs-github-bot
Copy link
Collaborator

@aduh95
Copy link
Contributor

@privatenumber can you please rebase all your commits on top of main? Merge commits tend to break our tooling

@aduh95aduh95 added the request-ci Add this label to start a Jenkins CI on a PR. label Dec 9, 2023
@github-actionsgithub-actionsbot removed the request-ci Add this label to start a Jenkins CI on a PR. label Dec 9, 2023
@nodejs-github-bot
Copy link
Collaborator

@nodejs-github-bot
Copy link
Collaborator

@debadree25debadree25 added the commit-queue Add this label to land a pull request using GitHub Actions. label Dec 13, 2023
@nodejs-github-botnodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Dec 13, 2023
@nodejs-github-botnodejs-github-bot merged commit 228bc5c into nodejs:mainDec 13, 2023
@nodejs-github-bot
Copy link
Collaborator

Landed in 228bc5c

RafaelGSS pushed a commit that referenced this pull request Dec 15, 2023
PR-URL: #51033 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Geoffrey Booth <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]> Reviewed-By: James M Snell <[email protected]>
@RafaelGSSRafaelGSS mentioned this pull request Dec 15, 2023
richardlau pushed a commit that referenced this pull request Mar 25, 2024
PR-URL: #51033 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Geoffrey Booth <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]> Reviewed-By: James M Snell <[email protected]>
@richardlaurichardlau mentioned this pull request Mar 25, 2024
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.esmIssues and PRs related to the ECMAScript Modules implementation.needs-ciPRs that need a full CI run.source mapsIssues and PRs related to source map support.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Source maps not working in CommonJS via Hooks API

7 participants

@privatenumber@nodejs-github-bot@GeoffreyBooth@aduh95@jasnell@legendecas@debadree25