Bump eslint-plugin-import to avoid vulnerability in dependency
This commit is contained in:
parent
10695e6a20
commit
ed9506bbaf
1660 changed files with 67726 additions and 27926 deletions
4
node_modules/es-abstract/2017/thisTimeValue.js
generated
vendored
4
node_modules/es-abstract/2017/thisTimeValue.js
generated
vendored
|
|
@ -1,9 +1,9 @@
|
|||
'use strict';
|
||||
|
||||
var $DateValueOf = require('call-bind/callBound')('Date.prototype.valueOf');
|
||||
var $DateGetTime = require('call-bind/callBound')('Date.prototype.getTime');
|
||||
|
||||
// https://ecma-international.org/ecma-262/6.0/#sec-properties-of-the-date-prototype-object
|
||||
|
||||
module.exports = function thisTimeValue(value) {
|
||||
return $DateValueOf(value);
|
||||
return $DateGetTime(value);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue