7f3cb2784333449cbbc1feb7f967042fd9bde49bb5bbf9407fb2977d419de2c8.json 1.6 KB

1
  1. {"ast":null,"code":"'use strict';\n\nvar $ = require('../internals/export');\nvar isDisjointFrom = require('../internals/set-is-disjoint-from');\nvar setMethodAcceptSetLike = require('../internals/set-method-accept-set-like');\n\n// `Set.prototype.isDisjointFrom` method\n// https://tc39.es/ecma262/#sec-set.prototype.isdisjointfrom\n$({\n target: 'Set',\n proto: true,\n real: true,\n forced: !setMethodAcceptSetLike('isDisjointFrom')\n}, {\n isDisjointFrom: isDisjointFrom\n});","map":{"version":3,"names":["$","require","isDisjointFrom","setMethodAcceptSetLike","target","proto","real","forced"],"sources":["F:/workspace/202226701027/huinongbao-app/node_modules/core-js-pure/modules/es.set.is-disjoint-from.v2.js"],"sourcesContent":["'use strict';\nvar $ = require('../internals/export');\nvar isDisjointFrom = require('../internals/set-is-disjoint-from');\nvar setMethodAcceptSetLike = require('../internals/set-method-accept-set-like');\n\n// `Set.prototype.isDisjointFrom` method\n// https://tc39.es/ecma262/#sec-set.prototype.isdisjointfrom\n$({ target: 'Set', proto: true, real: true, forced: !setMethodAcceptSetLike('isDisjointFrom') }, {\n isDisjointFrom: isDisjointFrom\n});\n"],"mappings":"AAAA,YAAY;;AACZ,IAAIA,CAAC,GAAGC,OAAO,CAAC,qBAAqB,CAAC;AACtC,IAAIC,cAAc,GAAGD,OAAO,CAAC,mCAAmC,CAAC;AACjE,IAAIE,sBAAsB,GAAGF,OAAO,CAAC,yCAAyC,CAAC;;AAE/E;AACA;AACAD,CAAC,CAAC;EAAEI,MAAM,EAAE,KAAK;EAAEC,KAAK,EAAE,IAAI;EAAEC,IAAI,EAAE,IAAI;EAAEC,MAAM,EAAE,CAACJ,sBAAsB,CAAC,gBAAgB;AAAE,CAAC,EAAE;EAC/FD,cAAc,EAAEA;AAClB,CAAC,CAAC","ignoreList":[]},"metadata":{},"sourceType":"script","externalDependencies":[]}