-
Notifications
You must be signed in to change notification settings - Fork 29.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
esm: ensure cwd-relative imports for module --eval
PR-URL: #28389 Reviewed-By: Colin Ihrig <[email protected]>
- Loading branch information
1 parent
b808484
commit c9a96ae
Showing
3 changed files
with
22 additions
and
7 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Error: test | ||
at one (eval:1:2:9) | ||
at two (eval:1:15:9) | ||
at one (file:*/[eval1]:2:9) | ||
at two (file:*/[eval1]:15:9) | ||
at processTicksAndRejections (internal/process/task_queues.js:*:*) | ||
at async three (eval:1:18:3) | ||
at async four (eval:1:22:3) | ||
at async main (eval:1:28:5) | ||
at async three (file:*/[eval1]:18:3) | ||
at async four (file:*/[eval1]:22:3) | ||
at async main (file:*/[eval1]:28:5) |
This file contains 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