Fix issue with Object.getOwnPropertySymbols (#71)
This commit is contained in:
parent
9a69fff935
commit
3b60dc5444
@ -38,6 +38,7 @@ const es2015 = {
|
||||
"es6.symbol": {
|
||||
features: [
|
||||
"Symbol",
|
||||
"Object static methods / Object.getOwnPropertySymbols",
|
||||
"well-known symbols / Symbol.hasInstance",
|
||||
"well-known symbols / Symbol.isConcatSpreadable",
|
||||
"well-known symbols / Symbol.iterator",
|
||||
@ -54,7 +55,6 @@ const es2015 = {
|
||||
|
||||
"es6.object.assign": "Object static methods / Object.assign",
|
||||
"es6.object.is": "Object static methods / Object.is",
|
||||
"es6.object.get-own-property-symbols": "Object static methods / Object.getOwnPropertySymbols",
|
||||
"es6.object.set-prototype-of": "Object static methods / Object.setPrototypeOf",
|
||||
|
||||
"es6.function.name": 'function "name" property',
|
||||
|
||||
@ -262,15 +262,6 @@
|
||||
"android": 4.1,
|
||||
"ios": 9
|
||||
},
|
||||
"es6.object.get-own-property-symbols": {
|
||||
"chrome": 38,
|
||||
"opera": 25,
|
||||
"edge": 12,
|
||||
"firefox": 36,
|
||||
"safari": 9,
|
||||
"node": 0.12,
|
||||
"ios": 9
|
||||
},
|
||||
"es6.object.set-prototype-of": {
|
||||
"chrome": 34,
|
||||
"opera": 21,
|
||||
|
||||
@ -29,7 +29,6 @@ import "core-js/modules/es6.promise";
|
||||
import "core-js/modules/es6.symbol";
|
||||
import "core-js/modules/es6.object.assign";
|
||||
import "core-js/modules/es6.object.is";
|
||||
import "core-js/modules/es6.object.get-own-property-symbols";
|
||||
import "core-js/modules/es6.object.set-prototype-of";
|
||||
import "core-js/modules/es6.function.name";
|
||||
import "core-js/modules/es6.string.raw";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user