diff options
Diffstat (limited to 'node_modules/istanbul-lib-instrument/dist/instrumenter.js')
-rw-r--r-- | node_modules/istanbul-lib-instrument/dist/instrumenter.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node_modules/istanbul-lib-instrument/dist/instrumenter.js b/node_modules/istanbul-lib-instrument/dist/instrumenter.js index ff64c3afb..313647ccf 100644 --- a/node_modules/istanbul-lib-instrument/dist/instrumenter.js +++ b/node_modules/istanbul-lib-instrument/dist/instrumenter.js @@ -121,7 +121,7 @@ var Instrumenter = function () { var ast = babylon.parse(code, { allowReturnOutsideFunction: opts.autoWrap, sourceType: opts.esModules ? "module" : "script", - plugins: ['asyncGenerators', 'dynamicImport', 'flow', 'jsx'] + plugins: ['asyncGenerators', 'dynamicImport', 'objectRestSpread', 'flow', 'jsx'] }); var ee = (0, _visitor2.default)(t, filename, { coverageVariable: opts.coverageVariable, |