f25837d3e85cadd4b2c8cba9022a082da5d65a7bdf3bdbe016df1228db6f0506.json 1.6 KB

1
  1. {"ast":null,"code":"var roundingMap = {\n ceil: Math.ceil,\n round: Math.round,\n floor: Math.floor,\n trunc: function trunc(value) {\n return value < 0 ? Math.ceil(value) : Math.floor(value);\n } // Math.trunc is not supported by IE\n};\nvar defaultRoundingMethod = 'trunc';\nexport function getRoundingMethod(method) {\n return method ? roundingMap[method] : roundingMap[defaultRoundingMethod];\n}","map":{"version":3,"names":["roundingMap","ceil","Math","round","floor","trunc","value","defaultRoundingMethod","getRoundingMethod","method"],"sources":["F:/workspace/202226701027/huinongbao-app/node_modules/date-fns/esm/_lib/roundingMethods/index.js"],"sourcesContent":["var roundingMap = {\n ceil: Math.ceil,\n round: Math.round,\n floor: Math.floor,\n trunc: function trunc(value) {\n return value < 0 ? Math.ceil(value) : Math.floor(value);\n } // Math.trunc is not supported by IE\n};\n\nvar defaultRoundingMethod = 'trunc';\nexport function getRoundingMethod(method) {\n return method ? roundingMap[method] : roundingMap[defaultRoundingMethod];\n}"],"mappings":"AAAA,IAAIA,WAAW,GAAG;EAChBC,IAAI,EAAEC,IAAI,CAACD,IAAI;EACfE,KAAK,EAAED,IAAI,CAACC,KAAK;EACjBC,KAAK,EAAEF,IAAI,CAACE,KAAK;EACjBC,KAAK,EAAE,SAASA,KAAKA,CAACC,KAAK,EAAE;IAC3B,OAAOA,KAAK,GAAG,CAAC,GAAGJ,IAAI,CAACD,IAAI,CAACK,KAAK,CAAC,GAAGJ,IAAI,CAACE,KAAK,CAACE,KAAK,CAAC;EACzD,CAAC,CAAC;AACJ,CAAC;AAED,IAAIC,qBAAqB,GAAG,OAAO;AACnC,OAAO,SAASC,iBAAiBA,CAACC,MAAM,EAAE;EACxC,OAAOA,MAAM,GAAGT,WAAW,CAACS,MAAM,CAAC,GAAGT,WAAW,CAACO,qBAAqB,CAAC;AAC1E","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}