mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-09 10:25:32 +00:00
This requires a significant refactor to the compiler interfaces to allow for asynchronous filesystem and network access. For now, only kmc-copy uses the asynchronous interfaces, but over time we may try and consolidate them where other compiler modules find them useful. This adds a big set of unit test fixtures to avoid network instability in tests (the fixtures can be regenerated by setting environment variable `TEST_SAVE_FIXTURES`). |
||
|---|---|---|
| .. | ||
| src | ||
| test | ||
| .gitignore | ||
| build.sh | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
@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).