@vizejs/vite-plugin 0.65.0 → 0.67.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -210,10 +210,10 @@ When a `.vue` file changes:
|
|
|
210
210
|
|
|
211
211
|
Vize's native compiler is significantly faster than the official Vue compiler:
|
|
212
212
|
|
|
213
|
-
| Benchmark (15,000 SFCs) | @vue/compiler-sfc | Vize | Speedup
|
|
214
|
-
| ----------------------- | ----------------- | ----- |
|
|
215
|
-
| Single-threaded |
|
|
216
|
-
| Multi-threaded |
|
|
213
|
+
| Benchmark (15,000 SFCs) | @vue/compiler-sfc | Vize | Speedup |
|
|
214
|
+
| ----------------------- | ----------------- | ----- | --------- |
|
|
215
|
+
| Single-threaded | 9.35s | 3.47s | **2.7x** |
|
|
216
|
+
| Multi-threaded | 4.08s | 353ms | **11.6x** |
|
|
217
217
|
|
|
218
218
|
## Comparison with vite-plugin-vize
|
|
219
219
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vizejs/vite-plugin",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.67.0",
|
|
4
4
|
"description": "High-performance native Vite plugin for Vue SFC compilation powered by Vize",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"compiler",
|
|
@@ -33,9 +33,9 @@
|
|
|
33
33
|
"access": "public"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@vizejs/native": "0.
|
|
36
|
+
"@vizejs/native": "0.67.0",
|
|
37
37
|
"tinyglobby": "0.2.16",
|
|
38
|
-
"vize": "0.
|
|
38
|
+
"vize": "0.67.0"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@types/node": "25.6.0",
|