Commit baf30ee
module: fix unintended mutation
Refs: #46061 (comment)
PR-URL: #46108
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Jacob Smith <jacob@frende.me>1 parent 24a1016 commit baf30eeCopy full SHA for baf30ee
File tree
Expand file treeCollapse file tree
2 files changed
+10
-5
lines changedOpen diff view settings
Filter options
- lib/internal/modules/cjs
- test/fixtures
Expand file treeCollapse file tree
2 files changed
+10
-5
lines changedOpen diff view settings
Collapse file
lib/internal/modules/cjs/loader.js
Copy file name to clipboardExpand all lines: lib/internal/modules/cjs/loader.js+5-5Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
29 | 29 | |
30 | 30 | |
31 | 31 | |
| 32 | + |
32 | 33 | |
33 | 34 | |
34 | 35 | |
| ||
655 | 656 | |
656 | 657 | |
657 | 658 | |
658 | | - |
659 | | - |
660 | | - |
661 | | - |
| 659 | + |
| 660 | + |
| 661 | + |
662 | 662 | |
663 | | - |
| 663 | + |
664 | 664 | |
665 | 665 | |
666 | 666 | |
|
Collapse file
test/fixtures/require-resolve.js
Copy file name to clipboardExpand all lines: test/fixtures/require-resolve.js+5Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
98 | 98 | |
99 | 99 | |
100 | 100 | |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
0 commit comments