@endo/compartment-mapper
Version:
The compartment mapper assembles Node applications in a sandbox
8 lines • 533 B
TypeScript
export * from "./src/types-external.js";
export { search } from "./src/search.js";
export { compartmentMapForNodeModules } from "./src/node-modules.js";
export { loadLocation, importLocation } from "./src/import.js";
export { makeArchive, makeAndHashArchive, writeArchive, mapLocation, hashLocation } from "./src/archive.js";
export { parseArchive, loadArchive, importArchive } from "./src/import-archive.js";
export { makeScript as makeBundle, writeScript as writeBundle } from "./src/bundle.js";
//# sourceMappingURL=index.d.ts.map