weapp-vite 5.9.5 → 5.11.0
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.cjs +6 -6
- package/dist/auto-import-components/resolvers.mjs +1 -1
- package/dist/auto-routes.cjs +8 -8
- package/dist/auto-routes.mjs +4 -4
- package/dist/{chunk-KV5JVZNT.cjs → chunk-4DCIL32Z.cjs} +2 -2
- package/dist/{chunk-XF6XMVVY.cjs → chunk-5OVHBJIB.cjs} +6 -6
- package/dist/{chunk-O6FIJOUD.mjs → chunk-7JZ3SMTK.mjs} +889 -678
- package/dist/{chunk-B4H5W45I.mjs → chunk-B4PYVZ55.mjs} +1 -1
- package/dist/{chunk-POPKYIZY.cjs → chunk-F3RCFW4U.cjs} +1282 -1071
- package/dist/{chunk-3OFG76US.cjs → chunk-GUSULIGY.cjs} +2 -2
- package/dist/chunk-IU53YO5Y.cjs +6 -0
- package/dist/{chunk-3V77QISZ.mjs → chunk-KYR4QU4G.mjs} +2 -2
- package/dist/{chunk-FUIUGCNV.cjs → chunk-L34YWFZM.cjs} +2 -2
- package/dist/{chunk-VNPRE7DQ.mjs → chunk-MQDPMFK7.mjs} +1 -1
- package/dist/{chunk-C5O4OVCK.mjs → chunk-NPMFLWIR.mjs} +2 -2
- package/dist/{chunk-FYXAC53C.mjs → chunk-OT4RNAKX.mjs} +1 -1
- package/dist/cli.cjs +78 -78
- package/dist/cli.mjs +4 -4
- package/dist/{config-CRwMOjkF.d.ts → config-9JglUSN2.d.ts} +4 -0
- package/dist/{config-C8y2cWbg.d.cts → config-D1eBLaq2.d.cts} +4 -0
- package/dist/config.cjs +4 -4
- package/dist/config.d.cts +1 -1
- package/dist/config.d.ts +1 -1
- package/dist/config.mjs +3 -3
- package/dist/index.cjs +8 -8
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.mjs +6 -6
- package/dist/json.cjs +3 -3
- package/dist/json.d.cts +1 -1
- package/dist/json.d.ts +1 -1
- package/dist/json.mjs +2 -2
- package/dist/types.cjs +9 -9
- package/dist/types.d.cts +1 -1
- package/dist/types.d.ts +1 -1
- package/dist/types.mjs +2 -2
- package/dist/volar.cjs +2 -2
- package/dist/volar.mjs +1 -1
- package/modules/analyze-dashboard/assets/echarts.js +4 -4
- package/modules/analyze-dashboard/assets/index.css +1 -1
- package/modules/analyze-dashboard/assets/rolldown-runtime.js +1 -1
- package/modules/analyze-dashboard/assets/vue.js +1 -1
- package/package.json +17 -17
- package/dist/chunk-MDUAIMDF.cjs +0 -6
|
@@ -571,6 +571,7 @@ interface ConfigService {
|
|
|
571
571
|
readonly srcRoot: string;
|
|
572
572
|
readonly pluginRoot: string | undefined;
|
|
573
573
|
readonly absolutePluginRoot: string | undefined;
|
|
574
|
+
readonly absolutePluginOutputRoot: string | undefined;
|
|
574
575
|
readonly absoluteSrcRoot: string;
|
|
575
576
|
readonly mode: string;
|
|
576
577
|
readonly aliasEntries: ResolvedAlias[];
|
|
@@ -580,6 +581,7 @@ interface ConfigService {
|
|
|
580
581
|
relativeCwd: (p: string) => string;
|
|
581
582
|
relativeSrcRoot: (p: string) => string;
|
|
582
583
|
relativeAbsoluteSrcRoot: (p: string) => string;
|
|
584
|
+
relativeOutputPath: (p: string) => string;
|
|
583
585
|
readonly currentSubPackageRoot?: string;
|
|
584
586
|
}
|
|
585
587
|
interface ResolvedWeappWebConfig {
|
|
@@ -831,6 +833,7 @@ interface AutoRoutesService {
|
|
|
831
833
|
isEnabled: () => boolean;
|
|
832
834
|
}
|
|
833
835
|
|
|
836
|
+
type BuildTarget = 'app' | 'plugin';
|
|
834
837
|
interface CompilerContext {
|
|
835
838
|
runtimeState: RuntimeState;
|
|
836
839
|
configService: ConfigService;
|
|
@@ -843,6 +846,7 @@ interface CompilerContext {
|
|
|
843
846
|
autoRoutesService: AutoRoutesService;
|
|
844
847
|
buildService: BuildService;
|
|
845
848
|
scanService: ScanService;
|
|
849
|
+
currentBuildTarget?: BuildTarget;
|
|
846
850
|
}
|
|
847
851
|
|
|
848
852
|
interface WeappVitePluginApi {
|
package/dist/config.cjs
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunk4DCIL32Zcjs = require('./chunk-4DCIL32Z.cjs');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
var
|
|
11
|
-
require('./chunk-
|
|
10
|
+
var _chunkGUSULIGYcjs = require('./chunk-GUSULIGY.cjs');
|
|
11
|
+
require('./chunk-L34YWFZM.cjs');
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
|
|
@@ -16,4 +16,4 @@ require('./chunk-FUIUGCNV.cjs');
|
|
|
16
16
|
|
|
17
17
|
|
|
18
18
|
|
|
19
|
-
exports.defineAppJson =
|
|
19
|
+
exports.defineAppJson = _chunkGUSULIGYcjs.defineAppJson; exports.defineComponentJson = _chunkGUSULIGYcjs.defineComponentJson; exports.defineConfig = _chunk4DCIL32Zcjs.defineConfig; exports.definePageJson = _chunkGUSULIGYcjs.definePageJson; exports.defineSitemapJson = _chunkGUSULIGYcjs.defineSitemapJson; exports.defineThemeJson = _chunkGUSULIGYcjs.defineThemeJson;
|
package/dist/config.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { UserConfig, UserConfigExport, UserConfigFnObject } from 'vite';
|
|
2
|
-
export { W as WeappViteConfig, a as defineAppJson, c as defineComponentJson, d as defineConfig, b as definePageJson, e as defineSitemapJson, f as defineThemeJson } from './config-
|
|
2
|
+
export { W as WeappViteConfig, a as defineAppJson, c as defineComponentJson, d as defineConfig, b as definePageJson, e as defineSitemapJson, f as defineThemeJson } from './config-D1eBLaq2.cjs';
|
|
3
3
|
export { App, Component, Page, Sitemap, Theme } from '@weapp-core/schematics';
|
|
4
4
|
import '@weapp-vite/web';
|
|
5
5
|
import 'rolldown';
|
package/dist/config.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { UserConfig, UserConfigExport, UserConfigFnObject } from 'vite';
|
|
2
|
-
export { W as WeappViteConfig, a as defineAppJson, c as defineComponentJson, d as defineConfig, b as definePageJson, e as defineSitemapJson, f as defineThemeJson } from './config-
|
|
2
|
+
export { W as WeappViteConfig, a as defineAppJson, c as defineComponentJson, d as defineConfig, b as definePageJson, e as defineSitemapJson, f as defineThemeJson } from './config-9JglUSN2.js';
|
|
3
3
|
export { App, Component, Page, Sitemap, Theme } from '@weapp-core/schematics';
|
|
4
4
|
import '@weapp-vite/web';
|
|
5
5
|
import 'rolldown';
|
package/dist/config.mjs
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import {
|
|
2
2
|
defineConfig
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-B4PYVZ55.mjs";
|
|
4
4
|
import {
|
|
5
5
|
defineAppJson,
|
|
6
6
|
defineComponentJson,
|
|
7
7
|
definePageJson,
|
|
8
8
|
defineSitemapJson,
|
|
9
9
|
defineThemeJson
|
|
10
|
-
} from "./chunk-
|
|
11
|
-
import "./chunk-
|
|
10
|
+
} from "./chunk-MQDPMFK7.mjs";
|
|
11
|
+
import "./chunk-KYR4QU4G.mjs";
|
|
12
12
|
export {
|
|
13
13
|
defineAppJson,
|
|
14
14
|
defineComponentJson,
|
package/dist/index.cjs
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('./chunk-
|
|
3
|
+
var _chunk5OVHBJIBcjs = require('./chunk-5OVHBJIB.cjs');
|
|
4
|
+
require('./chunk-F3RCFW4U.cjs');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunk4DCIL32Zcjs = require('./chunk-4DCIL32Z.cjs');
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
var
|
|
15
|
-
require('./chunk-
|
|
14
|
+
var _chunkGUSULIGYcjs = require('./chunk-GUSULIGY.cjs');
|
|
15
|
+
require('./chunk-IU53YO5Y.cjs');
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
var
|
|
18
|
+
var _chunkL34YWFZMcjs = require('./chunk-L34YWFZM.cjs');
|
|
19
19
|
|
|
20
20
|
// src/index.ts
|
|
21
|
-
|
|
21
|
+
_chunkL34YWFZMcjs.init_cjs_shims.call(void 0, );
|
|
22
22
|
|
|
23
23
|
|
|
24
24
|
|
|
@@ -27,4 +27,4 @@ _chunkFUIUGCNVcjs.init_cjs_shims.call(void 0, );
|
|
|
27
27
|
|
|
28
28
|
|
|
29
29
|
|
|
30
|
-
exports.createCompilerContext =
|
|
30
|
+
exports.createCompilerContext = _chunk5OVHBJIBcjs.createCompilerContext; exports.defineAppJson = _chunkGUSULIGYcjs.defineAppJson; exports.defineComponentJson = _chunkGUSULIGYcjs.defineComponentJson; exports.defineConfig = _chunk4DCIL32Zcjs.defineConfig; exports.definePageJson = _chunkGUSULIGYcjs.definePageJson; exports.defineSitemapJson = _chunkGUSULIGYcjs.defineSitemapJson; exports.defineThemeJson = _chunkGUSULIGYcjs.defineThemeJson;
|
package/dist/index.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { L as LoadConfigOptions, C as CompilerContext } from './config-
|
|
2
|
-
export { W as WeappViteConfig, a as defineAppJson, c as defineComponentJson, d as defineConfig, b as definePageJson, e as defineSitemapJson, f as defineThemeJson } from './config-
|
|
1
|
+
import { L as LoadConfigOptions, C as CompilerContext } from './config-D1eBLaq2.cjs';
|
|
2
|
+
export { W as WeappViteConfig, a as defineAppJson, c as defineComponentJson, d as defineConfig, b as definePageJson, e as defineSitemapJson, f as defineThemeJson } from './config-D1eBLaq2.cjs';
|
|
3
3
|
export { RolldownBuild, RolldownOptions, RolldownOutput, RolldownPlugin, RolldownPluginOption, WatchOptions as RolldownWatchOptions, RolldownWatcher } from 'rolldown';
|
|
4
4
|
export { ConfigEnv, InlineConfig, Plugin, PluginOption, ResolvedConfig, UserConfig, UserConfigExport, UserConfigFnObject, ViteDevServer } from 'vite';
|
|
5
5
|
export { App, Component, Page, Sitemap, Theme } from '@weapp-core/schematics';
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { L as LoadConfigOptions, C as CompilerContext } from './config-
|
|
2
|
-
export { W as WeappViteConfig, a as defineAppJson, c as defineComponentJson, d as defineConfig, b as definePageJson, e as defineSitemapJson, f as defineThemeJson } from './config-
|
|
1
|
+
import { L as LoadConfigOptions, C as CompilerContext } from './config-9JglUSN2.js';
|
|
2
|
+
export { W as WeappViteConfig, a as defineAppJson, c as defineComponentJson, d as defineConfig, b as definePageJson, e as defineSitemapJson, f as defineThemeJson } from './config-9JglUSN2.js';
|
|
3
3
|
export { RolldownBuild, RolldownOptions, RolldownOutput, RolldownPlugin, RolldownPluginOption, WatchOptions as RolldownWatchOptions, RolldownWatcher } from 'rolldown';
|
|
4
4
|
export { ConfigEnv, InlineConfig, Plugin, PluginOption, ResolvedConfig, UserConfig, UserConfigExport, UserConfigFnObject, ViteDevServer } from 'vite';
|
|
5
5
|
export { App, Component, Page, Sitemap, Theme } from '@weapp-core/schematics';
|
package/dist/index.mjs
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
import {
|
|
2
2
|
createCompilerContext
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import "./chunk-
|
|
3
|
+
} from "./chunk-NPMFLWIR.mjs";
|
|
4
|
+
import "./chunk-7JZ3SMTK.mjs";
|
|
5
5
|
import {
|
|
6
6
|
defineConfig
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-B4PYVZ55.mjs";
|
|
8
8
|
import {
|
|
9
9
|
defineAppJson,
|
|
10
10
|
defineComponentJson,
|
|
11
11
|
definePageJson,
|
|
12
12
|
defineSitemapJson,
|
|
13
13
|
defineThemeJson
|
|
14
|
-
} from "./chunk-
|
|
15
|
-
import "./chunk-
|
|
14
|
+
} from "./chunk-MQDPMFK7.mjs";
|
|
15
|
+
import "./chunk-OT4RNAKX.mjs";
|
|
16
16
|
import {
|
|
17
17
|
init_esm_shims
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-KYR4QU4G.mjs";
|
|
19
19
|
|
|
20
20
|
// src/index.ts
|
|
21
21
|
init_esm_shims();
|
package/dist/json.cjs
CHANGED
|
@@ -4,12 +4,12 @@
|
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
8
|
-
require('./chunk-
|
|
7
|
+
var _chunkGUSULIGYcjs = require('./chunk-GUSULIGY.cjs');
|
|
8
|
+
require('./chunk-L34YWFZM.cjs');
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
|
|
15
|
-
exports.defineAppJson =
|
|
15
|
+
exports.defineAppJson = _chunkGUSULIGYcjs.defineAppJson; exports.defineComponentJson = _chunkGUSULIGYcjs.defineComponentJson; exports.definePageJson = _chunkGUSULIGYcjs.definePageJson; exports.defineSitemapJson = _chunkGUSULIGYcjs.defineSitemapJson; exports.defineThemeJson = _chunkGUSULIGYcjs.defineThemeJson;
|
package/dist/json.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { App, Component, Page, Sitemap, Theme } from '@weapp-core/schematics';
|
|
2
|
-
export { a as defineAppJson, c as defineComponentJson, b as definePageJson, e as defineSitemapJson, f as defineThemeJson } from './config-
|
|
2
|
+
export { a as defineAppJson, c as defineComponentJson, b as definePageJson, e as defineSitemapJson, f as defineThemeJson } from './config-D1eBLaq2.cjs';
|
|
3
3
|
import 'vite';
|
|
4
4
|
import '@weapp-vite/web';
|
|
5
5
|
import 'rolldown';
|
package/dist/json.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { App, Component, Page, Sitemap, Theme } from '@weapp-core/schematics';
|
|
2
|
-
export { a as defineAppJson, c as defineComponentJson, b as definePageJson, e as defineSitemapJson, f as defineThemeJson } from './config-
|
|
2
|
+
export { a as defineAppJson, c as defineComponentJson, b as definePageJson, e as defineSitemapJson, f as defineThemeJson } from './config-9JglUSN2.js';
|
|
3
3
|
import 'vite';
|
|
4
4
|
import '@weapp-vite/web';
|
|
5
5
|
import 'rolldown';
|
package/dist/json.mjs
CHANGED
package/dist/types.cjs
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
"use strict";require('./chunk-
|
|
1
|
+
"use strict";require('./chunk-IU53YO5Y.cjs');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkL34YWFZMcjs = require('./chunk-L34YWFZM.cjs');
|
|
5
5
|
|
|
6
6
|
// src/types/index.ts
|
|
7
|
-
|
|
7
|
+
_chunkL34YWFZMcjs.init_cjs_shims.call(void 0, );
|
|
8
8
|
|
|
9
9
|
// src/types/config.ts
|
|
10
|
-
|
|
10
|
+
_chunkL34YWFZMcjs.init_cjs_shims.call(void 0, );
|
|
11
11
|
|
|
12
12
|
// src/types/context.ts
|
|
13
|
-
|
|
13
|
+
_chunkL34YWFZMcjs.init_cjs_shims.call(void 0, );
|
|
14
14
|
|
|
15
15
|
// src/types/entry.ts
|
|
16
|
-
|
|
16
|
+
_chunkL34YWFZMcjs.init_cjs_shims.call(void 0, );
|
|
17
17
|
|
|
18
18
|
// src/types/errors.ts
|
|
19
|
-
|
|
19
|
+
_chunkL34YWFZMcjs.init_cjs_shims.call(void 0, );
|
|
20
20
|
|
|
21
21
|
// src/types/plugin.ts
|
|
22
|
-
|
|
22
|
+
_chunkL34YWFZMcjs.init_cjs_shims.call(void 0, );
|
|
23
23
|
|
|
24
24
|
// src/types/routes.ts
|
|
25
|
-
|
|
25
|
+
_chunkL34YWFZMcjs.init_cjs_shims.call(void 0, );
|
package/dist/types.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { A as Alias, g as AliasOptions, _ as AppEntry, B as AutoImportComponents, D as AutoImportComponentsOption, Y as BaseEntry, J as BuildNpmPackageMeta, a3 as ChangeEvent, O as ChunksConfig, a0 as ComponentEntry, X as ComponentsMap, y as CopyGlobs, x as CopyOptions, I as EnhanceOptions, E as EnhanceWxmlOptions, Z as Entry, a1 as EntryJsonFragment, l as GenerateDirsOptions, G as GenerateExtensionsOptions, n as GenerateFileType, m as GenerateFilenamesOptions, w as GenerateOptions, s as GenerateTemplate, o as GenerateTemplateContext, t as GenerateTemplateEntry, r as GenerateTemplateFactory, p as GenerateTemplateFileSource, q as GenerateTemplateInlineSource, u as GenerateTemplateScope, v as GenerateTemplatesConfig, H as HandleWxmlOptions, K as JsFormat, M as MpPlatform, $ as PageEntry, P as ProjectConfig, R as ResolvedAlias, V as ScanComponentItem, F as ScanWxmlOptions, N as SharedChunkStrategy, S as SubPackage, Q as SubPackageMetaValue, j as SubPackageStyleConfigEntry, i as SubPackageStyleConfigObject, k as SubPackageStyleEntry, h as SubPackageStyleScope, U as UserConfig, W as WeappViteConfig, a2 as WeappVitePluginApi, z as WeappWebConfig, T as WxmlDep } from './config-
|
|
1
|
+
export { A as Alias, g as AliasOptions, _ as AppEntry, B as AutoImportComponents, D as AutoImportComponentsOption, Y as BaseEntry, J as BuildNpmPackageMeta, a3 as ChangeEvent, O as ChunksConfig, a0 as ComponentEntry, X as ComponentsMap, y as CopyGlobs, x as CopyOptions, I as EnhanceOptions, E as EnhanceWxmlOptions, Z as Entry, a1 as EntryJsonFragment, l as GenerateDirsOptions, G as GenerateExtensionsOptions, n as GenerateFileType, m as GenerateFilenamesOptions, w as GenerateOptions, s as GenerateTemplate, o as GenerateTemplateContext, t as GenerateTemplateEntry, r as GenerateTemplateFactory, p as GenerateTemplateFileSource, q as GenerateTemplateInlineSource, u as GenerateTemplateScope, v as GenerateTemplatesConfig, H as HandleWxmlOptions, K as JsFormat, M as MpPlatform, $ as PageEntry, P as ProjectConfig, R as ResolvedAlias, V as ScanComponentItem, F as ScanWxmlOptions, N as SharedChunkStrategy, S as SubPackage, Q as SubPackageMetaValue, j as SubPackageStyleConfigEntry, i as SubPackageStyleConfigObject, k as SubPackageStyleEntry, h as SubPackageStyleScope, U as UserConfig, W as WeappViteConfig, a2 as WeappVitePluginApi, z as WeappWebConfig, T as WxmlDep } from './config-D1eBLaq2.cjs';
|
|
2
2
|
export { RolldownBuild, RolldownOptions, RolldownOutput, RolldownPlugin, RolldownPluginOption, WatchOptions as RolldownWatchOptions, RolldownWatcher } from 'rolldown';
|
|
3
3
|
export { ConfigEnv, InlineConfig, Plugin, PluginOption, ResolvedConfig, ViteDevServer } from 'vite';
|
|
4
4
|
export { A as AutoRoutes, a as AutoRoutesSubPackage } from './routes-C9hKJjXs.cjs';
|
package/dist/types.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { A as Alias, g as AliasOptions, _ as AppEntry, B as AutoImportComponents, D as AutoImportComponentsOption, Y as BaseEntry, J as BuildNpmPackageMeta, a3 as ChangeEvent, O as ChunksConfig, a0 as ComponentEntry, X as ComponentsMap, y as CopyGlobs, x as CopyOptions, I as EnhanceOptions, E as EnhanceWxmlOptions, Z as Entry, a1 as EntryJsonFragment, l as GenerateDirsOptions, G as GenerateExtensionsOptions, n as GenerateFileType, m as GenerateFilenamesOptions, w as GenerateOptions, s as GenerateTemplate, o as GenerateTemplateContext, t as GenerateTemplateEntry, r as GenerateTemplateFactory, p as GenerateTemplateFileSource, q as GenerateTemplateInlineSource, u as GenerateTemplateScope, v as GenerateTemplatesConfig, H as HandleWxmlOptions, K as JsFormat, M as MpPlatform, $ as PageEntry, P as ProjectConfig, R as ResolvedAlias, V as ScanComponentItem, F as ScanWxmlOptions, N as SharedChunkStrategy, S as SubPackage, Q as SubPackageMetaValue, j as SubPackageStyleConfigEntry, i as SubPackageStyleConfigObject, k as SubPackageStyleEntry, h as SubPackageStyleScope, U as UserConfig, W as WeappViteConfig, a2 as WeappVitePluginApi, z as WeappWebConfig, T as WxmlDep } from './config-
|
|
1
|
+
export { A as Alias, g as AliasOptions, _ as AppEntry, B as AutoImportComponents, D as AutoImportComponentsOption, Y as BaseEntry, J as BuildNpmPackageMeta, a3 as ChangeEvent, O as ChunksConfig, a0 as ComponentEntry, X as ComponentsMap, y as CopyGlobs, x as CopyOptions, I as EnhanceOptions, E as EnhanceWxmlOptions, Z as Entry, a1 as EntryJsonFragment, l as GenerateDirsOptions, G as GenerateExtensionsOptions, n as GenerateFileType, m as GenerateFilenamesOptions, w as GenerateOptions, s as GenerateTemplate, o as GenerateTemplateContext, t as GenerateTemplateEntry, r as GenerateTemplateFactory, p as GenerateTemplateFileSource, q as GenerateTemplateInlineSource, u as GenerateTemplateScope, v as GenerateTemplatesConfig, H as HandleWxmlOptions, K as JsFormat, M as MpPlatform, $ as PageEntry, P as ProjectConfig, R as ResolvedAlias, V as ScanComponentItem, F as ScanWxmlOptions, N as SharedChunkStrategy, S as SubPackage, Q as SubPackageMetaValue, j as SubPackageStyleConfigEntry, i as SubPackageStyleConfigObject, k as SubPackageStyleEntry, h as SubPackageStyleScope, U as UserConfig, W as WeappViteConfig, a2 as WeappVitePluginApi, z as WeappWebConfig, T as WxmlDep } from './config-9JglUSN2.js';
|
|
2
2
|
export { RolldownBuild, RolldownOptions, RolldownOutput, RolldownPlugin, RolldownPluginOption, WatchOptions as RolldownWatchOptions, RolldownWatcher } from 'rolldown';
|
|
3
3
|
export { ConfigEnv, InlineConfig, Plugin, PluginOption, ResolvedConfig, ViteDevServer } from 'vite';
|
|
4
4
|
export { A as AutoRoutes, a as AutoRoutesSubPackage } from './routes-C9hKJjXs.js';
|
package/dist/types.mjs
CHANGED
package/dist/volar.cjs
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkL34YWFZMcjs = require('./chunk-L34YWFZM.cjs');
|
|
4
4
|
|
|
5
5
|
// src/volar.ts
|
|
6
|
-
|
|
6
|
+
_chunkL34YWFZMcjs.init_cjs_shims.call(void 0, );
|
|
7
7
|
var _volar = require('@weapp-vite/volar'); var _volar2 = _interopRequireDefault(_volar);
|
|
8
8
|
var volar_default = _volar2.default;
|
|
9
9
|
|