Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

readline: remove question method from InterfaceConstructor #44606

Merged
merged 1 commit into from Sep 14, 2022

Commits on Sep 12, 2022

  1. readline: remove question method from InterfaceConstructor

    That method is overwritten in both
    `require('node:readline').Interface.prototype` and
    `require('node:readline/promises').Interface.prototype`, and is very
    much not useful outside of interacting with TTY, removing it from the
    parent class could enable the use of `InterfaceConstructor` in other
    contexts (such as interacting with files).
    aduh95 committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    ab48f8d View commit details
    Browse the repository at this point in the history