Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typed Array functions taking predicates should not have to return boolean #31472

Closed
MichaelTamm opened this issue May 20, 2019 · 0 comments
Closed
Labels
Bug A bug in TypeScript Domain: lib.d.ts The issue relates to the different libraries shipped with TypeScript
Milestone

Comments

@MichaelTamm
Copy link
Contributor

The issue #27496 (Array functions taking predicates should not have to return boolean) was closed by the PR #31076, but I think the PR is incomplete: It did neither update the JSDoc of the changed array functions, nor have the every and some function signatures of typed arrays been fixed.

Please consider merging the PR #31343, which fixes this issue.

@RyanCavanaugh RyanCavanaugh added Bug A bug in TypeScript Domain: lib.d.ts The issue relates to the different libraries shipped with TypeScript labels May 20, 2019
@RyanCavanaugh RyanCavanaugh added this to the Backlog milestone May 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug A bug in TypeScript Domain: lib.d.ts The issue relates to the different libraries shipped with TypeScript
Projects
None yet
Development

No branches or pull requests

2 participants