spiegel-keyman/developer/src/common/web/utils
Marc Durdin 724a8ea0f5 maint(developer): cleanup additional TestCompilerCallbacks references
Address a review comment from #15665 and cleanup additional references
that I missed the first time around, along with the `fs.readFileSync`
`Uint8Array` cast.

Follows: #15665
Test-bot: skip
2026-03-05 13:15:43 +01:00
..
src chore(developer): cleanup kps file reader per review comments 2026-03-02 14:38:45 +01:00
test maint(developer): cleanup additional TestCompilerCallbacks references 2026-03-05 13:15:43 +01:00
.gitignore feat(developer): support isRTL and license fields in .model_info 2023-08-29 16:37:37 +10:00
build.sh maint(developer): reduce coverage threshold for node 24 for dev-utils 2025-10-29 10:29:33 +01:00
package.json chore(deps): bump fast-xml-parser from 5.2.2 to 5.3.4 2026-01-30 20:48:02 +00: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).