summaryrefslogtreecommitdiff
path: root/.babelrc
diff options
context:
space:
mode:
authorAlex Early <alexander.early@gmail.com>2018-08-05 13:35:58 -0700
committerGitHub <noreply@github.com>2018-08-05 13:35:58 -0700
commit61268c58857205c704b28787728ed9bfe780dbd6 (patch)
tree65f2ff1d524a6e487725207f36b0199da39abe3e /.babelrc
parent5c174fa63b5a7197ff6abe19a97b74ed7e77646d (diff)
downloadasync-61268c58857205c704b28787728ed9bfe780dbd6.tar.gz
[wip] initial async generator support (#1560)
feat: initial async generator support
Diffstat (limited to '.babelrc')
-rw-r--r--.babelrc5
1 files changed, 4 insertions, 1 deletions
diff --git a/.babelrc b/.babelrc
index 913eb6a..911ec28 100644
--- a/.babelrc
+++ b/.babelrc
@@ -1,5 +1,8 @@
{
- "plugins": ["transform-es2015-modules-commonjs"],
+ "plugins": [
+ "transform-es2015-modules-commonjs",
+ "syntax-async-generators"
+ ],
"env": {
"test": {
"plugins": ["istanbul"]