@babel/polyfill
Advanced tools
Comparing version 7.4.0 to 7.4.3
"use strict"; | ||
require("core-js/es6"); | ||
require("./noConflict"); | ||
require("core-js/fn/array/includes"); | ||
function _global() { | ||
const data = _interopRequireDefault(require("core-js/library/fn/global")); | ||
require("core-js/fn/array/flat-map"); | ||
_global = function () { | ||
return data; | ||
}; | ||
require("core-js/fn/string/pad-start"); | ||
return data; | ||
} | ||
require("core-js/fn/string/pad-end"); | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
require("core-js/fn/string/trim-start"); | ||
require("core-js/fn/string/trim-end"); | ||
require("core-js/fn/symbol/async-iterator"); | ||
require("core-js/fn/object/get-own-property-descriptors"); | ||
require("core-js/fn/object/values"); | ||
require("core-js/fn/object/entries"); | ||
require("core-js/fn/promise/finally"); | ||
require("core-js/web"); | ||
require("regenerator-runtime/runtime"); | ||
if (global._babelPolyfill && typeof console !== "undefined" && console.warn) { | ||
if (_global().default._babelPolyfill && typeof console !== "undefined" && console.warn) { | ||
console.warn("@babel/polyfill is loaded more than once on this page. This is probably not desirable/intended " + "and may have consequences if different versions of the polyfills are applied sequentially. " + "If you do need to load the polyfill more than once, use @babel/polyfill/noConflict " + "instead to bypass the warning."); | ||
} | ||
global._babelPolyfill = true; | ||
_global().default._babelPolyfill = true; |
@@ -7,2 +7,4 @@ "use strict"; | ||
require("core-js/fn/array/flat-map"); | ||
require("core-js/fn/string/pad-start"); | ||
@@ -12,2 +14,6 @@ | ||
require("core-js/fn/string/trim-start"); | ||
require("core-js/fn/string/trim-end"); | ||
require("core-js/fn/symbol/async-iterator"); | ||
@@ -14,0 +20,0 @@ |
{ | ||
"name": "@babel/polyfill", | ||
"version": "7.4.0", | ||
"version": "7.4.3", | ||
"description": "Provides polyfills necessary for a full ES2015+ environment", | ||
@@ -17,3 +17,3 @@ "author": "Sebastian McKenzie <sebmck@gmail.com>", | ||
}, | ||
"gitHead": "f1328fb913b5a93d54dfc6e3728b1f56c8f4a804" | ||
"gitHead": "508fde4009f31883f318b9e6546459ac1b086a91" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
442163
7273