mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
Changes the bulk renderer build script to the new standard build script format and updates to use tsc -b. Cleans up final external <reference>s. |
||
|---|---|---|
| .. | ||
| fixtures | ||
| helpers | ||
| README.md | ||
| test-compile-model-with-pseudoclosure.ts | ||
| test-compile-model.ts | ||
| test-compile-trie.ts | ||
| test-default-apply-case.ts | ||
| test-default-search-term-to-key.ts | ||
| test-error-logger.ts | ||
| test-join-word-breaker.ts | ||
| test-model-definitions.ts | ||
| test-override-script-defaults.ts | ||
| test-package-compiler.ts | ||
| test-parse-wordlist.ts | ||
| test-punctuation.ts | ||
| tsconfig.json | ||
Lexical Model and Package Compiler
Build
npm run build
Test
npm test
NOTE: ensure you run npm run build before running the tests!