Skip to content

Commit

Permalink
Update fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Jan 19, 2021
1 parent cdf30ac commit 20ae842
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
@@ -1,4 +1,4 @@
import "regenerator-runtime/runtime";
import "regenerator-runtime/runtime.js";
import "core-js/modules/es6.object.to-string.js";
import "core-js/modules/es6.promise.js";

Expand Down
@@ -1,4 +1,4 @@
import "regenerator-runtime/runtime";
import "regenerator-runtime/runtime.js";

var _marked = /*#__PURE__*/regeneratorRuntime.mark(a);

Expand Down
Expand Up @@ -16,7 +16,7 @@ require("core-js/modules/es7.object.get-own-property-descriptors.js");

require("core-js/modules/es6.object.define-properties.js");

require("regenerator-runtime/runtime");
require("regenerator-runtime/runtime.js");

require("core-js/modules/es6.object.to-string.js");

Expand Down
Expand Up @@ -12,7 +12,9 @@ import "core-js/modules/es.symbol.description.js";
import "core-js/modules/es.symbol.iterator.js";
import "core-js/modules/es.regexp.exec.js";
import "core-js/modules/web.queue-microtask.js";
import "core-js/modules/es.global-this.js";
import "core-js/modules/es.promise.all-settled.js";
import "core-js/modules/es.string.match-all.js";
Array.from; // static method

Map; // built-in
Expand Down
@@ -1,4 +1,4 @@
import "regenerator-runtime/runtime";
import "regenerator-runtime/runtime.js";
import "core-js/modules/es.promise.js";
import "core-js/modules/es.object.to-string.js";

Expand Down
@@ -1,4 +1,4 @@
import "regenerator-runtime/runtime";
import "regenerator-runtime/runtime.js";

var _marked = /*#__PURE__*/regeneratorRuntime.mark(a);

Expand Down

0 comments on commit 20ae842

Please sign in to comment.