Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ under the licensing terms detailed in LICENSE:
* Valeria Viana Gusmao <valeria.viana.gusmao@gmail.com>
* Gabor Greif <ggreif@gmail.com>
* Martin Fredriksson <martin.fredriksson@vikinganalytics.se>
* Joe Pea (@trusktr) <trusktr@gmail.com>
* Joe Pea (@trusktr) <joe@trusktr.io>
Comment on lines +32 to +33
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be good to pick one and stick with the format because the NOTICE file is also parsed to generate contributors in package.json for example.


Portions of this software are derived from third-party works licensed under
the following terms:
Expand Down
2 changes: 1 addition & 1 deletion std/assembly/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1434,7 +1434,7 @@ declare class DataView {

interface ArrayLike<T> {
length: i32;
// [key: number]: T;
[key: number]: T;
}

/** Interface for a typed view on an array buffer. */
Expand Down