Files
doneit-web/.angular/cache/14.2.12/babel-webpack/9067e7c80ad89b53f9b7ff9e88ed7a94.json
T
Eudes Inácio 53b71ea16f its working
2023-06-30 09:54:21 +01:00

1 line
2.2 KiB
JSON

{"ast":null,"code":"var bindReporter = (callback, metric, reportAllChanges) => {\n let prevValue;\n return forceReport => {\n if (metric.value >= 0) {\n if (forceReport || reportAllChanges) {\n metric.delta = metric.value - (prevValue || 0);\n\n // Report the metric if there's a non-zero delta or if no previous\n // value exists (which can happen in the case of the document becoming\n // hidden when the metric value is 0).\n // See: https://github.com/GoogleChrome/web-vitals/issues/14\n if (metric.delta || prevValue === undefined) {\n prevValue = metric.value;\n callback(metric);\n }\n }\n }\n };\n};\nexport { bindReporter };","map":{"version":3,"names":["bindReporter","callback","metric","reportAllChanges","prevValue","forceReport","value","delta","undefined"],"sources":["C:/Users/eudes.inacio/GabineteDigital/gabinete-digital-fo/node_modules/@sentry/tracing/esm/browser/web-vitals/lib/bindReporter.js"],"sourcesContent":["var bindReporter = (\n callback,\n metric,\n reportAllChanges,\n) => {\n let prevValue;\n return (forceReport) => {\n if (metric.value >= 0) {\n if (forceReport || reportAllChanges) {\n metric.delta = metric.value - (prevValue || 0);\n\n // Report the metric if there's a non-zero delta or if no previous\n // value exists (which can happen in the case of the document becoming\n // hidden when the metric value is 0).\n // See: https://github.com/GoogleChrome/web-vitals/issues/14\n if (metric.delta || prevValue === undefined) {\n prevValue = metric.value;\n callback(metric);\n }\n }\n }\n };\n};\n\nexport { bindReporter };\n"],"mappings":"AAAA,IAAIA,YAAY,GAAGA,CACjBC,QAAQ,EACRC,MAAM,EACNC,gBAAgB,KACb;EACH,IAAIC,SAAS;EACb,OAAQC,WAAW,IAAK;IACtB,IAAIH,MAAM,CAACI,KAAK,IAAI,CAAC,EAAE;MACrB,IAAID,WAAW,IAAIF,gBAAgB,EAAE;QACnCD,MAAM,CAACK,KAAK,GAAGL,MAAM,CAACI,KAAK,IAAIF,SAAS,IAAI,CAAC,CAAC;;QAE9C;QACA;QACA;QACA;QACA,IAAIF,MAAM,CAACK,KAAK,IAAIH,SAAS,KAAKI,SAAS,EAAE;UAC3CJ,SAAS,GAAGF,MAAM,CAACI,KAAK;UACxBL,QAAQ,CAACC,MAAM,CAAC;QAClB;MACF;IACF;EACF,CAAC;AACH,CAAC;AAED,SAASF,YAAY"},"metadata":{},"sourceType":"module"}