mirror of
https://github.com/sern-handler/handler
synced 2026-06-28 02:32:15 +00:00
fix: rm deprecated class modules, clean up, rm indirection (#355)
* refactor: rm deprecations, clean up, rm indirection * fix: singleton init not being fired when inserting function * refactor and generic internal add * deprecate a few things that i impusively added lol
This commit is contained in:
@@ -7,5 +7,5 @@ import { CommandMeta, Module } from '../../types/core-modules';
|
||||
*/
|
||||
export class ModuleStore {
|
||||
metadata = new WeakMap<Module, CommandMeta>();
|
||||
commands = new Map<string, string>();
|
||||
commands = new Map<string, Module>();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user