@vue/compiler-core 3.5.37 → 3.5.39
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.
|
|
2
|
+
* @vue/compiler-core v3.5.39
|
|
3
3
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
4
4
|
* @license MIT
|
|
5
5
|
**/
|
|
@@ -6480,7 +6480,7 @@ function rewriteFilter(node, context) {
|
|
|
6480
6480
|
if (child.type === 4) {
|
|
6481
6481
|
parseFilter(child, context);
|
|
6482
6482
|
} else if (child.type === 8) {
|
|
6483
|
-
rewriteFilter(
|
|
6483
|
+
rewriteFilter(child, context);
|
|
6484
6484
|
} else if (child.type === 5) {
|
|
6485
6485
|
rewriteFilter(child.content, context);
|
|
6486
6486
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @vue/compiler-core v3.5.
|
|
2
|
+
* @vue/compiler-core v3.5.39
|
|
3
3
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
4
4
|
* @license MIT
|
|
5
5
|
**/
|
|
@@ -6360,7 +6360,7 @@ function rewriteFilter(node, context) {
|
|
|
6360
6360
|
if (child.type === 4) {
|
|
6361
6361
|
parseFilter(child, context);
|
|
6362
6362
|
} else if (child.type === 8) {
|
|
6363
|
-
rewriteFilter(
|
|
6363
|
+
rewriteFilter(child, context);
|
|
6364
6364
|
} else if (child.type === 5) {
|
|
6365
6365
|
rewriteFilter(child.content, context);
|
|
6366
6366
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @vue/compiler-core v3.5.
|
|
2
|
+
* @vue/compiler-core v3.5.39
|
|
3
3
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
4
4
|
* @license MIT
|
|
5
5
|
**/
|
|
@@ -5579,7 +5579,7 @@ function rewriteFilter(node, context) {
|
|
|
5579
5579
|
if (child.type === 4) {
|
|
5580
5580
|
parseFilter(child, context);
|
|
5581
5581
|
} else if (child.type === 8) {
|
|
5582
|
-
rewriteFilter(
|
|
5582
|
+
rewriteFilter(child, context);
|
|
5583
5583
|
} else if (child.type === 5) {
|
|
5584
5584
|
rewriteFilter(child.content, context);
|
|
5585
5585
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vue/compiler-core",
|
|
3
|
-
"version": "3.5.
|
|
3
|
+
"version": "3.5.39",
|
|
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": "^7.0.1",
|
|
51
51
|
"estree-walker": "^2.0.2",
|
|
52
52
|
"source-map-js": "^1.2.1",
|
|
53
|
-
"@vue/shared": "3.5.
|
|
53
|
+
"@vue/shared": "3.5.39"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@babel/types": "^7.29.7"
|