-
Notifications
You must be signed in to change notification settings - Fork 738
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
feat: async/await Example #12
Conversation
hackernews-async/appveyor.yml
Outdated
@@ -0,0 +1,14 @@ | |||
environment: | |||
matrix: | |||
- nodejs_version: '4' |
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.
node 7
hackernews-async/package.json
Outdated
"supertest": "^3.0.0" | ||
}, | ||
"engines": { | ||
"node": ">=7.0.0" |
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.
7.6.0
这个我接手继续改 |
@dead-horse 这个也改好了? |
还没,power-assert 的转义有问题,要再看一下 |
FYI: Just released espower-source 2.0.1 for the bugfix. Thanks @dead-horse for your pull-req! |
可以了,等 eggjs/bin#33 合并可以手动开启 harmony-async-await 来跑了。 node --harmony-async-await node_modules/.bin/egg-bin dev
node --harmony-async-await node_modules/.bin/egg-bin test |
我不能 approved 自己 |
@dead-horse 参数还没加? |
参数不加了吧,我看看 README 里面写一下,应该可以通过 |
49e758d
to
76bb9e6
Compare
readme 更新了一下 |
Closes eggjs/egg#276