DefinitelyTyped/selenium-webdriver
Filipe Silva 086bf3e581 selenium-webdriver: allow <T>=><R> in map (#11770)
* selenium-webdriver: allow <T>=><R> in map

Followup from https://github.com/DefinitelyTyped/DefinitelyTyped/pull/11726#issuecomment-251919529

The fix in https://github.com/DefinitelyTyped/DefinitelyTyped/pull/11726 seems to have uncovered a bug in the `map` typings, where the return type is expected to be the same as the argument type. 

This is incorrect as you can map from one type to another.

* Change un-inferred type to any
2016-10-06 14:32:08 -07:00
..
index.d.ts selenium-webdriver: allow <T>=><R> in map (#11770) 2016-10-06 14:32:08 -07:00
selenium-webdriver-tests.ts change 'then' signature of promise that TS async/await is working (#11726) 2016-10-05 17:14:25 -07:00
tsconfig.json Fix tsconfig files for new option name / behavior. 2016-07-12 13:54:56 -07:00