-
-
Notifications
You must be signed in to change notification settings - Fork 111
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
refactor(web): move KeyboardObject
type to common/web/types
#12514
Conversation
User Test ResultsTest specification and instructions User tests are not required Test Artifacts
|
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.
Good work on detangling thus far. I would like to take it a little further, I think. The intent of common-types is for it to describe file formats, not implementations. So ideally, outputTarget should not be exposed in common-types. See my further comments inline.
51e87ef
to
9885a47
Compare
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.
This is looking closer -- I see build failures though with KMW (Windows/Developer failures are related to codesigning I think)
I see a bunch of minor formatting changes, e.g. |
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.
LGTM! Thank you for your persistence 😁
Changes in this pull request will be available for download in Keyman version 18.0.125-alpha |
Fixes: #11612
@keymanapp-test-bot skip