Commit Graph

8 Commits

Author SHA1 Message Date
Andy
555ea54770 Lint test files too (#14791) 2017-02-23 07:15:16 -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
Prashant Tiwari
712495b041 Fix typo 2016-12-30 00:29:10 +05:30
Prashant Tiwari
2ae5bdd2cf Revert to public interfaces 2016-12-30 00:18:52 +05:30
Prashant Tiwari
0b9e00f058 Fix linter warnings 2016-12-29 13:20:31 +05:30
Prashant Tiwari
95b2281110 Refactor
- Fix args for throw, add throws alias
- Don't expose internal interfaces
- Add linting
2016-12-29 13:03:27 +05:30
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
Prashant Tiwari
00740e74f7 Types for code v4.0.0 (#12402)
* Initial commit for code v4.0.0

* Merge upstream, remove module declaration

* Fix include alias signature, fix typos

* Add stronger types to tests and run linter
2016-11-02 23:51:00 +09:00