Peter Burns
6d3dfa2fc3
freeport: Add namespace declaration ( #10063 )
...
Enables importing with ES6 import syntax.
2016-07-12 23:06:42 -07:00
Ryan Cavanaugh
837a56daa3
Merge pull request #10080 from RyanCavanaugh/fixConfigFiles
...
Fix tsconfig files for 2.0
2016-07-12 14:10:46 -07:00
Ryan Cavanaugh
a5f4d50ccc
Fix tsconfig files for new option name / behavior.
...
Also fixes some inconsistent whitespace.
2016-07-12 13:54:56 -07:00
Mohamed Hegazy
3ee7237094
Merge pull request #9999 from yortus/ts2.0-node-console
...
node.d.ts: add console global var, Console class and "console" module
2016-07-11 17:24:15 -07:00
Mohamed Hegazy
00a6eb8a6f
Merge branch 'types-2.0' of https://github.com/DefinitelyTyped/DefinitelyTyped into types-2.0
2016-07-08 22:08:12 -07:00
Mohamed Hegazy
8157a61ff6
Use react as a module
2016-07-08 22:07:43 -07:00
Mohamed Hegazy
fb4c1d5c69
Use Q as a module
2016-07-08 22:07:30 -07:00
Mohamed Hegazy
d096530e29
Add missing dependencies
2016-07-08 22:07:13 -07:00
Mohamed Hegazy
6885824910
Proper use of angular module
2016-07-08 22:06:42 -07:00
Mohamed Hegazy
ed7da457fe
Use correct namespace
2016-07-08 20:48:05 -07:00
Mohamed Hegazy
e91ef26e79
use correct namespace for angular
2016-07-08 20:47:54 -07:00
Mohamed Hegazy
2e97e04bc9
Fix strictNullChecks with webpack
2016-07-08 20:47:29 -07:00
Mohamed Hegazy
16a182de32
Fix strictNullChecks issues with xrm
2016-07-08 20:47:13 -07:00
Mohamed Hegazy
a4c5e22c2c
Use consitent casing for Q
2016-07-08 20:46:55 -07:00
Mohamed Hegazy
1d664b3b9c
Use Q as a module
2016-07-08 20:46:34 -07:00
Andy
a8289133fa
Merge pull request #10028 from DefinitelyTyped/express_serve_static_core_name
...
Provide more descriptive name for express-serve-static-core
2016-07-08 14:35:54 -07:00
Andy Hanson
6687cb4959
Provide more descriptive name for express-serve-static-core
2016-07-08 14:24:37 -07:00
Mohamed Hegazy
13624e7202
Add node dependency
2016-07-08 12:06:19 -07:00
Mohamed Hegazy
c8379dd3b2
Fix noImplicitAny warnings for rethinkdb
2016-07-08 11:59:44 -07:00
Mohamed Hegazy
7fad9e1e4e
Import redux as a module
2016-07-08 11:57:23 -07:00
Mohamed Hegazy
5b2f3e7c26
Use react consistentlly as a module
2016-07-08 11:53:25 -07:00
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
yortus
e1c0f609b7
node.d.ts: add console global var, Console class and "console" module
2016-07-07 12:34:20 +08: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