Update checked-in dependencies
This commit is contained in:
parent
6b0d45a5c6
commit
cc1adb825a
4247 changed files with 144820 additions and 149530 deletions
4
node_modules/es-abstract/2016/IsPropertyDescriptor.js
generated
vendored
4
node_modules/es-abstract/2016/IsPropertyDescriptor.js
generated
vendored
|
|
@ -1,12 +1,14 @@
|
|||
'use strict';
|
||||
|
||||
// TODO, semver-major: delete this
|
||||
|
||||
var isPropertyDescriptor = require('../helpers/isPropertyDescriptor');
|
||||
|
||||
var Type = require('./Type');
|
||||
var IsDataDescriptor = require('./IsDataDescriptor');
|
||||
var IsAccessorDescriptor = require('./IsAccessorDescriptor');
|
||||
|
||||
// https://ecma-international.org/ecma-262/6.0/#sec-property-descriptor-specification-type
|
||||
// https://262.ecma-international.org/6.0/#sec-property-descriptor-specification-type
|
||||
|
||||
module.exports = function IsPropertyDescriptor(Desc) {
|
||||
return isPropertyDescriptor({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue