spiegel-keyman/developer/js/tests
2019-07-13 11:04:55 -06:00
..
fixtures/example.qaa.trivial Add a simple assertion for testing the trie compiler. 2019-07-04 09:42:53 -06:00
README.md Add minimal README. 2019-07-04 09:47:04 -06:00
test-compile-trie.ts Remove Object.values() in favour of Object.keys(). 2019-07-13 11:04:55 -06:00

Lexical Model and Package Compiler

Build

npm run build

Test

npm test

NOTE: ensure you run npm run build before running the tests!