@vue/compiler-sfc 3.4.5 → 3.4.7
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
|
@@ -20594,7 +20594,7 @@ function isStaticNode(node) {
|
|
|
20594
20594
|
return false;
|
|
20595
20595
|
}
|
|
20596
20596
|
|
|
20597
|
-
const version = "3.4.
|
|
20597
|
+
const version = "3.4.7";
|
|
20598
20598
|
const parseCache = parseCache$1;
|
|
20599
20599
|
const errorMessages = {
|
|
20600
20600
|
...CompilerDOM.errorMessages,
|
|
@@ -18661,8 +18661,7 @@ function createTransformContext(root, {
|
|
|
18661
18661
|
}
|
|
18662
18662
|
context.parent.children.splice(removalIndex, 1);
|
|
18663
18663
|
},
|
|
18664
|
-
onNodeRemoved:
|
|
18665
|
-
},
|
|
18664
|
+
onNodeRemoved: NOOP,
|
|
18666
18665
|
addIdentifiers(exp) {
|
|
18667
18666
|
{
|
|
18668
18667
|
if (isString$2(exp)) {
|
|
@@ -48630,7 +48629,7 @@ var __spreadValues = (a, b) => {
|
|
|
48630
48629
|
}
|
|
48631
48630
|
return a;
|
|
48632
48631
|
};
|
|
48633
|
-
const version = "3.4.
|
|
48632
|
+
const version = "3.4.7";
|
|
48634
48633
|
const parseCache = parseCache$1;
|
|
48635
48634
|
const errorMessages = __spreadValues(__spreadValues({}, errorMessages$1), DOMErrorMessages);
|
|
48636
48635
|
const walk = walk$2;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vue/compiler-sfc",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.7",
|
|
4
4
|
"description": "@vue/compiler-sfc",
|
|
5
5
|
"main": "dist/compiler-sfc.cjs.js",
|
|
6
6
|
"module": "dist/compiler-sfc.esm-browser.js",
|
|
@@ -8,15 +8,6 @@
|
|
|
8
8
|
"files": [
|
|
9
9
|
"dist"
|
|
10
10
|
],
|
|
11
|
-
"exports": {
|
|
12
|
-
".": {
|
|
13
|
-
"types": "./dist/compiler-sfc.d.ts",
|
|
14
|
-
"node": "./dist/compiler-sfc.cjs.js",
|
|
15
|
-
"import": "./dist/compiler-sfc.esm-browser.js",
|
|
16
|
-
"require": "./dist/compiler-sfc.cjs.js"
|
|
17
|
-
},
|
|
18
|
-
"./*": "./*"
|
|
19
|
-
},
|
|
20
11
|
"buildOptions": {
|
|
21
12
|
"name": "VueCompilerSFC",
|
|
22
13
|
"formats": [
|
|
@@ -46,10 +37,10 @@
|
|
|
46
37
|
"magic-string": "^0.30.5",
|
|
47
38
|
"postcss": "^8.4.32",
|
|
48
39
|
"source-map-js": "^1.0.2",
|
|
49
|
-
"@vue/compiler-core": "3.4.
|
|
50
|
-
"@vue/compiler-ssr": "3.4.
|
|
51
|
-
"@vue/
|
|
52
|
-
"@vue/
|
|
40
|
+
"@vue/compiler-core": "3.4.7",
|
|
41
|
+
"@vue/compiler-ssr": "3.4.7",
|
|
42
|
+
"@vue/shared": "3.4.7",
|
|
43
|
+
"@vue/compiler-dom": "3.4.7"
|
|
53
44
|
},
|
|
54
45
|
"devDependencies": {
|
|
55
46
|
"@babel/types": "^7.23.6",
|