{"version":3,"file":"has-property-descriptors-DphFXkuo.js","sources":["../../../node_modules/has-property-descriptors/index.js"],"sourcesContent":["'use strict';\n\nvar $defineProperty = require('es-define-property');\n\nvar hasPropertyDescriptors = function hasPropertyDescriptors() {\n\treturn !!$defineProperty;\n};\n\nhasPropertyDescriptors.hasArrayLengthDefineBug = function hasArrayLengthDefineBug() {\n\t// node v0.6 has a bug where array lengths can be Set but not Defined\n\tif (!$defineProperty) {\n\t\treturn null;\n\t}\n\ttry {\n\t\treturn $defineProperty([], 'length', { value: 1 }).length !== 1;\n\t} catch (e) {\n\t\t// In Firefox 4-22, defining length on an array throws an exception.\n\t\treturn true;\n\t}\n};\n\nmodule.exports = hasPropertyDescriptors;\n"],"names":["$defineProperty","require$$0","hasPropertyDescriptors","hasPropertyDescriptors_1"],"mappings":"qDAEA,IAAIA,EAAkBC,EAAA,EAElBC,EAAyB,UAAkC,CAC9D,MAAO,CAAC,CAACF,CACV,EAEAE,EAAuB,wBAA0B,UAAmC,CAEnF,GAAI,CAACF,EACJ,OAAO,KAER,GAAI,CACH,OAAOA,EAAgB,CAAE,EAAE,SAAU,CAAE,MAAO,CAAG,CAAA,EAAE,SAAW,CAC9D,MAAW,CAEX,MAAO,EACP,CACF,EAEA,IAAAG,EAAiBD","x_google_ignoreList":[0]}