Joshua Horton
f224b8bfa5
change(web): add standard header, reorder imports
2025-08-14 14:09:59 -05:00
Joshua Horton
36defc42f3
Merge branch 'refactor/web/distribution-tokenization' into refactor/web/pred-context-transition
2025-08-14 14:08:05 -05:00
Joshua Horton
37721c0d6a
docs(web): add a doc-header
2025-08-14 13:56:00 -05:00
Joshua Horton
3fe1b17239
Merge branch 'refactor/web/init-state-from-reset' into refactor/web/distribution-tokenization
2025-08-14 13:55:46 -05:00
Joshua Horton
87f0bdb32b
docs(web): add common header to new test file
2025-08-14 13:45:58 -05:00
Joshua Horton
8a1ae2d460
Merge branch 'refactor/web/pred-context-state' into refactor/web/init-state-from-reset
2025-08-14 13:38:52 -05:00
Joshua Horton
d3fabb4848
docs(web): adds standard header to new file, reorders imports
2025-08-14 13:32:20 -05:00
Joshua Horton
a4ac1a2f4d
Merge branch 'refactor/web/tokenization-alignment' into refactor/web/pred-context-state
2025-08-14 13:28:27 -05:00
Joshua Horton
c153dc73c4
Merge branch 'refactor/web/context-alignment-helpers' into refactor/web/tokenization-alignment
2025-08-14 13:19:21 -05:00
Joshua Horton
15e8c1acfb
docs(web): add header comments to new files
2025-08-14 13:13:27 -05:00
Joshua Horton
dce15a62bb
Merge branch 'refactor/web/pred-context-tokenization' into refactor/web/context-alignment-helpers
2025-08-14 13:10:12 -05:00
Joshua Horton
e9377bfc9a
Merge branch 'refactor/web/pred-context-tokens' into refactor/web/pred-context-tokenization
2025-08-14 12:59:57 -05:00
Joshua Horton
0e003edb08
Merge branch 'chore/merge-master-into-autocorrect' into refactor/web/pred-context-tokens
2025-08-14 12:51:36 -05:00
Joshua Horton
891bcaa3ef
Merge branch 'epic/autocorrect' into chore/merge-master-into-autocorrect
2025-08-14 12:26:50 -05:00
Joshua Horton
6d27c3468d
Merge branch 'refactor/web/apply-suggestion-casing' into maint/web/convert-worker-thread-tests
2025-08-14 11:01:39 -05:00
Joshua Horton
51fc6f636f
Merge branch 'fix/web/suggestion-typing' into refactor/web/apply-suggestion-casing
2025-08-14 11:00:11 -05:00
Joshua Horton
aa77e4ca0b
fix(web): remove unneeded sort from unit test
2025-08-14 10:59:45 -05:00
Joshua Horton
65885a4669
chore(web): add displayAs strings where previously unset
2025-08-14 08:32:11 -05:00
Joshua Horton
981905717a
change(web): add MAX_PROB constant for use in 'keep'-suggestion construction
2025-08-14 08:23:40 -05:00
Joshua Horton
ae469ed1b4
change(web): apply suggestion from code-review
...
Co-authored-by: Marc Durdin <marc@durdin.net>
2025-08-14 20:19:53 +07:00
Joshua Horton
87eb476ecd
change(web): eliminate extra tsconfig
...
I tried to get a multi-config setup to split off the tests that caused compilation issues in a prior commit, but I never got it working. It's best to simplify and remove the thing that didn't work.
2025-08-13 11:00:52 -05:00
Joshua Horton
c3124ec685
change(web): use contextTracker getter internally
2025-08-13 10:57:16 -05:00
Joshua Horton
ec888dd751
Merge branch 'refactor/web/apply-suggestion-casing' into maint/web/convert-worker-thread-tests
2025-08-13 10:52:57 -05:00
Joshua Horton
519e39e327
refactor(web): move applySuggestionCasing to standalone exportable method
2025-08-13 10:45:15 -05:00
Joshua Horton
e24deefdb8
fix(web): improve typing accuracy for suggestions & suggestion-generation
...
Also adds doc-comments to a couple of the related types
2025-08-13 10:27:13 -05:00
Joshua Horton
a01211efa4
change(web): improve exposure of once-private members
2025-08-13 08:49:41 -05:00
Joshua Horton
e9a1f6c349
maint(web): converts worker-thread tests to TS
2025-08-12 15:38:53 -05:00
Joshua Horton
88f3a1a716
maint(web): convert models-templates, models-wordbreakers unit tests to TS
2025-08-12 10:12:10 -05:00
Joshua Horton
e69c6cfecd
change(web): add header comments, reorder imports
2025-08-12 08:54:23 -05:00
Joshua Horton
a54f232154
Merge branch 'refactor/web/pred-context-tokens' into refactor/web/pred-context-tokenization
2025-08-12 08:49:54 -05:00
Joshua Horton
efa4ffee27
change(web): Apply suggestions from code review
...
Co-authored-by: Marc Durdin <marc@durdin.net>
2025-08-12 20:49:11 +07:00
Joshua Horton
0598e080bd
change(web): import ordering, SearchSpace.inputSequence getter
2025-08-12 08:41:15 -05:00
Joshua Horton
b544aeff37
change(web): Apply suggestions from code review
...
Co-authored-by: Marc Durdin <marc@durdin.net>
2025-08-12 20:32:28 +07:00
Marc Durdin
942b06afdd
Merge pull request #14451 from keymanapp/maint/common/14447-node.inc.sh
...
maint(common): rename and move node-related script functions into node.inc.sh 🐸
2025-08-12 10:41:18 +07:00
Marc Durdin
a81138c62b
Merge pull request #14449 from keymanapp/maint/common/14065-consolidate-builder-scripts
...
maint(common): consolidate builder scripts 🐸
2025-08-12 10:41:09 +07:00
Marc Durdin
f95b26ac1f
Merge pull request #14446 from keymanapp/maint/common/14275-rename-and-cleanup-shellHelperFunctions.sh
...
maint(common): rename shellHelperFunctions.sh to utils.inc.sh 🐸
2025-08-12 10:40:59 +07:00
Joshua Horton
24466137cd
Merge branch 'master' into chore/merge-master-into-autocorrect
2025-08-11 08:48:38 -05:00
Joshua Horton
1bc5d19e99
refactor(web): removes double-buffered state style, renames ContextTransition.replaceFinal -> finalize
2025-08-08 12:57:33 -05:00
Joshua Horton
2c2da4c56d
Merge branch 'refactor/web/distribution-tokenization' into refactor/web/pred-context-transition
2025-08-08 12:39:55 -05:00
Joshua Horton
bd89b58f93
change(web): fix typo
2025-08-08 12:23:36 -05:00
Joshua Horton
d75205d58b
Merge branch 'refactor/web/init-state-from-reset' into refactor/web/distribution-tokenization
2025-08-08 10:30:42 -05:00
Joshua Horton
3f9b4e498d
change(web): drops unnecessary context getter
2025-08-08 10:29:24 -05:00
Joshua Horton
a8ca07243a
change(web): implements changes from PR review
...
changed unit test names added by prior PR
polished up the relocated code now found at initFromReset
2025-08-08 10:26:53 -05:00
Joshua Horton
4365490a1e
Merge branch 'refactor/web/pred-context-state' into refactor/web/init-state-from-reset
2025-08-08 10:18:44 -05:00
Joshua Horton
24b57753db
Merge branch 'refactor/web/tokenization-alignment' into refactor/web/pred-context-state
2025-08-08 10:16:05 -05:00
Joshua Horton
4cd4b77282
change(web): adds docs, prevents bad .suggestions logic in clone-constructor path
2025-08-08 10:15:43 -05:00
Joshua Horton
19ec817783
change(web): fixes unit test deep-equals issues
2025-08-08 10:09:54 -05:00
Joshua Horton
2abcd3076d
Merge branch 'refactor/web/context-alignment-helpers' into refactor/web/tokenization-alignment
2025-08-08 09:43:54 -05:00
Joshua Horton
ea8108aa18
change(web): undoes minor tweaks to essentially-unchanged test set
2025-08-08 09:41:51 -05:00
Joshua Horton
2e30e2d1ad
feat(web): adds getEditPathLastMatch unit tests
2025-08-08 09:40:50 -05:00