@vuebro/loader-sfc 2.3.3 → 2.3.4
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.
|
@@ -19509,6 +19509,7 @@ function f0() {
|
|
|
19509
19509
|
})(El, El.exports)), El.exports;
|
|
19510
19510
|
}
|
|
19511
19511
|
var dm, fm, mm, wl = { exports: {} };
|
|
19512
|
+
/*! https://mths.be/cssesc v3.0.0 by @mathias */
|
|
19512
19513
|
function Pu() {
|
|
19513
19514
|
if (fm) return dm;
|
|
19514
19515
|
fm = 1;
|
package/dist/loader-sfc.js
CHANGED
|
@@ -154,5 +154,5 @@ export default async (filename, { parseOptions, scriptOptions: { templateOptions
|
|
|
154
154
|
/* -------------------------------------------------------------------------- */
|
|
155
155
|
/* Формирование возвращаемого компонента */
|
|
156
156
|
/* -------------------------------------------------------------------------- */
|
|
157
|
-
return { __scopeId: id, ...scriptResult?.default, ...templateResult };
|
|
157
|
+
return { __scopeId: id, ...scriptResult?.["default"], ...templateResult };
|
|
158
158
|
};
|
package/package.json
CHANGED
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"url": "git+https://github.com/vuebro/loader-sfc.git"
|
|
22
22
|
},
|
|
23
23
|
"license": "AGPL-3.0-only",
|
|
24
|
-
"version": "2.3.
|
|
24
|
+
"version": "2.3.4",
|
|
25
25
|
"type": "module",
|
|
26
26
|
"main": "./dist/loader-sfc.js",
|
|
27
27
|
"types": "./dist/loader-sfc.d.ts",
|
|
@@ -33,9 +33,11 @@
|
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@eslint/js": "^9.37.0",
|
|
35
35
|
"@rollup/plugin-terser": "^0.4.4",
|
|
36
|
+
"@tsconfig/strictest": "^2.0.6",
|
|
36
37
|
"@types/hash-sum": "^1.0.2",
|
|
37
|
-
"@
|
|
38
|
+
"@vue/tsconfig": "^0.8.1",
|
|
38
39
|
"eslint": "^9.37.0",
|
|
40
|
+
"eslint-config-flat-gitignore": "^2.1.0",
|
|
39
41
|
"eslint-config-prettier": "^10.1.8",
|
|
40
42
|
"eslint-import-resolver-typescript": "^4.4.4",
|
|
41
43
|
"eslint-plugin-import-x": "^4.16.1",
|
|
@@ -43,8 +45,8 @@
|
|
|
43
45
|
"eslint-plugin-prettier": "^5.5.4",
|
|
44
46
|
"jiti": "^2.6.1",
|
|
45
47
|
"typescript": "^5.9.3",
|
|
46
|
-
"typescript-eslint": "^8.46.
|
|
47
|
-
"vite": "^7.1.
|
|
48
|
+
"typescript-eslint": "^8.46.1",
|
|
49
|
+
"vite": "^7.1.10"
|
|
48
50
|
},
|
|
49
51
|
"dependencies": {
|
|
50
52
|
"consola": "^3.4.2",
|