Commit Graph

5 Commits

Author SHA1 Message Date
Andy Hanson
45c9246c09 Remove esModuleInterop from tsconfigs (no longer mandatory) 2018-02-14 14:55:13 -08:00
Andy
bef4d2b27d
Enable "esModuleInterop" in all tsconfigs (#23354) 2018-02-05 11:01:56 -08:00
Samer Albahra
3478eb879d [localizejs-library] Fix problems with typings (specifically callback parameters) (#20243)
* Fix problems in LocalizeJS Library typings

This resolves the `off` method incorrectly being named `on` and also fixes all instances of callbacks which lacked the parameters used.

* Fix incorrect comment

* Fix input for translate to allow HTML elements
2017-10-09 16:07:20 -07:00
Andy
947a8fb761 Enable strictFunctionTypes (#20373) 2017-10-06 14:03:03 -07:00
Samer Albahra
354d5b31f3 Add typing for LocalizeJS Library (#20098)
* Add typing for LocalizeJS

This adds the library typings for LocalizeJS

* Add private to `package.json` for Travis testing

* Remove conflicting files from typing

* Fix all lint errors

* Rename `LocalizeJS` to `LocalizeJS Library`
2017-10-02 11:51:21 -07:00