SBoudrias / Inquirer.js

A collection of common interactive command line user interfaces.
MIT License
20.29k stars 1.3k forks source link

Refactor(@inquirer/core) Cleanup the exit logic & promise constructor #1532

Closed SBoudrias closed 2 months ago

SBoudrias commented 2 months ago
  1. Reduce amount of function calling each others to cleanup Inquirer.
  2. Add manual Promise.withResolvers() utility to allow flattening the logic.