-
-
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
chore(common): cleanup error handling for KmxFileReader and CompilerOptions as shared type #8951
chore(common): cleanup error handling for KmxFileReader and CompilerOptions as shared type #8951
Conversation
Also fixes handling of kmx errors in kmc-package.
Our dev env mostly assumes that build/ is for build artifacts, so this just sidesteps issues with code search, etc. The other glaring example of this is resources/build/ which is a _much_ more painful change, given how many scripts reference it. So not changing that for now.
User Test ResultsTest specification and instructions User tests are not required Test Artifacts
|
newContext: -1, | ||
postKeystroke: -1 |
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.
... what here got moved from "TODO" to "to-done"?
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.
The TODO
items were done a while ago and I forgot to remove the comments when I fixed them up
Part of #8955.
Fixes #8956.
Fixes #8957.
Fixes #8958.
Also renames build/ to buildClasses/ in kmc:
Our dev env mostly assumes that build/ is for build artifacts, so this just sidesteps issues with code search, etc.
The other glaring example of this is resources/build/ which is a much more painful change, given how many scripts reference it. So not changing that for now.
Fixes restructure types per chore(common): add restructure .d.ts for esm #8945.
@keymanapp-test-bot skip