Scoped: fix tests [skip ci]

This commit is contained in:
Henry Zhu 2017-10-16 22:48:52 -04:00
parent 33af5f745a
commit f30924e655
19 changed files with 38 additions and 46 deletions

View File

@ -1,4 +1,4 @@
babel-preset-env: `DEBUG` option @babel/preset-env: `DEBUG` option
Using targets: Using targets:
{ {
@ -35,7 +35,7 @@ Using plugins:
Using polyfills with `entry` option: Using polyfills with `entry` option:
[src/in.js] Replaced `babel-polyfill` with the following polyfills: [src/in.js] Replaced `@babel/polyfill` with the following polyfills:
es6.typed.array-buffer { "android":"4" } es6.typed.array-buffer { "android":"4" }
es6.typed.int8-array { "android":"4" } es6.typed.int8-array { "android":"4" }
es6.typed.uint8-array { "android":"4" } es6.typed.uint8-array { "android":"4" }
@ -133,4 +133,4 @@ Using polyfills with `entry` option:
web.timers { "android":"4" } web.timers { "android":"4" }
web.immediate { "android":"4" } web.immediate { "android":"4" }
web.dom.iterable { "android":"4" } web.dom.iterable { "android":"4" }
src/in.js -> lib/in.js src/in.js -> lib/in.js

View File

@ -1,4 +1,4 @@
babel-preset-env: `DEBUG` option @babel/preset-env: `DEBUG` option
Using targets: Using targets:
{ {

View File

@ -1,7 +1,7 @@
The uglify target has been deprecated. Set the top level The uglify target has been deprecated. Set the top level
option `forceAllTransforms: true` instead. option `forceAllTransforms: true` instead.
babel-preset-env: `DEBUG` option @babel/preset-env: `DEBUG` option
Using targets: Using targets:
{ {
@ -38,10 +38,10 @@ Using plugins:
Using polyfills with `entry` option: Using polyfills with `entry` option:
[src/in.js] Replaced `babel-polyfill` with the following polyfills: [src/in.js] Replaced `@babel/polyfill` with the following polyfills:
es7.string.pad-start { "chrome":"55" } es7.string.pad-start { "chrome":"55" }
es7.string.pad-end { "chrome":"55" } es7.string.pad-end { "chrome":"55" }
web.timers { "chrome":"55" } web.timers { "chrome":"55" }
web.immediate { "chrome":"55" } web.immediate { "chrome":"55" }
web.dom.iterable { "chrome":"55" } web.dom.iterable { "chrome":"55" }
src/in.js -> lib/in.js src/in.js -> lib/in.js

View File

@ -1,4 +1,4 @@
babel-preset-env: `DEBUG` option @babel/preset-env: `DEBUG` option
Using targets: Using targets:
{ {
@ -37,7 +37,7 @@ Using plugins:
Using polyfills with `entry` option: Using polyfills with `entry` option:
[src/in.js] Replaced `babel-polyfill` with the following polyfills: [src/in.js] Replaced `@babel/polyfill` with the following polyfills:
es6.typed.array-buffer { "ie":"10", "node":"6" } es6.typed.array-buffer { "ie":"10", "node":"6" }
es6.typed.int8-array { "ie":"10", "node":"6" } es6.typed.int8-array { "ie":"10", "node":"6" }
es6.typed.uint8-array { "ie":"10", "node":"6" } es6.typed.uint8-array { "ie":"10", "node":"6" }
@ -135,4 +135,4 @@ Using polyfills with `entry` option:
web.timers { "chrome":"54", "ie":"10", "node":"6" } web.timers { "chrome":"54", "ie":"10", "node":"6" }
web.immediate { "chrome":"54", "ie":"10", "node":"6" } web.immediate { "chrome":"54", "ie":"10", "node":"6" }
web.dom.iterable { "chrome":"54", "ie":"10", "node":"6" } web.dom.iterable { "chrome":"54", "ie":"10", "node":"6" }
src/in.js -> lib/in.js src/in.js -> lib/in.js

View File

@ -5,7 +5,7 @@ Warning, the following targets are using a decimal version:
We recommend using a string for minor/patch versions to avoid numbers like 6.10 We recommend using a string for minor/patch versions to avoid numbers like 6.10
getting parsed as 6.1, which can lead to unexpected behavior. getting parsed as 6.1, which can lead to unexpected behavior.
babel-preset-env: `DEBUG` option @babel/preset-env: `DEBUG` option
Using targets: Using targets:
{ {
@ -30,7 +30,7 @@ Using plugins:
Using polyfills with `entry` option: Using polyfills with `entry` option:
[src/in.js] Replaced `babel-polyfill` with the following polyfills: [src/in.js] Replaced `@babel/polyfill` with the following polyfills:
es6.typed.array-buffer { "electron":"0.36" } es6.typed.array-buffer { "electron":"0.36" }
es6.typed.data-view { "electron":"0.36" } es6.typed.data-view { "electron":"0.36" }
es6.typed.int8-array { "electron":"0.36" } es6.typed.int8-array { "electron":"0.36" }

View File

@ -1,4 +1,4 @@
babel-preset-env: `DEBUG` option @babel/preset-env: `DEBUG` option
Using targets: Using targets:
{ {
@ -35,10 +35,10 @@ Using plugins:
Using polyfills with `entry` option: Using polyfills with `entry` option:
[src/in.js] Replaced `babel-polyfill` with the following polyfills: [src/in.js] Replaced `@babel/polyfill` with the following polyfills:
es7.string.pad-start { "chrome":"55" } es7.string.pad-start { "chrome":"55" }
es7.string.pad-end { "chrome":"55" } es7.string.pad-end { "chrome":"55" }
web.timers { "chrome":"55" } web.timers { "chrome":"55" }
web.immediate { "chrome":"55" } web.immediate { "chrome":"55" }
web.dom.iterable { "chrome":"55" } web.dom.iterable { "chrome":"55" }
src/in.js -> lib/in.js src/in.js -> lib/in.js

View File

@ -5,7 +5,7 @@ Warning, the following targets are using a decimal version:
We recommend using a string for minor/patch versions to avoid numbers like 6.10 We recommend using a string for minor/patch versions to avoid numbers like 6.10
getting parsed as 6.1, which can lead to unexpected behavior. getting parsed as 6.1, which can lead to unexpected behavior.
babel-preset-env: `DEBUG` option @babel/preset-env: `DEBUG` option
Using targets: Using targets:
{ {

View File

@ -1,4 +1,4 @@
babel-preset-env: `DEBUG` option @babel/preset-env: `DEBUG` option
Using targets: Using targets:
{ {
@ -15,9 +15,9 @@ Using plugins:
Using polyfills with `entry` option: Using polyfills with `entry` option:
[src/in.js] Replaced `babel-polyfill` with the following polyfills: [src/in.js] Replaced `@babel/polyfill` with the following polyfills:
es7.promise.finally { "chrome":"60" } es7.promise.finally { "chrome":"60" }
web.timers { "chrome":"60" } web.timers { "chrome":"60" }
web.immediate { "chrome":"60" } web.immediate { "chrome":"60" }
web.dom.iterable { "chrome":"60" } web.dom.iterable { "chrome":"60" }
src/in.js -> lib/in.js src/in.js -> lib/in.js

View File

@ -1,4 +1,4 @@
babel-preset-env: `DEBUG` option @babel/preset-env: `DEBUG` option
Using targets: Using targets:
{} {}
@ -37,7 +37,7 @@ Using plugins:
Using polyfills with `entry` option: Using polyfills with `entry` option:
[src/in.js] Replaced `babel-polyfill` with the following polyfills: [src/in.js] Replaced `@babel/polyfill` with the following polyfills:
es6.typed.array-buffer {} es6.typed.array-buffer {}
es6.typed.data-view {} es6.typed.data-view {}
es6.typed.int8-array {} es6.typed.int8-array {}
@ -137,4 +137,4 @@ Using polyfills with `entry` option:
web.timers {} web.timers {}
web.immediate {} web.immediate {}
web.dom.iterable {} web.dom.iterable {}
src/in.js -> lib/in.js src/in.js -> lib/in.js

View File

@ -1,4 +1,4 @@
babel-preset-env: `DEBUG` option @babel/preset-env: `DEBUG` option
Using targets: Using targets:
{ {
@ -40,7 +40,7 @@ Using plugins:
Using polyfills with `entry` option: Using polyfills with `entry` option:
[src/in.js] Replaced `babel-polyfill` with the following polyfills: [src/in.js] Replaced `@babel/polyfill` with the following polyfills:
es6.typed.array-buffer { "ie":"10", "ios":"9", "safari":"7" } es6.typed.array-buffer { "ie":"10", "ios":"9", "safari":"7" }
es6.typed.int8-array { "ie":"10", "ios":"9", "safari":"7" } es6.typed.int8-array { "ie":"10", "ios":"9", "safari":"7" }
es6.typed.uint8-array { "ie":"10", "ios":"9", "safari":"7" } es6.typed.uint8-array { "ie":"10", "ios":"9", "safari":"7" }
@ -138,4 +138,4 @@ Using polyfills with `entry` option:
web.timers { "chrome":"54", "edge":"13", "firefox":"49", "ie":"10", "ios":"9", "safari":"7" } web.timers { "chrome":"54", "edge":"13", "firefox":"49", "ie":"10", "ios":"9", "safari":"7" }
web.immediate { "chrome":"54", "edge":"13", "firefox":"49", "ie":"10", "ios":"9", "safari":"7" } web.immediate { "chrome":"54", "edge":"13", "firefox":"49", "ie":"10", "ios":"9", "safari":"7" }
web.dom.iterable { "chrome":"54", "edge":"13", "firefox":"49", "ie":"10", "ios":"9", "safari":"7" } web.dom.iterable { "chrome":"54", "edge":"13", "firefox":"49", "ie":"10", "ios":"9", "safari":"7" }
src/in.js -> lib/in.js src/in.js -> lib/in.js

View File

@ -1,4 +1,4 @@
babel-preset-env: `DEBUG` option @babel/preset-env: `DEBUG` option
Using targets: Using targets:
{ {
@ -40,4 +40,4 @@ Using polyfills with `usage` option:
src/in.js -> lib/in.js src/in.js -> lib/in.js
[src/in2.js] Based on your code and targets, none were added. [src/in2.js] Based on your code and targets, none were added.
src/in2.js -> lib/in2.js src/in2.js -> lib/in2.js

View File

@ -1,4 +1,4 @@
babel-preset-env: `DEBUG` option @babel/preset-env: `DEBUG` option
Using targets: Using targets:
{ {
@ -13,4 +13,4 @@ Using plugins:
Using polyfills with `usage` option: Using polyfills with `usage` option:
[src/in.js] Based on your code and targets, none were added. [src/in.js] Based on your code and targets, none were added.
src/in.js -> lib/in.js src/in.js -> lib/in.js

View File

@ -1,4 +1,4 @@
babel-preset-env: `DEBUG` option @babel/preset-env: `DEBUG` option
Using targets: Using targets:
{ {
@ -44,4 +44,4 @@ src/in.js -> lib/in.js
[src/in2.js] Added following polyfills: [src/in2.js] Added following polyfills:
regenerator-runtime { "chrome":"52", "firefox":"50", "ie":"11" } regenerator-runtime { "chrome":"52", "firefox":"50", "ie":"11" }
web.dom.iterable { "chrome":"52", "firefox":"50", "ie":"11" } web.dom.iterable { "chrome":"52", "firefox":"50", "ie":"11" }
src/in2.js -> lib/in2.js src/in2.js -> lib/in2.js

View File

@ -6,7 +6,7 @@ Warning, the following targets are using a decimal version:
We recommend using a string for minor/patch versions to avoid numbers like 6.10 We recommend using a string for minor/patch versions to avoid numbers like 6.10
getting parsed as 6.1, which can lead to unexpected behavior. getting parsed as 6.1, which can lead to unexpected behavior.
babel-preset-env: `DEBUG` option @babel/preset-env: `DEBUG` option
Using targets: Using targets:
{ {
@ -46,7 +46,7 @@ Using plugins:
Using polyfills with `entry` option: Using polyfills with `entry` option:
[src/in.js] Replaced `babel-polyfill` with the following polyfills: [src/in.js] Replaced `@babel/polyfill` with the following polyfills:
es6.typed.array-buffer { "electron":"0.36", "ie":"10", "node":"6.1" } es6.typed.array-buffer { "electron":"0.36", "ie":"10", "node":"6.1" }
es6.typed.data-view { "electron":"0.36" } es6.typed.data-view { "electron":"0.36" }
es6.typed.int8-array { "electron":"0.36", "ie":"10", "node":"6.1" } es6.typed.int8-array { "electron":"0.36", "ie":"10", "node":"6.1" }
@ -145,4 +145,4 @@ Using polyfills with `entry` option:
web.timers { "chrome":"54", "electron":"0.36", "ie":"10", "node":"6.1" } web.timers { "chrome":"54", "electron":"0.36", "ie":"10", "node":"6.1" }
web.immediate { "chrome":"54", "electron":"0.36", "ie":"10", "node":"6.1" } web.immediate { "chrome":"54", "electron":"0.36", "ie":"10", "node":"6.1" }
web.dom.iterable { "chrome":"54", "electron":"0.36", "ie":"10", "node":"6.1" } web.dom.iterable { "chrome":"54", "electron":"0.36", "ie":"10", "node":"6.1" }
src/in.js -> lib/in.js src/in.js -> lib/in.js

View File

@ -1,4 +1,4 @@
babel-preset-env: `DEBUG` option @babel/preset-env: `DEBUG` option
Using targets: Using targets:
{ {
@ -37,7 +37,7 @@ Using plugins:
Using polyfills with `entry` option: Using polyfills with `entry` option:
[src/in.js] Replaced `babel-polyfill` with the following polyfills: [src/in.js] Replaced `@babel/polyfill` with the following polyfills:
es6.typed.array-buffer { "ie":"10" } es6.typed.array-buffer { "ie":"10" }
es6.typed.int8-array { "ie":"10" } es6.typed.int8-array { "ie":"10" }
es6.typed.uint8-array { "ie":"10" } es6.typed.uint8-array { "ie":"10" }
@ -135,4 +135,4 @@ Using polyfills with `entry` option:
web.timers { "chrome":"54", "ie":"10", "node":"6.10" } web.timers { "chrome":"54", "ie":"10", "node":"6.10" }
web.immediate { "chrome":"54", "ie":"10", "node":"6.10" } web.immediate { "chrome":"54", "ie":"10", "node":"6.10" }
web.dom.iterable { "chrome":"54", "ie":"10", "node":"6.10" } web.dom.iterable { "chrome":"54", "ie":"10", "node":"6.10" }
src/in.js -> lib/in.js src/in.js -> lib/in.js

View File

@ -1 +0,0 @@
import "@babel/polyfill";

View File

@ -1,6 +0,0 @@
import "@babel/polyfill";
import "@babel/polyfill";
require("@babel/polyfill");
require("@babel/polyfill");

View File

@ -1 +0,0 @@
import "@babel/polyfill";

View File

@ -10,6 +10,6 @@
factory(global.Promise); factory(global.Promise);
global.actual = mod.exports; global.actual = mod.exports;
} }
})(this, function (_babelTemplate) { })(this, function (_es6Promise) {
"use strict"; "use strict";
}); });