|
1 | 1 | {
|
2 | 2 | "plugins": [
|
3 | 3 | "syntax-async-functions",
|
| 4 | + "syntax-async-generators", |
4 | 5 | "transform-class-properties",
|
5 | 6 | "transform-flow-strip-types",
|
6 | 7 | "transform-object-rest-spread",
|
|
9 | 10 | "transform-es2015-function-name",
|
10 | 11 | "transform-es2015-arrow-functions",
|
11 | 12 | "transform-es2015-block-scoped-functions",
|
12 |
| - ["transform-es2015-classes", {loose: true}], |
| 13 | + ["transform-es2015-classes", {"loose": true}], |
13 | 14 | "transform-es2015-object-super",
|
14 | 15 | "transform-es2015-shorthand-properties",
|
15 | 16 | "transform-es2015-duplicate-keys",
|
16 | 17 | "transform-es2015-computed-properties",
|
17 | 18 | "check-es2015-constants",
|
18 |
| - ["transform-es2015-spread", {loose: true}], |
| 19 | + ["transform-es2015-spread", {"loose": true}], |
19 | 20 | "transform-es2015-parameters",
|
20 |
| - ["transform-es2015-destructuring", {loose: true}], |
| 21 | + ["transform-es2015-destructuring", {"loose": true}], |
21 | 22 | "transform-es2015-block-scoping",
|
22 | 23 | "transform-es2015-modules-commonjs",
|
23 | 24 | "transform-regenerator",
|
|
0 commit comments