Update preset-env text fixtures (#10318)

* chore: update preset-env text fixtures

* chore: remove FORCE_COLOR workaround
This commit is contained in:
Huáng Jùnliàng
2019-08-11 18:55:28 -04:00
committed by Nicolò Ribaudo
parent 682d9f9f09
commit 15535cf52c
19 changed files with 20 additions and 23 deletions

View File

@@ -88,6 +88,7 @@ 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,7 +101,6 @@ 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" }
[<CWD>/src/in.js] Based on your targets, regenerator-runtime import excluded.
Successfully compiled 1 file with Babel.

View File

@@ -312,6 +312,7 @@ 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 {}
@@ -331,5 +332,4 @@ 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.

View File

@@ -88,6 +88,7 @@ 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" }
@@ -99,7 +100,6 @@ 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" }
[<CWD>/src/in.js] Based on your targets, regenerator-runtime import excluded.
Successfully compiled 1 file with Babel.

View File

@@ -312,6 +312,7 @@ 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 {}
@@ -326,5 +327,4 @@ 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.

View File

@@ -85,6 +85,7 @@ 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" }
@@ -96,7 +97,6 @@ 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" }
[<CWD>/src/in.js] Based on your targets, regenerator-runtime import excluded.
Successfully compiled 1 file with Babel.

View File

@@ -112,6 +112,7 @@ 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 {}
@@ -126,5 +127,4 @@ 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.

View File

@@ -85,6 +85,7 @@ 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" }
@@ -96,7 +97,6 @@ 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" }
[<CWD>/src/in.js] Based on your targets, regenerator-runtime import excluded.
Successfully compiled 1 file with Babel.

View File

@@ -112,6 +112,7 @@ 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 {}
@@ -126,5 +127,4 @@ 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.

View File

@@ -70,6 +70,7 @@ 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,4 +83,3 @@ 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";

View File

@@ -268,6 +268,7 @@ 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";
@@ -287,5 +288,4 @@ 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';

View File

@@ -70,6 +70,7 @@ 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";
@@ -81,4 +82,3 @@ 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";

View File

@@ -268,6 +268,7 @@ 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";
@@ -282,5 +283,4 @@ 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';

View File

@@ -67,6 +67,7 @@ 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";
@@ -78,4 +79,3 @@ 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";

View File

@@ -68,6 +68,7 @@ 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,5 +83,4 @@ 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';

View File

@@ -67,6 +67,7 @@ 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";
@@ -78,4 +79,3 @@ 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";

View File

@@ -68,6 +68,7 @@ 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,5 +83,4 @@ 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';

View File

@@ -180,6 +180,8 @@ 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");
@@ -216,6 +218,4 @@ 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;

View File

@@ -180,6 +180,8 @@ 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");
@@ -208,6 +210,4 @@ 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;