Skip to content

Conversation

@a-tarasyuk
Copy link
Contributor

Fixes #54458

@typescript-bot typescript-bot added the For Milestone Bug PRs that fix a bug with a specific milestone label Jun 2, 2023
@gabritto
Copy link
Member

gabritto commented Jun 2, 2023

@typescript-bot pack this

@typescript-bot
Copy link
Collaborator

typescript-bot commented Jun 2, 2023

Heya @gabritto, I've started to run the tarball bundle task on this PR at 231719a. You can monitor the build here.

@typescript-bot
Copy link
Collaborator

typescript-bot commented Jun 2, 2023

Hey @gabritto, 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/155324/artifacts?artifactName=tgz&fileId=9D57E9D271C1ED459F0461CBBF275509166FC347AB3DBFBA2586DCA0D091970D02&fileName=/typescript-5.2.0-insiders.20230602.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@5.2.0-pr-54503-2".;

@a-tarasyuk a-tarasyuk requested a review from gabritto June 4, 2023 09:13
Copy link
Member

@gabritto gabritto left a comment

Choose a reason for hiding this comment

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

Thanks!

@gabritto gabritto merged commit 67299ed into microsoft:main Jun 5, 2023
@microsoft microsoft locked as resolved and limited conversation to collaborators Oct 22, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

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.

The inlay hint does not handle TypeScript's spread operator well

3 participants