[v18.x] esm: fix `--specifier-resolution=node` not preserving symlinks by znewsham · Pull Request #47674 · nodejs/node

@znewsham

@nodejs-github-bot added esm

Issues and PRs related to the ECMAScript Modules implementation.

needs-ci

PRs that need a full CI run.

v18.x

Issues that can be reproduced on v18.x or PRs targeting the v18.x-staging branch.

labels

Apr 22, 2023

richardlau

@richardlau richardlau changed the title ensure --experimental-specifier-resolution=node works with --preserve-symlinks [v18.x] ensure --experimental-specifier-resolution=node works with --preserve-symlinks

Apr 22, 2023

GeoffreyBooth

@znewsham

VoltrexKeyva

aduh95

@aduh95 aduh95 changed the title [v18.x] ensure --experimental-specifier-resolution=node works with --preserve-symlinks [v18.x] esm: fix --specifier-resolution=node not preserving symlinks

Apr 23, 2023
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>

This was referenced

Apr 24, 2023

This was referenced

Apr 26, 2023

ruyadorno pushed a commit that referenced this pull request

Aug 17, 2023
Ensure `--experimental-specifier-resolution=node` works when combined
with `--preserve-symlinks`.

PR-URL: #47674
Refs: #47649
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>