Skip to content

Commit

Permalink
Commit auto-modified files
Browse files Browse the repository at this point in the history
  • Loading branch information
shimataro committed Oct 19, 2019
1 parent 5b3073c commit 50100e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/babel-runtime-corejs2/helpers/esm/iterableToArray.js
@@ -1,5 +1,5 @@
import _Array$from from "../../core-js/array/from";
import _isIterable from "../../core-js/is-iterable";
import _Array$from from "../../core-js/array/from.js";
import _isIterable from "../../core-js/is-iterable.js";
export default function _iterableToArray(iter) {
if (_isIterable(Object(iter)) || Object.prototype.toString.call(iter) === "[object Arguments]") return _Array$from(iter);
}
4 changes: 2 additions & 2 deletions packages/babel-runtime-corejs2/helpers/iterableToArray.js
@@ -1,6 +1,6 @@
var _Array$from = require("../core-js/array/from");
var _Array$from = require("../core-js/array/from.js");

var _isIterable = require("../core-js/is-iterable");
var _isIterable = require("../core-js/is-iterable.js");

function _iterableToArray(iter) {
if (_isIterable(Object(iter)) || Object.prototype.toString.call(iter) === "[object Arguments]") return _Array$from(iter);
Expand Down

0 comments on commit 50100e6

Please sign in to comment.