@vue/compiler-sfc 3.4.0-rc.3 → 3.4.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.
package/dist/compiler-sfc.cjs.js
CHANGED
|
@@ -20577,7 +20577,7 @@ function isStaticNode(node) {
|
|
|
20577
20577
|
return false;
|
|
20578
20578
|
}
|
|
20579
20579
|
|
|
20580
|
-
const version = "3.4.0
|
|
20580
|
+
const version = "3.4.0";
|
|
20581
20581
|
const parseCache = parseCache$1;
|
|
20582
20582
|
const errorMessages = {
|
|
20583
20583
|
...CompilerDOM.errorMessages,
|
|
@@ -48577,7 +48577,7 @@ var __spreadValues = (a, b) => {
|
|
|
48577
48577
|
}
|
|
48578
48578
|
return a;
|
|
48579
48579
|
};
|
|
48580
|
-
const version = "3.4.0
|
|
48580
|
+
const version = "3.4.0";
|
|
48581
48581
|
const parseCache = parseCache$1;
|
|
48582
48582
|
const errorMessages = __spreadValues(__spreadValues({}, errorMessages$1), DOMErrorMessages);
|
|
48583
48583
|
const walk = walk$2;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vue/compiler-sfc",
|
|
3
|
-
"version": "3.4.0
|
|
3
|
+
"version": "3.4.0",
|
|
4
4
|
"description": "@vue/compiler-sfc",
|
|
5
5
|
"main": "dist/compiler-sfc.cjs.js",
|
|
6
6
|
"module": "dist/compiler-sfc.esm-browser.js",
|
|
@@ -37,10 +37,10 @@
|
|
|
37
37
|
"magic-string": "^0.30.5",
|
|
38
38
|
"postcss": "^8.4.32",
|
|
39
39
|
"source-map-js": "^1.0.2",
|
|
40
|
-
"@vue/compiler-
|
|
41
|
-
"@vue/compiler-
|
|
42
|
-
"@vue/shared": "3.4.0
|
|
43
|
-
"@vue/compiler-ssr": "3.4.0
|
|
40
|
+
"@vue/compiler-core": "3.4.0",
|
|
41
|
+
"@vue/compiler-dom": "3.4.0",
|
|
42
|
+
"@vue/shared": "3.4.0",
|
|
43
|
+
"@vue/compiler-ssr": "3.4.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@babel/types": "^7.23.6",
|