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

Adds command structure, and the ability to use async functions #8

Merged
merged 2 commits into from
Oct 4, 2016

Conversation

orta
Copy link
Member

@orta orta commented Oct 4, 2016

I want to use fetch, and async - they seem like pretty solid tech choices. So I've got all that in, including the babel thing was a bit of an odditiy, but I figured it out

I kept seeing the error:

ReferenceError: regeneratorRuntime is not defined

Solution was to add import "babel-polyfill" before everything had started, and before the file with async functions were referenced. I removed the source code for them for now, not relevant.

In other news, this means there are a few commands for Danger now.

@orta orta merged commit 357e36c into master Oct 4, 2016
@orta orta deleted the async_commands branch October 4, 2016 07:15
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.

1 participant