-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(es/module): Fix jsc.paths
on Windows
#6930
Conversation
InvestigationFrom test suite
Real repo
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
swc-bump:
- swc
yarn
and jsc.paths
on Windowsjsc.paths
on Windows
@realtimetodie Can you send PR for adding tests for #6716? So I can ensure those are working while fixing #6930 |
I can confirm that between b451fa9 and e332dff (now) the module resolution has changed and the previous behavior can no longer be reproduced. I also confirmed that the Bazel test fails prior to b451fa9 due to path canonicalization
To confirm this behavior, I created an integration test for Bazel using symbolic links in. The tree is checked out at that fails due to path canonicalization |
I tested the binary manually with Bazel and the tests pass. |
@kdy1 I added a Bazel test in realtimetodie@1dc54c8 that verifies symbolic link support. |
@realtimetodie Can you create a PR towards swc main? |
Thank you! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Automated review comment generated by auto-rebase script
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
swc-bump:
- swc
Description:
Related issue: