@vue/compiler-sfc 3.4.36 → 3.4.37
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.37
|
|
3
3
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
4
4
|
* @license MIT
|
|
5
5
|
**/
|
|
@@ -20857,7 +20857,7 @@ function isStaticNode(node) {
|
|
|
20857
20857
|
return false;
|
|
20858
20858
|
}
|
|
20859
20859
|
|
|
20860
|
-
const version = "3.4.
|
|
20860
|
+
const version = "3.4.37";
|
|
20861
20861
|
const parseCache = parseCache$1;
|
|
20862
20862
|
const errorMessages = {
|
|
20863
20863
|
...CompilerDOM.errorMessages,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @vue/compiler-sfc v3.4.
|
|
2
|
+
* @vue/compiler-sfc v3.4.37
|
|
3
3
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
4
4
|
* @license MIT
|
|
5
5
|
**/
|
|
@@ -23674,7 +23674,7 @@ function resolveComponentType(node, context, ssr = false) {
|
|
|
23674
23674
|
} else {
|
|
23675
23675
|
exp = isProp.exp;
|
|
23676
23676
|
if (!exp) {
|
|
23677
|
-
exp = createSimpleExpression(`is`, false, isProp.loc);
|
|
23677
|
+
exp = createSimpleExpression(`is`, false, isProp.arg.loc);
|
|
23678
23678
|
{
|
|
23679
23679
|
exp = isProp.exp = processExpression(exp, context);
|
|
23680
23680
|
}
|
|
@@ -48475,7 +48475,7 @@ var __spreadValues = (a, b) => {
|
|
|
48475
48475
|
}
|
|
48476
48476
|
return a;
|
|
48477
48477
|
};
|
|
48478
|
-
const version = "3.4.
|
|
48478
|
+
const version = "3.4.37";
|
|
48479
48479
|
const parseCache = parseCache$1;
|
|
48480
48480
|
const errorMessages = __spreadValues(__spreadValues({}, errorMessages$1), DOMErrorMessages);
|
|
48481
48481
|
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.37",
|
|
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.40",
|
|
49
49
|
"source-map-js": "^1.2.0",
|
|
50
|
-
"@vue/compiler-core": "3.4.
|
|
51
|
-
"@vue/compiler-
|
|
52
|
-
"@vue/
|
|
53
|
-
"@vue/
|
|
50
|
+
"@vue/compiler-core": "3.4.37",
|
|
51
|
+
"@vue/compiler-dom": "3.4.37",
|
|
52
|
+
"@vue/shared": "3.4.37",
|
|
53
|
+
"@vue/compiler-ssr": "3.4.37"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@babel/types": "^7.24.7",
|