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

feat(ui5-tooling-transpile): integrate ts-interface-generator #787

Merged
merged 1 commit into from
Aug 25, 2023

Conversation

petermuessig
Copy link
Member

If a TypeScript project adds the dependency to the ts-interface-generator the ui5-tooling-transpile-middleware tries to start the watch mode so that changes to control files will automatically update the interfaces and that code completion can work properly. For now this only works for the local project, not for dependencies.

@petermuessig
Copy link
Member Author

⚠️ I think, I will first enhance the @ui5/ts-interface-generator to have a proper API and error handling when running embedded in another module. And I need to enhance the detection of the local dependency to @ui5/ts-interface-generator to be a dependency or devDependency and not transitive...

If a TypeScript project adds the dependency to the ts-interface-generator
the ui5-tooling-transpile-middleware tries to start the watch mode so
that changes to control files will automatically update the interfaces
and that code completion can work properly. For now this only works for
the local project, not for dependencies.
@petermuessig petermuessig merged commit 7dfa15d into main Aug 25, 2023
5 checks passed
@petermuessig petermuessig deleted the pm02 branch August 25, 2023 15:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant