vite 8.0.0-beta.13 → 8.0.0-beta.14
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 +0 -84
- package/dist/client/client.mjs +4 -4
- package/dist/node/chunks/fetchableEnvironments.js +273 -1632
- package/dist/node/index.d.ts +27 -16
- package/dist/node/index.js +1 -1
- package/dist/node/module-runner.js +61 -4
- package/package.json +7 -9
package/LICENSE.md
CHANGED
|
@@ -466,36 +466,6 @@ Repository: https://github.com/mathiasbynens/cssesc
|
|
|
466
466
|
|
|
467
467
|
---------------------------------------
|
|
468
468
|
|
|
469
|
-
## dotenv
|
|
470
|
-
License: BSD-2-Clause
|
|
471
|
-
Repository: https://github.com/motdotla/dotenv
|
|
472
|
-
|
|
473
|
-
> Copyright (c) 2015, Scott Motte
|
|
474
|
-
> All rights reserved.
|
|
475
|
-
>
|
|
476
|
-
> Redistribution and use in source and binary forms, with or without
|
|
477
|
-
> modification, are permitted provided that the following conditions are met:
|
|
478
|
-
>
|
|
479
|
-
> * Redistributions of source code must retain the above copyright notice, this
|
|
480
|
-
> list of conditions and the following disclaimer.
|
|
481
|
-
>
|
|
482
|
-
> * Redistributions in binary form must reproduce the above copyright notice,
|
|
483
|
-
> this list of conditions and the following disclaimer in the documentation
|
|
484
|
-
> and/or other materials provided with the distribution.
|
|
485
|
-
>
|
|
486
|
-
> THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
487
|
-
> AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
488
|
-
> IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
489
|
-
> DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
|
490
|
-
> FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
491
|
-
> DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
|
492
|
-
> SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
|
493
|
-
> CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
494
|
-
> OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
495
|
-
> OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
496
|
-
|
|
497
|
-
---------------------------------------
|
|
498
|
-
|
|
499
469
|
## dotenv-expand
|
|
500
470
|
License: BSD-2-Clause
|
|
501
471
|
By: motdotla
|
|
@@ -1876,60 +1846,6 @@ Repository: https://github.com/micromatch/to-regex-range
|
|
|
1876
1846
|
|
|
1877
1847
|
---------------------------------------
|
|
1878
1848
|
|
|
1879
|
-
## tsconfck
|
|
1880
|
-
License: MIT
|
|
1881
|
-
By: dominikg
|
|
1882
|
-
Repository: https://github.com/dominikg/tsconfck
|
|
1883
|
-
|
|
1884
|
-
> MIT License
|
|
1885
|
-
>
|
|
1886
|
-
> Copyright (c) 2021-present dominikg and [contributors](https://github.com/dominikg/tsconfck/graphs/contributors)
|
|
1887
|
-
>
|
|
1888
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1889
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
1890
|
-
> in the Software without restriction, including without limitation the rights
|
|
1891
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1892
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
1893
|
-
> furnished to do so, subject to the following conditions:
|
|
1894
|
-
>
|
|
1895
|
-
> The above copyright notice and this permission notice shall be included in all
|
|
1896
|
-
> copies or substantial portions of the Software.
|
|
1897
|
-
>
|
|
1898
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1899
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1900
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1901
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1902
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1903
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1904
|
-
> SOFTWARE.
|
|
1905
|
-
>
|
|
1906
|
-
> -- Licenses for 3rd-party code included in tsconfck --
|
|
1907
|
-
>
|
|
1908
|
-
> # strip-bom and strip-json-comments
|
|
1909
|
-
> MIT License
|
|
1910
|
-
>
|
|
1911
|
-
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
1912
|
-
>
|
|
1913
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1914
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
1915
|
-
> in the Software without restriction, including without limitation the rights
|
|
1916
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1917
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
1918
|
-
> furnished to do so, subject to the following conditions:
|
|
1919
|
-
>
|
|
1920
|
-
> The above copyright notice and this permission notice shall be included in all
|
|
1921
|
-
> copies or substantial portions of the Software.
|
|
1922
|
-
>
|
|
1923
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1924
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1925
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1926
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1927
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1928
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1929
|
-
> SOFTWARE.
|
|
1930
|
-
|
|
1931
|
-
---------------------------------------
|
|
1932
|
-
|
|
1933
1849
|
## unpipe
|
|
1934
1850
|
License: MIT
|
|
1935
1851
|
By: Douglas Christopher Wilson
|
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.113.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) {
|
|
@@ -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.113.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.113.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.113.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,
|