Skip to content
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

Merged

Conversation

mcdurdin
Copy link
Member

@mcdurdin mcdurdin commented Jun 7, 2023

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

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.
@mcdurdin mcdurdin added this to the A17S14 milestone Jun 7, 2023
Base automatically changed from feat/typescript-keymanweb-compiler to feature-kmc-kmw June 8, 2023 07:38
Comment on lines +69 to +70
newContext: -1,
postKeystroke: -1
Copy link
Contributor

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"?

Copy link
Member Author

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

@mcdurdin mcdurdin merged commit 16c40d0 into feature-kmc-kmw Jun 9, 2023
@mcdurdin mcdurdin deleted the feat/KmxFileReader-error-handling-and-more branch June 9, 2023 06:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment