-
Notifications
You must be signed in to change notification settings - Fork 215
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
Add dependencies for import types #95
Conversation
Fixup PR is DefinitelyTyped/DefinitelyTyped#44092 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One minor style request before I merge.
} | ||
break; | ||
} | ||
|
||
default: | ||
ts.forEachChild(node, recur); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this seems pretty reasonable; I bet performance is (1) a lot worse (2) not noticeably worse.
We should keep an eye on large packages just in case.
Co-authored-by: Nathan Shively-Sanders <[email protected]>
I just tested DefinitelyTyped/DefinitelyTyped#44092 locally, on top of DefinitelyTyped HEAD, and marked it ready for review. It's ready to merge as soon as this change is released. |
I'll merge/ship/merge tomorrow morning (PDT) so that I have all day to respond to problems. |
This is done now. |
Add 'no-single-element-tuple-type' rule
microsoft/types-publisher#767
Fixes #35
Fixes #47