change(web): rename TokenInputSource as PathInputProperties + restructure it 🚂#15140
Merged
jahorton merged 4 commits intoepic/autocorrectfrom Jan 28, 2026
Merged
Conversation
User Test ResultsTest specification and instructions User tests are not required Test Artifacts
|
7831a6d to
346f737
Compare
ef1b84a to
cf34bf3
Compare
e3b5354 to
27fc7da
Compare
45ad85a to
d5c496a
Compare
27fc7da to
025c1f4
Compare
b7c8da1 to
0680455
Compare
025c1f4 to
ba97ea7
Compare
d0ec046 to
446ac5e
Compare
fda509c to
3a613df
Compare
ermshiperete
approved these changes
Jan 27, 2026
web/src/engine/predictive-text/worker-thread/src/main/correction/search-quotient-spur.ts
Outdated
Show resolved
Hide resolved
web/src/engine/predictive-text/worker-thread/src/main/correction/search-quotient-node.ts
Outdated
Show resolved
Hide resolved
web/src/engine/predictive-text/worker-thread/src/main/correction/context-token.ts
Outdated
Show resolved
Hide resolved
jahorton
commented
Jan 27, 2026
web/src/engine/predictive-text/worker-thread/src/main/correction/search-quotient-spur.ts
Outdated
Show resolved
Hide resolved
…b/rename-inputsource-as-pathinputprops
Base automatically changed from
refactor/web/manage-true-inputs-on-path
to
epic/autocorrect
January 28, 2026 23:19
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
With the
TokenInputSourcetype now owned bySearchQuotientNodes, rather thanContextTokens, the nomenclature is now pretty inaccurate. Furthermore, two upcoming PRs will add properties to the type; a little restructuring of its contents now will facilitate their upcoming additions and help avoid unwanted side-effects.Build-bot: skip build:web
Test-bot: skip
Suggestions for alternative nomenclature for
PathInputPropertiesare welcomed. (PerhapsNodeInputProperties... or better yet,SpurInputProperties?)