-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
[WIP] Implement dtslint #1198
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
[WIP] Implement dtslint #1198
Conversation
{ // #flip | ||
|
||
// $ExpectType Map<number, string> | ||
Map<number, string>().flip(); // FIXME |
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.
{ // #flip | ||
|
||
// $ExpectType OrderedMap<number, string> | ||
OrderedMap<number, string>().flip(); // FIXME |
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.
Map; // $ExpectType typeof Map | ||
OrderedMap; // $ExpectType typeof OrderedMap | ||
OrderedSet; // $ExpectType typeof OrderedSet | ||
// TODO: Turn on once https://github.com/Microsoft/dtslint/issues/19 is resolved. |
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.
Resolved but still not published.
This is cool, are you interested in rebasing it? Could you do this in a way that does not require moving existing files? |
@leebyron oh, It's been a while, I removed forked repo at some time, lemme create another PR. |
See #1111