spiegel-keyman/developer/src/common/web/utils
Marc Durdin f5066174cd fix(developer): make LDML import path consistent for all bundlings of kmc
The default import path is relative to ldml-keyboard-xml-reader.js. The
bundling of kmc with Keyman Developer reduces the directory tree depth,
so we move the import path to be a subdirectory of the immediate parent
directory, rather than two levels up, so that
`C:\Program Files\Keyman\Keyman Developer\kmc` can refer to
`C:\Program Files\Keyman\Keyman Developer\import` when kmc is bundled.

Fixes: #12279
2024-08-24 10:28:48 +08:00
..
src fix(developer): make LDML import path consistent for all bundlings of kmc 2024-08-24 10:28:48 +08:00
test Merge branch 'master' into refactor/common/9665-move-compiler-interfaces-to-developer 2024-08-07 15:15:45 +10:00
.gitignore feat(developer): support isRTL and license fields in .model_info 2023-08-29 16:37:37 +10:00
build.sh fix(developer): make LDML import path consistent for all bundlings of kmc 2024-08-24 10:28:48 +08:00
package.json chore(deps): bump semver from 7.5.4 to 7.6.0 2024-08-14 11:22:58 +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(common): move xml2js and related deps to @keymanapp/developer-utils 2024-08-06 05:19:30 +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).