fix(es/module): Fix jsc.paths on Windows#6930
Conversation
InvestigationFrom test suite
Real repo
|
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! |
swc-bot
left a comment
There was a problem hiding this comment.
Automated review comment generated by auto-rebase script
Description:
Related issue: