vite 5.0.0-beta.1 → 5.0.0-beta.10

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.
@@ -1,5 +1,5 @@
1
- import { i as isInNodeModules } from './chunks/dep-e31699fa.js';
2
- export { b as build, e as buildErrorMessage, v as createFilter, x as createLogger, c as createServer, g as defineConfig, f as formatPostcssSourceMap, k as getDepOptimizationConfig, m as isDepsOptimizerEnabled, z as isFileServingAllowed, l as loadConfigFromFile, A as loadEnv, u as mergeAlias, q as mergeConfig, n as normalizePath, o as optimizeDeps, a as preprocessCSS, p as preview, j as resolveBaseUrl, h as resolveConfig, B as resolveEnvPrefix, d as resolvePackageData, r as resolvePackageEntry, y as searchForWorkspaceRoot, w as send, s as sortUserPlugins, t as transformWithEsbuild } from './chunks/dep-e31699fa.js';
1
+ import { i as isInNodeModules } from './chunks/dep-RTfXXG9P.js';
2
+ export { b as build, e as buildErrorMessage, h as createFilter, k as createLogger, c as createServer, d as defineConfig, f as formatPostcssSourceMap, u as isFileServingAllowed, l as loadConfigFromFile, v as loadEnv, g as mergeAlias, m as mergeConfig, n as normalizePath, o as optimizeDeps, a as preprocessCSS, p as preview, r as resolveConfig, w as resolveEnvPrefix, q as searchForWorkspaceRoot, j as send, s as sortUserPlugins, t as transformWithEsbuild } from './chunks/dep-RTfXXG9P.js';
3
3
  export { VERSION as version } from './constants.js';
4
4
  export { version as esbuildVersion } from 'esbuild';
5
5
  export { VERSION as rollupVersion } from 'rollup';
@@ -15,6 +15,7 @@ import 'path';
15
15
  import 'fs';
16
16
  import 'events';
17
17
  import 'assert';
18
+ import 'node:http';
18
19
  import 'util';
19
20
  import 'net';
20
21
  import 'url';
@@ -32,16 +33,17 @@ import 'module';
32
33
  import 'node:assert';
33
34
  import 'node:process';
34
35
  import 'node:v8';
35
- import 'worker_threads';
36
- import 'node:http';
36
+ import 'rollup/parseAst';
37
+ import 'querystring';
38
+ import 'node:readline';
39
+ import 'node:events';
37
40
  import 'node:https';
38
41
  import 'zlib';
39
42
  import 'buffer';
40
43
  import 'https';
41
44
  import 'tls';
42
- import 'querystring';
43
- import 'node:readline';
44
45
  import 'node:zlib';
46
+ import 'worker_threads';
45
47
 
46
48
  // This file will be built for both ESM and CJS. Avoid relying on other modules as possible.
47
49
  // copy from constants.ts