Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
repl: remove magic mode
The magic mode is long deprecated and works the same as the sloppy mode. Since the sloppy mode is the default, removing the magic mode should be safe. PR-URL: #19187 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
- Loading branch information
Showing
with
12 additions
and 24 deletions.
- +4 −4 doc/api/deprecations.md
- +5 −6 doc/api/repl.md
- +0 −1 lib/repl.js
- +3 −13 test/parallel/test-repl-options.js