@endo/compartment-mapper
Version:
The compartment mapper assembles Node applications in a sandbox
18 lines • 697 B
TypeScript
declare const _default: {
runtime: string;
getBundlerKit({ index, indexedImports, moduleSpecifier, sourceDirname, record: { cjsFunctor, exports: exportsList }, }: import("./bundle-lite.js").BundleModule<CjsModuleSource>, { useEvaluate }: {
useEvaluate?: boolean | undefined;
sourceUrlPrefix?: string | undefined;
}): {
getFunctor: () => string;
getCells: () => string;
getReexportsWiring: () => string;
getFunctorCall: () => string;
};
};
export default _default;
export type CjsModuleSource = VirtualModuleSource & {
cjsFunctor: string;
};
import type { VirtualModuleSource } from 'ses';
//# sourceMappingURL=bundle-cjs.d.ts.map