Commit 78dcdee
repl: remove dead code
The .scope command was used only in the old debugger. Since that's
not part of core anymore it's does not have any use. I tried to
replicate the expected behavior but it even results in just exiting
the repl immediately when using the completion similar to the removed
test case.
PR-URL: #30907
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>1 parent b14440f commit 78dcdeeCopy full SHA for 78dcdee
File tree
Expand file treeCollapse file tree
2 files changed
+15
-57
lines changedOpen diff view settings
Filter options
- lib
- test/parallel
Expand file treeCollapse file tree
2 files changed
+15
-57
lines changedOpen diff view settings
Collapse file
+15-33Lines changed: 15 additions & 33 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
43 | 43 | |
44 | 44 | |
45 | 45 | |
46 | | - |
47 | 46 | |
48 | 47 | |
49 | 48 | |
| ||
1291 | 1290 | |
1292 | 1291 | |
1293 | 1292 | |
1294 | | - |
1295 | 1293 | |
1296 | | - |
1297 | | - |
1298 | | - |
1299 | | - |
1300 | | - |
1301 | | - |
1302 | | - |
1303 | | - |
1304 | | - |
1305 | | - |
1306 | | - |
1307 | | - |
1308 | | - |
1309 | | - |
1310 | | - |
1311 | | - |
1312 | | - |
1313 | | - |
1314 | | - |
1315 | | - |
1316 | | - |
1317 | | - |
1318 | | - |
1319 | | - |
1320 | | - |
1321 | | - |
1322 | | - |
1323 | | - |
1324 | | - |
1325 | | - |
1326 | | - |
| 1294 | + |
| 1295 | + |
| 1296 | + |
| 1297 | + |
| 1298 | + |
| 1299 | + |
| 1300 | + |
| 1301 | + |
| 1302 | + |
| 1303 | + |
| 1304 | + |
| 1305 | + |
1327 | 1306 | |
| 1307 | + |
| 1308 | + |
| 1309 | + |
1328 | 1310 | |
1329 | 1311 | |
1330 | 1312 | |
|
Collapse file
test/parallel/test-repl-eval-scope.js
Copy file name to clipboardExpand all lines: test/parallel/test-repl-eval-scope.js-24Lines changed: 0 additions & 24 deletions
This file was deleted.
0 commit comments