Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[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

Closed
wants to merge 8 commits into from
Closed

[WIP] Implement dtslint #1198

wants to merge 8 commits into from

Conversation

avocadowastaken
Copy link
Contributor

@avocadowastaken avocadowastaken commented Apr 1, 2017

See #1111

{ // #flip

// $ExpectType Map<number, string>
Map<number, string>().flip(); // FIXME
Copy link
Contributor Author

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
Copy link
Contributor Author

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.
Copy link
Contributor Author

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.

@leebyron
Copy link
Collaborator

This is cool, are you interested in rebasing it? Could you do this in a way that does not require moving existing files?

@avocadowastaken
Copy link
Contributor Author

@leebyron oh, It's been a while, I removed forked repo at some time, lemme create another PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants