{"version":3,"file":"has-property-descriptors-2a73f6a9.js","sources":["../../node_modules/has-property-descriptors/index.js"],"sourcesContent":["'use strict';\n\nvar GetIntrinsic = require('get-intrinsic');\n\nvar $defineProperty = GetIntrinsic('%Object.defineProperty%', true);\n\nvar hasPropertyDescriptors = function hasPropertyDescriptors() {\n\tif ($defineProperty) {\n\t\ttry {\n\t\t\t$defineProperty({}, 'a', { value: 1 });\n\t\t\treturn true;\n\t\t} catch (e) {\n\t\t\t// IE 8 has a broken defineProperty\n\t\t\treturn false;\n\t\t}\n\t}\n\treturn false;\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 (!hasPropertyDescriptors()) {\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":["GetIntrinsic","require$$0","$defineProperty","hasPropertyDescriptors","hasPropertyDescriptors_1"],"mappings":"uYAEA,IAAIA,EAAeC,EAEfC,EAAkBF,EAAa,0BAA2B,EAAI,EAE9DG,EAAyB,UAAkC,CAC9D,GAAID,EACH,GAAI,CACH,OAAAA,EAAgB,CAAE,EAAE,IAAK,CAAE,MAAO,CAAG,CAAA,EAC9B,EACP,MAAW,CAEX,MAAO,EACP,CAEF,MAAO,EACR,EAEAC,EAAuB,wBAA0B,UAAmC,CAEnF,GAAI,CAACA,EAAsB,EAC1B,OAAO,KAER,GAAI,CACH,OAAOD,EAAgB,CAAE,EAAE,SAAU,CAAE,MAAO,CAAG,CAAA,EAAE,SAAW,CAC9D,MAAW,CAEX,MAAO,EACP,CACF,EAEA,IAAAE,EAAiBD","x_google_ignoreList":[0]}