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]>
15 lines
465 B
JavaScript
15 lines
465 B
JavaScript
'use strict'
|
|
|
|
/** Runtime bindings unpacked from preamble for the platform class (Phase 737). */
|
|
const INDEX_BINDINGS_MODULE = './platform-index-bindings'
|
|
|
|
const { INDEX_TOP_LEVEL_BINDING_KEY_COUNT } = require('./platform-index-export-manifest')
|
|
|
|
/** Preamble exports (92) plus id/now/guildTopic top-level aliases. */
|
|
const INDEX_BINDINGS_EXPORT_COUNT = INDEX_TOP_LEVEL_BINDING_KEY_COUNT
|
|
|
|
module.exports = {
|
|
INDEX_BINDINGS_MODULE,
|
|
INDEX_BINDINGS_EXPORT_COUNT
|
|
}
|