spiegel-keyman/common
Marc Durdin 8a4c005d40 chore(common): define constants for file types
Now that we have the file type detection in place, we can replace
existing references to the file extensions, where possible, with the
constant declarations. While we could rely on TypeScript's typing to use
string-based values, this helps us to avoid using file extensions
directly in string transforms, regex, etc, and use the `KeymanFileTypes`
alias instead.

Note that only references in common/web, and kmc-* projects have been
touched. References in other Developer projects have not been touched,
as some of those are not yet ESM, so that needs to be addressed first.
2023-06-12 09:17:09 +07:00
..
include chore(core): move test_assert.h and test_color.h to common 2023-04-10 15:21:45 +07:00
linux chore(common): run common and resources tests 2023-04-28 14:07:34 +07:00
mac chore(common): run common and resources tests 2023-04-28 14:07:34 +07:00
models chore(common): add missing deps and files for npm publish 2023-04-12 14:05:05 +07:00
predictive-text fix(common): predictive-text unit_tests further builder_term fixes 2023-05-02 21:35:42 +10:00
resources chore(windows): address review comments 2022-06-16 04:47:53 +10:00
schemas feat(developer): support FollowKeyboardVersion in kmc-package 2023-04-21 14:04:06 +07:00
test refactor(developer): compiler interface part 1 for wasm 2023-05-23 15:26:28 +07:00
tools Revert "chore(web): merge master into feature-esmodule-web-engine (A17S9 end) 🧩" 2023-03-31 14:17:37 +11:00
web chore(common): define constants for file types 2023-06-12 09:17:09 +07:00
windows chore: cleanup unneeded changes 2023-06-08 15:13:59 +07:00
build.sh chore(common): run common and resources tests 2023-04-28 14:07:34 +07:00