@endo/compartment-mapper
Version:
The compartment mapper assembles Node applications in a sandbox
23 lines (21 loc) • 578 B
JavaScript
// eslint-disable-next-line import/export -- just types
export * from './src/types-external.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 { search } from './src/search.js';
export { compartmentMapForNodeModules } from './src/node-modules.js';
export {
makeScript as makeBundle,
writeScript as writeBundle,
} from './src/bundle.js';