vite 7.2.3 → 7.2.4
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/LICENSE.md +46 -22
- package/dist/client/client.mjs +4 -4
- package/dist/node/chunks/build2.js +1 -1
- package/dist/node/chunks/chunk.js +7 -28
- package/dist/node/chunks/config.js +1332 -946
- package/dist/node/chunks/logger.js +1 -1
- package/dist/node/chunks/postcss-import.js +1 -1
- package/dist/node/cli.js +1 -1
- package/package.json +4 -4
package/LICENSE.md
CHANGED
|
@@ -534,6 +534,33 @@ Repository: https://github.com/mathiasbynens/cssesc
|
|
|
534
534
|
|
|
535
535
|
---------------------------------------
|
|
536
536
|
|
|
537
|
+
## debug
|
|
538
|
+
License: MIT
|
|
539
|
+
By: Josh Junon, TJ Holowaychuk, Nathan Rajlich, Andrew Rhyne
|
|
540
|
+
Repository: https://github.com/debug-js/debug
|
|
541
|
+
|
|
542
|
+
> (The MIT License)
|
|
543
|
+
>
|
|
544
|
+
> Copyright (c) 2014-2017 TJ Holowaychuk <tj@vision-media.ca>
|
|
545
|
+
> Copyright (c) 2018-2021 Josh Junon
|
|
546
|
+
>
|
|
547
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy of this software
|
|
548
|
+
> and associated documentation files (the 'Software'), to deal in the Software without restriction,
|
|
549
|
+
> including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
550
|
+
> and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
|
|
551
|
+
> subject to the following conditions:
|
|
552
|
+
>
|
|
553
|
+
> The above copyright notice and this permission notice shall be included in all copies or substantial
|
|
554
|
+
> portions of the Software.
|
|
555
|
+
>
|
|
556
|
+
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
|
557
|
+
> LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
558
|
+
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
559
|
+
> WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
560
|
+
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
561
|
+
|
|
562
|
+
---------------------------------------
|
|
563
|
+
|
|
537
564
|
## dotenv
|
|
538
565
|
License: BSD-2-Clause
|
|
539
566
|
Repository: https://github.com/motdotla/dotenv
|
|
@@ -1295,14 +1322,13 @@ Repository: https://github.com/lukeed/mrmime
|
|
|
1295
1322
|
|
|
1296
1323
|
---------------------------------------
|
|
1297
1324
|
|
|
1298
|
-
##
|
|
1325
|
+
## ms
|
|
1299
1326
|
License: MIT
|
|
1300
|
-
|
|
1301
|
-
Repository: https://github.com/jonschlinkert/normalize-path
|
|
1327
|
+
Repository: https://github.com/vercel/ms
|
|
1302
1328
|
|
|
1303
1329
|
> The MIT License (MIT)
|
|
1304
1330
|
>
|
|
1305
|
-
> Copyright (c)
|
|
1331
|
+
> Copyright (c) 2020 Vercel, Inc.
|
|
1306
1332
|
>
|
|
1307
1333
|
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1308
1334
|
> of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1311,27 +1337,27 @@ Repository: https://github.com/jonschlinkert/normalize-path
|
|
|
1311
1337
|
> copies of the Software, and to permit persons to whom the Software is
|
|
1312
1338
|
> furnished to do so, subject to the following conditions:
|
|
1313
1339
|
>
|
|
1314
|
-
> The above copyright notice and this permission notice shall be included in
|
|
1315
|
-
>
|
|
1340
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
1341
|
+
> copies or substantial portions of the Software.
|
|
1316
1342
|
>
|
|
1317
1343
|
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1318
1344
|
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1319
1345
|
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1320
1346
|
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1321
1347
|
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1322
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1323
|
-
>
|
|
1348
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1349
|
+
> SOFTWARE.
|
|
1324
1350
|
|
|
1325
1351
|
---------------------------------------
|
|
1326
1352
|
|
|
1327
|
-
##
|
|
1353
|
+
## normalize-path
|
|
1328
1354
|
License: MIT
|
|
1329
|
-
By:
|
|
1330
|
-
Repository: https://github.com/
|
|
1355
|
+
By: Jon Schlinkert, Blaine Bublitz
|
|
1356
|
+
Repository: https://github.com/jonschlinkert/normalize-path
|
|
1331
1357
|
|
|
1332
1358
|
> The MIT License (MIT)
|
|
1333
1359
|
>
|
|
1334
|
-
> Copyright (c)
|
|
1360
|
+
> Copyright (c) 2014-2018, Jon Schlinkert.
|
|
1335
1361
|
>
|
|
1336
1362
|
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1337
1363
|
> of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1353,16 +1379,14 @@ Repository: https://github.com/sindresorhus/object-assign
|
|
|
1353
1379
|
|
|
1354
1380
|
---------------------------------------
|
|
1355
1381
|
|
|
1356
|
-
##
|
|
1382
|
+
## object-assign
|
|
1357
1383
|
License: MIT
|
|
1358
|
-
By:
|
|
1359
|
-
Repository: https://github.com/
|
|
1384
|
+
By: Sindre Sorhus
|
|
1385
|
+
Repository: https://github.com/sindresorhus/object-assign
|
|
1360
1386
|
|
|
1361
1387
|
> The MIT License (MIT)
|
|
1362
1388
|
>
|
|
1363
|
-
> Copyright
|
|
1364
|
-
> Copyright (c) 2014-2017 TJ Holowaychuk <tj@vision-media.ca>
|
|
1365
|
-
> Copyright (c) 2018-2021 Josh Junon
|
|
1389
|
+
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
1366
1390
|
>
|
|
1367
1391
|
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1368
1392
|
> of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1371,16 +1395,16 @@ Repository: https://github.com/sxzz/obug
|
|
|
1371
1395
|
> copies of the Software, and to permit persons to whom the Software is
|
|
1372
1396
|
> furnished to do so, subject to the following conditions:
|
|
1373
1397
|
>
|
|
1374
|
-
> The above copyright notice and this permission notice shall be included in
|
|
1375
|
-
> copies or substantial portions of the Software.
|
|
1398
|
+
> The above copyright notice and this permission notice shall be included in
|
|
1399
|
+
> all copies or substantial portions of the Software.
|
|
1376
1400
|
>
|
|
1377
1401
|
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1378
1402
|
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1379
1403
|
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1380
1404
|
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1381
1405
|
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1382
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1383
|
-
> SOFTWARE.
|
|
1406
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1407
|
+
> THE SOFTWARE.
|
|
1384
1408
|
|
|
1385
1409
|
---------------------------------------
|
|
1386
1410
|
|
package/dist/client/client.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "@vite/env";
|
|
2
2
|
|
|
3
|
-
//#region \0@oxc-project+runtime@0.
|
|
3
|
+
//#region \0@oxc-project+runtime@0.97.0/helpers/typeof.js
|
|
4
4
|
function _typeof(o) {
|
|
5
5
|
"@babel/helpers - typeof";
|
|
6
6
|
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o$1) {
|
|
@@ -11,7 +11,7 @@ function _typeof(o) {
|
|
|
11
11
|
}
|
|
12
12
|
|
|
13
13
|
//#endregion
|
|
14
|
-
//#region \0@oxc-project+runtime@0.
|
|
14
|
+
//#region \0@oxc-project+runtime@0.97.0/helpers/toPrimitive.js
|
|
15
15
|
function toPrimitive(t, r) {
|
|
16
16
|
if ("object" != _typeof(t) || !t) return t;
|
|
17
17
|
var e = t[Symbol.toPrimitive];
|
|
@@ -24,14 +24,14 @@ function toPrimitive(t, r) {
|
|
|
24
24
|
}
|
|
25
25
|
|
|
26
26
|
//#endregion
|
|
27
|
-
//#region \0@oxc-project+runtime@0.
|
|
27
|
+
//#region \0@oxc-project+runtime@0.97.0/helpers/toPropertyKey.js
|
|
28
28
|
function toPropertyKey(t) {
|
|
29
29
|
var i = toPrimitive(t, "string");
|
|
30
30
|
return "symbol" == _typeof(i) ? i : i + "";
|
|
31
31
|
}
|
|
32
32
|
|
|
33
33
|
//#endregion
|
|
34
|
-
//#region \0@oxc-project+runtime@0.
|
|
34
|
+
//#region \0@oxc-project+runtime@0.97.0/helpers/defineProperty.js
|
|
35
35
|
function _defineProperty(e, r, t) {
|
|
36
36
|
return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
|
|
37
37
|
value: t,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { n as __require, t as __commonJS } from "./chunk.js";
|
|
2
2
|
import { t as require_lib } from "./lib.js";
|
|
3
3
|
|
|
4
4
|
//#region ../../node_modules/.pnpm/postcss-modules@6.0.1_postcss@8.5.6/node_modules/postcss-modules/build/fs.js
|
|
@@ -7,36 +7,16 @@ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
|
7
7
|
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
8
8
|
var __getProtoOf = Object.getPrototypeOf;
|
|
9
9
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
10
|
-
var __esm = (fn, res) => function() {
|
|
11
|
-
return fn && (res = (0, fn[__getOwnPropNames(fn)[0]])(fn = 0)), res;
|
|
12
|
-
};
|
|
13
10
|
var __commonJS = (cb, mod) => function() {
|
|
14
11
|
return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
|
|
15
12
|
};
|
|
16
|
-
var __export = (all, symbols) => {
|
|
17
|
-
let target = {};
|
|
18
|
-
for (var name in all) {
|
|
19
|
-
__defProp(target, name, {
|
|
20
|
-
get: all[name],
|
|
21
|
-
enumerable: true
|
|
22
|
-
});
|
|
23
|
-
}
|
|
24
|
-
if (symbols) {
|
|
25
|
-
__defProp(target, Symbol.toStringTag, { value: "Module" });
|
|
26
|
-
}
|
|
27
|
-
return target;
|
|
28
|
-
};
|
|
29
13
|
var __copyProps = (to, from, except, desc) => {
|
|
30
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
|
|
37
|
-
});
|
|
38
|
-
}
|
|
39
|
-
}
|
|
14
|
+
if (from && typeof from === "object" || typeof from === "function") for (var keys = __getOwnPropNames(from), i = 0, n = keys.length, key; i < n; i++) {
|
|
15
|
+
key = keys[i];
|
|
16
|
+
if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, {
|
|
17
|
+
get: ((k) => from[k]).bind(null, key),
|
|
18
|
+
enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
|
|
19
|
+
});
|
|
40
20
|
}
|
|
41
21
|
return to;
|
|
42
22
|
};
|
|
@@ -44,9 +24,8 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
44
24
|
value: mod,
|
|
45
25
|
enumerable: true
|
|
46
26
|
}) : target, mod));
|
|
47
|
-
var __toCommonJS = (mod) => __hasOwnProp.call(mod, "module.exports") ? mod["module.exports"] : __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
48
27
|
var __toDynamicImportESM = (isNodeMode) => (mod) => __toESM(mod.default, isNodeMode);
|
|
49
28
|
var __require = /* @__PURE__ */ createRequire(import.meta.url);
|
|
50
29
|
|
|
51
30
|
//#endregion
|
|
52
|
-
export {
|
|
31
|
+
export { __toESM as i, __require as n, __toDynamicImportESM as r, __commonJS as t };
|