-
|
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 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
|
You neglected to say what's broken. |
Beta Was this translation helpful? Give feedback.
Ok, I know the breaking change now:
this code:
Throws an error:
I didn't see it because of: