PHP 7.4.33
Preview: shared.js Size: 546 B
/var/www/uibuilder.cmshelp.dk/httpdocs/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 };

Directory Contents

Dirs: 0 × Files: 19
Name Size Perms Modified Actions
660 B lrw-r--r-- 2025-03-28 11:04:37
Edit Download
1.00 KB lrw-r--r-- 2025-03-28 11:04:37
Edit Download
526 B lrw-r--r-- 2025-03-28 11:04:37
Edit Download
445 B lrw-r--r-- 2025-03-28 11:04:37
Edit Download
942 B lrw-r--r-- 2025-03-28 11:04:37
Edit Download
5.11 KB lrw-r--r-- 2025-03-28 11:04:37
Edit Download
932 B lrw-r--r-- 2025-03-28 11:04:37
Edit Download
418 B lrw-r--r-- 2025-03-28 11:04:37
Edit Download
157 B lrw-r--r-- 2025-03-28 11:04:37
Edit Download
268 B lrw-r--r-- 2025-03-28 11:04:37
Edit Download
648 B lrw-r--r-- 2025-03-28 11:04:37
Edit Download
408 B lrw-r--r-- 2025-03-28 11:04:37
Edit Download
527 B lrw-r--r-- 2025-03-28 11:04:37
Edit Download
518 B lrw-r--r-- 2025-03-28 11:04:38
Edit Download
653 B lrw-r--r-- 2025-03-28 11:04:38
Edit Download
659 B lrw-r--r-- 2025-03-28 11:04:38
Edit Download
252 B lrw-r--r-- 2025-03-28 11:04:38
Edit Download
546 B lrw-r--r-- 2025-03-28 11:04:38
Edit Download
386 B lrw-r--r-- 2025-03-28 11:04:38
Edit Download
If ZipArchive is unavailable, a .tar will be created (no compression).