Skip to content

Conversation

@ahejlsberg
Copy link
Member

Fixes #42030.

@DanielRosenwasser
Copy link
Member

@typescript-bot pack this

@typescript-bot
Copy link
Collaborator

typescript-bot commented Dec 19, 2020

Heya @DanielRosenwasser, I've started to run the tarball bundle task on this PR at 718b3d4. You can monitor the build here.

@typescript-bot
Copy link
Collaborator

typescript-bot commented Dec 19, 2020

Hey @DanielRosenwasser, I've packed this into an installable tgz. You can install it for testing by referencing it in your package.json like so:

{
    "devDependencies": {
        "typescript": "https://typescript.visualstudio.com/cf7ac146-d525-443c-b23c-0d58337efebc/_apis/build/builds/91721/artifacts?artifactName=tgz&fileId=BD1C7A363E8AF45FEAC933A438A56E34CD6888008072D2D0722D05E669AA795E02&fileName=/typescript-4.2.0-insiders.20201219.tgz"
    }
}

and then running npm install.


There is also a playground for this build and an npm module you can use via "typescript": "npm:@typescript-deploys/pr-build@4.2.0-pr-42038-2".;

@ahejlsberg ahejlsberg merged commit 22bee77 into master Dec 19, 2020
@ahejlsberg ahejlsberg deleted the fix42030 branch December 19, 2020 17:18
@microsoft microsoft locked as resolved and limited conversation to collaborators Oct 21, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Author: Team For Milestone Bug PRs that fix a bug with a specific milestone

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Wrong type inferring invoking generic function with parameter destructing

4 participants