Commit Graph

7 Commits

Author SHA1 Message Date
Andy
51b64c3c15 Remove unnecessary references in test files. (#14900) 2017-03-10 07:46:20 -08:00
Flarna
f2011872b3 Merge branch 'master' into node_urlUrl 2017-02-27 21:14:36 +01:00
Andy
555ea54770 Lint test files too (#14791) 2017-02-23 07:15:16 -08:00
Flarna
88fc35b3e1 correct CI errors because of TS 2.1 and trailing whitespaces 2017-02-10 23:09:34 +01:00
Vlad Rindevich
5efea302f3 libpq: Fix wrong definitions (#14164)
* fix(libpq): change returning type of `writable` method

* fix(libpq): remove optionality for `prepare` method's arguments

* fix(libpq): remove optionality for `sendPrepare` method's arguments
2017-01-21 14:53:35 -08:00
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
Vlad Rindevich
00221afddf Add node-libpq typings (#14044)
* add type definition for package: libpq

* style(libpq): change indent size to 4 white-spaces

* test(libpq): add tests for libpq

* test(libpq): more tests for libpq

* chore(libpq): create project by 'npm run new-project' script

* test(libpq): fix call signature

* fix(libpq): update in accordance with test information

* doc(libpq): improve documentation in accordance with typedoc

* fix(libpq): connection callback argument type should be Error, not string

* doc(libpq): stylize documentation

* feat(libpq): add exporting inner interfaces
2017-01-17 13:25:14 -08:00