PHP 7.4.33
Preview: SyntaxError.cjs Size: 471 B
/var/www/cookieconsent.bitkit.dk/httpdocs/node_modules/css-tree/cjs/definition-syntax/SyntaxError.cjs
'use strict';

const createCustomError = require('../utils/create-custom-error.cjs');

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

exports.SyntaxError = SyntaxError;

Directory Contents

Dirs: 0 × Files: 6
Name Size Perms Modified Actions
3.23 KB lrw-r--r-- 2025-06-16 05:45:40
Edit Download
326 B lrw-r--r-- 2025-06-16 05:45:40
Edit Download
14.14 KB lrw-r--r-- 2025-06-16 05:45:40
Edit Download
471 B lrw-r--r-- 2025-06-16 05:45:40
Edit Download
1.29 KB lrw-r--r-- 2025-06-16 05:45:40
Edit Download
1.23 KB lrw-r--r-- 2025-06-16 05:45:40
Edit Download
If ZipArchive is unavailable, a .tar will be created (no compression).