vite-plus 0.2.8 → 0.3.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.
Files changed (92) hide show
  1. package/AGENTS.md +7 -0
  2. package/README.md +13 -6
  3. package/binding/index.cjs +57 -54
  4. package/binding/index.d.cts +100 -3
  5. package/dist/{agent-CI79DuSy.js → agent-Wqx0MPk0.js} +4 -188
  6. package/dist/bin.js +298 -278
  7. package/dist/command-CLJK5jGW.js +2 -0
  8. package/dist/command-CguLh2KL.js +471 -0
  9. package/dist/config/bin.js +29 -15
  10. package/dist/{constants-BppDcRc1.js → constants-Bn-U8o4v.js} +13 -3
  11. package/dist/create/bin.js +197 -247
  12. package/dist/{define-config-DPnHe1Mx.js → define-config-GXUdVT-0.js} +3 -3
  13. package/dist/{define-config-CEm_MtvJ.cjs → define-config-WiVlryJ2.cjs} +2 -2
  14. package/dist/define-config.cjs +1 -1
  15. package/dist/define-config.js +1 -1
  16. package/dist/{dist-CSQWHI6y.js → dist-BDYZP12R.js} +193 -149
  17. package/dist/dist-Dqv1-Clg.js +3 -0
  18. package/dist/{editor-CGWdbLgD.js → editor-CC4DqODz.js} +736 -153
  19. package/dist/{terminal-CrqqK8WT.js → help-BmKpeOP9.js} +27 -34
  20. package/dist/hooks/bin.d.ts +1 -0
  21. package/dist/hooks/bin.js +131 -0
  22. package/dist/hooks-DFqViZqZ.js +573 -0
  23. package/dist/index.cjs +1 -1
  24. package/dist/index.js +1 -1
  25. package/dist/{json-BU88uu6o.js → json-cULBl7Pi.js} +145 -139
  26. package/dist/migration/bin.js +67 -21
  27. package/dist/migration/compat/worker.js +1 -1
  28. package/dist/{oxlint-plugin-config-BHOzlwMw.js → oxlint-plugin-config-DX5ezKbB.js} +1 -1
  29. package/dist/oxlint-plugin.js +1 -1
  30. package/dist/pack-bin.js +5 -4
  31. package/dist/{package-hV-77cBb.js → package-CBe9EWPY.js} +2 -2
  32. package/dist/{prompts-DYap08te.js → prompts-DF3yU-eU.js} +136 -512
  33. package/dist/{report-BS7ULx7A.js → report-ZNR1Mk6h.js} +1 -0
  34. package/dist/{resolve-vite-config-EWXclqvV.js → resolve-vite-config-ipGb39Jo.js} +2 -9
  35. package/dist/staged/bin.js +299 -251
  36. package/dist/terminal-MKGAuy-p.js +39 -0
  37. package/dist/test/browser/providers/playwright/context.d.ts +1 -1
  38. package/dist/test/browser/providers/playwright.d.ts +6 -6
  39. package/dist/test/browser/providers/preview/context.d.ts +1 -1
  40. package/dist/test/browser/providers/preview.d.ts +4 -4
  41. package/dist/test/browser/providers/webdriverio/context.d.ts +1 -1
  42. package/dist/test/browser/providers/webdriverio.d.ts +6 -6
  43. package/dist/test/browser-playwright/context.d.ts +1 -1
  44. package/dist/test/browser-playwright.d.ts +6 -6
  45. package/dist/test/browser-preview/context.d.ts +1 -1
  46. package/dist/test/browser-preview.d.ts +4 -4
  47. package/dist/test/browser-webdriverio/context.d.ts +1 -1
  48. package/dist/test/browser-webdriverio.d.ts +6 -6
  49. package/dist/test/context.d.ts +3 -3
  50. package/dist/test/locators.d.ts +1 -1
  51. package/dist/toolchain.d.ts +25 -0
  52. package/dist/toolchain.js +194 -0
  53. package/dist/toolchain.json +193 -0
  54. package/dist/tsconfig-BVHG3DpR.js +2 -0
  55. package/dist/{tsconfig-CVUKLfL8.js → tsconfig-LD2QhQ0O.js} +5 -4
  56. package/dist/tsgolint-path.js +1 -1
  57. package/dist/version.js +5 -4
  58. package/dist/versions.d.ts +3 -3
  59. package/dist/versions.js +6 -6
  60. package/docs/guide/ci.md +37 -4
  61. package/docs/guide/commit-hooks.md +87 -14
  62. package/docs/guide/create.md +7 -4
  63. package/docs/guide/env.md +20 -6
  64. package/docs/guide/fmt.md +2 -2
  65. package/docs/guide/github-actions-cache.md +5 -1
  66. package/docs/guide/ide-integration.md +61 -2
  67. package/docs/guide/index.md +3 -1
  68. package/docs/guide/install.md +27 -1
  69. package/docs/guide/installer-env-vars.md +53 -6
  70. package/docs/guide/lint.md +3 -1
  71. package/docs/guide/migrate-rules.md +9 -0
  72. package/docs/guide/migrate.md +41 -4
  73. package/docs/guide/monorepo.md +4 -4
  74. package/docs/guide/test.md +8 -0
  75. package/docs/guide/troubleshooting.md +12 -4
  76. package/docs/guide/upgrade.md +75 -5
  77. package/package.json +36 -33
  78. package/rules/vite-tools.yml +0 -7
  79. package/dist/dist-DT25H9pj.js +0 -3
  80. package/docs/_data/team.ts +0 -131
  81. package/docs/package.json +0 -30
  82. package/docs/pnpm-lock.yaml +0 -4003
  83. package/docs/pnpm-workspace.yaml +0 -6
  84. package/docs/public/checkmark.svg +0 -1
  85. package/docs/public/cta-background.jpg +0 -0
  86. package/docs/public/favicon.svg +0 -1
  87. package/docs/public/icon.svg +0 -1
  88. package/docs/public/logo.svg +0 -1
  89. package/docs/public/og.jpg +0 -0
  90. package/docs/vite.config.ts +0 -17
  91. package/dist/{log-update-CoW8Z4Dl.js → log-update-DHZRyJ2m.js} +1 -1
  92. package/dist/{tsgolint-path-eMZT-oea.js → tsgolint-path-CbDReEOx.js} +1 -1
@@ -1,6 +0,0 @@
1
- packages:
2
- - .
3
-
4
- peerDependencyRules:
5
- allowAny:
6
- - vitepress
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="20" height="19" fill="none" viewBox="0 0 20 19"><circle cx="10" cy="9.5" r="9" stroke="#3b3440" stroke-width=".5"/><path stroke="#fff" stroke-width="1.2" d="M17.794 14a9 9 0 0 0 0-9M2.206 14a9 9 0 0 1 0-9"/><path stroke="#fff" stroke-linejoin="bevel" stroke-width="1.2" d="m6.249 9.788 2.308 2.309 5.195-5.195"/></svg>
Binary file
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 17 16"><path fill="#6254fe" d="M9.338 15.631a.387.387 0 0 1-.691-.239V11.87a.773.773 0 0 0-.774-.774h-3.89a.386.386 0 0 1-.314-.611l2.557-3.58a.774.774 0 0 0-.63-1.224H.89a.386.386 0 0 1-.315-.612L3.89.426a.39.39 0 0 1 .314-.162h9.88c.315 0 .499.356.315.611l-2.557 3.581a.774.774 0 0 0 .63 1.224h3.89c.323 0 .504.372.304.626z"/><mask id="a" width="17" height="16" x="0" y="0" maskUnits="userSpaceOnUse" style="mask-type:alpha"><path fill="#833bff" d="M9.338 15.631a.387.387 0 0 1-.691-.239V11.87a.773.773 0 0 0-.774-.774h-3.89a.386.386 0 0 1-.314-.611l2.557-3.58a.774.774 0 0 0-.63-1.224H.89a.386.386 0 0 1-.315-.612L3.89.426a.39.39 0 0 1 .314-.162h9.88c.315 0 .499.356.315.611l-2.557 3.581a.774.774 0 0 0 .63 1.224h3.89c.323 0 .504.372.304.626z"/></mask><g mask="url(#a)"><g filter="url(#b)"><ellipse cx="1.884" cy="5.028" fill="#ede6ff" rx="1.884" ry="5.028" transform="rotate(89.814 -6.07 4.987)scale(1 -1)"/></g><g filter="url(#c)"><ellipse cx="3.556" cy="10.208" fill="#ede6ff" rx="3.556" ry="10.208" transform="rotate(269.814 -5.017 7.95)scale(-1 1)"/></g><g filter="url(#d)"><ellipse cx="1.884" cy="10.425" fill="#4e14ff" rx="1.884" ry="10.425" transform="rotate(89.814 -8.76 -4.64)scale(1 -1)"/></g><g filter="url(#e)"><ellipse cx="1.884" cy="10.464" fill="#4e14ff" rx="1.884" ry="10.464" transform="rotate(89.814 -11.063 -.775)scale(1 -1)"/></g><g filter="url(#f)"><ellipse cx="1.884" cy="10.464" fill="#4e14ff" rx="1.884" ry="10.464" transform="rotate(89.814 -10.998 -.316)scale(1 -1)"/></g><g filter="url(#g)"><ellipse cx="4.812" cy="7.55" fill="#ede6ff" rx="4.812" ry="7.55" transform="rotate(-86.65 17.955 -9)scale(1 -1)"/></g><g filter="url(#h)"><ellipse cx="1.187" cy="7.353" fill="#4e14ff" rx="1.187" ry="7.353" transform="rotate(89.009 9.916 16.643)scale(-1 1)"/></g><g filter="url(#i)"><ellipse cx="1.187" cy="7.353" fill="#4e14ff" rx="1.187" ry="7.353" transform="rotate(89.009 9.916 16.643)scale(-1 1)"/></g><g filter="url(#j)"><ellipse cx=".597" cy="3.332" fill="#4e14ff" rx="1.507" ry="9.954" transform="rotate(39.51 .597 3.332)"/></g><g filter="url(#k)"><ellipse cx="16.716" cy="-1.819" fill="#4e14ff" rx="1.507" ry="9.954" transform="rotate(37.892 16.716 -1.82)"/></g><g filter="url(#l)"><ellipse cx="14.443" cy="3.621" fill="#2bfdd2" rx="2.832" ry="4.272" transform="rotate(37.892 14.443 3.621)"/></g><g filter="url(#m)"><ellipse cx="-.178" cy="13.372" fill="#4e14ff" rx="1.507" ry="9.954" transform="rotate(37.892 -.178 13.372)"/></g><g filter="url(#n)"><ellipse cx="-.178" cy="13.372" fill="#4e14ff" rx="1.507" ry="9.954" transform="rotate(37.892 -.178 13.372)"/></g><g filter="url(#o)"><ellipse cx="12.582" cy="10.433" fill="#4e14ff" rx="1.601" ry="9.954" transform="rotate(37.892 12.582 10.433)"/></g><g filter="url(#p)"><ellipse cx="14.111" cy="11.549" fill="#2bfdd2" rx="2.75" ry="7.204" transform="rotate(37.892 14.111 11.549)"/></g></g><defs><filter id="b" width="20.533" height="14.244" x="-6.296" y="5.786" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_3011_4074" stdDeviation="2.619"/></filter><filter id="c" width="30.893" height="17.59" x="-18.21" y="-2.312" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_3011_4074" stdDeviation="2.619"/></filter><filter id="d" width="27.137" height="10.054" x="-16.51" y=".958" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_3011_4074" stdDeviation="1.572"/></filter><filter id="e" width="27.213" height="10.054" x="-14.939" y="7.113" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_3011_4074" stdDeviation="1.572"/></filter><filter id="f" width="27.213" height="10.054" x="-14.415" y="7.506" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_3011_4074" stdDeviation="1.572"/></filter><filter id="g" width="25.562" height="20.125" x="5.853" y="-5.858" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_3011_4074" stdDeviation="2.619"/></filter><filter id="h" width="20.989" height="8.673" x="8.518" y="1.045" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_3011_4074" stdDeviation="1.572"/></filter><filter id="i" width="20.989" height="8.673" x="8.518" y="1.045" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_3011_4074" stdDeviation="1.572"/></filter><filter id="j" width="19.166" height="21.766" x="-8.985" y="-7.551" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_3011_4074" stdDeviation="1.572"/></filter><filter id="k" width="18.745" height="22.107" x="7.344" y="-12.873" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_3011_4074" stdDeviation="1.572"/></filter><filter id="l" width="13.179" height="13.875" x="7.853" y="-3.316" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_3011_4074" stdDeviation="1.572"/></filter><filter id="m" width="18.745" height="22.107" x="-9.55" y="2.319" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_3011_4074" stdDeviation="1.572"/></filter><filter id="n" width="18.745" height="22.107" x="-9.55" y="2.319" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_3011_4074" stdDeviation="1.572"/></filter><filter id="o" width="18.774" height="22.121" x="3.195" y="-.628" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_3011_4074" stdDeviation="1.572"/></filter><filter id="p" width="16.144" height="18.15" x="6.04" y="2.474" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_3011_4074" stdDeviation="1.572"/></filter></defs></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 36 20"><path fill="#6254fe" d="M17.85 19.535a.483.483 0 0 1-.864-.298v-4.403a.967.967 0 0 0-.967-.967h-4.862a.483.483 0 0 1-.393-.764l3.197-4.475a.967.967 0 0 0-.788-1.53H7.29a.483.483 0 0 1-.393-.764L11.04.533a.48.48 0 0 1 .394-.203h12.348c.393 0 .622.445.393.764L20.978 5.57c-.457.64 0 1.53.788 1.53h4.861c.404 0 .63.464.38.782L17.85 19.536"/><mask id="a" width="22" height="20" x="6" y="0" maskUnits="userSpaceOnUse" style="mask-type:alpha"><path fill="#833bff" d="M17.85 19.535a.483.483 0 0 1-.864-.298v-4.403a.967.967 0 0 0-.967-.967h-4.862a.483.483 0 0 1-.393-.764l3.197-4.475a.967.967 0 0 0-.788-1.53H7.29a.483.483 0 0 1-.393-.764L11.04.533a.48.48 0 0 1 .394-.203h12.348c.393 0 .622.445.393.764L20.978 5.57c-.457.64 0 1.53.788 1.53h4.861c.404 0 .63.464.38.782L17.85 19.536"/></mask><g mask="url(#a)"><g filter="url(#b)"><ellipse cx="2.354" cy="6.284" fill="#ede6ff" rx="2.354" ry="6.284" transform="rotate(89.814 -4.496 9.333)scale(1 -1)"/></g><g filter="url(#c)"><ellipse cx="4.444" cy="12.758" fill="#ede6ff" rx="4.444" ry="12.758" transform="rotate(89.814 -6.879 -3.19)scale(1 -1)"/></g><g filter="url(#d)"><ellipse cx="2.354" cy="13.029" fill="#4e14ff" rx="2.354" ry="13.029" transform="rotate(89.814 -7.86 -2.7)scale(1 -1)"/></g><g filter="url(#e)"><ellipse cx="2.354" cy="13.077" fill="#4e14ff" rx="2.354" ry="13.077" transform="matrix(.00324 1 1 -.00324 -8.57 12.86)"/></g><g filter="url(#f)"><ellipse cx="2.354" cy="13.077" fill="#4e14ff" rx="2.354" ry="13.077" transform="rotate(269.814 2.697 10.62)scale(-1 1)"/></g><g filter="url(#g)"><ellipse cx="6.014" cy="9.436" fill="#ede6ff" rx="6.014" ry="9.436" transform="rotate(93.35 13.698 24.078)scale(-1 1)"/></g><g filter="url(#h)"><ellipse cx="1.483" cy="9.189" fill="#4e14ff" rx="1.483" ry="9.189" transform="rotate(89.009 15.481 23.943)scale(-1 1)"/></g><g filter="url(#i)"><ellipse cx="1.483" cy="9.189" fill="#4e14ff" rx="1.483" ry="9.189" transform="rotate(89.009 15.481 23.943)scale(-1 1)"/></g><g filter="url(#j)"><ellipse cx="6.926" cy="4.164" fill="#4e14ff" rx="1.883" ry="12.44" transform="rotate(39.51 6.926 4.164)"/></g><g filter="url(#k)"><ellipse cx="27.071" cy="-2.273" fill="#4e14ff" rx="1.883" ry="12.44" transform="rotate(37.892 27.07 -2.273)"/></g><g filter="url(#l)"><ellipse cx="24.229" cy="4.526" fill="#2bfdd2" rx="3.539" ry="5.339" transform="rotate(37.892 24.23 4.526)"/></g><g filter="url(#m)"><ellipse cx="5.958" cy="16.712" fill="#4e14ff" rx="1.883" ry="12.44" transform="rotate(37.892 5.958 16.712)"/></g><g filter="url(#n)"><ellipse cx="5.958" cy="16.712" fill="#4e14ff" rx="1.883" ry="12.44" transform="rotate(37.892 5.958 16.712)"/></g><g filter="url(#o)"><ellipse cx="21.904" cy="13.039" fill="#4e14ff" rx="2.001" ry="12.44" transform="rotate(37.892 21.904 13.039)"/></g><g filter="url(#p)"><ellipse cx="23.816" cy="14.434" fill="#2bfdd2" rx="3.437" ry="9.003" transform="rotate(37.892 23.816 14.434)"/></g></g><path fill="#08060d" d="M3.644 0c-3.932 5.628-3.955 14.351 0 20H6.3C2.346 14.35 2.37 5.627 6.3 0zM30.625 10h2.657c-.001-3.593-.99-7.184-2.957-10h-2.656c1.966 2.816 2.955 6.407 2.957 10zM35.314 14.907h-2.665a19 19 0 0 0 .453-2.251h-2.657a19 19 0 0 1-.453 2.251h-2.669a17 17 0 0 1-.944 2.658h2.669A15 15 0 0 1 27.668 20h2.656a15 15 0 0 0 1.38-2.435h2.665c.386-.851.7-1.742.944-2.658"/><defs><filter id="b" width="25.661" height="17.801" x="-1.688" y="7.232" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_318_26118" stdDeviation="3.273"/></filter><filter id="c" width="38.608" height="21.982" x="-16.579" y="-2.889" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_318_26118" stdDeviation="3.273"/></filter><filter id="d" width="33.914" height="12.565" x="-14.454" y="1.198" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_318_26118" stdDeviation="1.964"/></filter><filter id="e" width="34.01" height="12.565" x="-12.49" y="8.89" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_318_26118" stdDeviation="1.964"/></filter><filter id="f" width="34.01" height="12.565" x="-11.835" y="9.381" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_318_26118" stdDeviation="1.964"/></filter><filter id="g" width="31.945" height="25.151" x="13.495" y="-7.32" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_318_26118" stdDeviation="3.273"/></filter><filter id="h" width="26.231" height="10.839" x="16.825" y="1.306" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_318_26118" stdDeviation="1.964"/></filter><filter id="i" width="26.231" height="10.839" x="16.825" y="1.306" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_318_26118" stdDeviation="1.964"/></filter><filter id="j" width="23.952" height="27.202" x="-5.05" y="-9.437" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_318_26118" stdDeviation="1.964"/></filter><filter id="k" width="23.425" height="27.628" x="15.358" y="-16.087" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_318_26118" stdDeviation="1.964"/></filter><filter id="l" width="16.471" height="17.34" x="15.994" y="-4.143" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_318_26118" stdDeviation="1.964"/></filter><filter id="m" width="23.425" height="27.628" x="-5.755" y="2.898" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_318_26118" stdDeviation="1.964"/></filter><filter id="n" width="23.425" height="27.628" x="-5.755" y="2.898" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_318_26118" stdDeviation="1.964"/></filter><filter id="o" width="23.462" height="27.645" x="10.173" y="-.784" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_318_26118" stdDeviation="1.964"/></filter><filter id="p" width="20.176" height="22.683" x="13.728" y="3.092" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_318_26118" stdDeviation="1.964"/></filter></defs></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="103" height="15" fill="none" viewBox="0 0 103 15"><path fill="#08060d" d="M9.137 10.691 12.907.249h5.16l-5.72 14.503h-6.63L0 .249h5.304zm15.622 4.06h-4.973V.25h4.973zM42.817 3.813h-5.573v10.94h-4.971V3.812h-5.574V.25h16.118zm16.257-.04h-9.343v1.946h9.199v3.418h-9.2v2.093h9.614v3.523H44.759V.249h14.315zm10.934 1.946h5.573v3.418h-5.573v5.616h-3.564V9.136h-5.573V5.718h5.573V.248h3.564z"/><path fill="#6254fe" d="M91.184 14.654a.363.363 0 0 1-.648-.224v-3.303c0-.4-.324-.725-.725-.725h-3.647c-.295 0-.467-.334-.295-.573l2.398-3.357a.725.725 0 0 0-.59-1.147h-4.414c-.295 0-.467-.334-.295-.574L86.076.4a.36.36 0 0 1 .295-.152h9.263c.295 0 .467.334.295.573l-2.398 3.358a.725.725 0 0 0 .59 1.147h3.648c.302 0 .472.348.285.587z"/><mask id="a" width="17" height="15" x="82" y="0" maskUnits="userSpaceOnUse" style="mask-type:alpha"><path fill="#833bff" d="M91.184 14.654a.363.363 0 0 1-.648-.224v-3.303c0-.4-.324-.725-.725-.725h-3.647c-.295 0-.467-.334-.295-.573l2.398-3.357a.725.725 0 0 0-.59-1.147h-4.414c-.295 0-.467-.334-.295-.574L86.076.4a.36.36 0 0 1 .295-.152h9.263c.295 0 .467.334.295.573l-2.398 3.358a.725.725 0 0 0 .59 1.147h3.648c.302 0 .472.348.285.587z"/></mask><g mask="url(#a)"><g filter="url(#b)"><ellipse cx="1.766" cy="4.714" fill="#ede6ff" rx="1.766" ry="4.714" transform="rotate(89.814 35.524 46.024)scale(1 -1)"/></g><g filter="url(#c)"><ellipse cx="3.334" cy="9.57" fill="#ede6ff" rx="3.334" ry="9.57" transform="rotate(89.814 33.737 36.63)scale(1 -1)"/></g><g filter="url(#d)"><ellipse cx="1.766" cy="9.774" fill="#4e14ff" rx="1.766" ry="9.774" transform="rotate(89.814 33.002 36.998)scale(1 -1)"/></g><g filter="url(#e)"><ellipse cx="1.766" cy="9.81" fill="#4e14ff" rx="1.766" ry="9.81" transform="rotate(89.814 30.844 40.622)scale(1 -1)"/></g><g filter="url(#f)"><ellipse cx="1.766" cy="9.81" fill="#4e14ff" rx="1.766" ry="9.81" transform="rotate(89.814 30.904 41.053)scale(1 -1)"/></g><g filter="url(#g)"><ellipse cx="4.511" cy="7.078" fill="#ede6ff" rx="4.511" ry="7.078" transform="rotate(93.35 49.173 54.748)scale(-1 1)"/></g><g filter="url(#h)"><ellipse cx="1.113" cy="6.893" fill="#4e14ff" rx="1.113" ry="6.893" transform="rotate(89.009 50.51 57.537)scale(-1 1)"/></g><g filter="url(#i)"><ellipse cx="1.113" cy="6.893" fill="#4e14ff" rx="1.113" ry="6.893" transform="rotate(89.009 50.51 57.537)scale(-1 1)"/></g><g filter="url(#j)"><ellipse cx="82.99" cy="3.123" fill="#4e14ff" rx="1.413" ry="9.332" transform="rotate(39.51 82.99 3.123)"/></g><g filter="url(#k)"><ellipse cx="98.102" cy="-1.706" fill="#4e14ff" rx="1.413" ry="9.332" transform="rotate(37.892 98.102 -1.706)"/></g><g filter="url(#l)"><ellipse cx="95.97" cy="3.395" fill="#2bfdd2" rx="2.655" ry="4.005" transform="rotate(37.892 95.97 3.395)"/></g><g filter="url(#m)"><ellipse cx="82.264" cy="12.536" fill="#4e14ff" rx="1.413" ry="9.332" transform="rotate(37.892 82.264 12.536)"/></g><g filter="url(#n)"><ellipse cx="82.264" cy="12.536" fill="#4e14ff" rx="1.413" ry="9.332" transform="rotate(37.892 82.264 12.536)"/></g><g filter="url(#o)"><ellipse cx="94.226" cy="9.781" fill="#4e14ff" rx="1.501" ry="9.332" transform="rotate(37.892 94.226 9.78)"/></g><g filter="url(#p)"><ellipse cx="95.66" cy="10.827" fill="#2bfdd2" rx="2.578" ry="6.754" transform="rotate(37.892 95.66 10.827)"/></g></g><path fill="#08060d" d="M80.53 0c-2.949 4.221-2.966 10.764 0 15h1.993c-2.966-4.236-2.949-10.779 0-15zM100.543 0H98.55c2.949 4.221 2.966 10.764 0 15h1.993c2.965-4.236 2.948-10.779 0-15"/><defs><filter id="b" width="19.25" height="13.354" x="76.528" y="5.425" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_318_41192" stdDeviation="2.455"/></filter><filter id="c" width="28.962" height="16.49" x="65.358" y="-2.168" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_318_41192" stdDeviation="2.455"/></filter><filter id="d" width="25.441" height="9.425" x="66.952" y=".898" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_318_41192" stdDeviation="1.473"/></filter><filter id="e" width="25.513" height="9.425" x="68.425" y="6.668" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_318_41192" stdDeviation="1.473"/></filter><filter id="f" width="25.513" height="9.425" x="68.916" y="7.037" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_318_41192" stdDeviation="1.473"/></filter><filter id="g" width="23.964" height="18.867" x="87.917" y="-5.492" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_318_41192" stdDeviation="2.455"/></filter><filter id="h" width="19.677" height="8.131" x="90.415" y=".979" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_318_41192" stdDeviation="1.473"/></filter><filter id="i" width="19.677" height="8.131" x="90.415" y=".979" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_318_41192" stdDeviation="1.473"/></filter><filter id="j" width="17.968" height="20.405" x="74.006" y="-7.079" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_318_41192" stdDeviation="1.473"/></filter><filter id="k" width="17.573" height="20.725" x="89.315" y="-12.068" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_318_41192" stdDeviation="1.473"/></filter><filter id="l" width="12.356" height="13.008" x="89.792" y="-3.109" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_318_41192" stdDeviation="1.473"/></filter><filter id="m" width="17.573" height="20.725" x="73.477" y="2.174" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_318_41192" stdDeviation="1.473"/></filter><filter id="n" width="17.573" height="20.725" x="73.477" y="2.174" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_318_41192" stdDeviation="1.473"/></filter><filter id="o" width="17.601" height="20.738" x="85.425" y="-.588" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_318_41192" stdDeviation="1.473"/></filter><filter id="p" width="15.135" height="17.016" x="88.092" y="2.319" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_318_41192" stdDeviation="1.473"/></filter></defs></svg>
Binary file
@@ -1,17 +0,0 @@
1
- export default {
2
- run: {
3
- tasks: {
4
- 'build:site': {
5
- command: 'vitepress build',
6
- input: [
7
- { auto: true },
8
- '!.vitepress/.temp/**',
9
- '!.vitepress/dist/**',
10
- '!node_modules',
11
- '!node_modules/.vite-temp/**',
12
- ],
13
- output: ['.vitepress/dist/**'],
14
- },
15
- },
16
- },
17
- };
@@ -1,8 +1,8 @@
1
1
  import { a as ansiStyles, t as stripAnsi } from "./strip-ansi-C3wrWz9t.js";
2
2
  import { t as isFullwidthCodePoint } from "./is-fullwidth-code-point-BUNlIICg.js";
3
3
  import { t as wrapAnsi } from "./wrap-ansi-DNjkuBEp.js";
4
- import os from "node:os";
5
4
  import process$1 from "node:process";
5
+ import os from "node:os";
6
6
  //#region ../../node_modules/.pnpm/environment@1.1.0/node_modules/environment/index.js
7
7
  const isBrowser = globalThis.window?.document !== void 0;
8
8
  globalThis.process?.versions?.node;
@@ -1,6 +1,6 @@
1
1
  import { dirname, join } from "node:path";
2
- import { existsSync, realpathSync } from "node:fs";
3
2
  import { fileURLToPath } from "node:url";
3
+ import { existsSync, realpathSync } from "node:fs";
4
4
  //#region src/utils/tsgolint-path.ts
5
5
  function resolveWindowsTsgolintExecutable(pathCandidates, options) {
6
6
  let oxlintTsgolintPath = pathCandidates.find((p) => options.exists(p)) ?? "";