Commit 3f02855
module: move cjs type check behind flag
PR-URL: #29732
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: David Carlier <devnexen@gmail.com>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Jan Krems <jan.krems@gmail.com>
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com>1 parent b5c24df commit 3f02855Copy full SHA for 3f02855
File tree
Expand file treeCollapse file tree
2 files changed
+2
-1
lines changedOpen diff view settings
Filter options
- lib/internal/modules/cjs
- test/es-module
Expand file treeCollapse file tree
2 files changed
+2
-1
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+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
952 | 952 | |
953 | 953 | |
954 | 954 | |
955 | | - |
| 955 | + |
956 | 956 | |
957 | 957 | |
958 | 958 | |
|
Collapse file
test/es-module/test-esm-type-flag-errors.js
Copy file name to clipboardExpand all lines: test/es-module/test-esm-type-flag-errors.js+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
1 | 2 | |
2 | 3 | |
3 | 4 | |
|
0 commit comments