@vue/compiler-core 3.5.0 → 3.5.1
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.1
|
|
3
3
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
4
4
|
* @license MIT
|
|
5
5
|
**/
|
|
@@ -3595,7 +3595,7 @@ function createStructuralDirectiveTransform(name, fn) {
|
|
|
3595
3595
|
};
|
|
3596
3596
|
}
|
|
3597
3597
|
|
|
3598
|
-
const PURE_ANNOTATION =
|
|
3598
|
+
const PURE_ANNOTATION = `/*@__PURE__*/`;
|
|
3599
3599
|
const aliasHelper = (s) => `${helperNameMap[s]}: _${helperNameMap[s]}`;
|
|
3600
3600
|
function createCodegenContext(ast, {
|
|
3601
3601
|
mode = "function",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @vue/compiler-core v3.5.
|
|
2
|
+
* @vue/compiler-core v3.5.1
|
|
3
3
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
4
4
|
* @license MIT
|
|
5
5
|
**/
|
|
@@ -3536,7 +3536,7 @@ function createStructuralDirectiveTransform(name, fn) {
|
|
|
3536
3536
|
};
|
|
3537
3537
|
}
|
|
3538
3538
|
|
|
3539
|
-
const PURE_ANNOTATION =
|
|
3539
|
+
const PURE_ANNOTATION = `/*@__PURE__*/`;
|
|
3540
3540
|
const aliasHelper = (s) => `${helperNameMap[s]}: _${helperNameMap[s]}`;
|
|
3541
3541
|
function createCodegenContext(ast, {
|
|
3542
3542
|
mode = "function",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @vue/compiler-core v3.5.
|
|
2
|
+
* @vue/compiler-core v3.5.1
|
|
3
3
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
4
4
|
* @license MIT
|
|
5
5
|
**/
|
|
@@ -3232,7 +3232,7 @@ function createStructuralDirectiveTransform(name, fn) {
|
|
|
3232
3232
|
};
|
|
3233
3233
|
}
|
|
3234
3234
|
|
|
3235
|
-
const PURE_ANNOTATION =
|
|
3235
|
+
const PURE_ANNOTATION = `/*@__PURE__*/`;
|
|
3236
3236
|
const aliasHelper = (s) => `${helperNameMap[s]}: _${helperNameMap[s]}`;
|
|
3237
3237
|
function createCodegenContext(ast, {
|
|
3238
3238
|
mode = "function",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vue/compiler-core",
|
|
3
|
-
"version": "3.5.
|
|
3
|
+
"version": "3.5.1",
|
|
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.
|
|
53
|
+
"@vue/shared": "3.5.1"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@babel/types": "^7.25.2"
|