From 8e7a48ab7d935c7f912e20b0e50fd40f00e519b3 Mon Sep 17 00:00:00 2001 From: Joe Pea Date: Sun, 15 Nov 2020 04:16:37 -0800 Subject: [PATCH 1/2] add index type to ArrayLike --- std/assembly/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/std/assembly/index.d.ts b/std/assembly/index.d.ts index 1889fcce55..de02d9da70 100644 --- a/std/assembly/index.d.ts +++ b/std/assembly/index.d.ts @@ -1434,7 +1434,7 @@ declare class DataView { interface ArrayLike { length: i32; - // [key: number]: T; + [key: number]: T; } /** Interface for a typed view on an array buffer. */ From d42989b55649a4f5bd44d815b3cd28497cb55b00 Mon Sep 17 00:00:00 2001 From: Joe Pea Date: Sun, 15 Nov 2020 04:25:15 -0800 Subject: [PATCH 2/2] Update NOTICE --- NOTICE | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NOTICE b/NOTICE index e43810f24e..fc3b4db8dc 100644 --- a/NOTICE +++ b/NOTICE @@ -29,6 +29,8 @@ under the licensing terms detailed in LICENSE: * Valeria Viana Gusmao * Gabor Greif * Martin Fredriksson +* Joe Pea (@trusktr) +* Joe Pea (@trusktr) Portions of this software are derived from third-party works licensed under the following terms: