spiegel-keyman/web/src/engine/keyboard
Joshua Horton b7975973af maint(web): ensure Web build scripts handle paths with spaces properly
The command shortcuts that were used by Web
scripts to create bundles via `esbuild` were not
properly handling the $KEYMAN_ROOT path when it
contained a space.  These changes will rectify
this behavior and permit builds for such cases.

Build-bot: skip build:web
Test-bot: skip
2026-02-18 09:14:30 +07:00
..
src chore(web): replace kmwFromCharCode with its ES6 equivalent 2025-04-21 08:36:59 +07:00
.c8rc.json chore(web): fix coverage-reporting artifact 2025-02-12 15:56:54 +07:00
.gitignore refactor(web): move remaining parts of keyboard-processorkeyboard 2024-08-12 19:40:15 +02:00
build.sh maint(web): ensure Web build scripts handle paths with spaces properly 2026-02-18 09:14:30 +07:00
README.md refactor(web): move remaining parts of keyboard-processorkeyboard 2024-08-12 19:40:15 +02:00
tsconfig.all.json refactor(web): move remaining parts of keyboard-processorkeyboard 2024-08-12 19:40:15 +02:00
tsconfig.json refactor(web): move remaining parts of keyboard-processorkeyboard 2024-08-12 19:40:15 +02:00

Keyman: Keyboard Processor Module

The Original Code is (C) 2017-2024 SIL International

The Keyboard Processor module is an internal component of KeymanWeb, seen within this repo at /web/.

Minimum Compilation Requirements

  • A local installation of Node.js v8.9+.
    • Builds will call npm install to automatically install further necessary build dependencies.

    • Linux users can update to LTS version of nodejs by following instructions on the NodeSource Distributions page.


The main build script may be found in this folder at ./build.sh.