Commit a1bcad8
committed
repl: remove deprecated repl.parseREPLKeyword() function
This removes the deprecated REPLServer.parseREPLKeyword function. It
is deprecated for a long time and should not provide any benefit to
users. To improve the maintainability of the REPL module, it's now
removed.
Signed-off-by: Ruben Bridgewater <ruben@bridgewater.de>
PR-URL: #33286
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>1 parent 4ace010 commit a1bcad8Copy full SHA for a1bcad8
File tree
Expand file treeCollapse file tree
3 files changed
+4
-22
lines changedOpen diff view settings
Filter options
- doc/api
- lib
- test/parallel
Expand file treeCollapse file tree
3 files changed
+4
-22
lines changedOpen diff view settings
Collapse file
+4-1Lines changed: 4 additions & 1 deletion
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1564 | 1564 | |
1565 | 1565 | |
1566 | 1566 | |
| 1567 | + |
| 1568 | + |
| 1569 | + |
1567 | 1570 | |
1568 | 1571 | |
1569 | 1572 | |
1570 | 1573 | |
1571 | 1574 | |
1572 | | - |
| 1575 | + |
1573 | 1576 | |
1574 | 1577 | |
1575 | 1578 | |
|
Collapse file
-5Lines changed: 0 additions & 5 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
679 | 679 | |
680 | 680 | |
681 | 681 | |
682 | | - |
683 | | - |
684 | | - |
685 | | - |
686 | | - |
687 | 682 | |
688 | 683 | |
689 | 684 | |
|
Collapse file
test/parallel/test-repl-deprecations.js
Copy file name to clipboardExpand all lines: test/parallel/test-repl-deprecations.js-16Lines changed: 0 additions & 16 deletions
This file was deleted.
0 commit comments