spiegel-keyman/developer
Marc Durdin 74f0fe2d08 fix(developer): force ES3 code generation for LMs
Fixes #7926.

Android 5.0 (Chrome 37) only supports ES3. Thus, we should transpile our
lexical models to ES3 rather than ES2015, for now at least.

For example, this forces constructs such as `const` to be replaced with
`var`.
2022-12-19 14:48:05 +11:00
..
src fix(developer): force ES3 code generation for LMs 2022-12-19 14:48:05 +11:00
.gitignore chore(developer): move server with no changes 2022-05-23 12:15:34 +10:00