Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / core-js / modules / esnext.iterator.reduce.js
index 029269d5366abf1472490ca007eb06eefa5c4079..d9be4d5433f462d7572d143b2b02e6b5a73034c0 100644 (file)
@@ -18,7 +18,7 @@ $({ target: 'Iterator', proto: true, real: true }, {
       } else {
         accumulator = reducer(accumulator, value);
       }
-    }, undefined, false, true);
+    }, { IS_ITERATOR: true });
     if (noInitial) throw TypeError('Reduce of empty iterator with no initial value');
     return accumulator;
   }