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

Move inquirer code to console reporter #3207

Merged
merged 2 commits into from
Apr 22, 2017

Conversation

torifat
Copy link
Member

@torifat torifat commented Apr 20, 2017

This is a long time due.

When I first wrote it I had no idea about the rest of the yarn codebase. Later I realized it would be a better idea to move this inside the reporter. Then we can easily use this in other parts of our codebase.

Future Wok

  • Update Inquirer flow type.
  • Fix press double ctrl+c to get out of interactive mode (done)

output: this.stdout,
});

let rejectRef = () => {};
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't like doing this at all. Please feel free to suggest any better alternative.

@torifat torifat requested review from arcanis and bestander April 22, 2017 02:01
@bestander bestander merged commit 504b8cf into yarnpkg:master Apr 22, 2017
@bestander
Copy link
Member

Cool stuff!

@torifat torifat deleted the refactor-inquirer branch April 22, 2017 14:52
This was referenced Apr 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants