@vue/compiler-sfc 3.4.17 → 3.4.19
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
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @vue/compiler-sfc v3.4.
|
|
2
|
+
* @vue/compiler-sfc v3.4.19
|
|
3
3
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
4
4
|
* @license MIT
|
|
5
5
|
**/
|
|
@@ -978,11 +978,6 @@ class LRUCache {
|
|
|
978
978
|
[Symbol.iterator]() {
|
|
979
979
|
return this.entries();
|
|
980
980
|
}
|
|
981
|
-
/**
|
|
982
|
-
* A String value that is used in the creation of the default string description of an object.
|
|
983
|
-
* Called by the built-in method Object.prototype.toString.
|
|
984
|
-
*/
|
|
985
|
-
[Symbol.toStringTag] = 'LRUCache';
|
|
986
981
|
/**
|
|
987
982
|
* Find a value for which the supplied fn method returns a truthy value,
|
|
988
983
|
* similar to Array.find(). fn is called as fn(value, key, cache).
|
|
@@ -20612,7 +20607,7 @@ function isStaticNode(node) {
|
|
|
20612
20607
|
return false;
|
|
20613
20608
|
}
|
|
20614
20609
|
|
|
20615
|
-
const version = "3.4.
|
|
20610
|
+
const version = "3.4.19";
|
|
20616
20611
|
const parseCache = parseCache$1;
|
|
20617
20612
|
const errorMessages = {
|
|
20618
20613
|
...CompilerDOM.errorMessages,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @vue/compiler-sfc v3.4.
|
|
2
|
+
* @vue/compiler-sfc v3.4.19
|
|
3
3
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
4
4
|
* @license MIT
|
|
5
5
|
**/
|
|
@@ -48198,7 +48198,7 @@ var __spreadValues = (a, b) => {
|
|
|
48198
48198
|
}
|
|
48199
48199
|
return a;
|
|
48200
48200
|
};
|
|
48201
|
-
const version = "3.4.
|
|
48201
|
+
const version = "3.4.19";
|
|
48202
48202
|
const parseCache = parseCache$1;
|
|
48203
48203
|
const errorMessages = __spreadValues(__spreadValues({}, errorMessages$1), DOMErrorMessages);
|
|
48204
48204
|
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.19",
|
|
4
4
|
"description": "@vue/compiler-sfc",
|
|
5
5
|
"main": "dist/compiler-sfc.cjs.js",
|
|
6
6
|
"module": "dist/compiler-sfc.esm-browser.js",
|
|
@@ -47,16 +47,16 @@
|
|
|
47
47
|
"magic-string": "^0.30.6",
|
|
48
48
|
"postcss": "^8.4.33",
|
|
49
49
|
"source-map-js": "^1.0.2",
|
|
50
|
-
"@vue/compiler-core": "3.4.
|
|
51
|
-
"@vue/shared": "3.4.
|
|
52
|
-
"@vue/compiler-dom": "3.4.
|
|
53
|
-
"@vue/compiler-ssr": "3.4.
|
|
50
|
+
"@vue/compiler-core": "3.4.19",
|
|
51
|
+
"@vue/shared": "3.4.19",
|
|
52
|
+
"@vue/compiler-dom": "3.4.19",
|
|
53
|
+
"@vue/compiler-ssr": "3.4.19"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@babel/types": "^7.23.9",
|
|
57
|
-
"@vue/consolidate": "^0.
|
|
57
|
+
"@vue/consolidate": "^1.0.0",
|
|
58
58
|
"hash-sum": "^2.0.0",
|
|
59
|
-
"lru-cache": "
|
|
59
|
+
"lru-cache": "10.1.0",
|
|
60
60
|
"merge-source-map": "^1.1.0",
|
|
61
61
|
"minimatch": "^9.0.3",
|
|
62
62
|
"postcss-modules": "^6.0.0",
|