@voidzero-dev/vite-plus-core 0.1.20-alpha.0 → 0.1.20-alpha.2

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.
Files changed (48) hide show
  1. package/LICENSE +23 -538
  2. package/dist/rolldown/cli.mjs +6 -6
  3. package/dist/rolldown/config.d.mts +1 -1
  4. package/dist/rolldown/config.mjs +2 -2
  5. package/dist/rolldown/experimental-index.d.mts +2 -2
  6. package/dist/rolldown/experimental-index.mjs +8 -8
  7. package/dist/rolldown/filter-index.d.mts +1 -1
  8. package/dist/rolldown/index.d.mts +1 -1
  9. package/dist/rolldown/index.mjs +4 -4
  10. package/dist/rolldown/parallel-plugin-worker.mjs +2 -2
  11. package/dist/rolldown/parallel-plugin.d.mts +1 -1
  12. package/dist/rolldown/parse-ast-index.mjs +1 -1
  13. package/dist/rolldown/plugins-index.d.mts +2 -2
  14. package/dist/rolldown/plugins-index.mjs +2 -2
  15. package/dist/rolldown/shared/{bindingify-input-options-CQLSwbb0.mjs → bindingify-input-options-CwT4BXgL.mjs} +4 -4
  16. package/dist/rolldown/shared/{constructors-Dzji6NUq.mjs → constructors-C2EWPKW3.mjs} +1 -1
  17. package/dist/rolldown/shared/{constructors-C29s6i8O.d.mts → constructors-D0W3rNfA.d.mts} +1 -1
  18. package/dist/rolldown/shared/{define-config-DmrIgjVV.d.mts → define-config-5HJ1b9vG.d.mts} +14 -1
  19. package/dist/rolldown/shared/{error-DAA7ncC5.mjs → error-DL-e8-oE.mjs} +1 -1
  20. package/dist/rolldown/shared/{load-config-DKK5aKL7.mjs → load-config-DJUKhe3_.mjs} +1 -1
  21. package/dist/rolldown/shared/{normalize-string-or-regex-E9GT23QI.mjs → normalize-string-or-regex-CbQQ69gT.mjs} +1 -1
  22. package/dist/rolldown/shared/{parse-C4SGmMNT.mjs → parse-BG8jtBbb.mjs} +1 -1
  23. package/dist/rolldown/shared/{resolve-tsconfig-BVTabsge.mjs → resolve-tsconfig-CfYpGzid.mjs} +2 -2
  24. package/dist/rolldown/shared/{rolldown-DN-NFVZl.mjs → rolldown-DLFt25hZ.mjs} +1 -1
  25. package/dist/rolldown/shared/{rolldown-build-B-H35squ.mjs → rolldown-build-DrXmg2RO.mjs} +4 -4
  26. package/dist/rolldown/shared/{watch-DKEzXLor.mjs → watch-MZrSsVh8.mjs} +4 -4
  27. package/dist/rolldown/utils-index.mjs +2 -2
  28. package/dist/tsdown/{build-OX8uszs6-4hNTeOrB.js → build-CgGnBlCD-Cyywno42.js} +59 -53
  29. package/dist/tsdown/{debug-CLlnG64L-CuCVzZmG.js → debug-CLlnG64L-Dn9UYJ-T.js} +2 -2
  30. package/dist/tsdown/{detect-DN3DXXYt-DtgPLlRO.js → detect-DN3DXXYt-VBvyr4oU.js} +1 -1
  31. package/dist/tsdown/{dist-CrrE8ZBn.js → dist-CaWgsVeS.js} +13 -13
  32. package/dist/tsdown/{dist-D_AJtdxQ.js → dist-CbhZqEsp.js} +3 -3
  33. package/dist/tsdown/{dist-DSi2MWPQ.js → dist-DL4hnQY2.js} +1 -1
  34. package/dist/tsdown/index-types.d.ts +277 -20353
  35. package/dist/tsdown/index.js +4 -4
  36. package/dist/tsdown/{main-BsfiKQP8.js → main-DZy5NlsL.js} +4 -4
  37. package/dist/tsdown/npm_entry_picomatch.cjs +6 -0
  38. package/dist/tsdown/run.js +3 -3
  39. package/dist/vite/client/client.mjs +17 -15
  40. package/dist/vite/node/chunks/dist.js +1 -1
  41. package/dist/vite/node/chunks/dist2.js +13 -0
  42. package/dist/vite/node/chunks/logger.js +1 -1
  43. package/dist/vite/node/chunks/node.js +475 -435
  44. package/dist/vite/node/index.d.ts +3 -3
  45. package/dist/vite/node/module-runner.d.ts +1 -1
  46. package/dist/vite/node/module-runner.js +2 -2
  47. package/package.json +10 -10
  48. /package/dist/rolldown/shared/{binding-DI_PGVIh.mjs → binding-BeU_1iEk.mjs} +0 -0
package/LICENSE CHANGED
@@ -25,24 +25,9 @@ SOFTWARE.
25
25
 
26
26
  # Licenses of bundled dependencies
27
27
  The published Vite-Plus artifact additionally contains code with the following licenses:
28
- Apache-2.0, BSD-2-Clause, CC0-1.0, ISC, MIT, MPL-2.0
28
+ Apache-2.0, BSD-2-Clause, CC0-1.0, ISC, MIT
29
29
 
30
30
  # Bundled dependencies:
31
- ## @arethetypeswrong/core
32
- License: MIT
33
- By: Andrew Branch
34
- Repository: https://github.com/arethetypeswrong/arethetypeswrong.github.io
35
-
36
- > Copyright 2023 Andrew Branch
37
- >
38
- > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
39
- >
40
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
41
- >
42
- > THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
43
-
44
- ---------------------------------------
45
-
46
31
  ## @babel/generator, @babel/helper-string-parser, @babel/helper-validator-identifier, @babel/types
47
32
  License: MIT
48
33
  By: The Babel Team (https://babel.dev/team)
@@ -236,36 +221,6 @@ Repository: https://github.com/rollup/plugins
236
221
 
237
222
  ---------------------------------------
238
223
 
239
- ## @tsdown/css, @tsdown/exe, tsdown
240
- License: MIT
241
- By: Kevin Deng <sxzz@sxzz.moe>
242
- Repositories: https://github.com/rolldown/tsdown, https://github.com/rolldown/tsdown, https://github.com/rolldown/tsdown
243
-
244
- > The MIT License (MIT)
245
- >
246
- > Copyright (c) 2025-present VoidZero Inc. & Contributors
247
- > Copyright (c) 2024 Kevin Deng (https://github.com/sxzz)
248
- >
249
- > Permission is hereby granted, free of charge, to any person obtaining a copy
250
- > of this software and associated documentation files (the "Software"), to deal
251
- > in the Software without restriction, including without limitation the rights
252
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
253
- > copies of the Software, and to permit persons to whom the Software is
254
- > furnished to do so, subject to the following conditions:
255
- >
256
- > The above copyright notice and this permission notice shall be included in all
257
- > copies or substantial portions of the Software.
258
- >
259
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
260
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
261
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
262
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
263
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
264
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
265
- > SOFTWARE.
266
-
267
- ---------------------------------------
268
-
269
224
  ## @vercel/detect-agent
270
225
  License: Apache-2.0
271
226
  By: Vercel
@@ -1587,386 +1542,6 @@ Repositories: https://github.com/yyx990803/launch-editor, https://github.com/yyx
1587
1542
 
1588
1543
  ---------------------------------------
1589
1544
 
1590
- ## lightningcss
1591
- License: MPL-2.0
1592
- Repository: https://github.com/parcel-bundler/lightningcss
1593
-
1594
- > Mozilla Public License Version 2.0
1595
- > ==================================
1596
- >
1597
- > 1. Definitions
1598
- > --------------
1599
- >
1600
- > 1.1. "Contributor"
1601
- > means each individual or legal entity that creates, contributes to
1602
- > the creation of, or owns Covered Software.
1603
- >
1604
- > 1.2. "Contributor Version"
1605
- > means the combination of the Contributions of others (if any) used
1606
- > by a Contributor and that particular Contributor's Contribution.
1607
- >
1608
- > 1.3. "Contribution"
1609
- > means Covered Software of a particular Contributor.
1610
- >
1611
- > 1.4. "Covered Software"
1612
- > means Source Code Form to which the initial Contributor has attached
1613
- > the notice in Exhibit A, the Executable Form of such Source Code
1614
- > Form, and Modifications of such Source Code Form, in each case
1615
- > including portions thereof.
1616
- >
1617
- > 1.5. "Incompatible With Secondary Licenses"
1618
- > means
1619
- >
1620
- > (a) that the initial Contributor has attached the notice described
1621
- > in Exhibit B to the Covered Software; or
1622
- >
1623
- > (b) that the Covered Software was made available under the terms of
1624
- > version 1.1 or earlier of the License, but not also under the
1625
- > terms of a Secondary License.
1626
- >
1627
- > 1.6. "Executable Form"
1628
- > means any form of the work other than Source Code Form.
1629
- >
1630
- > 1.7. "Larger Work"
1631
- > means a work that combines Covered Software with other material, in
1632
- > a separate file or files, that is not Covered Software.
1633
- >
1634
- > 1.8. "License"
1635
- > means this document.
1636
- >
1637
- > 1.9. "Licensable"
1638
- > means having the right to grant, to the maximum extent possible,
1639
- > whether at the time of the initial grant or subsequently, any and
1640
- > all of the rights conveyed by this License.
1641
- >
1642
- > 1.10. "Modifications"
1643
- > means any of the following:
1644
- >
1645
- > (a) any file in Source Code Form that results from an addition to,
1646
- > deletion from, or modification of the contents of Covered
1647
- > Software; or
1648
- >
1649
- > (b) any new file in Source Code Form that contains any Covered
1650
- > Software.
1651
- >
1652
- > 1.11. "Patent Claims" of a Contributor
1653
- > means any patent claim(s), including without limitation, method,
1654
- > process, and apparatus claims, in any patent Licensable by such
1655
- > Contributor that would be infringed, but for the grant of the
1656
- > License, by the making, using, selling, offering for sale, having
1657
- > made, import, or transfer of either its Contributions or its
1658
- > Contributor Version.
1659
- >
1660
- > 1.12. "Secondary License"
1661
- > means either the GNU General Public License, Version 2.0, the GNU
1662
- > Lesser General Public License, Version 2.1, the GNU Affero General
1663
- > Public License, Version 3.0, or any later versions of those
1664
- > licenses.
1665
- >
1666
- > 1.13. "Source Code Form"
1667
- > means the form of the work preferred for making modifications.
1668
- >
1669
- > 1.14. "You" (or "Your")
1670
- > means an individual or a legal entity exercising rights under this
1671
- > License. For legal entities, "You" includes any entity that
1672
- > controls, is controlled by, or is under common control with You. For
1673
- > purposes of this definition, "control" means (a) the power, direct
1674
- > or indirect, to cause the direction or management of such entity,
1675
- > whether by contract or otherwise, or (b) ownership of more than
1676
- > fifty percent (50%) of the outstanding shares or beneficial
1677
- > ownership of such entity.
1678
- >
1679
- > 2. License Grants and Conditions
1680
- > --------------------------------
1681
- >
1682
- > 2.1. Grants
1683
- >
1684
- > Each Contributor hereby grants You a world-wide, royalty-free,
1685
- > non-exclusive license:
1686
- >
1687
- > (a) under intellectual property rights (other than patent or trademark)
1688
- > Licensable by such Contributor to use, reproduce, make available,
1689
- > modify, display, perform, distribute, and otherwise exploit its
1690
- > Contributions, either on an unmodified basis, with Modifications, or
1691
- > as part of a Larger Work; and
1692
- >
1693
- > (b) under Patent Claims of such Contributor to make, use, sell, offer
1694
- > for sale, have made, import, and otherwise transfer either its
1695
- > Contributions or its Contributor Version.
1696
- >
1697
- > 2.2. Effective Date
1698
- >
1699
- > The licenses granted in Section 2.1 with respect to any Contribution
1700
- > become effective for each Contribution on the date the Contributor first
1701
- > distributes such Contribution.
1702
- >
1703
- > 2.3. Limitations on Grant Scope
1704
- >
1705
- > The licenses granted in this Section 2 are the only rights granted under
1706
- > this License. No additional rights or licenses will be implied from the
1707
- > distribution or licensing of Covered Software under this License.
1708
- > Notwithstanding Section 2.1(b) above, no patent license is granted by a
1709
- > Contributor:
1710
- >
1711
- > (a) for any code that a Contributor has removed from Covered Software;
1712
- > or
1713
- >
1714
- > (b) for infringements caused by: (i) Your and any other third party's
1715
- > modifications of Covered Software, or (ii) the combination of its
1716
- > Contributions with other software (except as part of its Contributor
1717
- > Version); or
1718
- >
1719
- > (c) under Patent Claims infringed by Covered Software in the absence of
1720
- > its Contributions.
1721
- >
1722
- > This License does not grant any rights in the trademarks, service marks,
1723
- > or logos of any Contributor (except as may be necessary to comply with
1724
- > the notice requirements in Section 3.4).
1725
- >
1726
- > 2.4. Subsequent Licenses
1727
- >
1728
- > No Contributor makes additional grants as a result of Your choice to
1729
- > distribute the Covered Software under a subsequent version of this
1730
- > License (see Section 10.2) or under the terms of a Secondary License (if
1731
- > permitted under the terms of Section 3.3).
1732
- >
1733
- > 2.5. Representation
1734
- >
1735
- > Each Contributor represents that the Contributor believes its
1736
- > Contributions are its original creation(s) or it has sufficient rights
1737
- > to grant the rights to its Contributions conveyed by this License.
1738
- >
1739
- > 2.6. Fair Use
1740
- >
1741
- > This License is not intended to limit any rights You have under
1742
- > applicable copyright doctrines of fair use, fair dealing, or other
1743
- > equivalents.
1744
- >
1745
- > 2.7. Conditions
1746
- >
1747
- > Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted
1748
- > in Section 2.1.
1749
- >
1750
- > 3. Responsibilities
1751
- > -------------------
1752
- >
1753
- > 3.1. Distribution of Source Form
1754
- >
1755
- > All distribution of Covered Software in Source Code Form, including any
1756
- > Modifications that You create or to which You contribute, must be under
1757
- > the terms of this License. You must inform recipients that the Source
1758
- > Code Form of the Covered Software is governed by the terms of this
1759
- > License, and how they can obtain a copy of this License. You may not
1760
- > attempt to alter or restrict the recipients' rights in the Source Code
1761
- > Form.
1762
- >
1763
- > 3.2. Distribution of Executable Form
1764
- >
1765
- > If You distribute Covered Software in Executable Form then:
1766
- >
1767
- > (a) such Covered Software must also be made available in Source Code
1768
- > Form, as described in Section 3.1, and You must inform recipients of
1769
- > the Executable Form how they can obtain a copy of such Source Code
1770
- > Form by reasonable means in a timely manner, at a charge no more
1771
- > than the cost of distribution to the recipient; and
1772
- >
1773
- > (b) You may distribute such Executable Form under the terms of this
1774
- > License, or sublicense it under different terms, provided that the
1775
- > license for the Executable Form does not attempt to limit or alter
1776
- > the recipients' rights in the Source Code Form under this License.
1777
- >
1778
- > 3.3. Distribution of a Larger Work
1779
- >
1780
- > You may create and distribute a Larger Work under terms of Your choice,
1781
- > provided that You also comply with the requirements of this License for
1782
- > the Covered Software. If the Larger Work is a combination of Covered
1783
- > Software with a work governed by one or more Secondary Licenses, and the
1784
- > Covered Software is not Incompatible With Secondary Licenses, this
1785
- > License permits You to additionally distribute such Covered Software
1786
- > under the terms of such Secondary License(s), so that the recipient of
1787
- > the Larger Work may, at their option, further distribute the Covered
1788
- > Software under the terms of either this License or such Secondary
1789
- > License(s).
1790
- >
1791
- > 3.4. Notices
1792
- >
1793
- > You may not remove or alter the substance of any license notices
1794
- > (including copyright notices, patent notices, disclaimers of warranty,
1795
- > or limitations of liability) contained within the Source Code Form of
1796
- > the Covered Software, except that You may alter any license notices to
1797
- > the extent required to remedy known factual inaccuracies.
1798
- >
1799
- > 3.5. Application of Additional Terms
1800
- >
1801
- > You may choose to offer, and to charge a fee for, warranty, support,
1802
- > indemnity or liability obligations to one or more recipients of Covered
1803
- > Software. However, You may do so only on Your own behalf, and not on
1804
- > behalf of any Contributor. You must make it absolutely clear that any
1805
- > such warranty, support, indemnity, or liability obligation is offered by
1806
- > You alone, and You hereby agree to indemnify every Contributor for any
1807
- > liability incurred by such Contributor as a result of warranty, support,
1808
- > indemnity or liability terms You offer. You may include additional
1809
- > disclaimers of warranty and limitations of liability specific to any
1810
- > jurisdiction.
1811
- >
1812
- > 4. Inability to Comply Due to Statute or Regulation
1813
- > ---------------------------------------------------
1814
- >
1815
- > If it is impossible for You to comply with any of the terms of this
1816
- > License with respect to some or all of the Covered Software due to
1817
- > statute, judicial order, or regulation then You must: (a) comply with
1818
- > the terms of this License to the maximum extent possible; and (b)
1819
- > describe the limitations and the code they affect. Such description must
1820
- > be placed in a text file included with all distributions of the Covered
1821
- > Software under this License. Except to the extent prohibited by statute
1822
- > or regulation, such description must be sufficiently detailed for a
1823
- > recipient of ordinary skill to be able to understand it.
1824
- >
1825
- > 5. Termination
1826
- > --------------
1827
- >
1828
- > 5.1. The rights granted under this License will terminate automatically
1829
- > if You fail to comply with any of its terms. However, if You become
1830
- > compliant, then the rights granted under this License from a particular
1831
- > Contributor are reinstated (a) provisionally, unless and until such
1832
- > Contributor explicitly and finally terminates Your grants, and (b) on an
1833
- > ongoing basis, if such Contributor fails to notify You of the
1834
- > non-compliance by some reasonable means prior to 60 days after You have
1835
- > come back into compliance. Moreover, Your grants from a particular
1836
- > Contributor are reinstated on an ongoing basis if such Contributor
1837
- > notifies You of the non-compliance by some reasonable means, this is the
1838
- > first time You have received notice of non-compliance with this License
1839
- > from such Contributor, and You become compliant prior to 30 days after
1840
- > Your receipt of the notice.
1841
- >
1842
- > 5.2. If You initiate litigation against any entity by asserting a patent
1843
- > infringement claim (excluding declaratory judgment actions,
1844
- > counter-claims, and cross-claims) alleging that a Contributor Version
1845
- > directly or indirectly infringes any patent, then the rights granted to
1846
- > You by any and all Contributors for the Covered Software under Section
1847
- > 2.1 of this License shall terminate.
1848
- >
1849
- > 5.3. In the event of termination under Sections 5.1 or 5.2 above, all
1850
- > end user license agreements (excluding distributors and resellers) which
1851
- > have been validly granted by You or Your distributors under this License
1852
- > prior to termination shall survive termination.
1853
- >
1854
- > ************************************************************************
1855
- > * *
1856
- > * 6. Disclaimer of Warranty *
1857
- > * ------------------------- *
1858
- > * *
1859
- > * Covered Software is provided under this License on an "as is" *
1860
- > * basis, without warranty of any kind, either expressed, implied, or *
1861
- > * statutory, including, without limitation, warranties that the *
1862
- > * Covered Software is free of defects, merchantable, fit for a *
1863
- > * particular purpose or non-infringing. The entire risk as to the *
1864
- > * quality and performance of the Covered Software is with You. *
1865
- > * Should any Covered Software prove defective in any respect, You *
1866
- > * (not any Contributor) assume the cost of any necessary servicing, *
1867
- > * repair, or correction. This disclaimer of warranty constitutes an *
1868
- > * essential part of this License. No use of any Covered Software is *
1869
- > * authorized under this License except under this disclaimer. *
1870
- > * *
1871
- > ************************************************************************
1872
- >
1873
- > ************************************************************************
1874
- > * *
1875
- > * 7. Limitation of Liability *
1876
- > * -------------------------- *
1877
- > * *
1878
- > * Under no circumstances and under no legal theory, whether tort *
1879
- > * (including negligence), contract, or otherwise, shall any *
1880
- > * Contributor, or anyone who distributes Covered Software as *
1881
- > * permitted above, be liable to You for any direct, indirect, *
1882
- > * special, incidental, or consequential damages of any character *
1883
- > * including, without limitation, damages for lost profits, loss of *
1884
- > * goodwill, work stoppage, computer failure or malfunction, or any *
1885
- > * and all other commercial damages or losses, even if such party *
1886
- > * shall have been informed of the possibility of such damages. This *
1887
- > * limitation of liability shall not apply to liability for death or *
1888
- > * personal injury resulting from such party's negligence to the *
1889
- > * extent applicable law prohibits such limitation. Some *
1890
- > * jurisdictions do not allow the exclusion or limitation of *
1891
- > * incidental or consequential damages, so this exclusion and *
1892
- > * limitation may not apply to You. *
1893
- > * *
1894
- > ************************************************************************
1895
- >
1896
- > 8. Litigation
1897
- > -------------
1898
- >
1899
- > Any litigation relating to this License may be brought only in the
1900
- > courts of a jurisdiction where the defendant maintains its principal
1901
- > place of business and such litigation shall be governed by laws of that
1902
- > jurisdiction, without reference to its conflict-of-law provisions.
1903
- > Nothing in this Section shall prevent a party's ability to bring
1904
- > cross-claims or counter-claims.
1905
- >
1906
- > 9. Miscellaneous
1907
- > ----------------
1908
- >
1909
- > This License represents the complete agreement concerning the subject
1910
- > matter hereof. If any provision of this License is held to be
1911
- > unenforceable, such provision shall be reformed only to the extent
1912
- > necessary to make it enforceable. Any law or regulation which provides
1913
- > that the language of a contract shall be construed against the drafter
1914
- > shall not be used to construe this License against a Contributor.
1915
- >
1916
- > 10. Versions of the License
1917
- > ---------------------------
1918
- >
1919
- > 10.1. New Versions
1920
- >
1921
- > Mozilla Foundation is the license steward. Except as provided in Section
1922
- > 10.3, no one other than the license steward has the right to modify or
1923
- > publish new versions of this License. Each version will be given a
1924
- > distinguishing version number.
1925
- >
1926
- > 10.2. Effect of New Versions
1927
- >
1928
- > You may distribute the Covered Software under the terms of the version
1929
- > of the License under which You originally received the Covered Software,
1930
- > or under the terms of any subsequent version published by the license
1931
- > steward.
1932
- >
1933
- > 10.3. Modified Versions
1934
- >
1935
- > If you create software not governed by this License, and you want to
1936
- > create a new license for such software, you may create and use a
1937
- > modified version of this License if you rename the license and remove
1938
- > any references to the name of the license steward (except to note that
1939
- > such modified license differs from this License).
1940
- >
1941
- > 10.4. Distributing Source Code Form that is Incompatible With Secondary
1942
- > Licenses
1943
- >
1944
- > If You choose to distribute Source Code Form that is Incompatible With
1945
- > Secondary Licenses under the terms of this version of the License, the
1946
- > notice described in Exhibit B of this License must be attached.
1947
- >
1948
- > Exhibit A - Source Code Form License Notice
1949
- > -------------------------------------------
1950
- >
1951
- > This Source Code Form is subject to the terms of the Mozilla Public
1952
- > License, v. 2.0. If a copy of the MPL was not distributed with this
1953
- > file, You can obtain one at https://mozilla.org/MPL/2.0/.
1954
- >
1955
- > If it is not possible or desirable to put the notice in a particular
1956
- > file, then You may include the notice in a location (such as a LICENSE
1957
- > file in a relevant directory) where a recipient would be likely to look
1958
- > for such a notice.
1959
- >
1960
- > You may add additional accurate notices of copyright ownership.
1961
- >
1962
- > Exhibit B - "Incompatible With Secondary Licenses" Notice
1963
- > ---------------------------------------------------------
1964
- >
1965
- > This Source Code Form is "Incompatible With Secondary Licenses", as
1966
- > defined by the Mozilla Public License, v. 2.0.
1967
-
1968
- ---------------------------------------
1969
-
1970
1545
  ## lilconfig
1971
1546
  License: MIT
1972
1547
  By: antonk52
@@ -3146,66 +2721,33 @@ Repository: https://github.com/pkrumins/node-tree-kill
3146
2721
 
3147
2722
  ---------------------------------------
3148
2723
 
3149
- ## typescript
3150
- License: Apache-2.0
3151
- By: Microsoft Corp.
3152
- Repository: https://github.com/microsoft/TypeScript
2724
+ ## tsdown
2725
+ License: MIT
2726
+ By: Kevin Deng <sxzz@sxzz.moe>
2727
+ Repository: https://github.com/rolldown/tsdown
3153
2728
 
3154
- > Apache License
3155
- >
3156
- > Version 2.0, January 2004
3157
- >
3158
- > http://www.apache.org/licenses/
3159
- >
3160
- > TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
3161
- >
3162
- > 1. Definitions.
3163
- >
3164
- > "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
3165
- >
3166
- > "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
3167
- >
3168
- > "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
3169
- >
3170
- > "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
3171
- >
3172
- > "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
3173
- >
3174
- > "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
3175
- >
3176
- > "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
3177
- >
3178
- > "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
3179
- >
3180
- > "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
3181
- >
3182
- > "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
3183
- >
3184
- > 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
3185
- >
3186
- > 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
3187
- >
3188
- > 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
3189
- >
3190
- > You must give any other recipients of the Work or Derivative Works a copy of this License; and
3191
- >
3192
- > You must cause any modified files to carry prominent notices stating that You changed the files; and
3193
- >
3194
- > You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
3195
- >
3196
- > If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
3197
- >
3198
- > 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
3199
- >
3200
- > 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
2729
+ > The MIT License (MIT)
3201
2730
  >
3202
- > 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
2731
+ > Copyright (c) 2025-present VoidZero Inc. & Contributors
2732
+ > Copyright (c) 2024 Kevin Deng (https://github.com/sxzz)
3203
2733
  >
3204
- > 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
2734
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
2735
+ > of this software and associated documentation files (the "Software"), to deal
2736
+ > in the Software without restriction, including without limitation the rights
2737
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2738
+ > copies of the Software, and to permit persons to whom the Software is
2739
+ > furnished to do so, subject to the following conditions:
3205
2740
  >
3206
- > 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
2741
+ > The above copyright notice and this permission notice shall be included in all
2742
+ > copies or substantial portions of the Software.
3207
2743
  >
3208
- > END OF TERMS AND CONDITIONS
2744
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2745
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2746
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2747
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2748
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2749
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2750
+ > SOFTWARE.
3209
2751
 
3210
2752
  ---------------------------------------
3211
2753
 
@@ -3268,63 +2810,6 @@ Repository: https://github.com/stream-utils/unpipe
3268
2810
 
3269
2811
  ---------------------------------------
3270
2812
 
3271
- ## unplugin
3272
- License: MIT
3273
- Repository: https://github.com/unjs/unplugin
3274
-
3275
- > MIT License
3276
- >
3277
- > Copyright (c) 2021-PRESENT Nuxt Contrib
3278
- >
3279
- > Permission is hereby granted, free of charge, to any person obtaining a copy
3280
- > of this software and associated documentation files (the "Software"), to deal
3281
- > in the Software without restriction, including without limitation the rights
3282
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3283
- > copies of the Software, and to permit persons to whom the Software is
3284
- > furnished to do so, subject to the following conditions:
3285
- >
3286
- > The above copyright notice and this permission notice shall be included in all
3287
- > copies or substantial portions of the Software.
3288
- >
3289
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3290
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3291
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3292
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3293
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3294
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3295
- > SOFTWARE.
3296
-
3297
- ---------------------------------------
3298
-
3299
- ## unplugin-unused
3300
- License: MIT
3301
- By: Kevin Deng <sxzz@sxzz.moe>
3302
- Repository: https://github.com/unplugin/unplugin-unused
3303
-
3304
- > The MIT License (MIT)
3305
- >
3306
- > Copyright © 2024-PRESENT Kevin Deng (https://github.com/sxzz)
3307
- >
3308
- > Permission is hereby granted, free of charge, to any person obtaining a copy
3309
- > of this software and associated documentation files (the "Software"), to deal
3310
- > in the Software without restriction, including without limitation the rights
3311
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3312
- > copies of the Software, and to permit persons to whom the Software is
3313
- > furnished to do so, subject to the following conditions:
3314
- >
3315
- > The above copyright notice and this permission notice shall be included in all
3316
- > copies or substantial portions of the Software.
3317
- >
3318
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3319
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3320
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3321
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3322
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3323
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3324
- > SOFTWARE.
3325
-
3326
- ---------------------------------------
3327
-
3328
2813
  ## unrun
3329
2814
  License: MIT
3330
2815
  By: Augustin Mercier <gugustinette@proton.me>
@@ -1,9 +1,9 @@
1
- import { n as onExit, t as watch } from "./shared/watch-DKEzXLor.mjs";
2
- import { C as version, S as description } from "./shared/bindingify-input-options-CQLSwbb0.mjs";
1
+ import { n as onExit, t as watch } from "./shared/watch-MZrSsVh8.mjs";
2
+ import { C as version, S as description } from "./shared/bindingify-input-options-CwT4BXgL.mjs";
3
3
  import { t as arraify } from "./shared/misc-DJYbNKZX.mjs";
4
- import { a as getInputCliKeys, i as getCliSchemaInfo, l as styleText, o as getOutputCliKeys, r as logger, s as validateCliOptions } from "./shared/rolldown-build-B-H35squ.mjs";
5
- import { t as rolldown } from "./shared/rolldown-DN-NFVZl.mjs";
6
- import { t as loadConfig } from "./shared/load-config-DKK5aKL7.mjs";
4
+ import { a as getInputCliKeys, i as getCliSchemaInfo, l as styleText, o as getOutputCliKeys, r as logger, s as validateCliOptions } from "./shared/rolldown-build-DrXmg2RO.mjs";
5
+ import { t as rolldown } from "./shared/rolldown-DLFt25hZ.mjs";
6
+ import { t as loadConfig } from "./shared/load-config-DJUKhe3_.mjs";
7
7
  import path from "node:path";
8
8
  import process$1 from "node:process";
9
9
  import { performance } from "node:perf_hooks";
@@ -847,7 +847,7 @@ function getClearScreenFunction(options) {
847
847
  };
848
848
  }
849
849
  //#endregion
850
- //#region \0@oxc-project+runtime@0.126.0/helpers/usingCtx.js
850
+ //#region \0@oxc-project+runtime@0.127.0/helpers/usingCtx.js
851
851
  function _usingCtx() {
852
852
  var r = "function" == typeof SuppressedError ? SuppressedError : function(r, e) {
853
853
  var n = Error();
@@ -1,4 +1,4 @@
1
- import { F as VERSION, r as defineConfig, t as ConfigExport } from "./shared/define-config-DmrIgjVV.mjs";
1
+ import { F as VERSION, r as defineConfig, t as ConfigExport } from "./shared/define-config-5HJ1b9vG.mjs";
2
2
 
3
3
  //#region src/utils/load-config.d.ts
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { x as VERSION } from "./shared/bindingify-input-options-CQLSwbb0.mjs";
1
+ import { x as VERSION } from "./shared/bindingify-input-options-CwT4BXgL.mjs";
2
2
  import { t as defineConfig } from "./shared/define-config-DJOr6Iwt.mjs";
3
- import { t as loadConfig } from "./shared/load-config-DKK5aKL7.mjs";
3
+ import { t as loadConfig } from "./shared/load-config-DJUKhe3_.mjs";
4
4
  export { VERSION, defineConfig, loadConfig };
@@ -1,7 +1,7 @@
1
1
  import { B as ResolveResult, C as BindingViteManifestPluginConfig, G as isolatedDeclaration, I as NapiResolveOptions, K as isolatedDeclarationSync, M as IsolatedDeclarationsResult, O as BindingViteTransformPluginConfig, V as ResolverFactory, _ as BindingTsconfigRawOptions, f as BindingRebuildStrategy, g as BindingTsconfigCompilerOptions, i as BindingClientHmrUpdate, j as IsolatedDeclarationsOptions, n as BindingBundleAnalyzerPluginConfig, q as moduleRunnerTransform, r as BindingBundleState } from "./shared/binding-zH1vcmbM.mjs";
2
- import { Jt as freeExternalMemory, Kt as RolldownOutput, Lt as OutputOptions, N as BuiltinPlugin, X as defineParallelPlugin, c as InputOptions, st as NormalizedOutputOptions } from "./shared/define-config-DmrIgjVV.mjs";
2
+ import { Jt as freeExternalMemory, Kt as RolldownOutput, Lt as OutputOptions, N as BuiltinPlugin, X as defineParallelPlugin, c as InputOptions, st as NormalizedOutputOptions } from "./shared/define-config-5HJ1b9vG.mjs";
3
3
  import { a as MinifyOptions$1, c as minifySync$1, d as parse$1, f as parseSync$1, i as transformSync$1, l as ParseResult$1, m as resolveTsconfig, n as TransformResult$1, o as MinifyResult$1, p as TsconfigCache$1, r as transform$1, s as minify$1, t as TransformOptions$1, u as ParserOptions$1 } from "./shared/transform-DgZ3paSD.mjs";
4
- import { a as viteDynamicImportVarsPlugin, c as viteLoadFallbackPlugin, d as viteReporterPlugin, f as viteResolvePlugin, i as viteBuildImportAnalysisPlugin, l as viteModulePreloadPolyfillPlugin, m as viteWebWorkerPostPlugin, n as isolatedDeclarationPlugin, o as viteImportGlobPlugin, p as viteWasmFallbackPlugin, r as oxcRuntimePlugin, s as viteJsonPlugin, u as viteReactRefreshWrapperPlugin } from "./shared/constructors-C29s6i8O.mjs";
4
+ import { a as viteDynamicImportVarsPlugin, c as viteLoadFallbackPlugin, d as viteReporterPlugin, f as viteResolvePlugin, i as viteBuildImportAnalysisPlugin, l as viteModulePreloadPolyfillPlugin, m as viteWebWorkerPostPlugin, n as isolatedDeclarationPlugin, o as viteImportGlobPlugin, p as viteWasmFallbackPlugin, r as oxcRuntimePlugin, s as viteJsonPlugin, u as viteReactRefreshWrapperPlugin } from "./shared/constructors-D0W3rNfA.mjs";
5
5
 
6
6
  //#region src/api/dev/dev-options.d.ts
7
7
  type DevOnHmrUpdates = (result: Error | {