Merge pull request #3 from zeit/refactor-async-await

refactor to use async/await, change to not return Promise on some met…
This commit is contained in:
Naoyuki Kanezawa 2019-10-07 20:49:20 +09:00 committed by GitHub
commit e3f850b923
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2258 additions and 2956 deletions

View File

@ -3,5 +3,8 @@
"env": { "env": {
"node": true, "node": true,
"es6": true "es6": true
},
"parserOptions": {
"ecmaVersion": "2018"
} }
} }

3747
index.js

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff