Commit Graph

3 Commits

Author SHA1 Message Date
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