Commit Graph

21 Commits

Author SHA1 Message Date
Paul Isache
70a11f0ffe Pino - update Logger Options and add levelVal 2017-01-27 16:02:57 +02:00
Paul Isache
c4b29bb2d0 Pino - move interface inside the namespace 2017-01-27 08:20:31 +02:00
Paul Isache
5e7b7a31df Pino - Modify interface for formatter pretty option - https://github.com/pinojs/pino/blob/master/docs/API.md#user-content-parameters-1 2017-01-26 16:34:17 +02: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
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
Evan Shortiss
634854cb81 revert to commonjs import 2016-11-30 21:57:17 -06:00
Evan Shortiss
24ba781929 tests 2016-11-22 12:30:12 -08:00
Evan Shortiss
1ae1263ddb update stream typings 2016-11-22 12:17:56 -08:00
Evan Shortiss
12fb1ff460 define pretty 2016-11-21 16:50:50 -08:00
Evan Shortiss
84b6bc3a99 Merge branch 'types-2.0' of github.com:DefinitelyTyped/DefinitelyTyped into types-2.0 2016-11-21 16:29:24 -08:00
Evan Shortiss
ab13d240ae bump version 2016-11-21 16:27:30 -08:00
Evan Shortiss
b038daed0e export pino namespace 2016-11-21 16:13:58 -08:00
Andy
8841dfc744 Use index.d.ts only (not foo/foo.d.ts) (#12834)
* Use index.d.ts only (not foo/foo.d.ts)

* Convert more packages

* Remove unnecessary references
2016-11-21 12:58:06 -08:00
Evan Shortiss
517a5f3ad6 update pino definition to facilitate returning loggers 2016-11-18 13:59:19 -08:00
Andy Hanson
28ef3d201b Remove <reference path="../xxx/xxx.d.ts"> from definitions files and replace it with import * as Xxx from "xxx" or <reference types="xxx"/> 2016-09-16 08:59:57 -07:00
Mickael Burguet
11999b5ef5 Add testcase 2016-09-07 10:06:58 -04:00
Mickael Burguet
bbbc263317 [pino]: Fix constructor argument stream typing 2016-09-06 11:12:59 -04:00
Peter Snider
a5ad2414d5 changed serializers as per package author 2016-06-26 08:20:35 -07:00
Peter Snider
86f1b170b0 added missing corrections 2016-06-21 10:18:55 -07:00
Peter Snider
60d75b4b42 changed as per @mhegazy, added other missing parts 2016-06-21 10:10:09 -07:00
Peter Snider
b59c8be917 added pino 2016-06-19 08:28:37 -07:00