Skip to content

Commit

Permalink
readline: reserve readline/promises module name
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed Apr 14, 2021
1 parent 7b2bad4 commit e003711
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/readline/promises.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
'use strict';

const {
Error
} = primordials;

throw new Error('Not implemented'); // eslint-disable-line no-restricted-syntax
1 change: 1 addition & 0 deletions node.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
'lib/punycode.js',
'lib/querystring.js',
'lib/readline.js',
'lib/readline/promises.js',
'lib/repl.js',
'lib/stream.js',
'lib/stream/promises.js',
Expand Down

0 comments on commit e003711

Please sign in to comment.