feat: compatible blockly plugin

Signed-off-by: MiaoWoo <admin@yumc.pw>
This commit is contained in:
2020-05-11 17:20:50 +08:00
parent eaee2f9c91
commit e68c17576a
4 changed files with 65 additions and 51 deletions

View File

@ -46,7 +46,7 @@ declare global {
debug: boolean;
level: string;
NashornEngineStartTime: number;
setGlobal: (key: string, value: any) => void;
setGlobal: (key: string, value: any, config?: PropertyDescriptor & ThisType<any>) => void;
noop: () => void;
console: Console;
}