Files
pearcord-platform/platform-index-bindings-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

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
}