@@ -87,5 +87,223 @@ function resolveConfig(
8787 ) ;
8888}
8989
90- export * from 'vite' ;
90+ export {
91+ type Alias ,
92+ type AliasOptions ,
93+ type AnymatchFn ,
94+ type AnymatchPattern ,
95+ type AppType ,
96+ type BindCLIShortcutsOptions ,
97+ build ,
98+ type BuildAppHook ,
99+ BuildEnvironment ,
100+ type BuildEnvironmentOptions ,
101+ type BuilderOptions ,
102+ buildErrorMessage ,
103+ type BuildOptions ,
104+ type ChunkMetadata ,
105+ type CLIShortcut ,
106+ type CommonServerOptions ,
107+ type ConfigEnv ,
108+ type ConfigPluginContext ,
109+ type Connect ,
110+ type ConnectedPayload ,
111+ type CorsOptions ,
112+ type CorsOrigin ,
113+ createBuilder ,
114+ createFetchableDevEnvironment ,
115+ createFilter ,
116+ createIdResolver ,
117+ createLogger ,
118+ createRunnableDevEnvironment ,
119+ createServer ,
120+ createServerHotChannel ,
121+ createServerModuleRunner ,
122+ createServerModuleRunnerTransport ,
123+ type CSSModulesOptions ,
124+ type CSSOptions ,
125+ type CustomEventMap ,
126+ type CustomPayload ,
127+ type CustomPluginOptionsVite ,
128+ defaultAllowedOrigins ,
129+ defaultClientConditions ,
130+ defaultClientMainFields ,
131+ defaultExternalConditions ,
132+ defaultServerConditions ,
133+ defaultServerMainFields ,
134+ type DepOptimizationConfig ,
135+ type DepOptimizationMetadata ,
136+ type DepOptimizationOptions ,
137+ DevEnvironment ,
138+ type DevEnvironmentContext ,
139+ type DevEnvironmentOptions ,
140+ type Environment ,
141+ type EnvironmentModuleGraph ,
142+ type EnvironmentModuleNode ,
143+ type EnvironmentOptions ,
144+ type ErrorPayload ,
145+ type ESBuildOptions ,
146+ type EsbuildTransformOptions ,
147+ esbuildVersion ,
148+ esmExternalRequirePlugin ,
149+ type ExperimentalOptions ,
150+ type ExportsData ,
151+ type FetchableDevEnvironment ,
152+ type FetchableDevEnvironmentContext ,
153+ type FetchFunction ,
154+ fetchModule ,
155+ type FetchModuleOptions ,
156+ type FetchResult ,
157+ type FileSystemServeOptions ,
158+ type FilterPattern ,
159+ formatPostcssSourceMap ,
160+ type FSWatcher ,
161+ type FullReloadPayload ,
162+ type GeneralImportGlobOptions ,
163+ type HmrContext ,
164+ type HmrOptions ,
165+ type HMRPayload ,
166+ type HookHandler ,
167+ type HotChannel ,
168+ type HotChannelClient ,
169+ type HotChannelListener ,
170+ type HotPayload ,
171+ type HotUpdateOptions ,
172+ type HTMLOptions ,
173+ type HtmlTagDescriptor ,
174+ type HttpProxy ,
175+ type HttpServer ,
176+ type ImportGlobFunction ,
177+ type ImportGlobOptions ,
178+ type IndexHtmlTransform ,
179+ type IndexHtmlTransformContext ,
180+ type IndexHtmlTransformHook ,
181+ type IndexHtmlTransformResult ,
182+ type InferCustomEventPayload ,
183+ type InlineConfig ,
184+ type InternalResolveOptions ,
185+ type InvalidatePayload ,
186+ isCSSRequest ,
187+ isFetchableDevEnvironment ,
188+ isFileLoadingAllowed ,
189+ isFileServingAllowed ,
190+ isRunnableDevEnvironment ,
191+ type JsonOptions ,
192+ type KnownAsTypeMap ,
193+ type LegacyOptions ,
194+ type LessPreprocessorOptions ,
195+ type LibraryFormats ,
196+ type LibraryOptions ,
197+ type LightningCSSOptions ,
198+ loadConfigFromFile ,
199+ loadEnv ,
200+ type LogErrorOptions ,
201+ type Logger ,
202+ type LoggerOptions ,
203+ type LogLevel ,
204+ type LogOptions ,
205+ type LogType ,
206+ type Manifest ,
207+ type ManifestChunk ,
208+ type MapToFunction ,
209+ type Matcher ,
210+ mergeAlias ,
211+ mergeConfig ,
212+ minify ,
213+ type MinifyOptions ,
214+ type MinifyResult ,
215+ type MinimalPluginContextWithoutEnvironment ,
216+ type ModuleGraph ,
217+ type ModuleNode ,
218+ type ModulePreloadOptions ,
219+ moduleRunnerTransform ,
220+ type ModuleRunnerTransformOptions ,
221+ type NormalizedHotChannel ,
222+ type NormalizedHotChannelClient ,
223+ type NormalizedServerHotChannel ,
224+ normalizePath ,
225+ type OptimizedDepInfo ,
226+ optimizeDeps ,
227+ type OxcOptions ,
228+ parseAst ,
229+ parseAstAsync ,
230+ perEnvironmentPlugin ,
231+ perEnvironmentState ,
232+ type Plugin ,
233+ type PluginContainer ,
234+ type PluginHookUtils ,
235+ type PluginOption ,
236+ preprocessCSS ,
237+ type PreprocessCSSResult ,
238+ preview ,
239+ type PreviewOptions ,
240+ type PreviewServer ,
241+ type PreviewServerHook ,
242+ type ProxyOptions ,
243+ type PrunePayload ,
244+ type RenderBuiltAssetUrl ,
245+ type ResolvedBuildEnvironmentOptions ,
246+ type ResolvedBuildOptions ,
247+ type ResolvedCSSOptions ,
248+ type ResolvedDevEnvironmentOptions ,
249+ type ResolvedModulePreloadOptions ,
250+ type ResolvedPreviewOptions ,
251+ type ResolvedServerOptions ,
252+ type ResolvedServerUrls ,
253+ type ResolvedSSROptions ,
254+ type ResolvedUrl ,
255+ type ResolvedWorkerOptions ,
256+ resolveEnvPrefix ,
257+ type ResolveFn ,
258+ type ResolveModulePreloadDependenciesFn ,
259+ type ResolveOptions ,
260+ type ResolverFunction ,
261+ type ResolverObject ,
262+ type Rolldown ,
263+ rolldownVersion ,
264+ type Rollup ,
265+ type RollupCommonJSOptions ,
266+ type RollupDynamicImportVarsOptions ,
267+ rollupVersion ,
268+ type RunnableDevEnvironment ,
269+ type RunnableDevEnvironmentContext ,
270+ runnerImport ,
271+ type SassPreprocessorOptions ,
272+ searchForWorkspaceRoot ,
273+ send ,
274+ type SendOptions ,
275+ type ServerHook ,
276+ type ServerHotChannel ,
277+ type ServerModuleRunnerOptions ,
278+ type SkipInformation ,
279+ sortUserPlugins ,
280+ type SsrDepOptimizationConfig ,
281+ type SSROptions ,
282+ type SSRTarget ,
283+ type StylusPreprocessorOptions ,
284+ type Terser ,
285+ type TerserOptions ,
286+ type TransformOptions ,
287+ type TransformResult ,
288+ transformWithEsbuild ,
289+ transformWithOxc ,
290+ type Update ,
291+ type UpdatePayload ,
292+ type UserConfig ,
293+ type UserConfigExport ,
294+ type UserConfigFn ,
295+ type UserConfigFnObject ,
296+ type UserConfigFnPromise ,
297+ version ,
298+ type ViteBuilder ,
299+ type ViteDevServer ,
300+ type WatchOptions ,
301+ type WebSocket ,
302+ type WebSocketAlias ,
303+ type WebSocketClient ,
304+ type WebSocketCustomListener ,
305+ type WebSocketServer ,
306+ withFilter ,
307+ } from '@voidzero-dev/vite-plus/vite' ;
308+ export * from 'vitest' ;
91309export { defineConfig , resolveConfig , type ResolvedConfig } ;
0 commit comments