test/dummy/node_modules/@babel/runtime/helpers/newArrowCheck.js in disco_app-0.18.0 vs test/dummy/node_modules/@babel/runtime/helpers/newArrowCheck.js in disco_app-0.18.1
- old
+ new
@@ -2,6 +2,7 @@
if (innerThis !== boundThis) {
throw new TypeError("Cannot instantiate an arrow function");
}
}
-module.exports = _newArrowCheck;
+module.exports = _newArrowCheck;
+module.exports["default"] = module.exports, module.exports.__esModule = true;
\ No newline at end of file