From 758d13afc5f69084ce9196dce2ff9e0d8debebff Mon Sep 17 00:00:00 2001 From: yjhmelody <465402634@qq.com> Date: Fri, 19 Mar 2021 11:37:30 +0800 Subject: [PATCH 1/2] fix isVoid return type --- std/assembly/builtins.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/std/assembly/builtins.ts b/std/assembly/builtins.ts index 6e43f70178..e5507b7f45 100644 --- a/std/assembly/builtins.ts +++ b/std/assembly/builtins.ts @@ -54,7 +54,7 @@ export declare function isManaged(value?: T): bool; // @ts-ignore: decorator @builtin -export declare function isVoid(): boolean; +export declare function isVoid(): bool; // @ts-ignore @builtin From ef7f7fb6a328004ae7d14cb5bd1ec38ec490b258 Mon Sep 17 00:00:00 2001 From: yjhmelody <465402634@qq.com> Date: Sat, 20 Mar 2021 10:37:41 +0800 Subject: [PATCH 2/2] add yjhmelody to NOTICE --- NOTICE | 1 + 1 file changed, 1 insertion(+) diff --git a/NOTICE b/NOTICE index c75eef49c7..6b1a795506 100644 --- a/NOTICE +++ b/NOTICE @@ -35,6 +35,7 @@ under the licensing terms detailed in LICENSE: * Chance Snow * Peter Salomonsen * ookangzheng +* yjhmelody Portions of this software are derived from third-party works licensed under the following terms: