-
-
Notifications
You must be signed in to change notification settings - Fork 132
refactor(web): relocate SearchSpace definition as SearchQuotientSpur, tests to own code file 🚂 #14920
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: docs/web/add-search-space-doc
Are you sure you want to change the base?
refactor(web): relocate SearchSpace definition as SearchQuotientSpur, tests to own code file 🚂 #14920
Conversation
User Test ResultsTest specification and instructions User tests are not required Test Artifacts
|
Build-bot: skip build:web Test-bot: skip
d544b55 to
1df3a35
Compare
db32a59 to
be473a1
Compare
SearchSpace itself will become an _interface_ implemented by what is now SearchPath, and another type also implementing it will be introduced in an upcoming PR.
f64965a to
54c76c9
Compare
…o refactor/web/relocate-search-space
mcdurdin
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
RSLGTM
…o refactor/web/relocate-search-space
2b1136c to
c02de14
Compare
| * corrections for this ContextToken instance. | ||
| */ | ||
| readonly searchSpace: SearchSpace; | ||
| readonly searchSpace: SearchQuotientSpur; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO: determine a better property name. Long-term, per #15161, this should reflect the SearchQuotientNode (previously, SearchSpace) module handler matching the token.
Perhaps searchGraphModule?
To promote better organization of correction-search constructs, this PR relocates the class previously known as
SearchSpaceto its own source file. The lone major actual change is its rename fromSearchSpacetoSearhQuotientSpurin accordance with the some of the nomenclature introduced in #15161.Build-bot: skip build:web
Test-bot: skip