1 line
1.3 KiB
JSON
1 line
1.3 KiB
JSON
|
{"ast":null,"code":"import { lintWarning } from \"./utils\";\nvar linter = function linter(key, value, info) {\n if (typeof value === 'string' && /NaN/g.test(value) || Number.isNaN(value)) {\n lintWarning(\"Unexpected 'NaN' in property '\".concat(key, \": \").concat(value, \"'.\"), info);\n }\n};\nexport default linter;","map":{"version":3,"names":["lintWarning","linter","key","value","info","test","Number","isNaN","concat"],"sources":["C:/Users/Аришина)/Desktop/promo/node_modules/@ant-design/cssinjs/es/linters/NaNLinter.js"],"sourcesContent":["import { lintWarning } from \"./utils\";\nvar linter = function linter(key, value, info) {\n if (typeof value === 'string' && /NaN/g.test(value) || Number.isNaN(value)) {\n lintWarning(\"Unexpected 'NaN' in property '\".concat(key, \": \").concat(value, \"'.\"), info);\n }\n};\nexport default linter;"],"mappings":"AAAA,SAASA,WAAW,QAAQ,SAAS;AACrC,IAAIC,MAAM,GAAG,SAASA,MAAMA,CAACC,GAAG,EAAEC,KAAK,EAAEC,IAAI,EAAE;EAC7C,IAAI,OAAOD,KAAK,KAAK,QAAQ,IAAI,MAAM,CAACE,IAAI,CAACF,KAAK,CAAC,IAAIG,MAAM,CAACC,KAAK,CAACJ,KAAK,CAAC,EAAE;IAC1EH,WAAW,CAAC,gCAAgC,CAACQ,MAAM,CAACN,GAAG,EAAE,IAAI,CAAC,CAACM,MAAM,CAACL,KAAK,EAAE,IAAI,CAAC,EAAEC,IAAI,CAAC;EAC3F;AACF,CAAC;AACD,eAAeH,MAAM","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}
|