Skip to content

Commit

Permalink
[New] add readline/promises to node v17+
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Oct 14, 2021
1 parent 43e2f17 commit 4f78c30
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@
"node:querystring": [">= 14.18 && < 15", ">= 16"],
"readline": true,
"node:readline": [">= 14.18 && < 15", ">= 16"],
"readline/promises": ">= 17",
"node:readline/promises": ">= 17",
"repl": true,
"node:repl": [">= 14.18 && < 15", ">= 16"],
"smalloc": ">= 0.11.5 && < 3",
Expand Down

0 comments on commit 4f78c30

Please sign in to comment.