Breakage in Node 24
#5118
|
My project is completely broken in Node 24. I have a REPL with a lot of features from Node. I have syntax:
I use:
I know they have underscore, but they are public not hidden. I also use code from (not sure if there are any changes there in 24): https://github.com/nodejs/node/blob/master/lib/internal/repl/history.js I want to write an article about creating a REPL in Node.js, but it seems that the article would be deprecated because of Node 24. The question is what are the breaking changes in Readline? Any clue how to migrate the code to Node 24? Edit by @avivkeller: OP is describing an issue with readline, not the REPL |
Answered by
jcubic
Nov 17, 2025
Replies: 1 comment 4 replies
|
You neglected to say what's broken. |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ok, I know the breaking change now:
this code:
Throws an error:
I didn't see it because of: