Files
DefinitelyTyped/types/i18n-js
Geoff Harcourt a34764b7a2 [i18n-js] Add types for getFullScope (#43501)
* [i18n-js] Add types for getFullScope

I18n-js's authors recommend overriding `missingTranslation()` to add
fallback behavior when a translation is missing. Doing with the full
intended translation scope that the user requires necessitates the user
of `getFullScope` which is not explicitly a private method, but has not been
typed yet.

* [i18n-js] Fix linter errors

Convert single-quoted strings to double-quoted strings as advised by
`npm run lint`.
2020-04-07 13:18:57 -07:00
..