forked from microsoft/TypeScript
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolves microsoft#15402 Changes: - Adds a TypedArray declaration to the built-in declaration libraries from which Int8Array, etc, inherit - Fixes the find() and findIndex() methods so that the third argument of the callback is `this` rather than `Array<number>` Further issues: - The NodeBuffer interface (and hence Buffer) in @types/node is incompatible with the above changes; submitted a PR at DefinitelyTyped/DefinitelyTyped#microsoft#16161
- Loading branch information
Showing
3 changed files
with
242 additions
and
2,434 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.