vite 4.3.1 → 4.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of vite might be problematic. Click here for more details.
- package/LICENSE.md +1 -1
- package/dist/client/client.mjs +5 -3
- package/dist/client/client.mjs.map +1 -1
- package/dist/node/chunks/{dep-e3f470e2.js → dep-3ea2db5b.js} +15 -16
- package/dist/node/chunks/{dep-17ff486c.js → dep-5728e8e9.js} +138 -193
- package/dist/node/chunks/{dep-24daf00c.js → dep-a178814b.js} +713 -737
- package/dist/node/chunks/{dep-98d07f71.js → dep-f0c7dae0.js} +1 -259
- package/dist/node/cli.js +13 -13
- package/dist/node/index.d.ts +8 -0
- package/dist/node/index.js +3 -3
- package/dist/node-cjs/publicUtils.cjs +57 -82
- package/package.json +14 -14
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import { F as commonjsGlobal, E as getDefaultExportFromCjs } from './dep-a178814b.js';
|
|
1
2
|
import require$$0__default from 'fs';
|
|
2
3
|
import require$$0 from 'postcss';
|
|
3
|
-
import { E as commonjsGlobal } from './dep-24daf00c.js';
|
|
4
4
|
import require$$0$1 from 'path';
|
|
5
5
|
import require$$5 from 'crypto';
|
|
6
6
|
import require$$0$2 from 'util';
|
|
@@ -26,11 +26,7 @@ function _mergeNamespaces(n, m) {
|
|
|
26
26
|
return n;
|
|
27
27
|
}
|
|
28
28
|
|
|
29
|
-
var
|
|
30
|
-
var build = {
|
|
31
|
-
get exports(){ return buildExports; },
|
|
32
|
-
set exports(v){ buildExports = v; },
|
|
33
|
-
};
|
|
29
|
+
var build = {exports: {}};
|
|
34
30
|
|
|
35
31
|
var fs = {};
|
|
36
32
|
|
|
@@ -1180,11 +1176,7 @@ FileSystemLoader$1.default = FileSystemLoader;
|
|
|
1180
1176
|
|
|
1181
1177
|
var scoping = {};
|
|
1182
1178
|
|
|
1183
|
-
var
|
|
1184
|
-
var src$3 = {
|
|
1185
|
-
get exports(){ return srcExports$2; },
|
|
1186
|
-
set exports(v){ srcExports$2 = v; },
|
|
1187
|
-
};
|
|
1179
|
+
var src$3 = {exports: {}};
|
|
1188
1180
|
|
|
1189
1181
|
const PERMANENT_MARKER = 2;
|
|
1190
1182
|
const TEMPORARY_MARKER = 1;
|
|
@@ -1452,13 +1444,11 @@ src$3.exports = (options = {}) => {
|
|
|
1452
1444
|
};
|
|
1453
1445
|
};
|
|
1454
1446
|
|
|
1455
|
-
|
|
1447
|
+
src$3.exports.postcss = true;
|
|
1456
1448
|
|
|
1457
|
-
var
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
set exports(v){ wasmHashExports = v; },
|
|
1461
|
-
};
|
|
1449
|
+
var srcExports$2 = src$3.exports;
|
|
1450
|
+
|
|
1451
|
+
var wasmHash = {exports: {}};
|
|
1462
1452
|
|
|
1463
1453
|
/*
|
|
1464
1454
|
MIT License http://www.opensource.org/licenses/mit-license.php
|
|
@@ -1468,7 +1458,7 @@ var wasmHash = {
|
|
|
1468
1458
|
var hasRequiredWasmHash;
|
|
1469
1459
|
|
|
1470
1460
|
function requireWasmHash () {
|
|
1471
|
-
if (hasRequiredWasmHash) return
|
|
1461
|
+
if (hasRequiredWasmHash) return wasmHash.exports;
|
|
1472
1462
|
hasRequiredWasmHash = 1;
|
|
1473
1463
|
|
|
1474
1464
|
// 65536 is the size of a wasm memory page
|
|
@@ -1671,8 +1661,8 @@ function requireWasmHash () {
|
|
|
1671
1661
|
};
|
|
1672
1662
|
|
|
1673
1663
|
wasmHash.exports = create;
|
|
1674
|
-
|
|
1675
|
-
return
|
|
1664
|
+
wasmHash.exports.MAX_SHORT_STRING = MAX_SHORT_STRING;
|
|
1665
|
+
return wasmHash.exports;
|
|
1676
1666
|
}
|
|
1677
1667
|
|
|
1678
1668
|
/*
|
|
@@ -2211,55 +2201,23 @@ var genericNames = function createGenerator(pattern, options) {
|
|
|
2211
2201
|
};
|
|
2212
2202
|
};
|
|
2213
2203
|
|
|
2214
|
-
var
|
|
2215
|
-
var src$2 = {
|
|
2216
|
-
get exports(){ return srcExports$1; },
|
|
2217
|
-
set exports(v){ srcExports$1 = v; },
|
|
2218
|
-
};
|
|
2204
|
+
var src$2 = {exports: {}};
|
|
2219
2205
|
|
|
2220
|
-
var
|
|
2221
|
-
var dist = {
|
|
2222
|
-
get exports(){ return distExports; },
|
|
2223
|
-
set exports(v){ distExports = v; },
|
|
2224
|
-
};
|
|
2206
|
+
var dist = {exports: {}};
|
|
2225
2207
|
|
|
2226
|
-
var
|
|
2227
|
-
var processor = {
|
|
2228
|
-
get exports(){ return processorExports; },
|
|
2229
|
-
set exports(v){ processorExports = v; },
|
|
2230
|
-
};
|
|
2208
|
+
var processor = {exports: {}};
|
|
2231
2209
|
|
|
2232
|
-
var
|
|
2233
|
-
var parser = {
|
|
2234
|
-
get exports(){ return parserExports; },
|
|
2235
|
-
set exports(v){ parserExports = v; },
|
|
2236
|
-
};
|
|
2210
|
+
var parser = {exports: {}};
|
|
2237
2211
|
|
|
2238
|
-
var
|
|
2239
|
-
var root$1 = {
|
|
2240
|
-
get exports(){ return rootExports; },
|
|
2241
|
-
set exports(v){ rootExports = v; },
|
|
2242
|
-
};
|
|
2212
|
+
var root$1 = {exports: {}};
|
|
2243
2213
|
|
|
2244
|
-
var
|
|
2245
|
-
var container = {
|
|
2246
|
-
get exports(){ return containerExports; },
|
|
2247
|
-
set exports(v){ containerExports = v; },
|
|
2248
|
-
};
|
|
2214
|
+
var container = {exports: {}};
|
|
2249
2215
|
|
|
2250
|
-
var
|
|
2251
|
-
var node$1 = {
|
|
2252
|
-
get exports(){ return nodeExports; },
|
|
2253
|
-
set exports(v){ nodeExports = v; },
|
|
2254
|
-
};
|
|
2216
|
+
var node$1 = {exports: {}};
|
|
2255
2217
|
|
|
2256
2218
|
var util = {};
|
|
2257
2219
|
|
|
2258
|
-
var
|
|
2259
|
-
var unesc = {
|
|
2260
|
-
get exports(){ return unescExports; },
|
|
2261
|
-
set exports(v){ unescExports = v; },
|
|
2262
|
-
};
|
|
2220
|
+
var unesc = {exports: {}};
|
|
2263
2221
|
|
|
2264
2222
|
(function (module, exports) {
|
|
2265
2223
|
|
|
@@ -2353,14 +2311,12 @@ var unesc = {
|
|
|
2353
2311
|
return ret;
|
|
2354
2312
|
}
|
|
2355
2313
|
|
|
2356
|
-
module.exports = exports.default;
|
|
2357
|
-
} (unesc,
|
|
2314
|
+
module.exports = exports.default;
|
|
2315
|
+
} (unesc, unesc.exports));
|
|
2358
2316
|
|
|
2359
|
-
var
|
|
2360
|
-
|
|
2361
|
-
|
|
2362
|
-
set exports(v){ getPropExports = v; },
|
|
2363
|
-
};
|
|
2317
|
+
var unescExports = unesc.exports;
|
|
2318
|
+
|
|
2319
|
+
var getProp = {exports: {}};
|
|
2364
2320
|
|
|
2365
2321
|
(function (module, exports) {
|
|
2366
2322
|
|
|
@@ -2385,14 +2341,12 @@ var getProp = {
|
|
|
2385
2341
|
return obj;
|
|
2386
2342
|
}
|
|
2387
2343
|
|
|
2388
|
-
module.exports = exports.default;
|
|
2389
|
-
} (getProp,
|
|
2344
|
+
module.exports = exports.default;
|
|
2345
|
+
} (getProp, getProp.exports));
|
|
2390
2346
|
|
|
2391
|
-
var
|
|
2392
|
-
|
|
2393
|
-
|
|
2394
|
-
set exports(v){ ensureObjectExports = v; },
|
|
2395
|
-
};
|
|
2347
|
+
var getPropExports = getProp.exports;
|
|
2348
|
+
|
|
2349
|
+
var ensureObject = {exports: {}};
|
|
2396
2350
|
|
|
2397
2351
|
(function (module, exports) {
|
|
2398
2352
|
|
|
@@ -2415,14 +2369,12 @@ var ensureObject = {
|
|
|
2415
2369
|
}
|
|
2416
2370
|
}
|
|
2417
2371
|
|
|
2418
|
-
module.exports = exports.default;
|
|
2419
|
-
} (ensureObject,
|
|
2372
|
+
module.exports = exports.default;
|
|
2373
|
+
} (ensureObject, ensureObject.exports));
|
|
2420
2374
|
|
|
2421
|
-
var
|
|
2422
|
-
|
|
2423
|
-
|
|
2424
|
-
set exports(v){ stripCommentsExports = v; },
|
|
2425
|
-
};
|
|
2375
|
+
var ensureObjectExports = ensureObject.exports;
|
|
2376
|
+
|
|
2377
|
+
var stripComments = {exports: {}};
|
|
2426
2378
|
|
|
2427
2379
|
(function (module, exports) {
|
|
2428
2380
|
|
|
@@ -2450,8 +2402,10 @@ var stripComments = {
|
|
|
2450
2402
|
return s;
|
|
2451
2403
|
}
|
|
2452
2404
|
|
|
2453
|
-
module.exports = exports.default;
|
|
2454
|
-
} (stripComments,
|
|
2405
|
+
module.exports = exports.default;
|
|
2406
|
+
} (stripComments, stripComments.exports));
|
|
2407
|
+
|
|
2408
|
+
var stripCommentsExports = stripComments.exports;
|
|
2455
2409
|
|
|
2456
2410
|
util.__esModule = true;
|
|
2457
2411
|
util.stripComments = util.ensureObject = util.getProp = util.unesc = void 0;
|
|
@@ -2712,8 +2666,10 @@ function _interopRequireDefault$3(obj) { return obj && obj.__esModule ? obj : {
|
|
|
2712
2666
|
}();
|
|
2713
2667
|
|
|
2714
2668
|
exports["default"] = Node;
|
|
2715
|
-
module.exports = exports.default;
|
|
2716
|
-
} (node$1,
|
|
2669
|
+
module.exports = exports.default;
|
|
2670
|
+
} (node$1, node$1.exports));
|
|
2671
|
+
|
|
2672
|
+
var nodeExports = node$1.exports;
|
|
2717
2673
|
|
|
2718
2674
|
var types = {};
|
|
2719
2675
|
|
|
@@ -3138,8 +3094,10 @@ types.UNIVERSAL = UNIVERSAL;
|
|
|
3138
3094
|
}(_node["default"]);
|
|
3139
3095
|
|
|
3140
3096
|
exports["default"] = Container;
|
|
3141
|
-
module.exports = exports.default;
|
|
3142
|
-
} (container,
|
|
3097
|
+
module.exports = exports.default;
|
|
3098
|
+
} (container, container.exports));
|
|
3099
|
+
|
|
3100
|
+
var containerExports = container.exports;
|
|
3143
3101
|
|
|
3144
3102
|
(function (module, exports) {
|
|
3145
3103
|
|
|
@@ -3200,14 +3158,12 @@ types.UNIVERSAL = UNIVERSAL;
|
|
|
3200
3158
|
}(_container["default"]);
|
|
3201
3159
|
|
|
3202
3160
|
exports["default"] = Root;
|
|
3203
|
-
module.exports = exports.default;
|
|
3204
|
-
} (root$1,
|
|
3161
|
+
module.exports = exports.default;
|
|
3162
|
+
} (root$1, root$1.exports));
|
|
3205
3163
|
|
|
3206
|
-
var
|
|
3207
|
-
|
|
3208
|
-
|
|
3209
|
-
set exports(v){ selectorExports = v; },
|
|
3210
|
-
};
|
|
3164
|
+
var rootExports = root$1.exports;
|
|
3165
|
+
|
|
3166
|
+
var selector$1 = {exports: {}};
|
|
3211
3167
|
|
|
3212
3168
|
(function (module, exports) {
|
|
3213
3169
|
|
|
@@ -3239,14 +3195,12 @@ var selector$1 = {
|
|
|
3239
3195
|
}(_container["default"]);
|
|
3240
3196
|
|
|
3241
3197
|
exports["default"] = Selector;
|
|
3242
|
-
module.exports = exports.default;
|
|
3243
|
-
} (selector$1,
|
|
3198
|
+
module.exports = exports.default;
|
|
3199
|
+
} (selector$1, selector$1.exports));
|
|
3244
3200
|
|
|
3245
|
-
var
|
|
3246
|
-
|
|
3247
|
-
|
|
3248
|
-
set exports(v){ classNameExports = v; },
|
|
3249
|
-
};
|
|
3201
|
+
var selectorExports = selector$1.exports;
|
|
3202
|
+
|
|
3203
|
+
var className$1 = {exports: {}};
|
|
3250
3204
|
|
|
3251
3205
|
/*! https://mths.be/cssesc v3.0.0 by @mathias */
|
|
3252
3206
|
|
|
@@ -3425,14 +3379,12 @@ var cssesc_1 = cssesc;
|
|
|
3425
3379
|
}(_node["default"]);
|
|
3426
3380
|
|
|
3427
3381
|
exports["default"] = ClassName;
|
|
3428
|
-
module.exports = exports.default;
|
|
3429
|
-
} (className$1,
|
|
3382
|
+
module.exports = exports.default;
|
|
3383
|
+
} (className$1, className$1.exports));
|
|
3430
3384
|
|
|
3431
|
-
var
|
|
3432
|
-
|
|
3433
|
-
|
|
3434
|
-
set exports(v){ commentExports = v; },
|
|
3435
|
-
};
|
|
3385
|
+
var classNameExports = className$1.exports;
|
|
3386
|
+
|
|
3387
|
+
var comment$2 = {exports: {}};
|
|
3436
3388
|
|
|
3437
3389
|
(function (module, exports) {
|
|
3438
3390
|
|
|
@@ -3464,14 +3416,12 @@ var comment$2 = {
|
|
|
3464
3416
|
}(_node["default"]);
|
|
3465
3417
|
|
|
3466
3418
|
exports["default"] = Comment;
|
|
3467
|
-
module.exports = exports.default;
|
|
3468
|
-
} (comment$2,
|
|
3419
|
+
module.exports = exports.default;
|
|
3420
|
+
} (comment$2, comment$2.exports));
|
|
3469
3421
|
|
|
3470
|
-
var
|
|
3471
|
-
|
|
3472
|
-
|
|
3473
|
-
set exports(v){ idExports = v; },
|
|
3474
|
-
};
|
|
3422
|
+
var commentExports = comment$2.exports;
|
|
3423
|
+
|
|
3424
|
+
var id$1 = {exports: {}};
|
|
3475
3425
|
|
|
3476
3426
|
(function (module, exports) {
|
|
3477
3427
|
|
|
@@ -3509,20 +3459,14 @@ var id$1 = {
|
|
|
3509
3459
|
}(_node["default"]);
|
|
3510
3460
|
|
|
3511
3461
|
exports["default"] = ID;
|
|
3512
|
-
module.exports = exports.default;
|
|
3513
|
-
} (id$1,
|
|
3462
|
+
module.exports = exports.default;
|
|
3463
|
+
} (id$1, id$1.exports));
|
|
3514
3464
|
|
|
3515
|
-
var
|
|
3516
|
-
var tag$1 = {
|
|
3517
|
-
get exports(){ return tagExports; },
|
|
3518
|
-
set exports(v){ tagExports = v; },
|
|
3519
|
-
};
|
|
3465
|
+
var idExports = id$1.exports;
|
|
3520
3466
|
|
|
3521
|
-
var
|
|
3522
|
-
|
|
3523
|
-
|
|
3524
|
-
set exports(v){ namespaceExports = v; },
|
|
3525
|
-
};
|
|
3467
|
+
var tag$1 = {exports: {}};
|
|
3468
|
+
|
|
3469
|
+
var namespace = {exports: {}};
|
|
3526
3470
|
|
|
3527
3471
|
(function (module, exports) {
|
|
3528
3472
|
|
|
@@ -3623,8 +3567,10 @@ var namespace = {
|
|
|
3623
3567
|
}(_node["default"]);
|
|
3624
3568
|
|
|
3625
3569
|
exports["default"] = Namespace;
|
|
3626
|
-
module.exports = exports.default;
|
|
3627
|
-
} (namespace,
|
|
3570
|
+
module.exports = exports.default;
|
|
3571
|
+
} (namespace, namespace.exports));
|
|
3572
|
+
|
|
3573
|
+
var namespaceExports = namespace.exports;
|
|
3628
3574
|
|
|
3629
3575
|
(function (module, exports) {
|
|
3630
3576
|
|
|
@@ -3656,14 +3602,12 @@ var namespace = {
|
|
|
3656
3602
|
}(_namespace["default"]);
|
|
3657
3603
|
|
|
3658
3604
|
exports["default"] = Tag;
|
|
3659
|
-
module.exports = exports.default;
|
|
3660
|
-
} (tag$1,
|
|
3605
|
+
module.exports = exports.default;
|
|
3606
|
+
} (tag$1, tag$1.exports));
|
|
3661
3607
|
|
|
3662
|
-
var
|
|
3663
|
-
|
|
3664
|
-
|
|
3665
|
-
set exports(v){ stringExports = v; },
|
|
3666
|
-
};
|
|
3608
|
+
var tagExports = tag$1.exports;
|
|
3609
|
+
|
|
3610
|
+
var string$1 = {exports: {}};
|
|
3667
3611
|
|
|
3668
3612
|
(function (module, exports) {
|
|
3669
3613
|
|
|
@@ -3695,14 +3639,12 @@ var string$1 = {
|
|
|
3695
3639
|
}(_node["default"]);
|
|
3696
3640
|
|
|
3697
3641
|
exports["default"] = String;
|
|
3698
|
-
module.exports = exports.default;
|
|
3699
|
-
} (string$1,
|
|
3642
|
+
module.exports = exports.default;
|
|
3643
|
+
} (string$1, string$1.exports));
|
|
3700
3644
|
|
|
3701
|
-
var
|
|
3702
|
-
|
|
3703
|
-
|
|
3704
|
-
set exports(v){ pseudoExports = v; },
|
|
3705
|
-
};
|
|
3645
|
+
var stringExports = string$1.exports;
|
|
3646
|
+
|
|
3647
|
+
var pseudo$1 = {exports: {}};
|
|
3706
3648
|
|
|
3707
3649
|
(function (module, exports) {
|
|
3708
3650
|
|
|
@@ -3741,8 +3683,10 @@ var pseudo$1 = {
|
|
|
3741
3683
|
}(_container["default"]);
|
|
3742
3684
|
|
|
3743
3685
|
exports["default"] = Pseudo;
|
|
3744
|
-
module.exports = exports.default;
|
|
3745
|
-
} (pseudo$1,
|
|
3686
|
+
module.exports = exports.default;
|
|
3687
|
+
} (pseudo$1, pseudo$1.exports));
|
|
3688
|
+
|
|
3689
|
+
var pseudoExports = pseudo$1.exports;
|
|
3746
3690
|
|
|
3747
3691
|
var attribute$1 = {};
|
|
3748
3692
|
|
|
@@ -4266,14 +4210,10 @@ var node = require$$0$2.deprecate;
|
|
|
4266
4210
|
|
|
4267
4211
|
function defaultAttrConcat(attrValue, attrSpaces) {
|
|
4268
4212
|
return "" + attrSpaces.before + attrValue + attrSpaces.after;
|
|
4269
|
-
}
|
|
4213
|
+
}
|
|
4270
4214
|
} (attribute$1));
|
|
4271
4215
|
|
|
4272
|
-
var
|
|
4273
|
-
var universal$1 = {
|
|
4274
|
-
get exports(){ return universalExports; },
|
|
4275
|
-
set exports(v){ universalExports = v; },
|
|
4276
|
-
};
|
|
4216
|
+
var universal$1 = {exports: {}};
|
|
4277
4217
|
|
|
4278
4218
|
(function (module, exports) {
|
|
4279
4219
|
|
|
@@ -4306,14 +4246,12 @@ var universal$1 = {
|
|
|
4306
4246
|
}(_namespace["default"]);
|
|
4307
4247
|
|
|
4308
4248
|
exports["default"] = Universal;
|
|
4309
|
-
module.exports = exports.default;
|
|
4310
|
-
} (universal$1,
|
|
4249
|
+
module.exports = exports.default;
|
|
4250
|
+
} (universal$1, universal$1.exports));
|
|
4311
4251
|
|
|
4312
|
-
var
|
|
4313
|
-
|
|
4314
|
-
|
|
4315
|
-
set exports(v){ combinatorExports = v; },
|
|
4316
|
-
};
|
|
4252
|
+
var universalExports = universal$1.exports;
|
|
4253
|
+
|
|
4254
|
+
var combinator$2 = {exports: {}};
|
|
4317
4255
|
|
|
4318
4256
|
(function (module, exports) {
|
|
4319
4257
|
|
|
@@ -4345,14 +4283,12 @@ var combinator$2 = {
|
|
|
4345
4283
|
}(_node["default"]);
|
|
4346
4284
|
|
|
4347
4285
|
exports["default"] = Combinator;
|
|
4348
|
-
module.exports = exports.default;
|
|
4349
|
-
} (combinator$2,
|
|
4286
|
+
module.exports = exports.default;
|
|
4287
|
+
} (combinator$2, combinator$2.exports));
|
|
4350
4288
|
|
|
4351
|
-
var
|
|
4352
|
-
|
|
4353
|
-
|
|
4354
|
-
set exports(v){ nestingExports = v; },
|
|
4355
|
-
};
|
|
4289
|
+
var combinatorExports = combinator$2.exports;
|
|
4290
|
+
|
|
4291
|
+
var nesting$1 = {exports: {}};
|
|
4356
4292
|
|
|
4357
4293
|
(function (module, exports) {
|
|
4358
4294
|
|
|
@@ -4385,14 +4321,12 @@ var nesting$1 = {
|
|
|
4385
4321
|
}(_node["default"]);
|
|
4386
4322
|
|
|
4387
4323
|
exports["default"] = Nesting;
|
|
4388
|
-
module.exports = exports.default;
|
|
4389
|
-
} (nesting$1,
|
|
4324
|
+
module.exports = exports.default;
|
|
4325
|
+
} (nesting$1, nesting$1.exports));
|
|
4390
4326
|
|
|
4391
|
-
var
|
|
4392
|
-
|
|
4393
|
-
|
|
4394
|
-
set exports(v){ sortAscendingExports = v; },
|
|
4395
|
-
};
|
|
4327
|
+
var nestingExports = nesting$1.exports;
|
|
4328
|
+
|
|
4329
|
+
var sortAscending = {exports: {}};
|
|
4396
4330
|
|
|
4397
4331
|
(function (module, exports) {
|
|
4398
4332
|
|
|
@@ -4404,8 +4338,10 @@ var sortAscending = {
|
|
|
4404
4338
|
return a - b;
|
|
4405
4339
|
});
|
|
4406
4340
|
}
|
|
4407
|
-
module.exports = exports.default;
|
|
4408
|
-
} (sortAscending,
|
|
4341
|
+
module.exports = exports.default;
|
|
4342
|
+
} (sortAscending, sortAscending.exports));
|
|
4343
|
+
|
|
4344
|
+
var sortAscendingExports = sortAscending.exports;
|
|
4409
4345
|
|
|
4410
4346
|
var tokenize = {};
|
|
4411
4347
|
|
|
@@ -4774,7 +4710,7 @@ tokenTypes.combinator = combinator$1;
|
|
|
4774
4710
|
}
|
|
4775
4711
|
|
|
4776
4712
|
return tokens;
|
|
4777
|
-
}
|
|
4713
|
+
}
|
|
4778
4714
|
} (tokenize));
|
|
4779
4715
|
|
|
4780
4716
|
(function (module, exports) {
|
|
@@ -6018,8 +5954,10 @@ tokenTypes.combinator = combinator$1;
|
|
|
6018
5954
|
}();
|
|
6019
5955
|
|
|
6020
5956
|
exports["default"] = Parser;
|
|
6021
|
-
module.exports = exports.default;
|
|
6022
|
-
} (parser,
|
|
5957
|
+
module.exports = exports.default;
|
|
5958
|
+
} (parser, parser.exports));
|
|
5959
|
+
|
|
5960
|
+
var parserExports = parser.exports;
|
|
6023
5961
|
|
|
6024
5962
|
(function (module, exports) {
|
|
6025
5963
|
|
|
@@ -6226,8 +6164,10 @@ tokenTypes.combinator = combinator$1;
|
|
|
6226
6164
|
}();
|
|
6227
6165
|
|
|
6228
6166
|
exports["default"] = Processor;
|
|
6229
|
-
module.exports = exports.default;
|
|
6230
|
-
} (processor,
|
|
6167
|
+
module.exports = exports.default;
|
|
6168
|
+
} (processor, processor.exports));
|
|
6169
|
+
|
|
6170
|
+
var processorExports = processor.exports;
|
|
6231
6171
|
|
|
6232
6172
|
var selectors = {};
|
|
6233
6173
|
|
|
@@ -6425,7 +6365,7 @@ function isNamespace(node) {
|
|
|
6425
6365
|
if (key === "default" || key === "__esModule") return;
|
|
6426
6366
|
if (key in exports && exports[key] === _guards[key]) return;
|
|
6427
6367
|
exports[key] = _guards[key];
|
|
6428
|
-
});
|
|
6368
|
+
});
|
|
6429
6369
|
} (selectors));
|
|
6430
6370
|
|
|
6431
6371
|
(function (module, exports) {
|
|
@@ -6451,8 +6391,10 @@ function isNamespace(node) {
|
|
|
6451
6391
|
delete parser.__esModule;
|
|
6452
6392
|
var _default = parser;
|
|
6453
6393
|
exports["default"] = _default;
|
|
6454
|
-
module.exports = exports.default;
|
|
6455
|
-
} (dist,
|
|
6394
|
+
module.exports = exports.default;
|
|
6395
|
+
} (dist, dist.exports));
|
|
6396
|
+
|
|
6397
|
+
var distExports = dist.exports;
|
|
6456
6398
|
|
|
6457
6399
|
const selectorParser$1 = distExports;
|
|
6458
6400
|
const valueParser = lib;
|
|
@@ -6988,7 +6930,9 @@ src$2.exports = (options = {}) => {
|
|
|
6988
6930
|
},
|
|
6989
6931
|
};
|
|
6990
6932
|
};
|
|
6991
|
-
|
|
6933
|
+
src$2.exports.postcss = true;
|
|
6934
|
+
|
|
6935
|
+
var srcExports$1 = src$2.exports;
|
|
6992
6936
|
|
|
6993
6937
|
const selectorParser = distExports;
|
|
6994
6938
|
|
|
@@ -7323,11 +7267,7 @@ function hash(str) {
|
|
|
7323
7267
|
|
|
7324
7268
|
var stringHash = hash;
|
|
7325
7269
|
|
|
7326
|
-
var
|
|
7327
|
-
var src = {
|
|
7328
|
-
get exports(){ return srcExports; },
|
|
7329
|
-
set exports(v){ srcExports = v; },
|
|
7330
|
-
};
|
|
7270
|
+
var src = {exports: {}};
|
|
7331
7271
|
|
|
7332
7272
|
const ICSSUtils = src$4;
|
|
7333
7273
|
|
|
@@ -7468,7 +7408,9 @@ src.exports = (options) => {
|
|
|
7468
7408
|
};
|
|
7469
7409
|
};
|
|
7470
7410
|
|
|
7471
|
-
|
|
7411
|
+
src.exports.postcss = true;
|
|
7412
|
+
|
|
7413
|
+
var srcExports = src.exports;
|
|
7472
7414
|
|
|
7473
7415
|
Object.defineProperty(scoping, "__esModule", {
|
|
7474
7416
|
value: true
|
|
@@ -7665,12 +7607,15 @@ var _pluginFactory = pluginFactory;
|
|
|
7665
7607
|
|
|
7666
7608
|
build.exports = (opts = {}) => (0, _pluginFactory.makePlugin)(opts);
|
|
7667
7609
|
|
|
7668
|
-
var postcss =
|
|
7610
|
+
var postcss = build.exports.postcss = true;
|
|
7611
|
+
|
|
7612
|
+
var buildExports = build.exports;
|
|
7613
|
+
var index = /*@__PURE__*/getDefaultExportFromCjs(buildExports);
|
|
7669
7614
|
|
|
7670
|
-
var index = /*#__PURE__*/_mergeNamespaces({
|
|
7615
|
+
var index$1 = /*#__PURE__*/_mergeNamespaces({
|
|
7671
7616
|
__proto__: null,
|
|
7672
|
-
|
|
7617
|
+
default: index,
|
|
7673
7618
|
postcss: postcss
|
|
7674
7619
|
}, [buildExports]);
|
|
7675
7620
|
|
|
7676
|
-
export { index as i };
|
|
7621
|
+
export { index$1 as i };
|