@vue/compiler-sfc 3.3.12 → 3.3.13
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
|
@@ -20645,7 +20645,7 @@ function isStaticNode(node) {
|
|
|
20645
20645
|
return false;
|
|
20646
20646
|
}
|
|
20647
20647
|
|
|
20648
|
-
const version = "3.3.
|
|
20648
|
+
const version = "3.3.13";
|
|
20649
20649
|
const parseCache = parseCache$1;
|
|
20650
20650
|
const walk = estreeWalker.walk;
|
|
20651
20651
|
|
|
@@ -15229,7 +15229,7 @@ const isMemberExpressionNode = (path, context) => {
|
|
|
15229
15229
|
if (ret.type === "TSAsExpression" || ret.type === "TSTypeAssertion") {
|
|
15230
15230
|
ret = ret.expression;
|
|
15231
15231
|
}
|
|
15232
|
-
return ret.type === "MemberExpression" || ret.type === "OptionalMemberExpression" || ret.type === "Identifier";
|
|
15232
|
+
return ret.type === "MemberExpression" || ret.type === "OptionalMemberExpression" || ret.type === "Identifier" && ret.name !== "undefined";
|
|
15233
15233
|
} catch (e) {
|
|
15234
15234
|
return false;
|
|
15235
15235
|
}
|
|
@@ -49946,7 +49946,7 @@ function isStaticNode(node) {
|
|
|
49946
49946
|
return false;
|
|
49947
49947
|
}
|
|
49948
49948
|
|
|
49949
|
-
const version = "3.3.
|
|
49949
|
+
const version = "3.3.13";
|
|
49950
49950
|
const parseCache = parseCache$1;
|
|
49951
49951
|
const walk = walk$1;
|
|
49952
49952
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vue/compiler-sfc",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.13",
|
|
4
4
|
"description": "@vue/compiler-sfc",
|
|
5
5
|
"main": "dist/compiler-sfc.cjs.js",
|
|
6
6
|
"module": "dist/compiler-sfc.esm-browser.js",
|
|
@@ -37,11 +37,11 @@
|
|
|
37
37
|
"magic-string": "^0.30.5",
|
|
38
38
|
"postcss": "^8.4.32",
|
|
39
39
|
"source-map-js": "^1.0.2",
|
|
40
|
-
"@vue/compiler-core": "3.3.
|
|
41
|
-
"@vue/compiler-dom": "3.3.
|
|
42
|
-
"@vue/
|
|
43
|
-
"@vue/
|
|
44
|
-
"@vue/
|
|
40
|
+
"@vue/compiler-core": "3.3.13",
|
|
41
|
+
"@vue/compiler-dom": "3.3.13",
|
|
42
|
+
"@vue/compiler-ssr": "3.3.13",
|
|
43
|
+
"@vue/shared": "3.3.13",
|
|
44
|
+
"@vue/reactivity-transform": "3.3.13"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@babel/types": "^7.23.5",
|