-
Notifications
You must be signed in to change notification settings - Fork 27
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
Utilizing the new TS support of open-ux-tools #58
Conversation
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.
Will the TS support completely replace the JS support? In this case the codeassist option maybe useless since it will always provide codeassist, right?
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.
Basically I'm fine with the change and we can go ahead - just some FYI comments...
@tobiasqueck I just had some FYI comments and let you check them - I'm fine with the change, so if you wanna go ahead with the change we can merge it. |
@marianfoo @vobu @nicoschoenteich may I get a review from one of you? @petermuessig reviewed and approved but I'd prefer a 2nd review. |
Hi @tobiasqueck, thanks for all the work. I would love to do a review, but unfortunately am incredibly busy with Devtoberfest prep. I will have a look, once things calm down, but can't promise anything. |
Remove reference to ui5-tooling-modules in FPM TS support
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.
Thank you very much, this now works fine for me and is a great addition!
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.
Veery late to the party... But I think this is a great addition and we can go ahead and merge. Thanks @tobiasqueck!
The latest version of the
@sap-ux/ui5-application-writer
and the@sap-ux/fe-fpm-writer
support the usage of Typescript based on the structure suggested by @petermuessig at https://github.com/ui5-community/ui5-ecosystem-showcase/tree/main/packages/ui5-app-ts.This PR enables the functionality for
easy-ui5
.