-
Improvement
-
Resolution: Unresolved
-
Normal
-
None
-
None
-
None
locales.json being a raw JSON file means we do not get Flow types for it, which means we cannot mark any files that use them @flow strict. Would be neat to have proper typing support for locales - this probably means generating the file as JavaScript with Flow types rather than as pure JSON, and also generating a JSON file on the side if needed by Perl, like we do with entities.mjs vs entities.json.