Skip to content
This repository has been archived by the owner on Jan 17, 2021. It is now read-only.

Commit

Permalink
use async/await
Browse files Browse the repository at this point in the history
  • Loading branch information
crossjs committed Mar 28, 2017
1 parent 8a966e4 commit 865b304
Show file tree
Hide file tree
Showing 5 changed files with 869 additions and 25 deletions.
6 changes: 6 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
],
"plugins": [
"add-module-exports",
"syntax-async-functions",
"transform-regenerator",
"dynamic-import-webpack"
],
"comments": false
Expand All @@ -18,6 +20,8 @@
],
"plugins": [
"add-module-exports",
"syntax-async-functions",
"transform-regenerator",
"dynamic-import-webpack",
"istanbul"
],
Expand All @@ -30,6 +34,8 @@
],
"plugins": [
"add-module-exports",
"syntax-async-functions",
"transform-regenerator",
"dynamic-import-webpack"
],
"comments": false
Expand Down
Loading

0 comments on commit 865b304

Please sign in to comment.