weapp-vite 6.2.0 → 6.2.2
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/auto-import-components/resolvers.mjs +1 -0
- package/dist/auto-routes.mjs +3 -3
- package/dist/{chunk-PMMR7HIQ.mjs → chunk-MEQD2OQV.mjs} +1 -1
- package/dist/{chunk-FC2MZYU3.mjs → chunk-NZGKD6UN.mjs} +1 -1
- package/dist/{chunk-SGNL4SVW.mjs → chunk-R6PSILQG.mjs} +1193 -812
- package/dist/{chunk-2GIOG6RC.mjs → chunk-WH5NEVYM.mjs} +19 -12
- package/dist/cli.mjs +4 -4
- package/dist/{file-JVATZEJQ.mjs → file-XQ5KCZRI.mjs} +1 -1
- package/dist/index.mjs +4 -4
- package/dist/{jsonMacros-VSJW5D23.mjs → jsonMacros-QLL2W47I.mjs} +2 -2
- package/package.json +8 -6
- package/volar.cjs +3 -0
package/dist/auto-routes.mjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
getCompilerContext
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import "./chunk-
|
|
5
|
-
import "./chunk-
|
|
3
|
+
} from "./chunk-R6PSILQG.mjs";
|
|
4
|
+
import "./chunk-WH5NEVYM.mjs";
|
|
5
|
+
import "./chunk-NZGKD6UN.mjs";
|
|
6
6
|
import "./chunk-AZBN7A5I.mjs";
|
|
7
7
|
import "./chunk-V5RMQ6TF.mjs";
|
|
8
8
|
import {
|
|
@@ -303,7 +303,7 @@ async function extractConfigFromVue(vueFilePath) {
|
|
|
303
303
|
const setupContent = descriptor.scriptSetup?.content;
|
|
304
304
|
const hasMacroHint = typeof setupContent === "string" && /\bdefine(?:App|Page|Component)Json\s*\(/.test(setupContent);
|
|
305
305
|
if (hasMacroHint) {
|
|
306
|
-
const { extractJsonMacroFromScriptSetup } = await import("./jsonMacros-
|
|
306
|
+
const { extractJsonMacroFromScriptSetup } = await import("./jsonMacros-QLL2W47I.mjs");
|
|
307
307
|
try {
|
|
308
308
|
const extracted = await extractJsonMacroFromScriptSetup(
|
|
309
309
|
setupContent,
|