UNPKG

@metamask/ocap-kernel

Version:
1 lines 1.38 kB
{"version":3,"file":"index.cjs","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AAAA,0CAAqC;AAA5B,mGAAA,MAAM,OAAA;AACf,gDAA2C;AAAlC,yGAAA,SAAS,OAAA;AAClB,wDAAmD;AAA1C,iHAAA,aAAa,OAAA;AAYtB,wCASoB;AARlB,mGAAA,OAAO,OAAA;AACP,uGAAA,WAAW,OAAA;AACX,uGAAA,WAAW,OAAA;AACX,2GAAA,eAAe,OAAA;AACf,+GAAA,mBAAmB,OAAA;AACnB,yGAAA,aAAa,OAAA;AACb,8GAAA,kBAAkB,OAAA;AAClB,4GAAA,gBAAgB,OAAA;AAElB,mEAA2E;AAAlE,2GAAA,MAAM,OAAA;AAAE,yGAAA,IAAI,OAAA;AAAE,0GAAA,KAAK,OAAA;AAAE,2GAAA,MAAM,OAAA;AAEpC,8CAAmD;AAA1C,2GAAA,eAAe,OAAA;AAExB,4DAAsD;AAA7C,wGAAA,QAAQ,OAAA","sourcesContent":["export { Kernel } from './Kernel.ts';\nexport { VatHandle } from './VatHandle.ts';\nexport { VatSupervisor } from './VatSupervisor.ts';\nexport type {\n ClusterConfig,\n KRef,\n Message,\n VatId,\n VatWorkerService,\n VatConfig,\n KernelStatus,\n Subcluster,\n SubclusterId,\n} from './types.ts';\nexport {\n isVatId,\n VatIdStruct,\n isVatConfig,\n VatConfigStruct,\n ClusterConfigStruct,\n CapDataStruct,\n KernelStatusStruct,\n SubclusterStruct,\n} from './types.ts';\nexport { kunser, kser, kslot, krefOf } from './services/kernel-marshal.ts';\nexport type { SlotValue } from './services/kernel-marshal.ts';\nexport { makeKernelStore } from './store/index.ts';\nexport type { KernelStore } from './store/index.ts';\nexport { parseRef } from './store/utils/parse-ref.ts';\n"]}