Skip to content

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