From 0430a4877551dd92ef22d578001033613a30a077 Mon Sep 17 00:00:00 2001 From: Daniel Tschinder Date: Mon, 20 May 2019 23:27:19 -0700 Subject: [PATCH] Update preset-env dependencies and fix fixtures (#10002) * Fix fixtures after core-js update * Update core-js, caniuse and compat-table --- packages/babel-preset-env/package.json | 6 +++--- .../debug-fixtures/entry-corejs3-all-chrome-71/stdout.txt | 2 +- .../test/debug-fixtures/entry-corejs3-all/stdout.txt | 2 +- .../entry-corejs3-es-proposals-chrome-71/stdout.txt | 2 +- .../debug-fixtures/entry-corejs3-es-proposals/stdout.txt | 2 +- .../entry-corejs3-proposals-chrome-71/stdout.txt | 2 +- .../test/debug-fixtures/entry-corejs3-proposals/stdout.txt | 2 +- .../debug-fixtures/entry-corejs3-stage-chrome-71/stdout.txt | 2 +- .../test/debug-fixtures/entry-corejs3-stage/stdout.txt | 2 +- .../entry-corejs3-versions-strings-minor-3.1/stdout.txt | 2 ++ .../test/fixtures/corejs3/entry-all-chrome-71/output.mjs | 2 +- .../test/fixtures/corejs3/entry-all/output.mjs | 2 +- .../entry-entries-es-proposals-stage-chrome-71/output.mjs | 2 +- .../corejs3/entry-entries-es-proposals-stage/output.mjs | 2 +- .../corejs3/entry-entries-proposals-chrome-71/output.mjs | 2 +- .../fixtures/corejs3/entry-entries-proposals/output.mjs | 2 +- .../corejs3/entry-entries-stage-chrome-71/output.mjs | 2 +- .../test/fixtures/corejs3/entry-entries-stage/output.mjs | 2 +- .../test/fixtures/corejs3/entry-require-all/output.js | 4 ++-- .../fixtures/corejs3/entry-require-es-proposals/output.js | 4 ++-- 20 files changed, 25 insertions(+), 23 deletions(-) diff --git a/packages/babel-preset-env/package.json b/packages/babel-preset-env/package.json index b5c6eb8fc5e1..b2cc5d131f06 100644 --- a/packages/babel-preset-env/package.json +++ b/packages/babel-preset-env/package.json @@ -58,7 +58,7 @@ "@babel/plugin-transform-unicode-regex": "^7.4.4", "@babel/types": "^7.4.4", "browserslist": "^4.6.0", - "core-js-compat": "^3.0.0", + "core-js-compat": "^3.1.1", "invariant": "^2.2.2", "js-levenshtein": "^1.1.3", "semver": "^5.5.0" @@ -72,8 +72,8 @@ "@babel/helper-fixtures": "^7.4.4", "@babel/helper-plugin-test-runner": "^7.0.0", "@babel/plugin-syntax-dynamic-import": "^7.2.0", - "caniuse-db": "1.0.30000951", - "compat-table": "kangax/compat-table#6d012ba020fa7415e8a2d29e87924bab79b128a3", + "caniuse-db": "1.0.30000969", + "compat-table": "kangax/compat-table#45cbb3a3778815c973c5b09d69bf7d1f7ed0c316", "electron-to-chromium": "1.3.113" } } diff --git a/packages/babel-preset-env/test/debug-fixtures/entry-corejs3-all-chrome-71/stdout.txt b/packages/babel-preset-env/test/debug-fixtures/entry-corejs3-all-chrome-71/stdout.txt index bbefff8cb204..9bd35deedc21 100644 --- a/packages/babel-preset-env/test/debug-fixtures/entry-corejs3-all-chrome-71/stdout.txt +++ b/packages/babel-preset-env/test/debug-fixtures/entry-corejs3-all-chrome-71/stdout.txt @@ -88,7 +88,6 @@ Using polyfills with `entry` option: esnext.set.union { "chrome":"71" } esnext.string.at { "chrome":"71" } esnext.string.code-points { "chrome":"71" } - esnext.string.match-all { "chrome":"71" } esnext.string.replace-all { "chrome":"71" } esnext.symbol.dispose { "chrome":"71" } esnext.symbol.observable { "chrome":"71" } @@ -101,6 +100,7 @@ Using polyfills with `entry` option: esnext.weak-set.from { "chrome":"71" } esnext.weak-set.of { "chrome":"71" } web.immediate { "chrome":"71" } + esnext.string.match-all { "chrome":"71" } [/src/in.js] Based on your targets, regenerator-runtime import excluded. Successfully compiled 1 file with Babel. \ No newline at end of file diff --git a/packages/babel-preset-env/test/debug-fixtures/entry-corejs3-all/stdout.txt b/packages/babel-preset-env/test/debug-fixtures/entry-corejs3-all/stdout.txt index 9c9fa026270b..cf2f612260b2 100644 --- a/packages/babel-preset-env/test/debug-fixtures/entry-corejs3-all/stdout.txt +++ b/packages/babel-preset-env/test/debug-fixtures/entry-corejs3-all/stdout.txt @@ -312,7 +312,6 @@ Using polyfills with `entry` option: esnext.set.union {} esnext.string.at {} esnext.string.code-points {} - esnext.string.match-all {} esnext.string.replace-all {} esnext.symbol.dispose {} esnext.symbol.observable {} @@ -332,4 +331,5 @@ Using polyfills with `entry` option: web.url {} web.url.to-json {} web.url-search-params {} + esnext.string.match-all {} Successfully compiled 1 file with Babel. \ No newline at end of file diff --git a/packages/babel-preset-env/test/debug-fixtures/entry-corejs3-es-proposals-chrome-71/stdout.txt b/packages/babel-preset-env/test/debug-fixtures/entry-corejs3-es-proposals-chrome-71/stdout.txt index 5cf2958c3b05..6d0687966b22 100644 --- a/packages/babel-preset-env/test/debug-fixtures/entry-corejs3-es-proposals-chrome-71/stdout.txt +++ b/packages/babel-preset-env/test/debug-fixtures/entry-corejs3-es-proposals-chrome-71/stdout.txt @@ -88,7 +88,6 @@ Using polyfills with `entry` option: esnext.set.union { "chrome":"71" } esnext.string.at { "chrome":"71" } esnext.string.code-points { "chrome":"71" } - esnext.string.match-all { "chrome":"71" } esnext.string.replace-all { "chrome":"71" } esnext.symbol.dispose { "chrome":"71" } esnext.symbol.observable { "chrome":"71" } @@ -100,6 +99,7 @@ Using polyfills with `entry` option: esnext.weak-set.delete-all { "chrome":"71" } esnext.weak-set.from { "chrome":"71" } esnext.weak-set.of { "chrome":"71" } + esnext.string.match-all { "chrome":"71" } [/src/in.js] Based on your targets, regenerator-runtime import excluded. Successfully compiled 1 file with Babel. \ No newline at end of file diff --git a/packages/babel-preset-env/test/debug-fixtures/entry-corejs3-es-proposals/stdout.txt b/packages/babel-preset-env/test/debug-fixtures/entry-corejs3-es-proposals/stdout.txt index bc007cc33283..954fd4133665 100644 --- a/packages/babel-preset-env/test/debug-fixtures/entry-corejs3-es-proposals/stdout.txt +++ b/packages/babel-preset-env/test/debug-fixtures/entry-corejs3-es-proposals/stdout.txt @@ -312,7 +312,6 @@ Using polyfills with `entry` option: esnext.set.union {} esnext.string.at {} esnext.string.code-points {} - esnext.string.match-all {} esnext.string.replace-all {} esnext.symbol.dispose {} esnext.symbol.observable {} @@ -327,4 +326,5 @@ Using polyfills with `entry` option: web.url {} web.url.to-json {} web.url-search-params {} + esnext.string.match-all {} Successfully compiled 1 file with Babel. \ No newline at end of file diff --git a/packages/babel-preset-env/test/debug-fixtures/entry-corejs3-proposals-chrome-71/stdout.txt b/packages/babel-preset-env/test/debug-fixtures/entry-corejs3-proposals-chrome-71/stdout.txt index 415f49d21038..7b8630d1d45f 100644 --- a/packages/babel-preset-env/test/debug-fixtures/entry-corejs3-proposals-chrome-71/stdout.txt +++ b/packages/babel-preset-env/test/debug-fixtures/entry-corejs3-proposals-chrome-71/stdout.txt @@ -85,7 +85,6 @@ Using polyfills with `entry` option: esnext.set.union { "chrome":"71" } esnext.string.at { "chrome":"71" } esnext.string.code-points { "chrome":"71" } - esnext.string.match-all { "chrome":"71" } esnext.string.replace-all { "chrome":"71" } esnext.symbol.dispose { "chrome":"71" } esnext.symbol.observable { "chrome":"71" } @@ -97,6 +96,7 @@ Using polyfills with `entry` option: esnext.weak-set.delete-all { "chrome":"71" } esnext.weak-set.from { "chrome":"71" } esnext.weak-set.of { "chrome":"71" } + esnext.string.match-all { "chrome":"71" } [/src/in.js] Based on your targets, regenerator-runtime import excluded. Successfully compiled 1 file with Babel. \ No newline at end of file diff --git a/packages/babel-preset-env/test/debug-fixtures/entry-corejs3-proposals/stdout.txt b/packages/babel-preset-env/test/debug-fixtures/entry-corejs3-proposals/stdout.txt index e0cdc2017967..34bf4094e273 100644 --- a/packages/babel-preset-env/test/debug-fixtures/entry-corejs3-proposals/stdout.txt +++ b/packages/babel-preset-env/test/debug-fixtures/entry-corejs3-proposals/stdout.txt @@ -112,7 +112,6 @@ Using polyfills with `entry` option: esnext.set.union {} esnext.string.at {} esnext.string.code-points {} - esnext.string.match-all {} esnext.string.replace-all {} esnext.symbol.dispose {} esnext.symbol.observable {} @@ -127,4 +126,5 @@ Using polyfills with `entry` option: web.url {} web.url.to-json {} web.url-search-params {} + esnext.string.match-all {} Successfully compiled 1 file with Babel. \ No newline at end of file diff --git a/packages/babel-preset-env/test/debug-fixtures/entry-corejs3-stage-chrome-71/stdout.txt b/packages/babel-preset-env/test/debug-fixtures/entry-corejs3-stage-chrome-71/stdout.txt index 415f49d21038..7b8630d1d45f 100644 --- a/packages/babel-preset-env/test/debug-fixtures/entry-corejs3-stage-chrome-71/stdout.txt +++ b/packages/babel-preset-env/test/debug-fixtures/entry-corejs3-stage-chrome-71/stdout.txt @@ -85,7 +85,6 @@ Using polyfills with `entry` option: esnext.set.union { "chrome":"71" } esnext.string.at { "chrome":"71" } esnext.string.code-points { "chrome":"71" } - esnext.string.match-all { "chrome":"71" } esnext.string.replace-all { "chrome":"71" } esnext.symbol.dispose { "chrome":"71" } esnext.symbol.observable { "chrome":"71" } @@ -97,6 +96,7 @@ Using polyfills with `entry` option: esnext.weak-set.delete-all { "chrome":"71" } esnext.weak-set.from { "chrome":"71" } esnext.weak-set.of { "chrome":"71" } + esnext.string.match-all { "chrome":"71" } [/src/in.js] Based on your targets, regenerator-runtime import excluded. Successfully compiled 1 file with Babel. \ No newline at end of file diff --git a/packages/babel-preset-env/test/debug-fixtures/entry-corejs3-stage/stdout.txt b/packages/babel-preset-env/test/debug-fixtures/entry-corejs3-stage/stdout.txt index e0cdc2017967..34bf4094e273 100644 --- a/packages/babel-preset-env/test/debug-fixtures/entry-corejs3-stage/stdout.txt +++ b/packages/babel-preset-env/test/debug-fixtures/entry-corejs3-stage/stdout.txt @@ -112,7 +112,6 @@ Using polyfills with `entry` option: esnext.set.union {} esnext.string.at {} esnext.string.code-points {} - esnext.string.match-all {} esnext.string.replace-all {} esnext.symbol.dispose {} esnext.symbol.observable {} @@ -127,4 +126,5 @@ Using polyfills with `entry` option: web.url {} web.url.to-json {} web.url-search-params {} + esnext.string.match-all {} Successfully compiled 1 file with Babel. \ No newline at end of file diff --git a/packages/babel-preset-env/test/debug-fixtures/entry-corejs3-versions-strings-minor-3.1/stdout.txt b/packages/babel-preset-env/test/debug-fixtures/entry-corejs3-versions-strings-minor-3.1/stdout.txt index d51520a95c36..9bdec21bb16c 100644 --- a/packages/babel-preset-env/test/debug-fixtures/entry-corejs3-versions-strings-minor-3.1/stdout.txt +++ b/packages/babel-preset-env/test/debug-fixtures/entry-corejs3-versions-strings-minor-3.1/stdout.txt @@ -50,6 +50,7 @@ Using polyfills with `entry` option: es.symbol.is-concat-spreadable { "ie":"10" } es.symbol.iterator { "ie":"10" } es.symbol.match { "ie":"10" } + es.symbol.match-all { "chrome":"54", "ie":"10", "node":"6.10" } es.symbol.replace { "ie":"10" } es.symbol.search { "ie":"10" } es.symbol.species { "ie":"10" } @@ -161,6 +162,7 @@ Using polyfills with `entry` option: es.string.includes { "ie":"10" } es.string.iterator { "ie":"10" } es.string.match { "ie":"10" } + es.string.match-all { "chrome":"54", "ie":"10", "node":"6.10" } es.string.pad-end { "chrome":"54", "ie":"10", "node":"6.10" } es.string.pad-start { "chrome":"54", "ie":"10", "node":"6.10" } es.string.raw { "ie":"10" } diff --git a/packages/babel-preset-env/test/fixtures/corejs3/entry-all-chrome-71/output.mjs b/packages/babel-preset-env/test/fixtures/corejs3/entry-all-chrome-71/output.mjs index 5e6fe80b6a9a..b0bfda361f5d 100644 --- a/packages/babel-preset-env/test/fixtures/corejs3/entry-all-chrome-71/output.mjs +++ b/packages/babel-preset-env/test/fixtures/corejs3/entry-all-chrome-71/output.mjs @@ -70,7 +70,6 @@ import "core-js/modules/esnext.set.symmetric-difference"; import "core-js/modules/esnext.set.union"; import "core-js/modules/esnext.string.at"; import "core-js/modules/esnext.string.code-points"; -import "core-js/modules/esnext.string.match-all"; import "core-js/modules/esnext.string.replace-all"; import "core-js/modules/esnext.symbol.dispose"; import "core-js/modules/esnext.symbol.observable"; @@ -83,3 +82,4 @@ import "core-js/modules/esnext.weak-set.delete-all"; import "core-js/modules/esnext.weak-set.from"; import "core-js/modules/esnext.weak-set.of"; import "core-js/modules/web.immediate"; +import "core-js/modules/esnext.string.match-all"; diff --git a/packages/babel-preset-env/test/fixtures/corejs3/entry-all/output.mjs b/packages/babel-preset-env/test/fixtures/corejs3/entry-all/output.mjs index de6d3f35f1d0..d1fd6163046e 100644 --- a/packages/babel-preset-env/test/fixtures/corejs3/entry-all/output.mjs +++ b/packages/babel-preset-env/test/fixtures/corejs3/entry-all/output.mjs @@ -268,7 +268,6 @@ import "core-js/modules/esnext.set.symmetric-difference"; import "core-js/modules/esnext.set.union"; import "core-js/modules/esnext.string.at"; import "core-js/modules/esnext.string.code-points"; -import "core-js/modules/esnext.string.match-all"; import "core-js/modules/esnext.string.replace-all"; import "core-js/modules/esnext.symbol.dispose"; import "core-js/modules/esnext.symbol.observable"; @@ -288,4 +287,5 @@ import "core-js/modules/web.timers"; import "core-js/modules/web.url"; import "core-js/modules/web.url.to-json"; import "core-js/modules/web.url-search-params"; +import "core-js/modules/esnext.string.match-all"; import 'regenerator-runtime/runtime'; diff --git a/packages/babel-preset-env/test/fixtures/corejs3/entry-entries-es-proposals-stage-chrome-71/output.mjs b/packages/babel-preset-env/test/fixtures/corejs3/entry-entries-es-proposals-stage-chrome-71/output.mjs index 31397143f89d..a6c680fa982e 100644 --- a/packages/babel-preset-env/test/fixtures/corejs3/entry-entries-es-proposals-stage-chrome-71/output.mjs +++ b/packages/babel-preset-env/test/fixtures/corejs3/entry-entries-es-proposals-stage-chrome-71/output.mjs @@ -70,7 +70,6 @@ import "core-js/modules/esnext.set.symmetric-difference"; import "core-js/modules/esnext.set.union"; import "core-js/modules/esnext.string.at"; import "core-js/modules/esnext.string.code-points"; -import "core-js/modules/esnext.string.match-all"; import "core-js/modules/esnext.string.replace-all"; import "core-js/modules/esnext.symbol.dispose"; import "core-js/modules/esnext.symbol.observable"; @@ -82,3 +81,4 @@ import "core-js/modules/esnext.weak-set.add-all"; import "core-js/modules/esnext.weak-set.delete-all"; import "core-js/modules/esnext.weak-set.from"; import "core-js/modules/esnext.weak-set.of"; +import "core-js/modules/esnext.string.match-all"; diff --git a/packages/babel-preset-env/test/fixtures/corejs3/entry-entries-es-proposals-stage/output.mjs b/packages/babel-preset-env/test/fixtures/corejs3/entry-entries-es-proposals-stage/output.mjs index 51a04c11f07a..c90f59ea1482 100644 --- a/packages/babel-preset-env/test/fixtures/corejs3/entry-entries-es-proposals-stage/output.mjs +++ b/packages/babel-preset-env/test/fixtures/corejs3/entry-entries-es-proposals-stage/output.mjs @@ -268,7 +268,6 @@ import "core-js/modules/esnext.set.symmetric-difference"; import "core-js/modules/esnext.set.union"; import "core-js/modules/esnext.string.at"; import "core-js/modules/esnext.string.code-points"; -import "core-js/modules/esnext.string.match-all"; import "core-js/modules/esnext.string.replace-all"; import "core-js/modules/esnext.symbol.dispose"; import "core-js/modules/esnext.symbol.observable"; @@ -283,4 +282,5 @@ import "core-js/modules/esnext.weak-set.of"; import "core-js/modules/web.url"; import "core-js/modules/web.url.to-json"; import "core-js/modules/web.url-search-params"; +import "core-js/modules/esnext.string.match-all"; import 'regenerator-runtime/runtime'; diff --git a/packages/babel-preset-env/test/fixtures/corejs3/entry-entries-proposals-chrome-71/output.mjs b/packages/babel-preset-env/test/fixtures/corejs3/entry-entries-proposals-chrome-71/output.mjs index c010a7b5fccb..56b2198265f2 100644 --- a/packages/babel-preset-env/test/fixtures/corejs3/entry-entries-proposals-chrome-71/output.mjs +++ b/packages/babel-preset-env/test/fixtures/corejs3/entry-entries-proposals-chrome-71/output.mjs @@ -67,7 +67,6 @@ import "core-js/modules/esnext.set.symmetric-difference"; import "core-js/modules/esnext.set.union"; import "core-js/modules/esnext.string.at"; import "core-js/modules/esnext.string.code-points"; -import "core-js/modules/esnext.string.match-all"; import "core-js/modules/esnext.string.replace-all"; import "core-js/modules/esnext.symbol.dispose"; import "core-js/modules/esnext.symbol.observable"; @@ -79,3 +78,4 @@ import "core-js/modules/esnext.weak-set.add-all"; import "core-js/modules/esnext.weak-set.delete-all"; import "core-js/modules/esnext.weak-set.from"; import "core-js/modules/esnext.weak-set.of"; +import "core-js/modules/esnext.string.match-all"; diff --git a/packages/babel-preset-env/test/fixtures/corejs3/entry-entries-proposals/output.mjs b/packages/babel-preset-env/test/fixtures/corejs3/entry-entries-proposals/output.mjs index d59c98b71768..65c37496e056 100644 --- a/packages/babel-preset-env/test/fixtures/corejs3/entry-entries-proposals/output.mjs +++ b/packages/babel-preset-env/test/fixtures/corejs3/entry-entries-proposals/output.mjs @@ -68,7 +68,6 @@ import "core-js/modules/esnext.set.symmetric-difference"; import "core-js/modules/esnext.set.union"; import "core-js/modules/esnext.string.at"; import "core-js/modules/esnext.string.code-points"; -import "core-js/modules/esnext.string.match-all"; import "core-js/modules/esnext.string.replace-all"; import "core-js/modules/esnext.symbol.dispose"; import "core-js/modules/esnext.symbol.observable"; @@ -83,4 +82,5 @@ import "core-js/modules/esnext.weak-set.of"; import "core-js/modules/web.url"; import "core-js/modules/web.url.to-json"; import "core-js/modules/web.url-search-params"; +import "core-js/modules/esnext.string.match-all"; import 'regenerator-runtime/runtime'; diff --git a/packages/babel-preset-env/test/fixtures/corejs3/entry-entries-stage-chrome-71/output.mjs b/packages/babel-preset-env/test/fixtures/corejs3/entry-entries-stage-chrome-71/output.mjs index c010a7b5fccb..56b2198265f2 100644 --- a/packages/babel-preset-env/test/fixtures/corejs3/entry-entries-stage-chrome-71/output.mjs +++ b/packages/babel-preset-env/test/fixtures/corejs3/entry-entries-stage-chrome-71/output.mjs @@ -67,7 +67,6 @@ import "core-js/modules/esnext.set.symmetric-difference"; import "core-js/modules/esnext.set.union"; import "core-js/modules/esnext.string.at"; import "core-js/modules/esnext.string.code-points"; -import "core-js/modules/esnext.string.match-all"; import "core-js/modules/esnext.string.replace-all"; import "core-js/modules/esnext.symbol.dispose"; import "core-js/modules/esnext.symbol.observable"; @@ -79,3 +78,4 @@ import "core-js/modules/esnext.weak-set.add-all"; import "core-js/modules/esnext.weak-set.delete-all"; import "core-js/modules/esnext.weak-set.from"; import "core-js/modules/esnext.weak-set.of"; +import "core-js/modules/esnext.string.match-all"; diff --git a/packages/babel-preset-env/test/fixtures/corejs3/entry-entries-stage/output.mjs b/packages/babel-preset-env/test/fixtures/corejs3/entry-entries-stage/output.mjs index d59c98b71768..65c37496e056 100644 --- a/packages/babel-preset-env/test/fixtures/corejs3/entry-entries-stage/output.mjs +++ b/packages/babel-preset-env/test/fixtures/corejs3/entry-entries-stage/output.mjs @@ -68,7 +68,6 @@ import "core-js/modules/esnext.set.symmetric-difference"; import "core-js/modules/esnext.set.union"; import "core-js/modules/esnext.string.at"; import "core-js/modules/esnext.string.code-points"; -import "core-js/modules/esnext.string.match-all"; import "core-js/modules/esnext.string.replace-all"; import "core-js/modules/esnext.symbol.dispose"; import "core-js/modules/esnext.symbol.observable"; @@ -83,4 +82,5 @@ import "core-js/modules/esnext.weak-set.of"; import "core-js/modules/web.url"; import "core-js/modules/web.url.to-json"; import "core-js/modules/web.url-search-params"; +import "core-js/modules/esnext.string.match-all"; import 'regenerator-runtime/runtime'; diff --git a/packages/babel-preset-env/test/fixtures/corejs3/entry-require-all/output.js b/packages/babel-preset-env/test/fixtures/corejs3/entry-require-all/output.js index 7a80df8b9bb7..ac1379a63561 100644 --- a/packages/babel-preset-env/test/fixtures/corejs3/entry-require-all/output.js +++ b/packages/babel-preset-env/test/fixtures/corejs3/entry-require-all/output.js @@ -180,8 +180,6 @@ require("core-js/modules/esnext.string.at"); require("core-js/modules/esnext.string.code-points"); -require("core-js/modules/esnext.string.match-all"); - require("core-js/modules/esnext.string.replace-all"); require("core-js/modules/esnext.symbol.dispose"); @@ -218,4 +216,6 @@ require("core-js/modules/web.url.to-json"); require("core-js/modules/web.url-search-params"); +require("core-js/modules/esnext.string.match-all"); + 1 ** 2; diff --git a/packages/babel-preset-env/test/fixtures/corejs3/entry-require-es-proposals/output.js b/packages/babel-preset-env/test/fixtures/corejs3/entry-require-es-proposals/output.js index 2507fd832b3d..31ec22fc83ba 100644 --- a/packages/babel-preset-env/test/fixtures/corejs3/entry-require-es-proposals/output.js +++ b/packages/babel-preset-env/test/fixtures/corejs3/entry-require-es-proposals/output.js @@ -180,8 +180,6 @@ require("core-js/modules/esnext.string.at"); require("core-js/modules/esnext.string.code-points"); -require("core-js/modules/esnext.string.match-all"); - require("core-js/modules/esnext.string.replace-all"); require("core-js/modules/esnext.symbol.dispose"); @@ -210,4 +208,6 @@ require("core-js/modules/web.url.to-json"); require("core-js/modules/web.url-search-params"); +require("core-js/modules/esnext.string.match-all"); + 1 ** 2;