feat: new mjs scanner

Signed-off-by: MiaoWoo <admin@yumc.pw>
This commit is contained in:
2022-04-01 17:18:32 +08:00
parent 30fd065bc5
commit 2ff57d1c0b
28 changed files with 458 additions and 96 deletions

View File

@@ -40,13 +40,13 @@ export namespace server {
get(name: string): NativePlugin {
throw new Error("Method not implemented.")
}
load(name: string): boolean {
enable(name: string): NativePlugin {
throw new Error("Method not implemented.")
}
unload(name: string): boolean {
disable(name: string): NativePlugin {
throw new Error("Method not implemented.")
}
reload(name: string): boolean {
reload(name: string): NativePlugin {
throw new Error("Method not implemented.")
}
delete(name: string): boolean {