@vue/compiler-sfc 3.4.29 → 3.4.30
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/dist/compiler-sfc.cjs.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @vue/compiler-sfc v3.4.
|
|
2
|
+
* @vue/compiler-sfc v3.4.30
|
|
3
3
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
4
4
|
* @license MIT
|
|
5
5
|
**/
|
|
@@ -20849,7 +20849,7 @@ function isStaticNode(node) {
|
|
|
20849
20849
|
return false;
|
|
20850
20850
|
}
|
|
20851
20851
|
|
|
20852
|
-
const version = "3.4.
|
|
20852
|
+
const version = "3.4.30";
|
|
20853
20853
|
const parseCache = parseCache$1;
|
|
20854
20854
|
const errorMessages = {
|
|
20855
20855
|
...CompilerDOM.errorMessages,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @vue/compiler-sfc v3.4.
|
|
2
|
+
* @vue/compiler-sfc v3.4.30
|
|
3
3
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
4
4
|
* @license MIT
|
|
5
5
|
**/
|
|
@@ -23378,9 +23378,7 @@ function buildSlots(node, context, buildSlotFn = buildClientSlotFn) {
|
|
|
23378
23378
|
break;
|
|
23379
23379
|
}
|
|
23380
23380
|
}
|
|
23381
|
-
if (prev && isTemplateNode(prev) && findDir(prev,
|
|
23382
|
-
children.splice(i, 1);
|
|
23383
|
-
i--;
|
|
23381
|
+
if (prev && isTemplateNode(prev) && findDir(prev, /^(else-)?if$/)) {
|
|
23384
23382
|
let conditional = dynamicSlots[dynamicSlots.length - 1];
|
|
23385
23383
|
while (conditional.alternate.type === 19) {
|
|
23386
23384
|
conditional = conditional.alternate;
|
|
@@ -48437,7 +48435,7 @@ var __spreadValues = (a, b) => {
|
|
|
48437
48435
|
}
|
|
48438
48436
|
return a;
|
|
48439
48437
|
};
|
|
48440
|
-
const version = "3.4.
|
|
48438
|
+
const version = "3.4.30";
|
|
48441
48439
|
const parseCache = parseCache$1;
|
|
48442
48440
|
const errorMessages = __spreadValues(__spreadValues({}, errorMessages$1), DOMErrorMessages);
|
|
48443
48441
|
const walk = walk$2;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vue/compiler-sfc",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.30",
|
|
4
4
|
"description": "@vue/compiler-sfc",
|
|
5
5
|
"main": "dist/compiler-sfc.cjs.js",
|
|
6
6
|
"module": "dist/compiler-sfc.esm-browser.js",
|
|
@@ -47,10 +47,10 @@
|
|
|
47
47
|
"magic-string": "^0.30.10",
|
|
48
48
|
"postcss": "^8.4.38",
|
|
49
49
|
"source-map-js": "^1.2.0",
|
|
50
|
-
"@vue/compiler-core": "3.4.
|
|
51
|
-
"@vue/compiler-dom": "3.4.
|
|
52
|
-
"@vue/compiler-ssr": "3.4.
|
|
53
|
-
"@vue/shared": "3.4.
|
|
50
|
+
"@vue/compiler-core": "3.4.30",
|
|
51
|
+
"@vue/compiler-dom": "3.4.30",
|
|
52
|
+
"@vue/compiler-ssr": "3.4.30",
|
|
53
|
+
"@vue/shared": "3.4.30"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@babel/types": "^7.24.7",
|
|
@@ -62,6 +62,6 @@
|
|
|
62
62
|
"postcss-modules": "^6.0.0",
|
|
63
63
|
"postcss-selector-parser": "^6.1.0",
|
|
64
64
|
"pug": "^3.0.3",
|
|
65
|
-
"sass": "^1.77.
|
|
65
|
+
"sass": "^1.77.5"
|
|
66
66
|
}
|
|
67
67
|
}
|