node/lib/internal/repl
eladkeyshawn d6669645c0 repl: fix declaring a variable with the name util
The REPL no longer relies on `util` being a reference to the `util` core
module. It still relies on `globalThis` refering to the global object,
but no longer emits warnings when it's overwritten by the user.

PR-URL: https://github.com/nodejs/node/pull/38141
Fixes: https://github.com/nodejs/node/issues/38139
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
2021-04-18 16:12:41 +02:00
..
await.js repl: refactor to avoid unsafe array iteration 2021-02-15 23:06:35 +01:00
history.js repl: refactor to use more primordials 2020-12-02 20:22:03 +00:00
utils.js repl: fix declaring a variable with the name util 2021-04-18 16:12:41 +02:00