Move PearcordPlatform to platform-pearcord-platform-class.js; add platform-index-bindings.js to unpack preamble exports (including id/now/guildTopic). index.js is now a thin finalize entry (7 lines). Registries for bindings, class, and entry line limits. No behavior change. Co-authored-by: Cursor <[email protected]>
9 lines
186 B
JavaScript
9 lines
186 B
JavaScript
'use strict'
|
|
|
|
/** Thin index.js entry re-exports class via platform-index-exports finalize (Phase 737). */
|
|
const INDEX_ENTRY_MAX_LINES = 12
|
|
|
|
module.exports = {
|
|
INDEX_ENTRY_MAX_LINES
|
|
}
|