spiegel-keyman/developer/src/common/web/utils
Marc Durdin 5cdad488aa
test(developer): add extra email address tests
Co-authored-by: Eberhard Beilharz <ermshiperete@users.noreply.github.com>
2024-06-08 10:46:31 +10:00
..
src fix(developer): verify email addresses in .kps and .keyboard_info 2024-06-07 13:30:21 +07:00
test test(developer): add extra email address tests 2024-06-08 10:46:31 +10:00
.gitignore feat(developer): support isRTL and license fields in .model_info 2023-08-29 16:37:37 +10:00
build.sh chore(developer): cleanup npm publish 2024-05-20 06:34:57 +07:00
index.ts fix(developer): verify email addresses in .kps and .keyboard_info 2024-06-07 13:30:21 +07:00
package.json chore(common): drops package-specific 'chai', '@types/chai' versions 2024-05-07 14:35:09 +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 fix(developer): move osk.ts from developer-utils to kmc-kmn 2024-03-01 08:47:04 +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).