Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Adds a rough approximation of deprecated support #301

Merged
merged 1 commit into from
Jul 23, 2020

Conversation

orta
Copy link
Contributor

@orta orta commented Jul 21, 2020

In DT, if a .d.ts includes @deprecated in their types then as of 4.0 we pass back a JSDocDeprecatedTag but that hasn't been recognized yet in dtslint.

Kinda fixes #299 but with a hack

In lieu of #285 and eventually a subsequent PR to 4.0 - I think this would fix CI on DT to detect the new JSDoc tag.

Should probably unblock DefinitelyTyped/DefinitelyTyped#46238

@orta orta requested a review from sandersn as a code owner July 21, 2020 23:06
@orta
Copy link
Contributor Author

orta commented Jul 21, 2020

Nathan is OOO till late this week, so I'm expecting this to be some time.

@orta orta merged commit 495cd8f into master Jul 23, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow @deprecated JSDoc tags
3 participants