Commit Graph

3 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
c21893d61a Update expr-eval for new linter
* Now warns if we `export =` a namespace
* `unified-signatures` no longer complains when static and non-static methods share a name
* Also change `values` paramters to be of type `Values` rather than `Value`
2017-01-10 11:44:39 -08:00
Connor Peet
1afa463988 Add typings for expr-eval (#13628)
* Add typings for expr-eval

* Avoid use of Function type

* Use (slightly) stricter typings for expr-eval

* Update with more PR comments

* Disable linter due to bugs, allow CI to pass
2017-01-03 06:25:39 -08:00