summaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
authorAntoine du Hamel <duhamelantoine1995@gmail.com>2021-04-27 16:10:15 +0200
committerMichaël Zasso <targos@protonmail.com>2021-05-02 09:20:18 +0200
commit54dfdbcccf1f2844974bdcdedbfa1f45d75c55d5 (patch)
treee10431f7cda60b25aeb7d3da3b9c8d7addc09b5e /node.gyp
parent69c57e99f0764cf6e0b2c6e056782c37dd09c98e (diff)
downloadnode-new-54dfdbcccf1f2844974bdcdedbfa1f45d75c55d5.tar.gz
readline: move utilities to internal modules
PR-URL: https://github.com/nodejs/node/pull/38466 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/node.gyp b/node.gyp
index 3308ecb432..642a9767fb 100644
--- a/node.gyp
+++ b/node.gyp
@@ -218,6 +218,8 @@
'lib/internal/process/signal.js',
'lib/internal/process/task_queues.js',
'lib/internal/querystring.js',
+ 'lib/internal/readline/callbacks.js',
+ 'lib/internal/readline/emitKeypressEvents.js',
'lib/internal/readline/utils.js',
'lib/internal/repl.js',
'lib/internal/repl/await.js',