first commit
This commit is contained in:
commit
eb2f504652
32490 changed files with 5731109 additions and 0 deletions
11
node_modules/core-js/internals/enum-bug-keys.js
generated
vendored
Normal file
11
node_modules/core-js/internals/enum-bug-keys.js
generated
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
'use strict';
|
||||
// IE8- don't enum bug keys
|
||||
module.exports = [
|
||||
'constructor',
|
||||
'hasOwnProperty',
|
||||
'isPrototypeOf',
|
||||
'propertyIsEnumerable',
|
||||
'toLocaleString',
|
||||
'toString',
|
||||
'valueOf'
|
||||
];
|
||||
Loading…
Add table
Add a link
Reference in a new issue