spiegel-keyman/common/web/types
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
..
src chore(common): define constants for file types 2023-06-12 09:17:09 +07:00
test chore(common): move const url to class prop 2023-06-02 12:28:13 +07:00
.eslintrc.cjs refactor(developer): use callbacks to avoid direct fs access in kmc-package 2023-04-26 12:31:50 +07:00
build.sh feat: more work on compiler 2023-05-14 12:41:18 +07:00
package.json chore(common): update restructure to support typescript 2023-06-08 05:40:48 +07:00
tsconfig.json Revert "chore(web): merge master into feature-esmodule-web-engine (A17S9 end) 🧩" 2023-03-31 14:17:37 +11:00