@forge/bundler
7.0.2-next.97.0.2-next.3-experimental-0949616
out/runtime.d.ts~
out/runtime.d.tsModified+1
Index: package/out/runtime.d.ts
===================================================================
--- package/out/runtime.d.ts
+++ package/out/runtime.d.ts
@@ -1,6 +1,7 @@
import { ConfigReader, Logger, StatsigService } from '@forge/cli-shared';
import { Bundler } from './types';
import { WrapperProvider } from './wrapper-provider';
export declare const NODE_RUNTIME_CODE_FILE = "__forge__.cjs";
+export declare function userCodePath(entryKey: string): string;
export declare function getNodeBundler(logger: Logger, wrapperProvider: WrapperProvider, configReader: ConfigReader, statsigService: StatsigService): Bundler;
//# sourceMappingURL=runtime.d.ts.map
\ No newline at end of file