-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Return a promise from ATA #2694
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
Conversation
This does a couple of things: - More ergonomic - Know when a specific type request has completed. (Current finish event is insufficient, doesn't tell you which request is completed and is never called if the provided source code has no imports).
|
Seems reasonable to me, I'd recommend also bumping the package json version so when the PR is merged it will also release 👍🏻 |
|
@microsoft-github-policy-service agree |
Done 👍 |
jakebailey
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM but will merge/release this with the other PRs that require package publishes.
|
With bump versions with #2904 to minimize the waiting within the current infrastructure. |
This does a couple of things: