55866cf5afd9803a902287d8c2e3d3974ebb407742b79e38a620b0f299f39985.json 1.2 KB

1
  1. {"ast":null,"code":"'use strict';\n\nvar ceil = Math.ceil;\nvar floor = Math.floor;\n\n// `Math.trunc` method\n// https://tc39.es/ecma262/#sec-math.trunc\n// eslint-disable-next-line es/no-math-trunc -- safe\nmodule.exports = Math.trunc || function trunc(x) {\n var n = +x;\n return (n > 0 ? floor : ceil)(n);\n};","map":{"version":3,"names":["ceil","Math","floor","module","exports","trunc","x","n"],"sources":["F:/workspace/202226701027/huinongbao-app/node_modules/core-js-pure/internals/math-trunc.js"],"sourcesContent":["'use strict';\nvar ceil = Math.ceil;\nvar floor = Math.floor;\n\n// `Math.trunc` method\n// https://tc39.es/ecma262/#sec-math.trunc\n// eslint-disable-next-line es/no-math-trunc -- safe\nmodule.exports = Math.trunc || function trunc(x) {\n var n = +x;\n return (n > 0 ? floor : ceil)(n);\n};\n"],"mappings":"AAAA,YAAY;;AACZ,IAAIA,IAAI,GAAGC,IAAI,CAACD,IAAI;AACpB,IAAIE,KAAK,GAAGD,IAAI,CAACC,KAAK;;AAEtB;AACA;AACA;AACAC,MAAM,CAACC,OAAO,GAAGH,IAAI,CAACI,KAAK,IAAI,SAASA,KAAKA,CAACC,CAAC,EAAE;EAC/C,IAAIC,CAAC,GAAG,CAACD,CAAC;EACV,OAAO,CAACC,CAAC,GAAG,CAAC,GAAGL,KAAK,GAAGF,IAAI,EAAEO,CAAC,CAAC;AAClC,CAAC","ignoreList":[]},"metadata":{},"sourceType":"script","externalDependencies":[]}