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

module: load source maps in `commonjs` translator by privatenumber · Pull Request #51033 · nodejs/node · GitHub

/ node Public

module: load source maps in commonjs translator - #51033

Merged
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
privatenumber:50649
Dec 13, 2023
Merged

module: load source maps in commonjs translator#51033
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
privatenumber:50649

Conversation

privatenumber commented Dec 3, 2023
edited
Loading

Copy link
Copy Markdown
Contributor

fixes #50839

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

nodejs-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
privatenumber changed the title test: source map from cjs file in esm loader hook fix(hooks): source maps in cjs translator Dec 3, 2023
privatenumber changed the title fix(hooks): source maps in cjs translator module: load source maps in commonjs translator Dec 3, 2023
privatenumber marked this pull request as ready for review December 3, 2023 16:52
privatenumber force-pushed the 50649 branch 2 times, most recently from a3234b7 to b43f701 Compare December 3, 2023 17:08

aduh95 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.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Thanks!

aduh95 added author ready PRs that have at least one approval, no outstanding review comments, 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-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Dec 3, 2023

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Member

@nodejs/loaders

GeoffreyBooth removed the author ready PRs that have at least one approval, no outstanding review comments, and a CI started. label Dec 5, 2023

GeoffreyBooth left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Thank you!

GeoffreyBooth added the author ready PRs that have at least one approval, no outstanding review comments, and a CI started. label Dec 5, 2023
GeoffreyBooth added the request-ci Add this label to start a Jenkins CI on a PR. label Dec 5, 2023
github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Dec 5, 2023

Copy link
Copy Markdown
Collaborator

aduh95 commented Dec 5, 2023

Copy link
Copy Markdown
Contributor

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

aduh95 added the request-ci Add this label to start a Jenkins CI on a PR. label Dec 9, 2023
github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Dec 9, 2023

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

debadree25 added the commit-queue Add this label to land a pull request using GitHub Actions. label Dec 13, 2023
nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Dec 13, 2023
nodejs-github-bot merged commit 228bc5c into nodejs:main Dec 13, 2023

Copy link
Copy Markdown
Collaborator

Landed in 228bc5c

RafaelGSS pushed a commit that referenced this pull request Dec 15, 2023
PR-URL: #51033
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
RafaelGSS 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 <duhamelantoine1995@gmail.com>
Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
richardlau mentioned this pull request Mar 25, 2024
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

author ready PRs that have at least one approval, no outstanding review comments, and a CI started. esm Issues and PRs related to the ECMAScript Modules implementation. needs-ci PRs that need a full CI run. source maps Issues 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


Back | FazBrowse Home | New Git URL