diff options
author | Antoine du Hamel <duhamelantoine1995@gmail.com> | 2021-04-27 16:10:15 +0200 |
---|---|---|
committer | Michaël Zasso <targos@protonmail.com> | 2021-05-02 09:20:18 +0200 |
commit | 54dfdbcccf1f2844974bdcdedbfa1f45d75c55d5 (patch) | |
tree | e10431f7cda60b25aeb7d3da3b9c8d7addc09b5e /node.gyp | |
parent | 69c57e99f0764cf6e0b2c6e056782c37dd09c98e (diff) | |
download | node-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.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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', |