spiegel-keyman/web/src
Eberhard Beilharz d307051836
Merge pull request #13854 from keymanapp/maint/common/versionvars
Previously the builder scripts defined a readonly `VERSION` environment variable for the Keyman version. That caused problems when another (external) script tried to define a `VERSION` variable. We encountered this problem when trying to move the TC build steps of a configuration into a single script (#13399) when we tried to source `~/.nvm/nvm.sh`.

This change uses a Keyman specific prefix for the version variables and renames `VERSION` → `KEYMAN_VERSION` etc. as well as `TIER` → `KEYMAN_TIER`. Unfortunately these variables are used in a lot of places, so this turned out to be a bit of a yak shave.
2025-05-12 08:58:19 +02:00
..
app Merge pull request #13819 from keymanapp/maint/web/use-builder_is_ci_build 2025-05-06 08:16:37 +07:00
engine fix(web): sustain active batched-layout mode when keyboard is switched 2025-05-08 13:56:23 +07:00
resources fix(web): add banner font downscaling 2025-04-02 13:15:24 +07:00
samples chore(web): replace --ci flag with builder_is_ci_build 2025-05-02 09:39:39 +07:00
test maint(common): use same TC variable everywhere 2025-05-06 17:42:25 +02:00
tools maint(common): use unique names for Keyman version variables 2025-05-07 18:46:51 +02:00
.editorconfig change(web): source/ => src/ 2022-10-21 12:00:10 +07:00
tsconfig.all.json chore(web): centralizes main KMW component tsconfig settings 2023-06-14 09:02:46 +07:00
tsconfig.dom.json chore(web): the final push for config-flag parity for web/ 2024-05-29 10:57:41 +07:00