PHP 7.4.33
Preview: SyntaxError.js Size: 408 B
/var/www/cookieconsent.bitkit.dk/httpdocs/node_modules/css-tree/lib/definition-syntax/SyntaxError.js
import { createCustomError } from '../utils/create-custom-error.js';

export function SyntaxError(message, input, offset) {
    return Object.assign(createCustomError('SyntaxError', message), {
        input,
        offset,
        rawMessage: message,
        message: message + '\n' +
            '  ' + input + '\n' +
            '--' + new Array((offset || input.length) + 1).join('-') + '^'
    });
};

Directory Contents

Dirs: 0 × Files: 6
Name Size Perms Modified Actions
3.19 KB lrw-r--r-- 2025-06-16 05:45:40
Edit Download
160 B lrw-r--r-- 2025-06-16 05:45:40
Edit Download
14.09 KB lrw-r--r-- 2025-06-16 05:45:40
Edit Download
408 B lrw-r--r-- 2025-06-16 05:45:40
Edit Download
1.24 KB lrw-r--r-- 2025-06-16 05:45:40
Edit Download
1.21 KB lrw-r--r-- 2025-06-16 05:45:40
Edit Download
If ZipArchive is unavailable, a .tar will be created (no compression).