403Webshell
Server IP : 121.121.20.254  /  Your IP : 216.73.216.182
Web Server : Microsoft-IIS/10.0
System : Windows NT WEB-SERVER 10.0 build 20348 (Windows Server 2022) AMD64
User : IUSR ( 0)
PHP Version : 8.3.28
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /Program Files/nodejs/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /Program Files/nodejs/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/root.js
"use strict";
var __extends = (this && this.__extends) || (function () {
    var extendStatics = function (d, b) {
        extendStatics = Object.setPrototypeOf ||
            ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
            function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
        return extendStatics(d, b);
    };
    return function (d, b) {
        if (typeof b !== "function" && b !== null)
            throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
        extendStatics(d, b);
        function __() { this.constructor = d; }
        d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
    };
})();
var __importDefault = (this && this.__importDefault) || function (mod) {
    return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
var container_1 = __importDefault(require("./container"));
var types_1 = require("./types");
var Root = /** @class */ (function (_super) {
    __extends(Root, _super);
    function Root(opts) {
        var _this = _super.call(this, opts) || this;
        _this.type = types_1.ROOT;
        return _this;
    }
    Root.prototype._stringify = function (options, depth, max) {
        var _this = this;
        var str = this.reduce(function (memo, selector) {
            memo.push(_this._stringifyChild(selector, options, depth, max));
            return memo;
        }, []).join(",");
        return this.trailingComma ? str + "," : str;
    };
    Root.prototype.error = function (message, options) {
        if (this._error) {
            return this._error(message, options);
        }
        else {
            return new Error(message);
        }
    };
    Object.defineProperty(Root.prototype, "errorGenerator", {
        set: function (handler) {
            this._error = handler;
        },
        enumerable: false,
        configurable: true
    });
    return Root;
}(container_1.default));
exports.default = Root;
//# sourceMappingURL=root.js.map

Youez - 2016 - github.com/yon3zu
LinuXploit