Skip to content

Commit

Permalink
test against corejs 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Jan 7, 2020
1 parent a527a3b commit de42cfd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Expand Up @@ -4,7 +4,7 @@
"../../../../lib",
{
"useBuiltIns": "usage",
"corejs": 3,
"corejs": "3.6",
"modules": false
}
]
Expand Down
Expand Up @@ -4,15 +4,15 @@ import "core-js/modules/es.symbol.iterator";
import "core-js/modules/es.symbol.match";
import "core-js/modules/es.array.from";
import "core-js/modules/es.array.iterator";
import "core-js/modules/es.global-this";
import "core-js/modules/es.map";
import "core-js/modules/es.object.to-string";
import "core-js/modules/es.promise";
import "core-js/modules/es.promise.all-settled";
import "core-js/modules/es.regexp.exec";
import "core-js/modules/es.string.iterator";
import "core-js/modules/es.string.match";
import "core-js/modules/esnext.global-this";
import "core-js/modules/esnext.promise.all-settled";
import "core-js/modules/esnext.string.match-all";
import "core-js/modules/es.string.match-all";
import "core-js/modules/web.dom-collections.iterator";
import "core-js/modules/web.queue-microtask";
Array.from; // static method
Expand Down

0 comments on commit de42cfd

Please sign in to comment.