Commit graph

56 commits

Author SHA1 Message Date
jahorton
22ac71540b chore(common/models): adds a naive... semi-fill?... for String.normalize for old devices 2020-12-14 09:26:36 +07:00
jahorton
c9429230c7 fix(common/models): Old Android API compat 2020-09-22 10:36:42 +07:00
Eddie Antonio Santos
986e427f2d
fix(common/models): remove unnecessary build invocation 2020-05-20 16:27:27 -06:00
Eddie Antonio Santos
8df4948e68
chore(common/lmlayer): let modeling layer depend on new models-types package 2020-05-19 19:35:09 -06:00
jahorton
f59778733f fix(common/lmlayer): adds web-utils build step to lmlayer build 2020-05-15 15:59:51 +07:00
jahorton
40b0b2005f fix(web/engine): fixes bad implementation of -S shorthand 2020-04-29 16:15:57 +07:00
jahorton
cad689dc3f chore(web/engine): Merge branch 'change/web/engine/keyboard-processor-package' into change/web/engine/input-processor-package 2020-04-29 16:08:55 +07:00
jahorton
6ce37e677e chore(common): Merge branch 'master' into feat/common/init-lerna 2020-04-29 14:43:03 +07:00
jahorton
e7742e462f change(web/engine): addresses most of PR review 2020-04-29 14:28:30 +07:00
jahorton
251257b7f3 fix(web): Fixes resource builds, polishes core builds 2020-04-24 14:35:50 +07:00
jahorton
ef17be9665 refactor(common/lmlayer): reorganizes build script 2020-04-21 08:42:20 +07:00
jahorton
29fd2f4ce4 change(common/lmlayer): addresses many PR review comments 2020-04-20 23:11:01 +07:00
jahorton
729a5952d5 fix(common): fixes node dependency-install skip check 2020-04-17 15:34:16 +07:00
jahorton
b604302b76 feat(common): initial use of lerna (in-repo package links only) 2020-04-17 13:38:44 +07:00
jahorton
eed5de0a4b refactor(common/lmlayer): basic headless compilation 2020-04-15 09:29:42 +07:00
Marc Durdin
6f5f37ae82 chore(web): use new version infrastructure 2020-01-29 09:15:21 +11:00
jahorton
d0ab35d5d9 fix(common): Fixes #2469 2020-01-08 11:53:53 +07:00
jahorton
09d7a0e826 fix(common): adds string.startswith polyfill to lmlayer 2019-12-16 08:16:55 +07:00
jahorton
89bbf44139 fix(common): Adds array.from polyfill, the next thing to break 2019-12-10 09:24:22 +07:00
jahorton
8d778b2a59 fix(common): adds polyfill for charCodeAt, fixes #2323 2019-12-10 09:24:22 +07:00
Eddie Antonio Santos
377e018ceb
Fix other build.sh. 2019-10-02 09:31:49 -06:00
Eddie Antonio Santos
556d89b11e
Fix link before install in the event of ./build.sh -clean. 2019-10-02 09:26:03 -06:00
Eddie Antonio Santos
00ccc0080f
Add set -eu and failure messages in ./build.sh(s). 2019-10-02 08:45:44 -06:00
Eddie Antonio Santos
f2f511840e
Move npm link . to dependent build.sh scripts. 2019-10-01 14:55:58 -06:00
Joshua A. Horton
810edb2fde Forgot the $ symbol in the if-condition. 2019-03-06 12:13:25 +07:00
Joshua A. Horton
9a1a21d767 Workaround for the mac sed issue, plus minor doc for one other point. 2019-03-06 11:53:49 +07:00
Joshua A. Horton
69f7319414 Right, KMW links to the actual LMLayer code, not the .d.ts file... 2019-03-06 11:35:52 +07:00
Joshua A. Horton
a873695c10 Updates and improves LMLayer definition files and their links. 2019-03-06 11:08:21 +07:00
Joshua A. Horton
71fec33c2c Establishes baseline co-compilation of KMW w/ the LMLayer 2019-02-19 10:06:27 +07:00
Joshua A. Horton
cf13caa98e Merge branch 'lmlayer-init' into lmlayer-build-reorg 2018-11-29 23:35:37 +07:00
Joshua A. Horton
18a19734db Gets headless tests working post-reorg, fixes Windows test bug. 2018-11-29 10:12:31 +07:00
Joshua A. Horton
32b834521e Reorganized the build structure into something simpler to -clean. 2018-11-29 09:11:26 +07:00
Eddie Antonio Santos
a0c07dfcb9
Do not use dirname to resolve script; assume build.sh is always run in one directory. 2018-11-28 15:23:20 -07:00
Eddie Antonio Santos
ef452b8c58
Source the utilities in resources/ in the build.sh script. 2018-11-28 14:23:14 -07:00
Eddie Antonio Santos
baea53826d
Clean top-level generated JS. 2018-11-27 18:55:38 -07:00
Eddie Antonio Santos
dcd169dd4e
Alphebetize function names in build.sh. 2018-11-27 10:42:53 -07:00
Eddie Antonio Santos
fc69a08977
Move unit-test script to build.sh 2018-11-27 10:41:34 -07:00
Eddie Antonio Santos
614d577d7c
Use dashes to make names consistent. 2018-11-27 10:34:23 -07:00
Eddie Antonio Santos
bbf1c6e2b2
Move scripts from package.json to build.sh; revert tsc. 2018-11-27 10:19:40 -07:00
Eddie Antonio Santos
7f877316b0
Rename function: build_wrapped_worker() -> wrap_worker(). 2018-11-23 00:00:01 -07:00
Eddie Antonio Santos
406f7ed4ea
Remove unused function: assert(). 2018-11-22 23:59:00 -07:00
Eddie Antonio Santos
e565531a81
Exract shell function: build_wrapped_worker(). 2018-11-22 10:59:43 -07:00
Eddie Antonio Santos
a5425ed93d
Factor out build() shell function. 2018-11-22 10:55:54 -07:00
Eddie Antonio Santos
f3c4c163a5
Let clean remove the autogenerated embedded worker. 2018-11-22 10:53:17 -07:00
Eddie Antonio Santos
01cf3b0e75
Add colours to failure message. 2018-11-22 10:50:20 -07:00
Eddie Antonio Santos
213dc23de8
Improve build.sh help options. 2018-11-22 10:42:05 -07:00
Eddie Antonio Santos
31e3a146e3
Document some command line options. 2018-11-22 10:37:39 -07:00
Eddie Antonio Santos
9331eee91a
Add npm script that only runs unit tests. 2018-11-22 10:29:00 -07:00
Eddie Antonio Santos
dfce8220aa
Add -test and -tdd options to build.sh. 2018-11-22 09:58:12 -07:00
Eddie Antonio Santos
f3dd966631
Create build-worker and build-main scripts in package.json. 2018-11-22 09:32:42 -07:00