Files
pearcord-platform/platform-index-preamble-registry.js
T
Raven ScottandCursor 3c348f4fcc refactor(platform): runtime mixins and export manifest (Phase 738)
Extract _hyperswarmOpts/_newHyperswarm and _startupStepTimeout to
platform-hyperswarm-runtime-mixin and platform-session-startup-mixin
(62 manifest rows). Add platform-class-imports and
platform-index-export-manifest; registries derive counts from manifest.
No behavior change.

Co-authored-by: Cursor <[email protected]>
2026-06-03 10:49:34 -04:00

14 lines
395 B
JavaScript

'use strict'
/** Flat + scope bindings re-exported from `platform-index-preamble.js` (Phase 736). */
const INDEX_PREAMBLE_MODULE = './platform-index-preamble'
const { INDEX_PREAMBLE_EXPORT_KEY_COUNT } = require('./platform-index-export-manifest')
const INDEX_PREAMBLE_EXPORT_COUNT = INDEX_PREAMBLE_EXPORT_KEY_COUNT
module.exports = {
INDEX_PREAMBLE_MODULE,
INDEX_PREAMBLE_EXPORT_COUNT
}