Skip to content

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

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

Merged
merged 1 commit into from
Feb 16, 2022

Conversation

a-tarasyuk
Copy link
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
Member

@typescript-bot pack this

@typescript-bot
Copy link
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
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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