Skip to content

fix(47256): @deprecated does not work on index signatures#47400

Merged
sandersn merged 1 commit intomicrosoft:mainfrom
a-tarasyuk:fix/47256
Feb 16, 2022
Merged

fix(47256): @deprecated does not work on index signatures#47400
sandersn merged 1 commit intomicrosoft:mainfrom
a-tarasyuk:fix/47256

Conversation

@a-tarasyuk
Copy link
Copy Markdown
Contributor

Fixes #47256

@typescript-bot typescript-bot added the For Backlog Bug PRs that fix a backlog bug label Jan 12, 2022
@DanielRosenwasser
Copy link
Copy Markdown
Member

@typescript-bot pack this

@typescript-bot
Copy link
Copy Markdown
Collaborator

typescript-bot commented Jan 13, 2022

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

@typescript-bot
Copy link
Copy Markdown
Collaborator

typescript-bot commented Jan 13, 2022

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/117346/artifacts?artifactName=tgz&fileId=9CB93B325A6DA081DFA23E8AC822DD7D7E42D1CA33AA04A030B2F3F579CAB1F702&fileName=/typescript-4.6.0-insiders.20220113.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.6.0-pr-47400-2".;

@sandersn sandersn merged commit a0bab5d into microsoft:main Feb 16, 2022
@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 Backlog Bug PRs that fix a backlog bug

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

@deprecated does not work on index signatures

4 participants