Commit Graph

7 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 Hanson
0bac9474aa Merge branch 'types-2.0' into merge_jan6 2017-01-06 07:39:21 -08:00
Andy
602a847455 ldap: Clean up header (#13802) 2017-01-06 07:03:12 -08:00
Charles
a6e00226ff Update ldapjs 1.0.1 (#13049)
* Update ldapjs type definition to be compatible with ldapjs 1.0.1

* Update header

* Add missing property for connected

* Fix signatures and missing methods to @types/ldapjs

* Fix signature for mandatory parameter
2017-01-06 06:56:47 -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
Andy
cd4debea25 Remove BOM character from the start of files (#12838) 2016-11-28 10:40:45 -08:00
Rogier Schouten
92cf2a36b1 Add typings for ldapjs. (#11783)
* Add typings for ldapjs.

* process review comment
2016-10-08 10:33:18 -07:00