/
TON618OFF
/
FinalPWHTML
Обзор
Документация
Войти
/
TON618OFF
/
FinalPWHTML
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
node_modules/istanbul-lib-source-maps/lib/transform-utils.js
21 строка
478 B
TON618OFF
не ну это ваще
23 июн 2024, 00:30
23 июн 2024, 00:30
e27ae20
Код
Авторство
О чём код?
/* Copyright 2015, Yahoo Inc. Copyrights licensed under the New BSD License. See the accompanying LICENSE file for terms. */ 'use strict'; function getUniqueKey(pathname) { return pathname.replace(/[\\/]/g, '_'); } function getOutput(cache) { return Object.values(cache).reduce( (output, { file, mappedCoverage }) => ({ ...output, [file]: mappedCoverage }), {} ); } module.exports = { getUniqueKey, getOutput };