Commit 6ad458b
committed
module: remove unnecessary property and method
`require.paths` property and `require.registerExtension` function have
been throwing errors when used. They both are like this for years now.
This patch removes them from the system.
PR-URL: #2922
Reviewed-By: Roman Reiss <me@silverwind.io>
Reviewed-By: Brian White <mscdex@mscdex.net>
Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>1 parent 8853388 commit 6ad458bCopy full SHA for 6ad458b
File tree
Expand file treeCollapse file tree
2 files changed
+0
-14
lines changedOpen diff view settings
Filter options
- lib
- test/sequential
Expand file treeCollapse file tree
2 files changed
+0
-14
lines changedOpen diff view settings
Collapse file
-10Lines changed: 0 additions & 10 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
389 | 389 | |
390 | 390 | |
391 | 391 | |
392 | | - |
393 | | - |
394 | | - |
395 | | - |
396 | | - |
397 | | - |
398 | 392 | |
399 | 393 | |
400 | 394 | |
401 | 395 | |
402 | | - |
403 | | - |
404 | | - |
405 | | - |
406 | 396 | |
407 | 397 | |
408 | 398 | |
|
Collapse file
test/sequential/test-module-loading.js
Copy file name to clipboardExpand all lines: test/sequential/test-module-loading.js-4Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
127 | 127 | |
128 | 128 | |
129 | 129 | |
130 | | - |
131 | | - |
132 | | - |
133 | | - |
134 | 130 | |
135 | 131 | |
136 | 132 | |
|
0 commit comments