npm package diff
Package: @forge/bundler
Versions: 4.21.0-next.2 - 4.21.0-next.3
File: package/out/common.d.ts
Index: package/out/common.d.ts
===================================================================
--- package/out/common.d.ts
+++ package/out/common.d.ts
@@ -0,0 +1,7 @@
+import { Handler } from '@forge/cli-shared';
+import { BundlerArgs, EntryPoint } from './types';
+export declare function getOutputDir(args: Pick<BundlerArgs, 'watchMode'>): string;
+export declare const SOURCE_DIR = "src";
+export declare const NODE_MODULES_DIR = "node_modules";
+export declare function getEntryPoints(handlers: Handler[]): EntryPoint[];
+//# sourceMappingURL=common.d.ts.map
\ No newline at end of file