16472a8a887ae14763971078e78b8c8c6d931e989d561305ae02b6bb23152cac.json 1.6 KB

1
  1. {"ast":null,"code":"'use strict';\n\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar defineProperty = require('../internals/object-define-property').f;\nvar METADATA = wellKnownSymbol('metadata');\nvar FunctionPrototype = Function.prototype;\n\n// Function.prototype[@@metadata]\n// https://github.com/tc39/proposal-decorator-metadata\nif (FunctionPrototype[METADATA] === undefined) {\n defineProperty(FunctionPrototype, METADATA, {\n value: null\n });\n}","map":{"version":3,"names":["wellKnownSymbol","require","defineProperty","f","METADATA","FunctionPrototype","Function","prototype","undefined","value"],"sources":["F:/workspace/202226701027/huinongbao-app/node_modules/core-js-pure/modules/esnext.function.metadata.js"],"sourcesContent":["'use strict';\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar defineProperty = require('../internals/object-define-property').f;\n\nvar METADATA = wellKnownSymbol('metadata');\nvar FunctionPrototype = Function.prototype;\n\n// Function.prototype[@@metadata]\n// https://github.com/tc39/proposal-decorator-metadata\nif (FunctionPrototype[METADATA] === undefined) {\n defineProperty(FunctionPrototype, METADATA, {\n value: null\n });\n}\n"],"mappings":"AAAA,YAAY;;AACZ,IAAIA,eAAe,GAAGC,OAAO,CAAC,gCAAgC,CAAC;AAC/D,IAAIC,cAAc,GAAGD,OAAO,CAAC,qCAAqC,CAAC,CAACE,CAAC;AAErE,IAAIC,QAAQ,GAAGJ,eAAe,CAAC,UAAU,CAAC;AAC1C,IAAIK,iBAAiB,GAAGC,QAAQ,CAACC,SAAS;;AAE1C;AACA;AACA,IAAIF,iBAAiB,CAACD,QAAQ,CAAC,KAAKI,SAAS,EAAE;EAC7CN,cAAc,CAACG,iBAAiB,EAAED,QAAQ,EAAE;IAC1CK,KAAK,EAAE;EACT,CAAC,CAAC;AACJ","ignoreList":[]},"metadata":{},"sourceType":"script","externalDependencies":[]}