8 lines
279 B
JavaScript
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({})
|