Using TypeScript for Defining Custom Operations #707
Unanswered
texttechne
asked this question in
Q&A
Replies: 1 comment
-
Hello @texttechne We support typescript, but you have to transpile the file yourself before executing the code. Another option would be that we transpile on the fly but so far we do not provide this functionality. If you think this is meaningful we can create an issue for it :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
the documentation for the EntityContainerAPI states:
Using the
EntityContainer.js
works, however when usingEntityContainer.ts
the MockServer won't pick that up.Example:
My setup is a bit special as I'm using the mock server standalone, i.e. without any UI5 app. I can provide this setup additionally, but my question is: Who is responsible for TS support? Are there any examples for this kind of setup or should it work out-of-the-box?
Beta Was this translation helpful? Give feedback.
All reactions