Files
bare-operating-system/packages/bare-os-booter/lib/bare-os-ctx-pear-host.node.js
T
2026-05-26 23:18:52 +00:00

8 lines
279 B
JavaScript

/**
* Node dev/test stub for `#pear-ctx-host`. Pear-only packages (pear-bundle, pear-ref)
* throw when imported on Node; ctx.pear host loading falls back to dynamic import there.
*/
/** @type {Record<string, unknown>} */
export const pearCtxHostByPackage = Object.freeze({})