@chuckcchen/vite-plugin 1.0.18 → 1.0.20
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/bundler.d.ts +5 -18
- package/dist/bundler.d.ts.map +1 -1
- package/dist/bundler.js +43 -30
- package/dist/bundler.js.map +1 -1
- package/dist/core.d.ts +2 -18
- package/dist/core.d.ts.map +1 -1
- package/dist/core.js +109 -248
- package/dist/core.js.map +1 -1
- package/dist/factory/detectors.d.ts +5 -15
- package/dist/factory/detectors.d.ts.map +1 -1
- package/dist/factory/detectors.js +8 -22
- package/dist/factory/detectors.js.map +1 -1
- package/dist/factory/hooks.d.ts +4 -59
- package/dist/factory/hooks.d.ts.map +1 -1
- package/dist/factory/hooks.js +18 -117
- package/dist/factory/hooks.js.map +1 -1
- package/dist/factory/index.d.ts +7 -51
- package/dist/factory/index.d.ts.map +1 -1
- package/dist/factory/index.js +10 -55
- package/dist/factory/index.js.map +1 -1
- package/dist/factory/presets.d.ts +16 -121
- package/dist/factory/presets.d.ts.map +1 -1
- package/dist/factory/presets.js +143 -174
- package/dist/factory/presets.js.map +1 -1
- package/dist/index.d.ts +6 -6
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +6 -35
- package/dist/index.js.map +1 -1
- package/dist/route/index.d.ts +1 -1
- package/dist/route/index.d.ts.map +1 -1
- package/dist/route/index.js +1 -3
- package/dist/route/index.js.map +1 -1
- package/dist/route/parser.d.ts +0 -37
- package/dist/route/parser.d.ts.map +1 -1
- package/dist/route/parser.js +11 -124
- package/dist/route/parser.js.map +1 -1
- package/dist/route/regex.d.ts +15 -80
- package/dist/route/regex.d.ts.map +1 -1
- package/dist/route/regex.js +65 -169
- package/dist/route/regex.js.map +1 -1
- package/dist/route/regex.test.d.ts +7 -0
- package/dist/route/regex.test.d.ts.map +1 -0
- package/dist/route/regex.test.js +662 -0
- package/dist/route/regex.test.js.map +1 -0
- package/dist/route/types.d.ts +0 -58
- package/dist/route/types.d.ts.map +1 -1
- package/dist/types.d.ts +36 -147
- package/dist/types.d.ts.map +1 -1
- package/dist/types.js +0 -3
- package/dist/types.js.map +1 -1
- package/dist/utils.d.ts +1 -78
- package/dist/utils.d.ts.map +1 -1
- package/dist/utils.js +11 -144
- package/dist/utils.js.map +1 -1
- package/dist/vite-config-parser.d.ts +4 -141
- package/dist/vite-config-parser.d.ts.map +1 -1
- package/dist/vite-config-parser.js +25 -235
- package/dist/vite-config-parser.js.map +1 -1
- package/package.json +1 -1
package/dist/bundler.d.ts
CHANGED
|
@@ -1,25 +1,12 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* EdgeOne Vite Plugin Adapter - Server Bundling Module
|
|
3
|
-
*
|
|
4
|
-
* Handles server-side code bundling using esbuild:
|
|
5
|
-
* - Bundle framework's server build artifacts into a single file
|
|
6
|
-
* - Generate HTTP request handling wrapper code
|
|
7
|
-
*/
|
|
8
1
|
import * as esbuild from "esbuild";
|
|
9
2
|
import type { BuildContext, ServerBundleConfig, ServerWrapperConfig } from "./types.js";
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
3
|
+
export interface EsmInteropPluginOptions {
|
|
4
|
+
mappings: Record<string, string>;
|
|
5
|
+
searchDirs?: string[];
|
|
6
|
+
}
|
|
7
|
+
export declare function createEsmInteropPlugin(options: EsmInteropPluginOptions): esbuild.Plugin;
|
|
13
8
|
export declare function bundleServerCode(context: BuildContext, config: ServerBundleConfig): Promise<esbuild.BuildResult>;
|
|
14
|
-
/**
|
|
15
|
-
* Create server wrapper file
|
|
16
|
-
*
|
|
17
|
-
* Wraps framework's server build into a unified HTTP request handler.
|
|
18
|
-
*/
|
|
19
9
|
export declare function createServerWrapper(context: BuildContext, config: ServerWrapperConfig): Promise<string>;
|
|
20
|
-
/**
|
|
21
|
-
* Cleanup temporary wrapper file
|
|
22
|
-
*/
|
|
23
10
|
export declare function cleanupWrapper(wrapperPath: string, logger?: {
|
|
24
11
|
verbose?: (msg: string) => void;
|
|
25
12
|
}): Promise<void>;
|
package/dist/bundler.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundler.d.ts","sourceRoot":"","sources":["../src/bundler.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"bundler.d.ts","sourceRoot":"","sources":["../src/bundler.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,OAAO,MAAM,SAAS,CAAC;AAGnC,OAAO,KAAK,EAAE,YAAY,EAAE,kBAAkB,EAAE,mBAAmB,EAAE,MAAM,YAAY,CAAC;AAQxF,MAAM,WAAW,uBAAuB;IACtC,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACjC,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;CACvB;AAED,wBAAgB,sBAAsB,CAAC,OAAO,EAAE,uBAAuB,GAAG,OAAO,CAAC,MAAM,CAsCvF;AAED,wBAAsB,gBAAgB,CACpC,OAAO,EAAE,YAAY,EACrB,MAAM,EAAE,kBAAkB,GACzB,OAAO,CAAC,OAAO,CAAC,WAAW,CAAC,CA+B9B;AAED,wBAAsB,mBAAmB,CACvC,OAAO,EAAE,YAAY,EACrB,MAAM,EAAE,mBAAmB,GAC1B,OAAO,CAAC,MAAM,CAAC,CAsBjB;AAED,wBAAsB,cAAc,CAAC,WAAW,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE;IAAE,OAAO,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,CAAA;CAAE,GAAG,OAAO,CAAC,IAAI,CAAC,CAMrH"}
|
package/dist/bundler.js
CHANGED
|
@@ -1,30 +1,55 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* EdgeOne Vite Plugin Adapter - Server Bundling Module
|
|
3
|
-
*
|
|
4
|
-
* Handles server-side code bundling using esbuild:
|
|
5
|
-
* - Bundle framework's server build artifacts into a single file
|
|
6
|
-
* - Generate HTTP request handling wrapper code
|
|
7
|
-
*/
|
|
8
1
|
import * as esbuild from "esbuild";
|
|
9
2
|
import path from "path";
|
|
3
|
+
import fs from "fs";
|
|
10
4
|
import { writeFile, deleteFile, ensureDirectory, generateServerWrapperCode, readFile } from "./utils.js";
|
|
11
|
-
/**
|
|
12
|
-
* Default ESM compatibility banner code
|
|
13
|
-
* Provides CommonJS require, __filename, __dirname support in ESM modules
|
|
14
|
-
*/
|
|
15
5
|
const DEFAULT_BANNER = `import { createRequire } from 'node:module';
|
|
16
6
|
const require = createRequire(import.meta.url);
|
|
17
7
|
const __filename = new URL('', import.meta.url).pathname;
|
|
18
8
|
const __dirname = new URL('.', import.meta.url).pathname;`;
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
9
|
+
export function createEsmInteropPlugin(options) {
|
|
10
|
+
const { mappings, searchDirs = [] } = options;
|
|
11
|
+
return {
|
|
12
|
+
name: "esm-interop",
|
|
13
|
+
setup(build) {
|
|
14
|
+
// Build search paths for node_modules
|
|
15
|
+
const buildSearchDirs = (baseDir) => {
|
|
16
|
+
const dirs = [baseDir, process.cwd(), ...searchDirs];
|
|
17
|
+
// Add parent directories for monorepo support
|
|
18
|
+
let current = baseDir;
|
|
19
|
+
for (let i = 0; i < 5; i++) {
|
|
20
|
+
if (!dirs.includes(current))
|
|
21
|
+
dirs.push(current);
|
|
22
|
+
const parent = path.dirname(current);
|
|
23
|
+
if (parent === current)
|
|
24
|
+
break;
|
|
25
|
+
current = parent;
|
|
26
|
+
}
|
|
27
|
+
return dirs;
|
|
28
|
+
};
|
|
29
|
+
// Create resolver for each mapping
|
|
30
|
+
for (const [from, to] of Object.entries(mappings)) {
|
|
31
|
+
const filter = new RegExp(`^${from.replace(/[.*+?^${}()|[\]\\]/g, "\\$&")}$`);
|
|
32
|
+
build.onResolve({ filter }, (args) => {
|
|
33
|
+
const searchDirList = buildSearchDirs(args.resolveDir || process.cwd());
|
|
34
|
+
for (const baseDir of searchDirList) {
|
|
35
|
+
const searchPath = path.join(baseDir, "node_modules", to);
|
|
36
|
+
if (fs.existsSync(searchPath)) {
|
|
37
|
+
return { path: searchPath, external: false };
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
return null; // Let esbuild handle it
|
|
41
|
+
});
|
|
42
|
+
}
|
|
43
|
+
},
|
|
44
|
+
};
|
|
45
|
+
}
|
|
22
46
|
export async function bundleServerCode(context, config) {
|
|
23
47
|
const { projectRoot, logger } = context;
|
|
24
48
|
logger.verbose("Bundling server code...");
|
|
25
49
|
await ensureDirectory(path.dirname(config.outfile));
|
|
26
|
-
// Use absWorkingDir from esbuildOptions if provided, otherwise fallback to projectRoot
|
|
27
50
|
const absWorkingDir = config.esbuildOptions?.absWorkingDir || projectRoot;
|
|
51
|
+
// Extract plugins from esbuildOptions (adapter can pass custom plugins here)
|
|
52
|
+
const { plugins: customPlugins, ...restOptions } = config.esbuildOptions || {};
|
|
28
53
|
const result = await esbuild.build({
|
|
29
54
|
entryPoints: config.entryPoints,
|
|
30
55
|
bundle: true,
|
|
@@ -37,32 +62,23 @@ export async function bundleServerCode(context, config) {
|
|
|
37
62
|
external: ["node:*", ...(config.external || [])],
|
|
38
63
|
metafile: true,
|
|
39
64
|
logLevel: "warning",
|
|
40
|
-
banner: {
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
...config.esbuildOptions,
|
|
44
|
-
// Ensure absWorkingDir is set correctly (override any from esbuildOptions spread)
|
|
65
|
+
banner: { js: DEFAULT_BANNER },
|
|
66
|
+
plugins: Array.isArray(customPlugins) ? customPlugins : [],
|
|
67
|
+
...restOptions,
|
|
45
68
|
absWorkingDir,
|
|
46
69
|
});
|
|
47
70
|
logger.verbose(`Server code bundled to: ${config.outfile}`);
|
|
48
71
|
return result;
|
|
49
72
|
}
|
|
50
|
-
/**
|
|
51
|
-
* Create server wrapper file
|
|
52
|
-
*
|
|
53
|
-
* Wraps framework's server build into a unified HTTP request handler.
|
|
54
|
-
*/
|
|
55
73
|
export async function createServerWrapper(context, config) {
|
|
56
74
|
const { projectRoot, logger } = context;
|
|
57
75
|
logger.verbose("Creating server wrapper...");
|
|
58
76
|
let wrapperContent;
|
|
59
77
|
if (config.wrapperTemplate) {
|
|
60
|
-
// Use custom template
|
|
61
78
|
const serverBuildContent = await readFile(config.serverEntryPath);
|
|
62
79
|
wrapperContent = config.wrapperTemplate.replace("{{SERVER_BUILD_CONTENT}}", serverBuildContent);
|
|
63
80
|
}
|
|
64
81
|
else {
|
|
65
|
-
// Use generateServerWrapperCode from utils (now sync, uses import instead of inline)
|
|
66
82
|
wrapperContent = generateServerWrapperCode({
|
|
67
83
|
serverEntryPath: config.serverEntryPath,
|
|
68
84
|
handlerSetup: config.banner || "",
|
|
@@ -74,9 +90,6 @@ export async function createServerWrapper(context, config) {
|
|
|
74
90
|
logger.verbose("Server wrapper created");
|
|
75
91
|
return tempPath;
|
|
76
92
|
}
|
|
77
|
-
/**
|
|
78
|
-
* Cleanup temporary wrapper file
|
|
79
|
-
*/
|
|
80
93
|
export async function cleanupWrapper(wrapperPath, logger) {
|
|
81
94
|
try {
|
|
82
95
|
await deleteFile(wrapperPath);
|
package/dist/bundler.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundler.js","sourceRoot":"","sources":["../src/bundler.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"bundler.js","sourceRoot":"","sources":["../src/bundler.ts"],"names":[],"mappings":"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"}
|
package/dist/core.d.ts
CHANGED
|
@@ -1,27 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* EdgeOne Vite Plugin Adapter - Core Plugin Module
|
|
3
3
|
*
|
|
4
|
-
*
|
|
5
|
-
*
|
|
6
|
-
* - Static assets copying: Copy client build artifacts to deployment directory
|
|
7
|
-
* - Server code bundling: Bundle server code into a single file
|
|
8
|
-
* - Route config generation: Generate route info based on framework features
|
|
9
|
-
* - Meta.json generation: Generate configuration file for EdgeOne deployment
|
|
4
|
+
* Handles build artifact detection, static asset copying, server code bundling,
|
|
5
|
+
* route config generation, and meta.json generation for EdgeOne deployment.
|
|
10
6
|
*/
|
|
11
7
|
import type { Plugin } from "vite";
|
|
12
8
|
import type { CoreAdapterOptions } from "./types.js";
|
|
13
|
-
/**
|
|
14
|
-
* Create EdgeOne core adapter plugin
|
|
15
|
-
*
|
|
16
|
-
* This is the main entry function for creating adapters, returns a Vite plugin instance.
|
|
17
|
-
* The plugin executes after Vite build completes, processing build artifacts and generating deployment config.
|
|
18
|
-
*
|
|
19
|
-
* @param options - Adapter configuration options
|
|
20
|
-
* @returns Vite plugin instance
|
|
21
|
-
*
|
|
22
|
-
* @example
|
|
23
|
-
* createCoreAdapter({ verbose: true })
|
|
24
|
-
*/
|
|
25
9
|
export declare function createCoreAdapter(options?: CoreAdapterOptions): Plugin;
|
|
26
10
|
export default createCoreAdapter;
|
|
27
11
|
//# sourceMappingURL=core.d.ts.map
|
package/dist/core.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"core.d.ts","sourceRoot":"","sources":["../src/core.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"core.d.ts","sourceRoot":"","sources":["../src/core.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,KAAK,EAAE,MAAM,EAAkB,MAAM,MAAM,CAAC;AAEnD,OAAO,KAAK,EACV,kBAAkB,EAOnB,MAAM,YAAY,CAAC;AAkBpB,wBAAgB,iBAAiB,CAAC,OAAO,GAAE,kBAAuB,GAAG,MAAM,CAqE1E;AA2RD,eAAe,iBAAiB,CAAC"}
|