Update core-js to 2.4 (#3480)
This commit is contained in:
committed by
Henry Zhu
parent
40c4e7c2ea
commit
16ad574e48
@@ -6,8 +6,10 @@ module.exports = {
|
||||
WeakMap: "weak-map",
|
||||
Set: "set",
|
||||
WeakSet: "weak-set",
|
||||
Observable: "observable",
|
||||
setImmediate: "set-immediate",
|
||||
clearImmediate: "clear-immediate"
|
||||
clearImmediate: "clear-immediate",
|
||||
asap: "asap"
|
||||
//parseFloat: "parse-float", // temporary disabled
|
||||
//parseInt: "parse-int" // temporary disabled
|
||||
},
|
||||
@@ -102,12 +104,14 @@ module.exports = {
|
||||
},
|
||||
|
||||
Symbol: {
|
||||
asyncIterator: "symbol/async-iterator",
|
||||
for: "symbol/for",
|
||||
hasInstance: "symbol/has-instance",
|
||||
isConcatSpreadable: "symbol/is-concat-spreadable",
|
||||
iterator: "symbol/iterator",
|
||||
keyFor: "symbol/key-for",
|
||||
match: "symbol/match",
|
||||
observable: "symbol/observable",
|
||||
replace: "symbol/replace",
|
||||
search: "symbol/search",
|
||||
species: "symbol/species",
|
||||
@@ -123,6 +127,7 @@ module.exports = {
|
||||
endsWith: "string/ends-with",
|
||||
fromCodePoint: "string/from-code-point",
|
||||
includes: "string/includes",
|
||||
matchAll: "string/match-all",
|
||||
padLeft: "string/pad-left", // deprecated
|
||||
padRight: "string/pad-right", // deprecated
|
||||
padStart: "string/pad-start",
|
||||
@@ -180,7 +185,7 @@ module.exports = {
|
||||
},
|
||||
|
||||
Error: {
|
||||
isError: "error/is-error"
|
||||
isError: "error/is-error" // deprecated
|
||||
},
|
||||
|
||||
Date: {
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-polyfill",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"core-js": "^2.1.0",
|
||||
"core-js": "^2.4.0",
|
||||
"babel-regenerator-runtime": "^6.3.13",
|
||||
"babel-runtime": "^6.0.0"
|
||||
}
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"dependencies": {
|
||||
"babel-core": "^6.8.0",
|
||||
"babel-runtime": "^6.0.0",
|
||||
"core-js": "^2.1.0",
|
||||
"core-js": "^2.4.0",
|
||||
"home-or-tmp": "^1.0.0",
|
||||
"lodash": "^4.2.0",
|
||||
"mkdirp": "^0.5.1",
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-runtime",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"dependencies": {
|
||||
"core-js": "^2.1.0"
|
||||
"core-js": "^2.4.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-helpers": "^6.6.0",
|
||||
|
||||
Reference in New Issue
Block a user