{"ast":null,"code":"'use strict';\n\nvar $WeakMap = typeof WeakMap === 'function' && WeakMap.prototype ? WeakMap : null;\nvar $WeakSet = typeof WeakSet === 'function' && WeakSet.prototype ? WeakSet : null;\nvar exported;\nif (!$WeakMap) {\n  // eslint-disable-next-line no-unused-vars\n  exported = function isWeakMap(x) {\n    // `WeakMap` is not present in this environment.\n    return false;\n  };\n}\nvar $mapHas = $WeakMap ? $WeakMap.prototype.has : null;\nvar $setHas = $WeakSet ? $WeakSet.prototype.has : null;\nif (!exported && !$mapHas) {\n  // eslint-disable-next-line no-unused-vars\n  exported = function isWeakMap(x) {\n    // `WeakMap` does not have a `has` method\n    return false;\n  };\n}\nmodule.exports = exported || function isWeakMap(x) {\n  if (!x || typeof x !== 'object') {\n    return false;\n  }\n  try {\n    $mapHas.call(x, $mapHas);\n    if ($setHas) {\n      try {\n        $setHas.call(x, $setHas);\n      } catch (e) {\n        return true;\n      }\n    }\n    return x instanceof $WeakMap; // core-js workaround, pre-v3\n  } catch (e) {}\n  return false;\n};","map":{"version":3,"names":["$WeakMap","WeakMap","prototype","$WeakSet","WeakSet","exported","isWeakMap","x","$mapHas","has","$setHas","module","exports","call","e"],"sources":["C:/Users/user/Desktop/000newport/node_modules/is-weakmap/index.js"],"sourcesContent":["'use strict';\n\nvar $WeakMap = typeof WeakMap === 'function' && WeakMap.prototype ? WeakMap : null;\nvar $WeakSet = typeof WeakSet === 'function' && WeakSet.prototype ? WeakSet : null;\n\nvar exported;\n\nif (!$WeakMap) {\n\t// eslint-disable-next-line no-unused-vars\n\texported = function isWeakMap(x) {\n\t\t// `WeakMap` is not present in this environment.\n\t\treturn false;\n\t};\n}\n\nvar $mapHas = $WeakMap ? $WeakMap.prototype.has : null;\nvar $setHas = $WeakSet ? $WeakSet.prototype.has : null;\nif (!exported && !$mapHas) {\n\t// eslint-disable-next-line no-unused-vars\n\texported = function isWeakMap(x) {\n\t\t// `WeakMap` does not have a `has` method\n\t\treturn false;\n\t};\n}\n\nmodule.exports = exported || function isWeakMap(x) {\n\tif (!x || typeof x !== 'object') {\n\t\treturn false;\n\t}\n\ttry {\n\t\t$mapHas.call(x, $mapHas);\n\t\tif ($setHas) {\n\t\t\ttry {\n\t\t\t\t$setHas.call(x, $setHas);\n\t\t\t} catch (e) {\n\t\t\t\treturn true;\n\t\t\t}\n\t\t}\n\t\treturn x instanceof $WeakMap; // core-js workaround, pre-v3\n\t} catch (e) {}\n\treturn false;\n};\n"],"mappings":"AAAA,YAAY;;AAEZ,IAAIA,QAAQ,GAAG,OAAOC,OAAO,KAAK,UAAU,IAAIA,OAAO,CAACC,SAAS,GAAGD,OAAO,GAAG,IAAI;AAClF,IAAIE,QAAQ,GAAG,OAAOC,OAAO,KAAK,UAAU,IAAIA,OAAO,CAACF,SAAS,GAAGE,OAAO,GAAG,IAAI;AAElF,IAAIC,QAAQ;AAEZ,IAAI,CAACL,QAAQ,EAAE;EACd;EACAK,QAAQ,GAAG,SAASC,SAASA,CAACC,CAAC,EAAE;IAChC;IACA,OAAO,KAAK;EACb,CAAC;AACF;AAEA,IAAIC,OAAO,GAAGR,QAAQ,GAAGA,QAAQ,CAACE,SAAS,CAACO,GAAG,GAAG,IAAI;AACtD,IAAIC,OAAO,GAAGP,QAAQ,GAAGA,QAAQ,CAACD,SAAS,CAACO,GAAG,GAAG,IAAI;AACtD,IAAI,CAACJ,QAAQ,IAAI,CAACG,OAAO,EAAE;EAC1B;EACAH,QAAQ,GAAG,SAASC,SAASA,CAACC,CAAC,EAAE;IAChC;IACA,OAAO,KAAK;EACb,CAAC;AACF;AAEAI,MAAM,CAACC,OAAO,GAAGP,QAAQ,IAAI,SAASC,SAASA,CAACC,CAAC,EAAE;EAClD,IAAI,CAACA,CAAC,IAAI,OAAOA,CAAC,KAAK,QAAQ,EAAE;IAChC,OAAO,KAAK;EACb;EACA,IAAI;IACHC,OAAO,CAACK,IAAI,CAACN,CAAC,EAAEC,OAAO,CAAC;IACxB,IAAIE,OAAO,EAAE;MACZ,IAAI;QACHA,OAAO,CAACG,IAAI,CAACN,CAAC,EAAEG,OAAO,CAAC;MACzB,CAAC,CAAC,OAAOI,CAAC,EAAE;QACX,OAAO,IAAI;MACZ;IACD;IACA,OAAOP,CAAC,YAAYP,QAAQ,CAAC,CAAC;EAC/B,CAAC,CAAC,OAAOc,CAAC,EAAE,CAAC;EACb,OAAO,KAAK;AACb,CAAC"},"metadata":{},"sourceType":"script","externalDependencies":[]}