@vue/compiler-core 3.5.0-beta.3 → 3.5.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.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @vue/compiler-core v3.5.0
|
|
2
|
+
* @vue/compiler-core v3.5.0
|
|
3
3
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
4
4
|
* @license MIT
|
|
5
5
|
**/
|
|
@@ -4050,7 +4050,7 @@ function genNode(node, context) {
|
|
|
4050
4050
|
case 26:
|
|
4051
4051
|
genReturnStatement(node, context);
|
|
4052
4052
|
break;
|
|
4053
|
-
/*
|
|
4053
|
+
/* v8 ignore start */
|
|
4054
4054
|
case 10:
|
|
4055
4055
|
break;
|
|
4056
4056
|
default:
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @vue/compiler-core v3.5.0
|
|
2
|
+
* @vue/compiler-core v3.5.0
|
|
3
3
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
4
4
|
* @license MIT
|
|
5
5
|
**/
|
|
@@ -3554,7 +3554,7 @@ function genNode(node, context) {
|
|
|
3554
3554
|
break;
|
|
3555
3555
|
case 26:
|
|
3556
3556
|
break;
|
|
3557
|
-
/*
|
|
3557
|
+
/* v8 ignore start */
|
|
3558
3558
|
case 10:
|
|
3559
3559
|
break;
|
|
3560
3560
|
default:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vue/compiler-core",
|
|
3
|
-
"version": "3.5.0
|
|
3
|
+
"version": "3.5.0",
|
|
4
4
|
"description": "@vue/compiler-core",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"module": "dist/compiler-core.esm-bundler.js",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"entities": "^4.5.0",
|
|
51
51
|
"estree-walker": "^2.0.2",
|
|
52
52
|
"source-map-js": "^1.2.0",
|
|
53
|
-
"@vue/shared": "3.5.0
|
|
53
|
+
"@vue/shared": "3.5.0"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@babel/types": "^7.25.2"
|