@unpackjs/core 4.4.0 → 4.5.0
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.
- package/compiled/css-loader/index.js +20 -20
- package/compiled/css-loader/package.json +1 -1
- package/compiled/launch-editor/index.js +19 -12
- package/compiled/launch-editor/package.json +1 -1
- package/compiled/less-loader/index.js +8 -8
- package/compiled/postcss-loader/index.js +114 -110
- package/compiled/postcss-loader/package.json +1 -1
- package/compiled/sass-loader/index.js +8 -8
- package/dist/index.js +114 -184
- package/dist-types/bundler-config/cache.d.ts.map +1 -1
- package/dist-types/bundler-config/css.d.ts.map +1 -1
- package/dist-types/bundler-config/helpers.d.ts +45 -0
- package/dist-types/bundler-config/helpers.d.ts.map +1 -1
- package/dist-types/bundler-config/index.d.ts.map +1 -1
- package/dist-types/bundler-config/nativeCss.d.ts.map +1 -1
- package/dist-types/bundler-config/plugins/progress/index.d.ts.map +1 -1
- package/dist-types/bundler-config/plugins/registerHooks.d.ts +0 -1
- package/dist-types/bundler-config/plugins/registerHooks.d.ts.map +1 -1
- package/dist-types/cli/injectFramework.d.ts +1 -1
- package/dist-types/cli/injectFramework.d.ts.map +1 -1
- package/dist-types/plugins/prebundle.d.ts.map +1 -1
- package/dist-types/plugins/unocss.d.ts.map +1 -1
- package/dist-types/progressBar.d.ts +2 -2
- package/dist-types/progressBar.d.ts.map +1 -1
- package/dist-types/types/config.d.ts +2 -1
- package/dist-types/types/config.d.ts.map +1 -1
- package/dist-types/types/plugin.d.ts +0 -1
- package/dist-types/types/plugin.d.ts.map +1 -1
- package/package.json +8 -7
|
@@ -940,7 +940,7 @@
|
|
|
940
940
|
let yaml;
|
|
941
941
|
const loadYaml = function loadYaml(filepath, content) {
|
|
942
942
|
if (yaml === undefined) {
|
|
943
|
-
yaml = __nccwpck_require__(
|
|
943
|
+
yaml = __nccwpck_require__(5309);
|
|
944
944
|
}
|
|
945
945
|
try {
|
|
946
946
|
return yaml.load(content);
|
|
@@ -1441,10 +1441,10 @@
|
|
|
1441
1441
|
return token;
|
|
1442
1442
|
};
|
|
1443
1443
|
},
|
|
1444
|
-
|
|
1444
|
+
5309: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
1445
1445
|
"use strict";
|
|
1446
|
-
var loader = __nccwpck_require__(
|
|
1447
|
-
var dumper = __nccwpck_require__(
|
|
1446
|
+
var loader = __nccwpck_require__(4802);
|
|
1447
|
+
var dumper = __nccwpck_require__(2208);
|
|
1448
1448
|
function renamed(from, to) {
|
|
1449
1449
|
return function () {
|
|
1450
1450
|
throw new Error(
|
|
@@ -1457,36 +1457,36 @@
|
|
|
1457
1457
|
);
|
|
1458
1458
|
};
|
|
1459
1459
|
}
|
|
1460
|
-
module.exports.Type = __nccwpck_require__(
|
|
1461
|
-
module.exports.Schema = __nccwpck_require__(
|
|
1462
|
-
module.exports.FAILSAFE_SCHEMA = __nccwpck_require__(
|
|
1463
|
-
module.exports.JSON_SCHEMA = __nccwpck_require__(
|
|
1464
|
-
module.exports.CORE_SCHEMA = __nccwpck_require__(
|
|
1465
|
-
module.exports.DEFAULT_SCHEMA = __nccwpck_require__(
|
|
1460
|
+
module.exports.Type = __nccwpck_require__(4313);
|
|
1461
|
+
module.exports.Schema = __nccwpck_require__(706);
|
|
1462
|
+
module.exports.FAILSAFE_SCHEMA = __nccwpck_require__(1068);
|
|
1463
|
+
module.exports.JSON_SCHEMA = __nccwpck_require__(9875);
|
|
1464
|
+
module.exports.CORE_SCHEMA = __nccwpck_require__(2454);
|
|
1465
|
+
module.exports.DEFAULT_SCHEMA = __nccwpck_require__(4260);
|
|
1466
1466
|
module.exports.load = loader.load;
|
|
1467
1467
|
module.exports.loadAll = loader.loadAll;
|
|
1468
1468
|
module.exports.dump = dumper.dump;
|
|
1469
|
-
module.exports.YAMLException = __nccwpck_require__(
|
|
1469
|
+
module.exports.YAMLException = __nccwpck_require__(3716);
|
|
1470
1470
|
module.exports.types = {
|
|
1471
|
-
binary: __nccwpck_require__(
|
|
1472
|
-
float: __nccwpck_require__(
|
|
1473
|
-
map: __nccwpck_require__(
|
|
1474
|
-
null: __nccwpck_require__(
|
|
1475
|
-
pairs: __nccwpck_require__(
|
|
1476
|
-
set: __nccwpck_require__(
|
|
1477
|
-
timestamp: __nccwpck_require__(
|
|
1478
|
-
bool: __nccwpck_require__(
|
|
1479
|
-
int: __nccwpck_require__(
|
|
1480
|
-
merge: __nccwpck_require__(
|
|
1481
|
-
omap: __nccwpck_require__(
|
|
1482
|
-
seq: __nccwpck_require__(
|
|
1483
|
-
str: __nccwpck_require__(
|
|
1471
|
+
binary: __nccwpck_require__(4497),
|
|
1472
|
+
float: __nccwpck_require__(9980),
|
|
1473
|
+
map: __nccwpck_require__(4952),
|
|
1474
|
+
null: __nccwpck_require__(9697),
|
|
1475
|
+
pairs: __nccwpck_require__(7399),
|
|
1476
|
+
set: __nccwpck_require__(2610),
|
|
1477
|
+
timestamp: __nccwpck_require__(7098),
|
|
1478
|
+
bool: __nccwpck_require__(4204),
|
|
1479
|
+
int: __nccwpck_require__(5707),
|
|
1480
|
+
merge: __nccwpck_require__(8546),
|
|
1481
|
+
omap: __nccwpck_require__(1005),
|
|
1482
|
+
seq: __nccwpck_require__(2941),
|
|
1483
|
+
str: __nccwpck_require__(3501),
|
|
1484
1484
|
};
|
|
1485
1485
|
module.exports.safeLoad = renamed("safeLoad", "load");
|
|
1486
1486
|
module.exports.safeLoadAll = renamed("safeLoadAll", "loadAll");
|
|
1487
1487
|
module.exports.safeDump = renamed("safeDump", "dump");
|
|
1488
1488
|
},
|
|
1489
|
-
|
|
1489
|
+
20: (module) => {
|
|
1490
1490
|
"use strict";
|
|
1491
1491
|
function isNothing(subject) {
|
|
1492
1492
|
return typeof subject === "undefined" || subject === null;
|
|
@@ -1532,11 +1532,11 @@
|
|
|
1532
1532
|
module.exports.isNegativeZero = isNegativeZero;
|
|
1533
1533
|
module.exports.extend = extend;
|
|
1534
1534
|
},
|
|
1535
|
-
|
|
1535
|
+
2208: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
1536
1536
|
"use strict";
|
|
1537
|
-
var common = __nccwpck_require__(
|
|
1538
|
-
var YAMLException = __nccwpck_require__(
|
|
1539
|
-
var DEFAULT_SCHEMA = __nccwpck_require__(
|
|
1537
|
+
var common = __nccwpck_require__(20);
|
|
1538
|
+
var YAMLException = __nccwpck_require__(3716);
|
|
1539
|
+
var DEFAULT_SCHEMA = __nccwpck_require__(4260);
|
|
1540
1540
|
var _toString = Object.prototype.toString;
|
|
1541
1541
|
var _hasOwnProperty = Object.prototype.hasOwnProperty;
|
|
1542
1542
|
var CHAR_BOM = 65279;
|
|
@@ -2378,7 +2378,7 @@
|
|
|
2378
2378
|
}
|
|
2379
2379
|
module.exports.dump = dump;
|
|
2380
2380
|
},
|
|
2381
|
-
|
|
2381
|
+
3716: (module) => {
|
|
2382
2382
|
"use strict";
|
|
2383
2383
|
function formatError(exception, compact) {
|
|
2384
2384
|
var where = "",
|
|
@@ -2417,12 +2417,12 @@
|
|
|
2417
2417
|
};
|
|
2418
2418
|
module.exports = YAMLException;
|
|
2419
2419
|
},
|
|
2420
|
-
|
|
2420
|
+
4802: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
2421
2421
|
"use strict";
|
|
2422
|
-
var common = __nccwpck_require__(
|
|
2423
|
-
var YAMLException = __nccwpck_require__(
|
|
2424
|
-
var makeSnippet = __nccwpck_require__(
|
|
2425
|
-
var DEFAULT_SCHEMA = __nccwpck_require__(
|
|
2422
|
+
var common = __nccwpck_require__(20);
|
|
2423
|
+
var YAMLException = __nccwpck_require__(3716);
|
|
2424
|
+
var makeSnippet = __nccwpck_require__(8148);
|
|
2425
|
+
var DEFAULT_SCHEMA = __nccwpck_require__(4260);
|
|
2426
2426
|
var _hasOwnProperty = Object.prototype.hasOwnProperty;
|
|
2427
2427
|
var CONTEXT_FLOW_IN = 1;
|
|
2428
2428
|
var CONTEXT_FLOW_OUT = 2;
|
|
@@ -2530,6 +2530,18 @@
|
|
|
2530
2530
|
((c - 65536) & 1023) + 56320,
|
|
2531
2531
|
);
|
|
2532
2532
|
}
|
|
2533
|
+
function setProperty(object, key, value) {
|
|
2534
|
+
if (key === "__proto__") {
|
|
2535
|
+
Object.defineProperty(object, key, {
|
|
2536
|
+
configurable: true,
|
|
2537
|
+
enumerable: true,
|
|
2538
|
+
writable: true,
|
|
2539
|
+
value,
|
|
2540
|
+
});
|
|
2541
|
+
} else {
|
|
2542
|
+
object[key] = value;
|
|
2543
|
+
}
|
|
2544
|
+
}
|
|
2533
2545
|
var simpleEscapeCheck = new Array(256);
|
|
2534
2546
|
var simpleEscapeMap = new Array(256);
|
|
2535
2547
|
for (var i = 0; i < 256; i++) {
|
|
@@ -2674,7 +2686,7 @@
|
|
|
2674
2686
|
) {
|
|
2675
2687
|
key = sourceKeys[index];
|
|
2676
2688
|
if (!_hasOwnProperty.call(destination, key)) {
|
|
2677
|
-
destination
|
|
2689
|
+
setProperty(destination, key, source[key]);
|
|
2678
2690
|
overridableKeys[key] = true;
|
|
2679
2691
|
}
|
|
2680
2692
|
}
|
|
@@ -2742,16 +2754,7 @@
|
|
|
2742
2754
|
state.position = startPos || state.position;
|
|
2743
2755
|
throwError(state, "duplicated mapping key");
|
|
2744
2756
|
}
|
|
2745
|
-
|
|
2746
|
-
Object.defineProperty(_result, keyNode, {
|
|
2747
|
-
configurable: true,
|
|
2748
|
-
enumerable: true,
|
|
2749
|
-
writable: true,
|
|
2750
|
-
value: valueNode,
|
|
2751
|
-
});
|
|
2752
|
-
} else {
|
|
2753
|
-
_result[keyNode] = valueNode;
|
|
2754
|
-
}
|
|
2757
|
+
setProperty(_result, keyNode, valueNode);
|
|
2755
2758
|
delete overridableKeys[keyNode];
|
|
2756
2759
|
}
|
|
2757
2760
|
return _result;
|
|
@@ -4045,10 +4048,10 @@
|
|
|
4045
4048
|
module.exports.loadAll = loadAll;
|
|
4046
4049
|
module.exports.load = load;
|
|
4047
4050
|
},
|
|
4048
|
-
|
|
4051
|
+
706: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
4049
4052
|
"use strict";
|
|
4050
|
-
var YAMLException = __nccwpck_require__(
|
|
4051
|
-
var Type = __nccwpck_require__(
|
|
4053
|
+
var YAMLException = __nccwpck_require__(3716);
|
|
4054
|
+
var Type = __nccwpck_require__(4313);
|
|
4052
4055
|
function compileList(schema, name) {
|
|
4053
4056
|
var result = [];
|
|
4054
4057
|
schema[name].forEach(function (currentType) {
|
|
@@ -4151,47 +4154,47 @@
|
|
|
4151
4154
|
};
|
|
4152
4155
|
module.exports = Schema;
|
|
4153
4156
|
},
|
|
4154
|
-
|
|
4157
|
+
2454: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
4155
4158
|
"use strict";
|
|
4156
|
-
module.exports = __nccwpck_require__(
|
|
4159
|
+
module.exports = __nccwpck_require__(9875);
|
|
4157
4160
|
},
|
|
4158
|
-
|
|
4161
|
+
4260: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
4159
4162
|
"use strict";
|
|
4160
|
-
module.exports = __nccwpck_require__(
|
|
4161
|
-
implicit: [__nccwpck_require__(
|
|
4163
|
+
module.exports = __nccwpck_require__(2454).extend({
|
|
4164
|
+
implicit: [__nccwpck_require__(7098), __nccwpck_require__(8546)],
|
|
4162
4165
|
explicit: [
|
|
4163
|
-
__nccwpck_require__(
|
|
4164
|
-
__nccwpck_require__(
|
|
4165
|
-
__nccwpck_require__(
|
|
4166
|
-
__nccwpck_require__(
|
|
4166
|
+
__nccwpck_require__(4497),
|
|
4167
|
+
__nccwpck_require__(1005),
|
|
4168
|
+
__nccwpck_require__(7399),
|
|
4169
|
+
__nccwpck_require__(2610),
|
|
4167
4170
|
],
|
|
4168
4171
|
});
|
|
4169
4172
|
},
|
|
4170
|
-
|
|
4173
|
+
1068: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
4171
4174
|
"use strict";
|
|
4172
|
-
var Schema = __nccwpck_require__(
|
|
4175
|
+
var Schema = __nccwpck_require__(706);
|
|
4173
4176
|
module.exports = new Schema({
|
|
4174
4177
|
explicit: [
|
|
4175
|
-
__nccwpck_require__(
|
|
4176
|
-
__nccwpck_require__(
|
|
4177
|
-
__nccwpck_require__(
|
|
4178
|
+
__nccwpck_require__(3501),
|
|
4179
|
+
__nccwpck_require__(2941),
|
|
4180
|
+
__nccwpck_require__(4952),
|
|
4178
4181
|
],
|
|
4179
4182
|
});
|
|
4180
4183
|
},
|
|
4181
|
-
|
|
4184
|
+
9875: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
4182
4185
|
"use strict";
|
|
4183
|
-
module.exports = __nccwpck_require__(
|
|
4186
|
+
module.exports = __nccwpck_require__(1068).extend({
|
|
4184
4187
|
implicit: [
|
|
4185
|
-
__nccwpck_require__(
|
|
4186
|
-
__nccwpck_require__(
|
|
4187
|
-
__nccwpck_require__(
|
|
4188
|
-
__nccwpck_require__(
|
|
4188
|
+
__nccwpck_require__(9697),
|
|
4189
|
+
__nccwpck_require__(4204),
|
|
4190
|
+
__nccwpck_require__(5707),
|
|
4191
|
+
__nccwpck_require__(9980),
|
|
4189
4192
|
],
|
|
4190
4193
|
});
|
|
4191
4194
|
},
|
|
4192
|
-
|
|
4195
|
+
8148: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
4193
4196
|
"use strict";
|
|
4194
|
-
var common = __nccwpck_require__(
|
|
4197
|
+
var common = __nccwpck_require__(20);
|
|
4195
4198
|
function getLine(buffer, lineStart, lineEnd, position, maxLineLength) {
|
|
4196
4199
|
var head = "";
|
|
4197
4200
|
var tail = "";
|
|
@@ -4298,9 +4301,9 @@
|
|
|
4298
4301
|
}
|
|
4299
4302
|
module.exports = makeSnippet;
|
|
4300
4303
|
},
|
|
4301
|
-
|
|
4304
|
+
4313: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
4302
4305
|
"use strict";
|
|
4303
|
-
var YAMLException = __nccwpck_require__(
|
|
4306
|
+
var YAMLException = __nccwpck_require__(3716);
|
|
4304
4307
|
var TYPE_CONSTRUCTOR_OPTIONS = [
|
|
4305
4308
|
"kind",
|
|
4306
4309
|
"multi",
|
|
@@ -4372,9 +4375,9 @@
|
|
|
4372
4375
|
}
|
|
4373
4376
|
module.exports = Type;
|
|
4374
4377
|
},
|
|
4375
|
-
|
|
4378
|
+
4497: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
4376
4379
|
"use strict";
|
|
4377
|
-
var Type = __nccwpck_require__(
|
|
4380
|
+
var Type = __nccwpck_require__(4313);
|
|
4378
4381
|
var BASE64_MAP =
|
|
4379
4382
|
"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=\n\r";
|
|
4380
4383
|
function resolveYamlBinary(data) {
|
|
@@ -4467,9 +4470,9 @@
|
|
|
4467
4470
|
represent: representYamlBinary,
|
|
4468
4471
|
});
|
|
4469
4472
|
},
|
|
4470
|
-
|
|
4473
|
+
4204: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
4471
4474
|
"use strict";
|
|
4472
|
-
var Type = __nccwpck_require__(
|
|
4475
|
+
var Type = __nccwpck_require__(4313);
|
|
4473
4476
|
function resolveYamlBoolean(data) {
|
|
4474
4477
|
if (data === null) return false;
|
|
4475
4478
|
var max = data.length;
|
|
@@ -4505,10 +4508,10 @@
|
|
|
4505
4508
|
defaultStyle: "lowercase",
|
|
4506
4509
|
});
|
|
4507
4510
|
},
|
|
4508
|
-
|
|
4511
|
+
9980: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
4509
4512
|
"use strict";
|
|
4510
|
-
var common = __nccwpck_require__(
|
|
4511
|
-
var Type = __nccwpck_require__(
|
|
4513
|
+
var common = __nccwpck_require__(20);
|
|
4514
|
+
var Type = __nccwpck_require__(4313);
|
|
4512
4515
|
var YAML_FLOAT_PATTERN = new RegExp(
|
|
4513
4516
|
"^(?:[-+]?(?:[0-9][0-9_]*)(?:\\.[0-9_]*)?(?:[eE][-+]?[0-9]+)?" +
|
|
4514
4517
|
"|\\.[0-9_]+(?:[eE][-+]?[0-9]+)?" +
|
|
@@ -4589,10 +4592,10 @@
|
|
|
4589
4592
|
defaultStyle: "lowercase",
|
|
4590
4593
|
});
|
|
4591
4594
|
},
|
|
4592
|
-
|
|
4595
|
+
5707: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
4593
4596
|
"use strict";
|
|
4594
|
-
var common = __nccwpck_require__(
|
|
4595
|
-
var Type = __nccwpck_require__(
|
|
4597
|
+
var common = __nccwpck_require__(20);
|
|
4598
|
+
var Type = __nccwpck_require__(4313);
|
|
4596
4599
|
function isHexCode(c) {
|
|
4597
4600
|
return (
|
|
4598
4601
|
(48 <= c && c <= 57) || (65 <= c && c <= 70) || (97 <= c && c <= 102)
|
|
@@ -4723,9 +4726,9 @@
|
|
|
4723
4726
|
},
|
|
4724
4727
|
});
|
|
4725
4728
|
},
|
|
4726
|
-
|
|
4729
|
+
4952: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
4727
4730
|
"use strict";
|
|
4728
|
-
var Type = __nccwpck_require__(
|
|
4731
|
+
var Type = __nccwpck_require__(4313);
|
|
4729
4732
|
module.exports = new Type("tag:yaml.org,2002:map", {
|
|
4730
4733
|
kind: "mapping",
|
|
4731
4734
|
construct: function (data) {
|
|
@@ -4733,9 +4736,9 @@
|
|
|
4733
4736
|
},
|
|
4734
4737
|
});
|
|
4735
4738
|
},
|
|
4736
|
-
|
|
4739
|
+
8546: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
4737
4740
|
"use strict";
|
|
4738
|
-
var Type = __nccwpck_require__(
|
|
4741
|
+
var Type = __nccwpck_require__(4313);
|
|
4739
4742
|
function resolveYamlMerge(data) {
|
|
4740
4743
|
return data === "<<" || data === null;
|
|
4741
4744
|
}
|
|
@@ -4744,9 +4747,9 @@
|
|
|
4744
4747
|
resolve: resolveYamlMerge,
|
|
4745
4748
|
});
|
|
4746
4749
|
},
|
|
4747
|
-
|
|
4750
|
+
9697: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
4748
4751
|
"use strict";
|
|
4749
|
-
var Type = __nccwpck_require__(
|
|
4752
|
+
var Type = __nccwpck_require__(4313);
|
|
4750
4753
|
function resolveYamlNull(data) {
|
|
4751
4754
|
if (data === null) return true;
|
|
4752
4755
|
var max = data.length;
|
|
@@ -4786,9 +4789,9 @@
|
|
|
4786
4789
|
defaultStyle: "lowercase",
|
|
4787
4790
|
});
|
|
4788
4791
|
},
|
|
4789
|
-
|
|
4792
|
+
1005: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
4790
4793
|
"use strict";
|
|
4791
|
-
var Type = __nccwpck_require__(
|
|
4794
|
+
var Type = __nccwpck_require__(4313);
|
|
4792
4795
|
var _hasOwnProperty = Object.prototype.hasOwnProperty;
|
|
4793
4796
|
var _toString = Object.prototype.toString;
|
|
4794
4797
|
function resolveYamlOmap(data) {
|
|
@@ -4825,9 +4828,9 @@
|
|
|
4825
4828
|
construct: constructYamlOmap,
|
|
4826
4829
|
});
|
|
4827
4830
|
},
|
|
4828
|
-
|
|
4831
|
+
7399: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
4829
4832
|
"use strict";
|
|
4830
|
-
var Type = __nccwpck_require__(
|
|
4833
|
+
var Type = __nccwpck_require__(4313);
|
|
4831
4834
|
var _toString = Object.prototype.toString;
|
|
4832
4835
|
function resolveYamlPairs(data) {
|
|
4833
4836
|
if (data === null) return true;
|
|
@@ -4869,9 +4872,9 @@
|
|
|
4869
4872
|
construct: constructYamlPairs,
|
|
4870
4873
|
});
|
|
4871
4874
|
},
|
|
4872
|
-
|
|
4875
|
+
2941: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
4873
4876
|
"use strict";
|
|
4874
|
-
var Type = __nccwpck_require__(
|
|
4877
|
+
var Type = __nccwpck_require__(4313);
|
|
4875
4878
|
module.exports = new Type("tag:yaml.org,2002:seq", {
|
|
4876
4879
|
kind: "sequence",
|
|
4877
4880
|
construct: function (data) {
|
|
@@ -4879,9 +4882,9 @@
|
|
|
4879
4882
|
},
|
|
4880
4883
|
});
|
|
4881
4884
|
},
|
|
4882
|
-
|
|
4885
|
+
2610: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
4883
4886
|
"use strict";
|
|
4884
|
-
var Type = __nccwpck_require__(
|
|
4887
|
+
var Type = __nccwpck_require__(4313);
|
|
4885
4888
|
var _hasOwnProperty = Object.prototype.hasOwnProperty;
|
|
4886
4889
|
function resolveYamlSet(data) {
|
|
4887
4890
|
if (data === null) return true;
|
|
@@ -4903,9 +4906,9 @@
|
|
|
4903
4906
|
construct: constructYamlSet,
|
|
4904
4907
|
});
|
|
4905
4908
|
},
|
|
4906
|
-
|
|
4909
|
+
3501: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
4907
4910
|
"use strict";
|
|
4908
|
-
var Type = __nccwpck_require__(
|
|
4911
|
+
var Type = __nccwpck_require__(4313);
|
|
4909
4912
|
module.exports = new Type("tag:yaml.org,2002:str", {
|
|
4910
4913
|
kind: "scalar",
|
|
4911
4914
|
construct: function (data) {
|
|
@@ -4913,9 +4916,9 @@
|
|
|
4913
4916
|
},
|
|
4914
4917
|
});
|
|
4915
4918
|
},
|
|
4916
|
-
|
|
4919
|
+
7098: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
4917
4920
|
"use strict";
|
|
4918
|
-
var Type = __nccwpck_require__(
|
|
4921
|
+
var Type = __nccwpck_require__(4313);
|
|
4919
4922
|
var YAML_DATE_REGEXP = new RegExp(
|
|
4920
4923
|
"^([0-9][0-9][0-9][0-9])" + "-([0-9][0-9])" + "-([0-9][0-9])$",
|
|
4921
4924
|
);
|
|
@@ -5319,19 +5322,19 @@
|
|
|
5319
5322
|
module.exports = createColors();
|
|
5320
5323
|
module.exports.createColors = createColors;
|
|
5321
5324
|
},
|
|
5322
|
-
|
|
5325
|
+
4129: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
5323
5326
|
"use strict";
|
|
5324
|
-
module.exports = __nccwpck_require__(
|
|
5327
|
+
module.exports = __nccwpck_require__(1283)["default"];
|
|
5325
5328
|
},
|
|
5326
|
-
|
|
5329
|
+
1283: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
5327
5330
|
"use strict";
|
|
5328
5331
|
var __webpack_unused_export__;
|
|
5329
5332
|
__webpack_unused_export__ = { value: true };
|
|
5330
5333
|
exports["default"] = loader;
|
|
5331
5334
|
var _nodePath = _interopRequireDefault(__nccwpck_require__(6760));
|
|
5332
5335
|
var _package = _interopRequireDefault(__nccwpck_require__(444));
|
|
5333
|
-
var _options = _interopRequireDefault(__nccwpck_require__(
|
|
5334
|
-
var _utils = __nccwpck_require__(
|
|
5336
|
+
var _options = _interopRequireDefault(__nccwpck_require__(4801));
|
|
5337
|
+
var _utils = __nccwpck_require__(2446);
|
|
5335
5338
|
function _interopRequireDefault(e) {
|
|
5336
5339
|
return e && e.__esModule ? e : { default: e };
|
|
5337
5340
|
}
|
|
@@ -5509,7 +5512,7 @@
|
|
|
5509
5512
|
callback(null, result.css, map, { ast });
|
|
5510
5513
|
}
|
|
5511
5514
|
},
|
|
5512
|
-
|
|
5515
|
+
2446: (module, exports, __nccwpck_require__) => {
|
|
5513
5516
|
"use strict";
|
|
5514
5517
|
module = __nccwpck_require__.nmd(module);
|
|
5515
5518
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -5688,6 +5691,7 @@
|
|
|
5688
5691
|
} catch (error) {
|
|
5689
5692
|
throw new Error(
|
|
5690
5693
|
`Loading PostCSS "${plugin}" plugin failed: ${error.message}\n\n(@${file})`,
|
|
5694
|
+
{ cause: error },
|
|
5691
5695
|
);
|
|
5692
5696
|
}
|
|
5693
5697
|
}
|
|
@@ -6625,10 +6629,10 @@
|
|
|
6625
6629
|
return keywords.has(word);
|
|
6626
6630
|
}
|
|
6627
6631
|
},
|
|
6628
|
-
|
|
6632
|
+
4801: (module) => {
|
|
6629
6633
|
"use strict";
|
|
6630
6634
|
module.exports = JSON.parse(
|
|
6631
|
-
'{"title":"PostCSS Loader options","type":"object","properties":{"postcssOptions":{"description":"Options to pass through to `Postcss`.","link":"https://github.com/webpack
|
|
6635
|
+
'{"title":"PostCSS Loader options","type":"object","properties":{"postcssOptions":{"description":"Options to pass through to `Postcss`.","link":"https://github.com/webpack/postcss-loader#postcssOptions","anyOf":[{"type":"object","additionalProperties":true,"properties":{"config":{"description":"Allows to specify PostCSS config path.","link":"https://github.com/webpack/postcss-loader#config","anyOf":[{"description":"Allows to specify the path to the configuration file","type":"string"},{"description":"Enables/Disables autoloading config","type":"boolean"}]}}},{"instanceof":"Function"}]},"execute":{"description":"Enables/Disables PostCSS parser support in \'CSS-in-JS\'.","link":"https://github.com/webpack/postcss-loader#execute","type":"boolean"},"sourceMap":{"description":"Enables/Disables generation of source maps.","link":"https://github.com/webpack/postcss-loader#sourcemap","type":"boolean"},"implementation":{"description":"The implementation of postcss to use, instead of the locally installed version","link":"https://github.com/webpack/postcss-loader#implementation","anyOf":[{"type":"string"},{"instanceof":"Function"}]}},"additionalProperties":false}',
|
|
6632
6636
|
);
|
|
6633
6637
|
},
|
|
6634
6638
|
444: (module) => {
|
|
@@ -6735,6 +6739,6 @@
|
|
|
6735
6739
|
})();
|
|
6736
6740
|
if (typeof __nccwpck_require__ !== "undefined")
|
|
6737
6741
|
__nccwpck_require__.ab = __dirname + "/";
|
|
6738
|
-
var __webpack_exports__ = __nccwpck_require__(
|
|
6742
|
+
var __webpack_exports__ = __nccwpck_require__(4129);
|
|
6739
6743
|
module.exports = __webpack_exports__;
|
|
6740
6744
|
})();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"postcss-loader","author":"Andrey Sitnik <andrey@sitnik.ru>","version":"8.2.
|
|
1
|
+
{"name":"postcss-loader","author":"Andrey Sitnik <andrey@sitnik.ru>","version":"8.2.1","funding":{"type":"opencollective","url":"https://opencollective.com/webpack"},"license":"MIT","types":"index.d.ts","type":"commonjs"}
|
|
@@ -4795,19 +4795,19 @@
|
|
|
4795
4795
|
}
|
|
4796
4796
|
});
|
|
4797
4797
|
},
|
|
4798
|
-
|
|
4798
|
+
153: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
4799
4799
|
"use strict";
|
|
4800
|
-
const loader = __nccwpck_require__(
|
|
4800
|
+
const loader = __nccwpck_require__(419);
|
|
4801
4801
|
module.exports = loader.default;
|
|
4802
4802
|
},
|
|
4803
|
-
|
|
4803
|
+
419: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
4804
4804
|
"use strict";
|
|
4805
4805
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4806
4806
|
exports["default"] = void 0;
|
|
4807
4807
|
var _nodePath = _interopRequireDefault(__nccwpck_require__(760));
|
|
4808
4808
|
var _nodeUrl = _interopRequireDefault(__nccwpck_require__(136));
|
|
4809
|
-
var _options = _interopRequireDefault(__nccwpck_require__(
|
|
4810
|
-
var _utils = __nccwpck_require__(
|
|
4809
|
+
var _options = _interopRequireDefault(__nccwpck_require__(663));
|
|
4810
|
+
var _utils = __nccwpck_require__(222);
|
|
4811
4811
|
function _interopRequireDefault(e) {
|
|
4812
4812
|
return e && e.__esModule ? e : { default: e };
|
|
4813
4813
|
}
|
|
@@ -4914,7 +4914,7 @@
|
|
|
4914
4914
|
}
|
|
4915
4915
|
var _default = (exports["default"] = loader);
|
|
4916
4916
|
},
|
|
4917
|
-
|
|
4917
|
+
222: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
4918
4918
|
"use strict";
|
|
4919
4919
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4920
4920
|
exports.errorFactory = errorFactory;
|
|
@@ -5568,7 +5568,7 @@
|
|
|
5568
5568
|
"use strict";
|
|
5569
5569
|
module.exports = require("sass");
|
|
5570
5570
|
},
|
|
5571
|
-
|
|
5571
|
+
663: (module) => {
|
|
5572
5572
|
"use strict";
|
|
5573
5573
|
module.exports = JSON.parse(
|
|
5574
5574
|
'{"title":"Sass Loader options","type":"object","properties":{"implementation":{"description":"The implementation of the sass to be used.","link":"https://github.com/webpack/sass-loader#implementation","anyOf":[{"type":"string"},{"type":"object"}]},"api":{"description":"Switch between old and modern API for `sass` (`Dart Sass`) and `Sass Embedded` implementations.","link":"https://github.com/webpack/sass-loader#sassoptions","enum":["legacy","modern","modern-compiler"]},"sassOptions":{"description":"Options for `node-sass` or `sass` (`Dart Sass`) implementation.","link":"https://github.com/webpack/sass-loader#sassoptions","anyOf":[{"type":"object","additionalProperties":true},{"instanceof":"Function"}]},"additionalData":{"description":"Prepends/Appends `Sass`/`SCSS` code before the actual entry file.","link":"https://github.com/webpack/sass-loader#additionaldata","anyOf":[{"type":"string"},{"instanceof":"Function"}]},"sourceMap":{"description":"Enables/Disables generation of source maps.","link":"https://github.com/webpack/sass-loader#sourcemap","type":"boolean"},"webpackImporter":{"description":"Enables/Disables default `webpack` importer.","link":"https://github.com/webpack/sass-loader#webpackimporter","type":"boolean"},"warnRuleAsWarning":{"description":"Treats the \'@warn\' rule as a webpack warning.","link":"https://github.com/webpack/sass-loader#warnruleaswarning","type":"boolean"}},"additionalProperties":false}',
|
|
@@ -5598,6 +5598,6 @@
|
|
|
5598
5598
|
}
|
|
5599
5599
|
if (typeof __nccwpck_require__ !== "undefined")
|
|
5600
5600
|
__nccwpck_require__.ab = __dirname + "/";
|
|
5601
|
-
var __webpack_exports__ = __nccwpck_require__(
|
|
5601
|
+
var __webpack_exports__ = __nccwpck_require__(153);
|
|
5602
5602
|
module.exports = __webpack_exports__;
|
|
5603
5603
|
})();
|