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]>
14 lines
395 B
JavaScript
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
|
|
}
|