Skip to content

Remove fibers from CLI and use async/await #2204

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

Closed
6 of 10 tasks
rosen-vladimirov opened this issue Nov 8, 2016 · 0 comments
Closed
6 of 10 tasks

Remove fibers from CLI and use async/await #2204

rosen-vladimirov opened this issue Nov 8, 2016 · 0 comments
Assignees
Milestone

Comments

@rosen-vladimirov
Copy link
Contributor

rosen-vladimirov commented Nov 8, 2016

CLI uses fibers in order to use sync code instead of callbacks. Fibers are great, but most of the people are not familiar with them. Also Promises are more popular now and they are integrated in Node.js.
TypeScript allows using async/await for getting Promises results instead of chaining .then.
Here are the steps to be taken when fibers are removed and async/await is used instead:

@rosen-vladimirov rosen-vladimirov self-assigned this Nov 8, 2016
This was referenced Nov 30, 2016
@rosen-vladimirov rosen-vladimirov added this to the 2.5.0 milestone Dec 10, 2016
@pkoleva pkoleva added the epic label Jan 4, 2017
@rosen-vladimirov rosen-vladimirov modified the milestones: 2.6.0 (TBD), 2.5.0 Jan 12, 2017
@pkoleva pkoleva modified the milestone: 2.6.0 (TBD) Jan 26, 2017
@pkoleva pkoleva added this to the 3.0.0-RC milestone Feb 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants