9cf6dbcb7891a861e84ef60221917b52f544c58b96f7e48fd46bcb3e43429ec9.json 1.1 KB

1
  1. {"ast":null,"code":"'use strict';\n\nvar isRegExp = require('../internals/is-regexp');\nvar $TypeError = TypeError;\nmodule.exports = function (it) {\n if (isRegExp(it)) {\n throw new $TypeError(\"The method doesn't accept regular expressions\");\n }\n return it;\n};","map":{"version":3,"names":["isRegExp","require","$TypeError","TypeError","module","exports","it"],"sources":["F:/workspace/202226701027/huinongbao-app/node_modules/core-js-pure/internals/not-a-regexp.js"],"sourcesContent":["'use strict';\nvar isRegExp = require('../internals/is-regexp');\n\nvar $TypeError = TypeError;\n\nmodule.exports = function (it) {\n if (isRegExp(it)) {\n throw new $TypeError(\"The method doesn't accept regular expressions\");\n } return it;\n};\n"],"mappings":"AAAA,YAAY;;AACZ,IAAIA,QAAQ,GAAGC,OAAO,CAAC,wBAAwB,CAAC;AAEhD,IAAIC,UAAU,GAAGC,SAAS;AAE1BC,MAAM,CAACC,OAAO,GAAG,UAAUC,EAAE,EAAE;EAC7B,IAAIN,QAAQ,CAACM,EAAE,CAAC,EAAE;IAChB,MAAM,IAAIJ,UAAU,CAAC,+CAA+C,CAAC;EACvE;EAAE,OAAOI,EAAE;AACb,CAAC","ignoreList":[]},"metadata":{},"sourceType":"script","externalDependencies":[]}