Orginize
This commit is contained in:
@@ -6,9 +6,9 @@
|
||||
*/
|
||||
|
||||
import { readFileSync } from '#host-fs'
|
||||
import { tryRequireFromBooter } from './bare-os-ctx-bare.js'
|
||||
import { bareOsHostBooterWarn } from './bare-os-host-booter-log.js'
|
||||
import { takePackedDiscordJs } from './bare-os-ctx-discord-registry.js'
|
||||
import { tryRequireFromBooter } from '../ctx/bare-os-ctx-bare.js'
|
||||
import { bareOsHostBooterWarn } from '../host/bare-os-host-booter-log.js'
|
||||
import { takePackedDiscordJs } from '../ctx/bare-os-ctx-discord-registry.js'
|
||||
|
||||
/** @type {Record<string, unknown> | undefined} */
|
||||
let discordJsCache
|
||||
|
||||
Reference in New Issue
Block a user