test/dummy/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js in disco_app-0.18.0 vs test/dummy/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js in disco_app-0.18.1
- old
+ new
@@ -1,6 +1,7 @@
-import arrayWithoutHoles from "./arrayWithoutHoles";
-import iterableToArray from "./iterableToArray";
-import nonIterableSpread from "./nonIterableSpread";
+import arrayWithoutHoles from "./arrayWithoutHoles.js";
+import iterableToArray from "./iterableToArray.js";
+import unsupportedIterableToArray from "./unsupportedIterableToArray.js";
+import nonIterableSpread from "./nonIterableSpread.js";
export default function _toConsumableArray(arr) {
- return arrayWithoutHoles(arr) || iterableToArray(arr) || nonIterableSpread();
+ return arrayWithoutHoles(arr) || iterableToArray(arr) || unsupportedIterableToArray(arr) || nonIterableSpread();
}
\ No newline at end of file