/
/
home
/
u523034047
/
domains
/
wasms.shop
/
public_html
/
varified
/
node_modules
/
eslint
/
messages
Server: in-mum-web1112.main-hosting.eu (62.72.28.111)
You: 216.73.216.60
PHP 8.3.30
Dir:
/home/u523034047/domains/wasms.shop/public_html/varified/node_modules/eslint/messages
Edit:
/home/u523034047/domains/wasms.shop/public_html/varified/node_modules/eslint/messages/shared.js
/** * @fileoverview Shared utilities for error messages. * @author Josh Goldberg */ "use strict"; /** * Converts a value to a string that may be printed in errors. * @param {any} value The invalid value. * @param {number} indentation How many spaces to indent * @returns {string} The value, stringified. */ function stringifyValueForError(value, indentation) { return value ? JSON.stringify(value, null, 4).replace(/\n/gu, `\n${" ".repeat(indentation)}`) : `${value}`; } module.exports = { stringifyValueForError };
Ukuran: 531 B