Ignore:
Timestamp:
11/25/21 22:08:24 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
8d391a1
Parents:
59329aa
Message:

primeNG components

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/css-what/lib/parse.js

    r59329aa re29cc2e  
    11"use strict";
    2 var __spreadArray = (this && this.__spreadArray) || function (to, from) {
    3     for (var i = 0, il = from.length, j = to.length; i < il; i++, j++)
    4         to[j] = from[i];
    5     return to;
     2var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
     3    if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
     4        if (ar || !(i in from)) {
     5            if (!ar) ar = Array.prototype.slice.call(from, 0, i);
     6            ar[i] = from[i];
     7        }
     8    }
     9    return to.concat(ar || Array.prototype.slice.call(from));
    610};
    711Object.defineProperty(exports, "__esModule", { value: true });
     
    3337    "matches",
    3438    "is",
     39    "where",
    3540    "host",
    3641    "host-context",
     
    3843var traversalNames = new Set(__spreadArray([
    3944    "descendant"
    40 ], Object.keys(Traversals).map(function (k) { return Traversals[k]; })));
     45], Object.keys(Traversals).map(function (k) { return Traversals[k]; }), true));
    4146/**
    4247 * Attributes that are case-insensitive in HTML.
     
    222227                stripWhitespace(1);
    223228                // Determine attribute name and namespace
    224                 var name_2 = void 0;
    225229                var namespace = null;
    226230                if (selector.charAt(selectorIndex) === "|") {
     
    232236                    selectorIndex += 2;
    233237                }
    234                 name_2 = getName(0);
     238                var name_2 = getName(0);
    235239                if (namespace === null &&
    236240                    selector.charAt(selectorIndex) === "|" &&
Note: See TracChangeset for help on using the changeset viewer.