Search code examples
node.jsnode-modulesreadline

How can I view the source code for the readline module in nodejs?


I've scored the internet for almost an hour, but I can't find the actual github for readline, nor is it in node_modules. I hear that some are in binary, like events.js, but I found a repo for it. I'm trying to read through readline and learn how it works but I cannot find it. Does anyone know where it is?


Solution

  • You can find it in the libs-directory on the official github-repo:

    https://github.com/nodejs/node/blob/master/lib/readline.js