Commit Graph

18964 Commits

Author SHA1 Message Date
Mohamed Hegazy
66c2cf2409 Use Q as a module consistently 2016-07-08 11:38:55 -07:00
Mohamed Hegazy
ea9eb8c25d Reference node 2016-07-08 11:21:51 -07:00
Mohamed Hegazy
f5f59410dd Use "empower" as a module 2016-07-08 11:20:00 -07:00
Mohamed Hegazy
b0ff6a5e54 Use Q as a module in pathwatcher 2016-07-07 17:51:51 -07:00
Mohamed Hegazy
d2e7984341 Update Q reference in orchestrator 2016-07-07 17:46:55 -07:00
Mohamed Hegazy
61fa2391a4 Replace references to angularjs with angular to match package name 2016-07-07 17:39:27 -07:00
Mohamed Hegazy
62adcdbd5f Do not use relative path in module references 2016-07-07 17:36:44 -07:00
Mohamed Hegazy
a36070aeff Make sure __Promise properly extends dojo.promise.Promise<any> under --strictNullChecks 2016-07-07 15:16:36 -07:00
Mohamed Hegazy
a5d477d085 Replace references to angularjs with angular to match package name 2016-07-07 15:12:24 -07:00
Mohamed Hegazy
2c6bb5a6aa Fix noImplicitAny warnings for amcharts 2016-07-07 15:05:10 -07:00
Mohamed Hegazy
063a539cfc Fix https://github.com/Microsoft/TypeScript/issues/9525: add constructor for FileSystemLoader in nunjucks declarations 2016-07-06 14:41:42 -07:00
Mohamed Hegazy
98642b1d8f Fix https://github.com/Microsoft/TypeScript/issues/9494: remove relative import to serve-static 2016-07-06 14:24:56 -07:00
Mohamed Hegazy
8ffa30fc59 Merge pull request #9939 from phiresky/types-2.0
react: Add target type to events
2016-07-03 18:08:13 -07:00
phiresky
084926e23a react: Add target type to events
this allows getting the actual html element type from events.

Example:

```ts
render() {
    return <input onChange={e => console.log(e.target.value)}/>
}
```

Previously you would have to cast the target manually:
```ts
render() {
    return <input onChange={e => console.log((e.target as
    HTMLInputElement).value)}/>
}
```
2016-07-03 20:23:20 +02:00
Mohamed Hegazy
ed0208ef72 Merge pull request #9922 from DefinitelyTyped/RenameAngularJs
Rename angular js
2016-07-01 12:00:08 -07:00
Mohamed Hegazy
426c89520d Rename module from angularjs to angular 2016-07-01 11:54:37 -07:00
Mohamed Hegazy
4ee9330d67 Fix https://github.com/Microsoft/TypeScript/issues/9395: Rename angularjs to angular 2016-07-01 11:49:42 -07:00
Ryan Cavanaugh
b3b0676e2c Merge pull request #9907 from rakatyal/raghav/consistent_casing
Turning on consistent casing flag and fixing failures
2016-06-30 15:21:54 -07:00
Raghav Katyal
395c4e1639 Turning on consistent casing flag and fixing failures 2016-06-30 15:14:49 -07:00
Ryan Cavanaugh
f39f64767c Merge pull request #9848 from rakatyal/raghav/test_fixes
Fixing test failures
2016-06-30 10:22:25 -07:00
Raghav Katyal
705d1a98fb Final fixes 2016-06-28 11:30:00 -07:00
Ryan Cavanaugh
4554588aaa Merge pull request #9861 from andy-ms/not_needed_packages
Move notNeededPackages.json from types-publisher to here
2016-06-28 10:51:14 -07:00
Andy Hanson
8fb1467807 Move notNeededPackages.json from types-publisher to here 2016-06-28 09:07:27 -07:00
Raghav Katyal
89cb02de7d Fixing test failures 2016-06-27 17:40:37 -07:00
Mohamed Hegazy
6090565a80 Merge pull request #9846 from mprobst/drop-webrtc-dep
Remove the dependency on MediaStream from Chrome.
2016-06-27 15:46:49 -07:00
Martin Probst
e127f7e436 Remove the dependency on MediaStream from Chrome.
MediaStream & Co are available in TypeScript 1.9's lib.d.ts (or
lib.dom.d.ts etc.), so there's no need to reference them anymore.
2016-06-27 15:39:21 -07:00
Ryan Cavanaugh
f6bcc41ae0 Merge pull request #9739 from rakatyal/raghav/definition_changes
Raghav/definition changes
2016-06-27 10:25:54 -07:00
Raghav Katyal
5d016e339d Merge branch 'types2.0' into master2.0 2016-06-20 15:28:25 -07:00
Raghav Katyal
c17b1b78b8 OldUMD and many other module fixes. 2016-06-20 14:15:13 -07:00
Mehrdad Reshadi
d84ea1f719 Update jake.d.ts (#9676) 2016-06-19 11:45:36 +09:00
Ryan Cavanaugh
fb9c384720 Last round of fixes 2016-05-18 10:45:24 -07:00
Ryan Cavanaugh
c89c74f407 Fix d3 2016-05-12 18:07:15 -07:00
Ryan Cavanaugh
0eb9200e5a Fix cldrjs 2016-05-12 17:56:58 -07:00
Ryan Cavanaugh
5c7992d14b More fixes 2016-05-12 17:19:11 -07:00
Ryan Cavanaugh
b44bdde79f Remove props moved to lib.d.ts 2016-05-12 17:18:57 -07:00
Ryan Cavanaugh
14e9d0ffe2 Pluck was removed 2016-05-12 17:15:52 -07:00
Ryan Cavanaugh
b32d16be67 Fix breaking change from contextually typed iife 2016-05-12 17:13:27 -07:00
Ryan Cavanaugh
2847235610 More fixes around __React 2016-05-12 17:07:04 -07:00
Ryan Cavanaugh
08bbd6d985 Remove conflicting definitions (??) 2016-05-12 17:06:54 -07:00
Ryan Cavanaugh
d48cf2a0d4 More fixes 2016-05-12 16:40:02 -07:00
Ryan Cavanaugh
924162e813 Fix more __React users 2016-05-12 15:59:30 -07:00
Ryan Cavanaugh
d330499747 Fix more __React users 2016-05-12 15:59:22 -07:00
Ryan Cavanaugh
be86c436ce Fix material-ui 2016-05-12 15:34:24 -07:00
Ryan Cavanaugh
67c26c1c44 Fix react-scroll 2016-05-12 15:20:29 -07:00
Ryan Cavanaugh
d5a3cca3ab Fix react-select 2016-05-12 15:19:56 -07:00
Ryan Cavanaugh
aa61aa525d Fix react-swf 2016-05-12 13:36:37 -07:00
Ryan Cavanaugh
39ead8c798 Fix react-sweipeable-views 2016-05-12 11:39:22 -07:00
Ryan Cavanaugh
fe05bb6f71 Fix react-tabs 2016-05-12 11:38:27 -07:00
Ryan Cavanaugh
1149f6688b Convert redux-router 2016-05-12 11:36:55 -07:00
Ryan Cavanaugh
07a95152be Convert react-widgets 2016-05-12 11:14:02 -07:00