spiegel-keyman/developer/src/common/web/utils
2025-08-03 07:01:57 +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): move typescript script functions into typescript.inc.sh 2025-08-03 07:01:57 +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).