3f7e8a7d5fc54bbb3845bdec4427d23c6900af1fefe471fbfdf03a3744c2f933.json 1.3 KB

1
  1. {"ast":null,"code":"'use strict';\n\nvar TO_STRING_TAG_SUPPORT = require('../internals/to-string-tag-support');\nvar classof = require('../internals/classof');\n\n// `Object.prototype.toString` method implementation\n// https://tc39.es/ecma262/#sec-object.prototype.tostring\nmodule.exports = TO_STRING_TAG_SUPPORT ? {}.toString : function toString() {\n return '[object ' + classof(this) + ']';\n};","map":{"version":3,"names":["TO_STRING_TAG_SUPPORT","require","classof","module","exports","toString"],"sources":["F:/workspace/202226701027/huinongbao-app/node_modules/core-js-pure/internals/object-to-string.js"],"sourcesContent":["'use strict';\nvar TO_STRING_TAG_SUPPORT = require('../internals/to-string-tag-support');\nvar classof = require('../internals/classof');\n\n// `Object.prototype.toString` method implementation\n// https://tc39.es/ecma262/#sec-object.prototype.tostring\nmodule.exports = TO_STRING_TAG_SUPPORT ? {}.toString : function toString() {\n return '[object ' + classof(this) + ']';\n};\n"],"mappings":"AAAA,YAAY;;AACZ,IAAIA,qBAAqB,GAAGC,OAAO,CAAC,oCAAoC,CAAC;AACzE,IAAIC,OAAO,GAAGD,OAAO,CAAC,sBAAsB,CAAC;;AAE7C;AACA;AACAE,MAAM,CAACC,OAAO,GAAGJ,qBAAqB,GAAG,CAAC,CAAC,CAACK,QAAQ,GAAG,SAASA,QAAQA,CAAA,EAAG;EACzE,OAAO,UAAU,GAAGH,OAAO,CAAC,IAAI,CAAC,GAAG,GAAG;AACzC,CAAC","ignoreList":[]},"metadata":{},"sourceType":"script","externalDependencies":[]}