spiegel-keyman/developer/src/common/web/utils
Marc Durdin 65158a0526 maint(common): rename shellHelperFunctions.sh to utils.inc.sh
Adds documentation for various functions, removes unused functions (a
couple of simple, very lightly used functions were unDRYed; these could
go back the other way across all shell scripts if necessary). TODO items
noted for follow-up refactoring.

Fixes: #14275
Relates-to: #14269
Build-bot: build all
Test-bot: skip
2025-08-02 06:58:40 +10:00
..
src chore(developer): rename x: to compileContext: 2025-06-26 15:58:43 -05:00
test chore(developer): ldml: additional line numbers 2025-06-02 16:30:29 -05:00
.gitignore feat(developer): support isRTL and license fields in .model_info 2023-08-29 16:37:37 +10:00
build.sh maint(common): rename shellHelperFunctions.sh to utils.inc.sh 2025-08-02 06:58:40 +10:00
package.json maint: update mocha 2025-05-13 14:02:02 +07:00
README.md fix(developer): move osk.ts from developer-utils to kmc-kmn 2024-03-01 08:47:04 +07:00
tsconfig.json refactor(developer): move ttfInfo to developer-utils 2025-01-20 09:19:47 +07:00

@keymanapp/developer-utils

This is a helper library for @keymanapp/kmc and other @keymanapp modules, containing helper functions such as:

  • spawnChild()
  • Sentry integration
  • MIT license text validation

It is not intended for separate use.

Note: developer/server depends on this module; adding extra dependencies may impact the bundling for that module too (#10872).