Skip to content

Overload Function.bind and Function.call for usage without custom args #41367

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

Closed
wants to merge 1 commit into from

Conversation

kylemh
Copy link

@kylemh kylemh commented Nov 2, 2020

Please verify that:

  • There is an associated issue in the Backlog milestone (required)
  • Code is up-to-date with the master branch
  • You've successfully run gulp runtests locally
  • There are new or updated unit tests validating the change

@typescript-bot
Copy link
Collaborator

It looks like you've sent a pull request to update our 'lib' files. These files aren't meant to be edited by hand, as they consist of last-known good states of the compiler and are generated from 'src'. Unless this is necessary, consider closing the pull request and sending a separate PR to update 'src'.

@typescript-bot typescript-bot added lib update PR modifies files in the `lib` folder For Uncommitted Bug PR for untriaged, rejected, closed or missing bug labels Nov 2, 2020
@typescript-bot
Copy link
Collaborator

The TypeScript team hasn't accepted the linked issue #22669. This makes it less likely that we'll review or accept this PR. Try to get the originating issue accepted.

@kylemh kylemh changed the title Pverload Function.bind and Function.call for usage without custom args Overload Function.bind and Function.call for usage without custom args Nov 2, 2020
@kylemh kylemh closed this Nov 2, 2020
@kylemh kylemh deleted the patch-1 branch November 2, 2020 16:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
For Uncommitted Bug PR for untriaged, rejected, closed or missing bug lib update PR modifies files in the `lib` folder
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Proposal: Overload Function.bind for when no argArray is provided.
2 participants