Hubert Drecker
Hubert Drecker
So after a lot of more testing, this is how it works: * You first generate TS with odata2ts using the config below * You compile to JS & dts...
Hi @KODIKAS-NL & @erik-kers, any chance to try it out?
Hi @KODIKAS-NL , ok, so much for the first step. Thanks for trying it out! However, I would really appreciate any tests of the full OData client against the API....
I'm closing this issue now. Not enough feedback for my taste, but should work.
Shouldn't that read `"@/*": ["./*"]` ? At least you would need to map a relative path...
Hi @slin-sap, actually your issue is not related to this babel plugin in any case. If you would have an issue with this plugin you would need to show that...
> 1. The exact same UI5 project name has to be used for data-sap-ui-resourceroots. Yes, UI5 requires you to put this one mapping from app name to `webapp` in there....
Hi @aschmidt93, problem there is that this would only make sense for generated file names. You don't want that for class names or property names... Or do you have a...
Actually, I always wanted to do that for file names. However, I need to look into it. Maybe it won't be configurable... but will be coming for file names only.
Hi @aschmidt93, little correction: It was only the folder names which used `snake-case` when `bundledFileGeneration: false`. So I've switched there to `kebab-case` for folder names only. Released with [@odata2ts/[email protected]](https://github.com/odata2ts/odata2ts/releases/tag/%40odata2ts%2Fodata2ts%400.37.0). Sorry,...