Coder Social home page Coder Social logo

Comments (9)

anseki avatar anseki commented on June 11, 2024

Hi @CalculonPrime, thank you for the comment.
Do you mean that you want to redirect input?
If so, fs.c doesn't work now.
Also, you don't need this module now because Node.js already implemented the features. I think that the module have already finished its part at that time.
You can use Readline (not readlineSync) or another module now, it's better choice.

from readline-sync.

CalculonPrime avatar CalculonPrime commented on June 11, 2024

Well readline isn't synchronous, so I'd have to wrap it, and more importantly, readline doesn't support hiding password typing like readline-sync. The key API I'm using is readline-sync.question().

from readline-sync.

anseki avatar anseki commented on June 11, 2024

If you don't want to wrap that (but you can wrap it easily) or you want something like utility method, you can use another module instead.

from readline-sync.

CalculonPrime avatar CalculonPrime commented on June 11, 2024

What other module? I've tried using async/await around the built-in readline question() API and it doesn't block the calling function. How do I get synchronous readline?

from readline-sync.

anseki avatar anseki commented on June 11, 2024

I don't know what module you want but you can search modules in https://www.npmjs.com/ and find modules that read via TTY such as prompts.
See document for async/await: https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Asynchronous/Async_await

from readline-sync.

CalculonPrime avatar CalculonPrime commented on June 11, 2024

I know how to search modules. I'm not aware of any that replace readline-sync. As far as async/await, that isn't a replacement either, as it requires the entire hierarchy of calling functions to be made async.

from readline-sync.

anseki avatar anseki commented on June 11, 2024

Sorry, I don't know what module you want and problem about async/await in your app.
However, async/await and Promise are very important for JavaScript.
In general, module such as the prompts and async/await can be used instead of readlineSync. I don't know why you can't that because I don't know what you want to do.

from readline-sync.

anseki avatar anseki commented on June 11, 2024

You had better search modules by yourself if you know how to that and you don't like the module that I told.

from readline-sync.

anseki avatar anseki commented on June 11, 2024

No reply came, then this abandoned issue is closed.

from readline-sync.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.