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.
@@ -58,6 +58,7 @@ var tdesign_default = [
58
58
  "overlay",
59
59
  "picker",
60
60
  "picker-item",
61
+ "popover",
61
62
  "popup",
62
63
  "progress",
63
64
  "pull-down-refresh",
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  getCompilerContext
3
- } from "./chunk-SGNL4SVW.mjs";
4
- import "./chunk-2GIOG6RC.mjs";
5
- import "./chunk-FC2MZYU3.mjs";
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 {
@@ -2,7 +2,7 @@ import {
2
2
  getCompilerContext,
3
3
  resetCompilerContext,
4
4
  setActiveCompilerContextKey
5
- } from "./chunk-SGNL4SVW.mjs";
5
+ } from "./chunk-R6PSILQG.mjs";
6
6
  import {
7
7
  init_esm_shims
8
8
  } from "./chunk-AOUAT7U3.mjs";
@@ -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-VSJW5D23.mjs");
306
+ const { extractJsonMacroFromScriptSetup } = await import("./jsonMacros-QLL2W47I.mjs");
307
307
  try {
308
308
  const extracted = await extractJsonMacroFromScriptSetup(
309
309
  setupContent,