BLUE
PHP 7.4.33
Path:
/var/www/cvr-leads.bitkit.dk/httpdocs/node_modules/postcss-loader/dist
Run
Logout
Edit File
Size: 656 B
Close
/var/www/cvr-leads.bitkit.dk/httpdocs/node_modules/postcss-loader/dist/Warning.js
Text
Base64
"use strict"; /** * **PostCSS Plugin Warning** * * Loader wrapper for postcss plugin warnings (`root.messages`) * * @class Warning * @extends Error * * @param {Object} warning PostCSS Warning */ class Warning extends Error { constructor(warning) { super(warning); const { text, line, column, plugin } = warning; this.name = "Warning"; this.message = `${this.name}\n\n`; if (typeof line !== "undefined") { this.message += `(${line}:${column}) `; } this.message += plugin ? `${plugin}: ` : ""; this.message += `${text}`; this.stack = false; } } module.exports = Warning;
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 6
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
cjs.js
59 B
lrw-r--r--
2025-03-11 10:10:50
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Error.js
815 B
lrw-r--r--
2025-03-11 10:10:50
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
index.js
5.45 KB
lrw-r--r--
2025-03-11 10:10:50
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
options.json
1.73 KB
lrw-r--r--
2025-03-11 10:10:50
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
utils.js
11.27 KB
lrw-r--r--
2025-03-11 10:10:50
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Warning.js
656 B
lrw-r--r--
2025-03-11 10:10:50
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).