feat: support full nodejs event loop

Signed-off-by: MiaoWoo <admin@yumc.pw>
This commit is contained in:
2020-11-20 10:28:30 +08:00
parent 4bb2337f39
commit f31726e98b
3 changed files with 103 additions and 45 deletions

View File

@ -67,6 +67,7 @@ declare global {
interface Core {
getClass(name: String): any
getProxyClass(): any
getJavaScriptTaskClass(): any
getInstance(): any
read(path: string): string
save(path: string, content: string): void