Commit Graph

14 Commits

Author SHA1 Message Date
Andy
ae4fe7b6de Use "lib" in tsconfigs instead of "target". (#13968)
* Use "lib" in tsconfigs instead of "target".

Only add "dom" to libraries that need it. This is determined by a script, so many libraries that have "dom" maybe should not.

* Update new-package and readme

* Add back "target" where necessary
2017-01-18 07:51:51 -08:00
Andy
a4bd9fa3c1 Add "noImplicitThis" to all tsconfig.json (#13446)
* Add "noImplicitThis" to all tsconfig.json

* Use `"noImplicitThis": false` on packages with broken tests.
2016-12-19 14:11:46 -08:00
Joe Herman
fb6858d70a cassandra-driver: keyspace should be optional. event-stream: Stream should be extended. (#12345)
* cassandra-driver: make ClientOptions.keyspace optional.

* event-stream: Update returned types to MapStreams.
2016-12-04 13:23:08 -08:00
Nathan Shively-Sanders
983c93531a Merge branch 'types-2.0' into types-merge-20161118 2016-11-21 16:16:59 -08:00
Mine Yalcinalp Starks
253e456e3c Merge remote-tracking branch 'upstream/master' into types-2.0
Many badly resolved merge conflicts
2016-11-18 20:42:46 -08:00
Andy
b8c6cce444 Prefer es6 target and forceConsistentCasingInFileNames (#12537) 2016-11-08 12:59:26 -08:00
zhengbli
2f4b18f28f stage changes to index.d.ts 2016-10-24 22:52:02 -07:00
zhengbli
62e37b17e1 Merge commit 'origin/master~100' into zhengbli_merge 2016-10-24 20:34:59 -07:00
Arne Schubert
1a0f7cd07c Make the "undersore methods" to protected ones in the definitions (#11715)
* Make the undersore methods to protected ones

* Remove non-public _read method from Result-Stream
2016-10-10 19:15:23 +09:00
Masahiro Wakame
67522ee64b fix test file for cassandra-driver (#11786) 2016-10-06 10:15:34 -07:00
Mohamed Hegazy
7074425115 Fix #10538: Switch cassandra-driver to a proper module, and add a tsconfig.json 2016-08-16 14:01:13 -07:00
Yeiniel Suarez Sosa
1127165592 Fixed return type for Client.stream() of cassandra-driver. 2016-08-10 15:09:28 -05:00
Hepeng Zhang
b7e2961f12 Correct optional fields in QueryOptions
According to documentation, these should be optional.
2016-08-03 12:13:50 -07:00
marc
205b123421 Added typings for the node driver for Cassandra.
Fixed the module name to correctly reflect cassandra-driver name.
2016-06-23 13:13:14 -05:00