module: add sourceURL magic comment hinting generated source by legendecas · Pull Request #54402 · nodejs/node

@nodejs-github-bot added module

Issues and PRs related to the module subsystem.

needs-ci

PRs that need a full CI run.

labels

Aug 15, 2024

@legendecas

Source map is not necessary in strip-only mode. However, to map the
source file in debuggers to the original TypeScript source, add a
sourceURL magic comment to hint that it is a generated source.

@aduh95 aduh95 added the author ready

PRs that have at least one approval, no pending requests for changes, and a CI started.

label

Aug 16, 2024

marco-ippolito

@legendecas

mcollina

RafaelGSS pushed a commit that referenced this pull request

Aug 25, 2024
Source map is not necessary in strip-only mode. However, to map the
source file in debuggers to the original TypeScript source, add a
sourceURL magic comment to hint that it is a generated source.

PR-URL: #54402
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Kohei Ueno <kohei.ueno119@gmail.com>
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>

@targos targos added the dont-land-on-v20.x

PRs that should not land on the v20.x-staging branch and should not be released in v20.x.

label

Sep 21, 2024